wcs/wcs
Frédéric Péters f2fe49567f sql: replace dashes used in backoffice attribute names in order clause (#32684) 2019-04-29 19:30:37 +02:00
..
admin workflows: do not crash on global action name duplicate (#20874) 2019-04-17 17:33:30 +02:00
backoffice backoffice: don't crash on unicode errors in exception messages (#31242) 2019-03-17 15:42:58 +01:00
ctl misc: don't let hobo automatically set welco_url (#31683) 2019-03-25 18:47:59 +01:00
forms forms: add support for live change of JSON data source (#31492) 2019-04-04 19:24:58 +02:00
locale translation update 2019-04-05 11:00:31 +02:00
qommon saml: use RSA-SHA256 signature method (#32010) 2019-04-19 11:07:08 +02:00
templates/wcs misc: add version hash to admin.css & qommon.css (#32002) 2019-04-04 19:22:45 +02:00
wf workflows: run field migrations in form workflow action (#32459) 2019-04-20 08:08:58 +02:00
Defaults.py settings: don't enable auto vhost feature by default (#26943) 2018-10-03 19:20:30 +02:00
__init__.py monkeypatch quixote with thread-aware functions (#6735) 2017-08-12 15:13:57 +02:00
api.py api: don't crash /api/forms when there are no formdefs (#32415) 2019-04-17 12:41:26 +02:00
api_utils.py api utils: add function to sign an URL if orig is known (#31492) 2019-04-04 19:24:58 +02:00
cache.py misc: add wcs tenant aware cache (#6735) 2017-08-12 16:51:11 +02:00
categories.py misc: remove frontoffice edition of some texts (#17665) 2019-03-06 13:51:17 +01:00
compat.py python3: import modules from six compatibility locations (#30996) 2019-03-04 12:44:32 +01:00
conditions.py add test tools in formdata inspect view (#23685) 2019-02-07 12:27:08 +01:00
context_processors.py misc: expose request (/query string) in expression variables (#29565) 2019-01-09 13:46:14 +01:00
data_sources.py workflows: let backoffice item field be assigned from data label (#32134) 2019-04-10 13:23:48 +02:00
fields.py fields: accept Item(s)Field.items can be None (fixes #32363) 2019-04-16 10:58:59 +02:00
formdata.py api: check status visibility against authenticated API user (#29588) 2019-03-08 00:09:08 +01:00
formdef.py misc: don't crash restoring unset table with rows field (#32424) 2019-04-23 11:20:13 +02:00
logged_errors.py workflows: only log condition errors as functional errors (#24472) 2018-07-05 17:29:13 +02:00
middleware.py python3: use newer syntax for exceptions (#30996) 2019-03-04 12:44:32 +01:00
monkeypatch.py python3: import modules from six compatibility locations (#30996) 2019-03-04 12:44:32 +01:00
myspace.py api: move user related API to /api/user/ (#8283) 2015-09-19 15:51:34 +02:00
portfolio.py misc: don't use after job when pushing to portfolio from global timeout (#27319) 2018-10-17 00:40:36 +02:00
publisher.py python3: import modules from six compatibility locations (#30996) 2019-03-04 12:44:32 +01:00
roles.py misc: always define form_role_<slug>_emails (#24003) 2018-05-27 14:27:37 +02:00
root.py forms: rewrite jsonp select widget with separate js & template (#31506) 2019-03-19 08:01:58 +01:00
scripts.py scripts: include __file__ in globals() (#24341) 2018-06-07 11:34:29 +02:00
sessions.py forms: extend json autocomplete support for be asynchronous if possible (#31492) 2019-04-04 19:24:58 +02:00
settings.py python3: use execfile() instead of exec() (#30996) 2019-03-04 12:44:32 +01:00
sql.py sql: replace dashes used in backoffice attribute names in order clause (#32684) 2019-04-29 19:30:37 +02:00
tracking_code.py python3: don't use newly reserved async keyword (#24850) 2019-03-04 12:44:32 +01:00
urls.py api: use dedicated django views for session-less APIs (#23023) 2019-04-15 09:32:43 +02:00
users.py general: cache substitution variables in requests (#22107) 2018-03-14 14:12:56 +01:00
utils.py misc: fix order of templates locations (#25426) 2018-07-23 17:00:25 +02:00
variables.py lazy: add support for __radd__ ("foo" + form_var_bla) (#29951) 2019-04-16 15:09:00 +02:00
views.py misc: remove unused possibility to use a django template for home page (#25599) 2018-08-12 11:59:59 +02:00
workflows.py workflows: keep compatibility dict intact in display message action (#29951) 2019-04-16 15:08:55 +02:00
wscalls.py python3: import modules from six compatibility locations (#30996) 2019-03-04 12:44:32 +01:00
wsgi.py switch to django request/response handling (#6735) 2017-08-12 15:13:57 +02:00