wcs/wcs
Frédéric Péters 63e2d4e9e8 translation update 2020-06-19 07:31:25 +02:00
..
admin backoffice: factor our function to get field types option list (#43824) 2020-06-16 16:09:40 +02:00
backoffice admin: factor "last modification block" code (#43564) 2020-06-12 07:07:12 +02:00
ctl misc: add tenant support to shell management command, deprecate old ctl (#42099) 2020-06-02 15:36:56 +02:00
formats misc: format date in a parseable format by default (#34703) 2019-07-12 13:33:57 +02:00
forms forms: don't display errors after "add row" is clicked (#43551) 2020-06-16 16:09:40 +02:00
locale translation update 2020-06-19 07:31:25 +02:00
qommon templates: add datetime_in_past filter (#44023) 2020-06-18 14:38:12 +02:00
templates/wcs backoffice: use a template to render logged errors page (#42000) 2020-05-06 08:46:06 +02:00
wf workflows: don't crash external workflow action on missing card/form (#44184) 2020-06-17 21:33:13 +02:00
Defaults.py settings: don't enable auto vhost feature by default (#26943) 2018-10-03 19:20:30 +02:00
__init__.py misc: use relative imports (#36517) 2019-09-30 11:05:53 +02:00
api.py api: don't crash on empty receipt times (#43864) 2020-06-10 14:35:33 +02:00
api_utils.py api: raise 401 on authenticated API access where basic auth is allowed (#41766) 2020-04-21 09:18:13 +02:00
cache.py trivial: insure two blank lines before top functions and classes 2020-01-18 20:33:44 +01:00
carddata.py cards: display first history step with agent name (#39667) 2020-03-02 14:44:51 +01:00
carddef.py cards: advertise correct URL for API (#43198) 2020-05-22 10:44:34 +02:00
categories.py misc: make N_ a real imported function (#40359) 2020-03-03 11:26:59 +01:00
compat.py misc: update to new style middlewares (with compat layer) (#41236) 2020-04-02 20:09:02 +02:00
conditions.py misc: catch OverflowError that can be raised by django template (#41908) 2020-04-21 11:29:29 +02:00
context_processors.py trivial: insure two blank lines before top functions and classes 2020-01-18 20:33:44 +01:00
custom_views.py backoffice: add support for custom views (#4507) 2020-04-15 17:33:41 +02:00
data_sources.py data_sources: return an empty list for an unknown carddef (#42960) 2020-05-15 23:30:17 +02:00
fields.py fields: don't add extra <br/> in validation page (#44139) 2020-06-16 20:58:42 +02:00
formdata.py misc: record parent object class (#43361) 2020-05-29 07:36:57 +02:00
formdef.py carddefs: check on form import if carddef exists (#42579) 2020-06-15 11:48:10 +02:00
logged_errors.py misc: correctly attach cards to logged errors (#36635) 2020-01-31 13:48:59 +01:00
mail_templates.py backoffice: display list of workflows on mail template page (#41309) 2020-04-13 10:27:04 +02:00
middleware.py misc: update to new style middlewares (with compat layer) (#41236) 2020-04-02 20:09:02 +02:00
monkeypatch.py misc: don't check for session if there's no request (#40009) 2020-02-19 14:04:16 +01:00
myspace.py trivial: insure two blank lines before top functions and classes 2020-01-18 20:33:44 +01:00
portfolio.py misc: make N_ a real imported function (#40359) 2020-03-03 11:26:59 +01:00
publisher.py misc: don't check datasources during bulk import (#42585) 2020-05-08 15:36:25 +02:00
roles.py trivial: insure two blank lines before top functions and classes 2020-01-18 20:33:44 +01:00
root.py forms: detect and suggest fixes for typos in email domains (#42396) 2020-06-12 07:07:12 +02:00
scripts.py trivial: insure two blank lines before top functions and classes 2020-01-18 20:33:44 +01:00
sessions.py misc: give a unique key to (card/form)data (#42330) 2020-04-30 21:39:03 +02:00
settings.py settings: enable XFrameOptionsMiddleware (#41704) 2020-04-14 17:03:40 +02:00
sql.py sql: pass offset/limit as parameters to prepared statement (#43101) 2020-05-19 18:11:40 +02:00
tracking_code.py trivial: insure two blank lines before top functions and classes 2020-01-18 20:33:44 +01:00
urls.py misc: add support for HTTP provisionning (#43245) 2020-05-29 15:55:30 +02:00
users.py misc: add $prefix_user_nameid variable (#41463) 2020-04-10 08:03:21 +02:00
utils.py misc: update template loader for django 2.2 compatibility (#41236) 2020-04-02 20:09:02 +02:00
variables.py misc: record parent object class (#43361) 2020-05-29 07:36:57 +02:00
views.py misc: add custom /robots.txt view (#20263) 2020-04-14 12:24:53 +02:00
workflows.py wf: add edit card data action (#41829) 2020-06-03 10:33:38 +02:00
wscalls.py trivial: insure two blank lines before top functions and classes 2020-01-18 20:33:44 +01:00
wsgi.py switch to django request/response handling (#6735) 2017-08-12 15:13:57 +02:00