wcs/wcs
Frédéric Péters 066824a03d ctl: accept non-string variables during hobo deploy (#37833) 2019-11-20 18:43:32 +01:00
..
admin admin: encode graphviz svg (#37827) 2019-11-20 16:12:36 +01:00
backoffice backoffice: export ods as binary (#36515) 2019-11-20 09:17:20 +01:00
ctl ctl: accept non-string variables during hobo deploy (#37833) 2019-11-20 18:43:32 +01:00
formats misc: format date in a parseable format by default (#34703) 2019-07-12 13:33:57 +02:00
forms forms: mark invalid prefill value explicitely (#36515) 2019-11-20 09:17:20 +01:00
locale translation update 2019-11-20 14:08:12 +01:00
qommon misc: use force_str to encode exception in error page (#36515) 2019-11-20 09:17:20 +01:00
templates/wcs backoffice: show a slashed eye next to user hidden statuses (#34919) 2019-09-02 14:55:58 +02:00
wf workflows: check for json request using private attribute (#36515) 2019-11-20 09:17:20 +01: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: alter request user using hidden attribute (#36515) 2019-11-20 09:17:20 +01:00
api_utils.py misc: pass bytes to base64 when doing http basic authentication (#36515) 2019-11-20 09:17:19 +01:00
cache.py misc: add wcs tenant aware cache (#6735) 2017-08-12 16:51:11 +02:00
carddata.py misc: replace basestring by six.string_types (#36515) 2019-11-20 09:17:18 +01:00
carddef.py misc: replace new module by types module (#36515) 2019-11-20 09:17:18 +01:00
categories.py misc: sort categories using key function (#36515) 2019-11-20 09:17:17 +01:00
compat.py misc: add force_str(), to encode in Python 2 (#36515) 2019-11-20 09:17:18 +01:00
conditions.py conditions: adapt encoding of validation errors (#36515) 2019-11-20 09:17:19 +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 data sources: use bytes to generate hash for cache key (#36515) 2019-11-20 09:17:19 +01:00
fields.py misc: sort dictionary keys when exporting to xml (#36515) 2019-11-20 09:17:20 +01:00
formdata.py formdata: iterate over a copy of dict keys when flattening it (#36515) 2019-11-20 09:17:19 +01:00
formdef.py formdef: add pre-json serialization of struct_time workflow options (#36515) 2019-11-20 09:17:20 +01:00
logged_errors.py misc: mark logged error emails with a tech_id reference (#36807) 2019-10-29 10:33:28 +01:00
middleware.py middleware: iterate over a copy of form keys when adding session variables (#36515) 2019-11-20 09:17:20 +01:00
monkeypatch.py python3: use six.class_types to check for classes (#36516) 2019-09-30 11:05:53 +02:00
myspace.py misc: use relative imports (#36517) 2019-09-30 11:05:53 +02:00
portfolio.py portfolio: pass text to json (#36515) 2019-11-20 09:17:20 +01:00
publisher.py publisher: restore config.json from zip file as text (#36515) 2019-11-20 09:17:20 +01:00
roles.py general: replace unicode() calls by force_text() (#36515) 2019-11-20 09:17:17 +01:00
root.py misc: get urllib from django.six (#36515) 2019-11-20 09:17:17 +01:00
scripts.py scripts: include __file__ in globals() (#24341) 2018-06-07 11:34:29 +02:00
sessions.py sessions: expand .items() when marking visited objects (#36515) 2019-11-20 09:17:19 +01:00
settings.py misc: format date in a parseable format by default (#34703) 2019-07-12 13:33:57 +02:00
sql.py misc: adapt password storage (#36515) 2019-11-20 09:17:20 +01:00
tracking_code.py misc: use relative imports (#36517) 2019-09-30 11:05:53 +02:00
urls.py forms: sync map with address fields (#27418) 2019-05-01 16:07:01 +02:00
users.py misc: convert more import to be relative (#36566) 2019-10-01 13:38:48 +02:00
utils.py misc: fix order of templates locations (#25426) 2018-07-23 17:00:25 +02:00
variables.py lazy: add __bool__ = __nonzero__ for py3 compatibility (#36515) 2019-11-20 09:17:19 +01: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 misc: sort dictionary keys when exporting to xml (#36515) 2019-11-20 09:17:20 +01:00
wscalls.py wscalls: use force_str when importing wscalls (#36515) 2019-11-20 09:17:19 +01:00
wsgi.py switch to django request/response handling (#6735) 2017-08-12 15:13:57 +02:00