Commit Graph

7299 Commits

Author SHA1 Message Date
Frédéric Péters 78ebedfdcd fields: add timetable visualisation to item fields (#50035) 2021-01-19 13:53:38 +01:00
Frédéric Péters facedb66c8 templates: add support for "in" and "not in" using a lazy left operand (#49958) 2021-01-19 13:51:25 +01:00
Frédéric Péters a63ca258a1 misc: add dynamic change of options to radio buttons (#48922) 2021-01-18 20:41:01 +01:00
Frédéric Péters bbcda9aa66 backoffice: use a single page for all processing afterjob pages (#49772) 2021-01-18 20:08:16 +01:00
Frédéric Péters c006ee855c forms: don't display "required field" on blocks when going back (#48798) 2021-01-18 18:34:58 +01:00
Lauréline Guérin 4118cee58e
geolocation: record LoggedError on normalize error (#41614) 2021-01-18 11:23:42 +01:00
Lauréline Guérin 88a6d5ae9e
admin: display if user is inactive (#50033) 2021-01-18 10:21:38 +01:00
Lauréline Guérin 9f2e23348b
tests: split admin_pages tests 2021-01-18 10:21:37 +01:00
Lauréline Guérin abe8682399
snapshots: "N others this day" display (#50011) 2021-01-18 09:40:54 +01:00
Lauréline Guérin dd8f3d59f2
snapshots: add label, comment, timestamp and user in sidebar (#50009) 2021-01-18 08:22:07 +01:00
Lauréline Guérin 115b0c8ef6
datasource: prefix additional keys by "properties_" (#49975)
and add geometry_coordinates, geometry_type
2021-01-17 15:26:29 +01:00
Frédéric Péters 83a09fc38f translation update 2021-01-17 14:42:21 +01:00
Frédéric Péters 595faf0d0d general: always post-process complex values (#50202) 2021-01-17 13:50:38 +01:00
Frédéric Péters cc1a6a112b misc: use django rendition of variables as complex data string values (#50181) 2021-01-17 13:49:12 +01:00
Frédéric Péters c1ec3ef67a misc: use django localize method to format decimals in json exports (#50181) 2021-01-17 13:49:12 +01:00
Lauréline Guérin 9967b29da6
management: display lateral block from template on formdata page (#49661) 2021-01-15 22:16:55 +01:00
Lauréline Guérin f2f0feeceb
admin: lateral template edition for Forms and Cards (#49661) 2021-01-15 22:16:55 +01:00
Lauréline Guérin ac8c2a1acc
misc: add |getlist filter for querysets (#49400) 2021-01-15 21:35:36 +01:00
Frédéric Péters 1575f91fa1 translation update 2021-01-15 18:29:22 +01:00
Frédéric Péters 99f9693fa9 trivial: fix copy/paste typo in mail template import label 2021-01-15 18:25:58 +01:00
Frédéric Péters 38439f1f17 tests: adapt time filter test to localized time
(as it's no longer picked as a native time object after #50184)
2021-01-15 17:32:26 +01:00
Frédéric Péters ec9d87cd2d misc: fully disable complex data support if feature flag is off (#50184) 2021-01-15 16:51:17 +01:00
Lauréline Guérin 57471aba85
workflows: check varname for FormWorkflowStatusItem (#49376) 2021-01-15 15:39:06 +01:00
Lauréline Guérin 17e78f2602
misc: filter_by & date support (#49358) 2021-01-15 15:38:12 +01:00
Nicolas Roche 1d63253d31 admin: add export/import on single mail template (#46094) 2021-01-15 14:57:13 +01:00
Frédéric Péters ab8e860bc3 backoffice: let agent select channel during submission (#33670) 2021-01-15 14:54:05 +01:00
Frédéric Péters 30559d6de8 backoffice: import custom style from gadjo (#49779) 2021-01-13 15:21:50 +01:00
Frédéric Péters d2aff90e9a fields: make sure item fields are stored as strings (#50102) 2021-01-13 15:21:50 +01:00
Frédéric Péters 2691f4c80c templatetags: unlazy values given to |date, |datetime, |time filters (#50102) 2021-01-13 15:21:50 +01:00
Frédéric Péters 1f597a3c63 misc: always clean complex values (#50104) 2021-01-13 15:21:16 +01:00
Frédéric Péters b4e6eafe16 misc: add feature flag to disable complex data support (#49968) 2021-01-13 14:44:42 +01:00
Frédéric Péters ea64284843 workflows: convert timeout as float, to support scientific notation (#50047) 2021-01-11 17:44:46 +01:00
Frédéric Péters f356a18261 misc: revamp template complex data handling to monkeypatch last step (#49948) 2021-01-11 16:19:41 +01:00
Frédéric Péters 5707c570b5 translation update 2021-01-11 10:12:30 +01:00
Frédéric Péters b6538a9f4e backoffice: fix alignment of mail template subject (#49495) 2021-01-11 10:10:51 +01:00
Frédéric Péters e15ff78711 workflows: do not lose form action id in XML export/imports (#50013) 2021-01-11 06:37:52 +01:00
Lauréline Guérin e14acb7d05
fields: add min_choices option to ItemsField (#49896) 2021-01-08 15:38:58 +01:00
Lauréline Guérin b918c88f0f
misc: add |age_in_working_days filters (#49924) 2021-01-08 10:11:30 +01:00
Frédéric Péters 2cef948230 translation update 2021-01-08 08:54:20 +01:00
Frédéric Péters a1548ab4c5 workflows: add support for complex data templates for mail attachments (#49884) 2021-01-08 08:53:09 +01:00
Frédéric Péters f747428404 forms: use proper role message for past forms (#49627) 2021-01-06 16:57:31 +01:00
Frédéric Péters 0f571321be backoffice: do not include anonymised formdata in summary counts (#49894) 2021-01-06 16:57:31 +01:00
Emmanuel Cazenave 2152451bcc workflows/create_formdata: add tracking-code before workflow execution (#49913) 2021-01-06 16:31:46 +01:00
Thomas NOËL 770acecd23 inspect: display complex types on rendered templates (#49785) 2021-01-05 13:45:16 +01:00
Emmanuel Cazenave b4cbc94b75 tox: do not restrain pylint version (#49861) 2021-01-05 00:11:07 +01:00
Emmanuel Cazenave 551139d7ca tox: use a different working directory for each jenkins executor (#49843) 2021-01-04 20:07:49 +01:00
Nicolas Roche 7b09c48222 wf/export_to_model: replace deprecated ET.getchildren method 2021-01-04 10:28:11 +01:00
Frédéric Péters 8d33aa0e82 build: generate sourcemap for CSS files (#49794) 2021-01-03 11:13:15 +01:00
Frédéric Péters a58551e616 misc: fix access to _live_ variables when using complex data (#49800) 2021-01-03 11:12:45 +01:00
Frédéric Péters 39bd8e5a25 tests: adapt static dirs test to work before css files have been built (##49776) 2020-12-30 14:54:15 +01:00