Commit Graph

4858 Commits

Author SHA1 Message Date
Frédéric Péters ae2901f50f forms: use a template to render select widgets (#17964) 2017-08-12 16:51:11 +02:00
Frédéric Péters 3bdbe38a1b forms: use a template to render widgets (#17964) 2017-08-12 16:51:11 +02:00
Frédéric Péters db4d477898 templates: use a template to render formdata history (#17601) 2017-08-12 16:51:11 +02:00
Frédéric Péters 98b74edd3f formdata: keep link from evolution objects to related formdata (#17601) 2017-08-12 16:51:11 +02:00
Frédéric Péters a0e5a686f6 misc: add wcs tenant aware cache (#6735) 2017-08-12 16:51:11 +02:00
Frédéric Péters 3e998dff21 debian: adapt packaging to django switch (#6735) 2017-08-12 15:13:58 +02:00
Frédéric Péters 8491962406 misc: add management command to run migrations (#6735) 2017-08-12 15:13:58 +02:00
Frédéric Péters 92cc4014db ctl: turn collectstatic into a django command (#6735) 2017-08-12 15:13:58 +02:00
Frédéric Péters b595a2d22e general: use real gadjo for backoffice templates (#6735) 2017-08-12 15:13:58 +02:00
Frédéric Péters e9a2264c29 misc: remove /__version__ support (now served by hobo middleware) (#6735) 2017-08-12 15:13:58 +02:00
Frédéric Péters bb707d540f add a management command to run cron jobs (#6735) 2017-08-12 15:13:58 +02:00
Frédéric Péters 263edfbf2a add support for after jobs (running them in threads) (#6735) 2017-08-12 15:13:57 +02:00
Frédéric Péters 0de5efb88a general: switch i18n to django (#6735) 2017-08-12 15:13:57 +02:00
Frédéric Péters 079ccafc75 monkeypatch quixote with thread-aware functions (#6735) 2017-08-12 15:13:57 +02:00
Frédéric Péters 01b280aa2c integrate with django templates (#6735) 2017-08-12 15:13:57 +02:00
Frédéric Péters 0482cdcd7d switch to django request/response handling (#6735) 2017-08-12 15:13:57 +02:00
Frédéric Péters fa5d08658b debian: remove apache example file 2017-08-11 10:55:51 +02:00
Frédéric Péters 29ee58f377 misc: remove unused static files 2017-08-10 15:22:29 +02:00
Frédéric Péters 11380b91b6 translation update 2017-08-10 15:22:29 +02:00
Frédéric Péters 5e594d4cb8 api: add data and geojson views covering all formdatas (#14260) 2017-08-08 13:50:40 +02:00
Frédéric Péters 8e7543ed64 misc: do not crash on ezt calling undefined webservice (#17787) 2017-07-31 10:48:47 +02:00
Frédéric Péters fcfda2d576 api: add possibility of http basic auth access to the ics endpoint (#16792) 2017-07-31 10:45:50 +02:00
Frédéric Péters 412844fbdd api: add ics export API view (#16797) 2017-07-31 10:45:50 +02:00
Frédéric Péters 78db869ae2 admin: make form slugs editable by the admin (#15663) 2017-07-31 10:40:25 +02:00
Frédéric Péters c3be61b8d1 formdef: add internal identifier attribute, separated from url_name (#15663)
This will allow changing url name behaviour without impacting on storage
matters.
2017-07-31 10:40:25 +02:00
Frédéric Péters bac624f1d2 tests: add check for rel=popup links 2017-07-24 18:18:24 +02:00
Frédéric Péters 483f20855a ctl: ignore error_log in collectstatic calls as it's run as root (#17761) 2017-07-23 20:48:23 +02:00
Frédéric Péters 1c687adc90 misc: fix log visibility for users with dispatched functions (#17672) 2017-07-20 13:20:16 +02:00
Frédéric Péters c754ac53bc sql: add possibility to drop formdef table (#17524) 2017-07-17 15:33:05 +02:00
Frédéric Péters 8385a6798d forms: increase default textarea size (#17483) 2017-07-17 15:33:05 +02:00
Frédéric Péters a97c2ebbea misc: expose date() and days() as global functions (#17658) 2017-07-17 15:32:08 +02:00
Frédéric Péters 6629cbc156 misc: fix label of wysiwyg popup dialogs (#17646) 2017-07-17 15:32:08 +02:00
Frédéric Péters 307d340993 doc: fix schema example, required are booleans, not strings 2017-07-07 10:50:04 +02:00
Frédéric Péters 042fd9b28a emails: force linebreaks in email footer (#17131) 2017-07-05 16:23:23 +02:00
Frédéric Péters 91e1614352 misc: add a class to file attachments displayed in history (#17348) 2017-07-05 15:39:15 +02:00
Frédéric Péters 60c96cf25e tests: use emails fixture in modules that send emails 2017-07-05 09:12:06 +02:00
Frédéric Péters 30b71b3919 tests: use publisher fixture in import/export workflow tests 2017-07-05 09:12:06 +02:00
Frédéric Péters 26ffeaf271 help: rewrite sentence about _raw variables in list fields 2017-07-03 17:33:34 +02:00
Frédéric Péters 3e553b881c workflows: extend marker support to other jump types for real (#17248) 2017-06-29 13:51:49 +02:00
Frédéric Péters 6829877759 tests: create user in test_with_superuser test 2017-06-29 12:53:20 +02:00
Frédéric Péters f92f41cb7c misc: add publisher.render_response to render response with template (#15806)
This will allow the auquotidien module to override that method in a
safer way than playing with module-level symbols.
2017-06-29 11:26:46 +02:00
Thomas NOËL 21e0603aa7 fix compute _url variable of workflow data uploads (#17233) 2017-06-28 17:10:22 +02:00
Frédéric Péters 0b4d9fd9e5 tests: include 8bits characters in hobo_notify tests 2017-06-26 19:40:38 +02:00
Frédéric Péters f3e23bd8b7 tests: execute hobo_notify against both pickle and sql 2017-06-26 19:40:38 +02:00
Thomas NOËL c130c7dbde update french translations 2017-06-26 18:08:57 +02:00
Frédéric Péters b52dbf27f2 sql: get varchar/text values as unicode (#15802)
This matches what's being done in Django and will help integrating
w.c.s. with Django applications.
2017-06-26 17:57:03 +02:00
Frédéric Péters 2463d9e8a5 workflows: don't try substituting images with non-images (#17174) 2017-06-26 17:57:03 +02:00
Thomas NOËL 01768bf2ba select2: set a 250ms delay for debouncing requests (#17161) 2017-06-26 15:10:32 +02:00
Frédéric Péters 03f23bc5b8 select2: fix handling of aborted queries (#17161) 2017-06-26 15:10:27 +02:00
Frédéric Péters 61b74c8078 tests: update after "360 user view" name change (#9373) 2017-06-26 11:13:45 +02:00