roxen:feature/WS-489-var-multiplechoice-allow-save-none

Last commit made on 2019-05-22
Get this branch:
git clone -b feature/WS-489-var-multiplechoice-allow-save-none https://git.launchpad.net/roxen

Branch merges

Branch information

Name:
feature/WS-489-var-multiplechoice-allow-save-none
Repository:
lp:roxen

Recent commits

8466916... by Karl Gustav Sterneberg <email address hidden>

Variable MultipleChoice: Allow saving emtpy selection. [WS-489]

7f830e0... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

Variable.MultipleChoice: Added multiselect mode.

If the default value for Variable.MultipleChoice is an array
it switches operating mode to allow selection of multiple
items from the list of choices.

Also updates ModuleChoice accordingly.

2c0135a... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

Variable.ModuleChoice: Use the correct API to get the name of modules.

Fixes errors from comparing LocaleStrings with UNDEFINED.

7a98fb2... by Martin Stjernholm <email address hidden>

ModuleChoice/ProviderChoice now automatically depends on the
configured module.

Rev: server/etc/modules/Variable.pmod/module.pmod:1.117

715d5e4... by Martin Stjernholm <email address hidden>

Improved a type.

Rev: server/base_server/prototypes.pike:1.259

b8ea47c... by Martin Stjernholm <email address hidden>

Added old-password auth method for MySQL 4.0 compat.

Courtesy of Michael Stenitzer.

Rev: server/modules/security/userdb_sql.pike:1.11

5859dd6... by Martin Stjernholm <email address hidden>

Various minor tweaking and a few more test macros.

Rev: server/etc/include/testsuite.h:1.2
Rev: server/etc/test/tests/pike_test_common.pike:1.14

06e958a... by Martin Stjernholm <email address hidden>

Let us know if Roxen.make_http_headers fails.

Rev: server/protocols/http.pike:1.614

99bb622... by Martin Stjernholm <email address hidden>

Fixed extra empty line inside response header block in the fallback
code for Roxen.make_http_headers is used.

Rev: server/protocols/http.pike:1.613

3045dbf... by Martin Stjernholm <email address hidden>

Fixed bugs if a request finishes asynchronously and quickly.

The bugs affected the $handle-time accounting and the new threadbound
session object feature.

Rev: server/protocols/http.pike:1.612