Commit Graph

5856 Commits

Author SHA1 Message Date
Frédéric Péters ccce3fba1e forms: don't crash on suddently missing draft (#34020) 2019-06-17 12:56:37 +02:00
Frédéric Péters dbb6a8b193 misc: use "discard" on validation page (#33979) 2019-06-17 12:56:37 +02:00
Frédéric Péters 63191de69a tests: always mock emails in backoffice tests (#33815) 2019-06-10 08:26:17 +02:00
Michael Bideau 8bf94c5e7a workflows: add possibility to attach files to notes in history (#32403) 2019-06-09 17:42:46 +02:00
Thomas NOËL 0e62aa10fd backoffice: really hide fields with uuid from inspect view (#33772) 2019-06-06 17:44:13 +02:00
Frédéric Péters 9f9b7ec96e workflows: add live conditions to workflow form action (#32960) 2019-06-05 12:01:31 +02:00
Frédéric Péters 8163ce659a sql: force field id to be lowercase (#33679) 2019-06-05 07:47:03 +02:00
Frédéric Péters 457bd9fb50 translation update 2019-06-04 19:24:09 +02:00
Frédéric Péters bfca652ae4 workflows: don't include dispatch rules in export of manual dispatch (#33634) 2019-06-04 16:52:28 +02:00
Frédéric Péters ef88413ecb geolocation: record new map position after change in address field (#33635) 2019-06-04 16:52:28 +02:00
Frédéric Péters a6c9d44974 users: also use field id when looking for attribute (#33663) 2019-06-04 15:55:56 +02:00
Frédéric Péters 98c8808bd4 forms: add an explicit discard button (instead of "cancel") (#33026) 2019-06-04 15:09:50 +02:00
Frédéric Péters 2d6a6d3822 misc: adjust from/subject of traceback emails (#33608) 2019-06-03 14:18:22 +02:00
Frédéric Péters 9fa0a612ab geolocation: add support for "path" way type (#33591) 2019-05-31 14:19:37 +02:00
Frédéric Péters eda86f9592 geolocation: add support for parks (#33581) 2019-05-31 10:28:29 +02:00
Benjamin Dauvergne 247ad96d6a templatetags: cast argument of token_check to unicode (#33557) 2019-05-30 15:37:43 +02:00
Frédéric Péters f63702bdcb trivial: remove debugging console.log statements 2019-05-30 14:46:52 +02:00
Frédéric Péters fddc86aa4a misc: track content change with "input" event (#33569) 2019-05-30 14:43:06 +02:00
Thomas NOËL dfaf5ddbf6 form: handle k as kilo in file size widget (#9726) 2019-05-29 17:34:43 +02:00
Frédéric Péters bf8c449213 templatetags: automatically convert distance_filter parameter to int (#33551) 2019-05-29 16:29:28 +02:00
Frédéric Péters 4a7145f380 translation update 2019-05-29 16:26:46 +02:00
Frédéric Péters 1796d07fbf form: add default hint to file size widget (#9726) 2019-05-29 15:19:37 +02:00
Frédéric Péters 8e4fdfb0bf geolocation: add support for footways (#33523) 2019-05-29 10:08:49 +02:00
Frédéric Péters 84227d8e21 settings: add site options to hide some settings screens (#33467) 2019-05-29 10:08:49 +02:00
Frédéric Péters 19ed68716a misc: resize panned svg when workarea width changes (#33462) 2019-05-29 09:08:11 +02:00
Frédéric Péters 13af6c0bbf formdata: get form_tracking_code using draft id if necessary (#33511) 2019-05-29 09:06:59 +02:00
Frédéric Péters b4b4df7668 fields: turn URL in string field into links (#33499) 2019-05-28 16:42:43 +02:00
Emmanuel Cazenave 9587e4dba9 jenkins: run tests with django 1.11 (#333475) 2019-05-28 13:55:54 +02:00
Emmanuel Cazenave 7af971995c bump django-ckeditor version compatibility (#33252) 2019-05-28 11:02:38 +02:00
Emmanuel Cazenave 7e35f1de8c doc: update api datasource page (#33337) 2019-05-27 19:10:48 +02:00
Frédéric Péters 517fd9c88b misc: remove private status & history option (#33155) 2019-05-27 17:17:14 +02:00
Frédéric Péters 94c00fbefa emails: use global title in From header (#33437) 2019-05-27 17:17:14 +02:00
Frédéric Péters 6dd9433f64 trivial: remove obsolete HTTP auth code (#33392) 2019-05-27 17:17:14 +02:00
Frédéric Péters 47944767b4 misc: don't use quixote code to send traceback emails (#29202) 2019-05-27 17:17:14 +02:00
Benjamin Dauvergne 0e7a3bb5a3 compute delays to first arrival of each formdata in each status (#10669)
Currently we only account for formdata currently in the status for which we are
measuring delays, it makes it impossible to accurately measure delays in the past.
2019-05-27 17:17:14 +02:00
Frédéric Péters f561773ccb workflows: deal with varname-less fields used as attachments (#33366) 2019-05-23 11:56:53 +02:00
Frédéric Péters 0bd83cf752 sessions: protect against non-ascii signatures (#33085) 2019-05-22 13:57:12 +02:00
Frédéric Péters 4a6bf7d673 sessions: protect against empty form token (#33076) 2019-05-22 12:56:55 +02:00
Frédéric Péters 0b86b1ec25 admin: do not display condition parameters for workflow form fields (#33283) 2019-05-21 11:42:52 +02:00
Frédéric Péters 91f6b8e447 formdata: add form_display_name variable (#33288) 2019-05-21 10:26:18 +02:00
Frédéric Péters fa92f72c73 fields: allow table with rows field to gain columns (#33287) 2019-05-21 10:26:18 +02:00
Frédéric Péters 744fce40de misc: don't autosave untouched geolocalized fields (#33114) 2019-05-20 17:28:51 +02:00
Frédéric Péters a51a3c054a translation update 2019-05-20 15:01:56 +02:00
Frédéric Péters 2eb1614dbb lazy: only create resultset on numeric access to __getitem__ (#33262) 2019-05-20 14:37:36 +02:00
Frédéric Péters 96fcc9b585 misc: replace all quotes in live slugify (#33253) 2019-05-20 14:37:36 +02:00
Frédéric Péters 7d4246a6d7 templatetags: add support for lazy vars to string filters (#33196) 2019-05-20 14:37:36 +02:00
Frédéric Péters 82dbcfa31f templatetags: add support for array index to |get filter (#33199) 2019-05-20 14:37:36 +02:00
Thomas NOËL 0b53dcbb17 use entrouvert.org GIS instead of openstreetmap.org (#13241) 2019-05-16 17:43:36 +02:00
Thomas NOËL 5ebfaf55de rename prefill string and formula options (#31104) 2019-05-16 17:33:41 +02:00
Thomas NOËL f9ade651d5 translation update (#31209) 2019-05-16 17:31:19 +02:00