Commit Graph

5643 Commits

Author SHA1 Message Date
Frédéric Péters 45b00ed979 ezt: remove leftover StringType reference (#31440) 2019-03-15 10:29:37 +01:00
Frédéric Péters 9800638998 trivial: remove misplaced code (#31415) 2019-03-14 21:04:40 +01:00
Thomas NOËL c8be054394 convert_to_sql: add receipt_time in error_formdata.log; fix typo (#31415) 2019-03-14 16:55:38 +01:00
Frédéric Péters d32f772c11 backoffice: remove blank space in sidebar map (#31289) 2019-03-12 07:27:37 +01:00
Frédéric Péters 22b514ef84 maps: don't set max bounds when dragging is disallowed (#31288) 2019-03-12 07:27:37 +01:00
Benjamin Dauvergne c8023e67f9 api: check status visibility against authenticated API user (#29588)
* thread user through get_json_export_dict() and get_visible_status()
* modify test_api_list_formdata to get forms with the just_submitted
  status.
2019-03-08 00:09:08 +01:00
Frédéric Péters 2b14b99f74 backoffice: remove thumbnail references for file fields in tables (#31134) 2019-03-07 15:59:01 +01:00
Frédéric Péters 3df85143c6 translation update 2019-03-07 14:48:49 +01:00
Frédéric Péters dbad9a5176 forms: only alter request.form in POST requests (#29788) 2019-03-07 14:27:43 +01:00
Frédéric Péters d1c57bbc2d misc: remove frontoffice edition of some texts (#17665) 2019-03-06 13:51:17 +01:00
Nicolas Roche e081602813 templatetags: add ceil, floor and abs filteris (#31068) 2019-03-06 13:46:56 +01:00
Thomas NOËL d6e10aaccc preview: remind it was a preview on last submit page (#29949) 2019-03-06 09:59:02 +01:00
Frédéric Péters c6f6a44e05 workflows: add site options to only expose functions (#31112) 2019-03-06 09:38:30 +01:00
Frédéric Péters c87bf05ed1 api: include a display_fields attribute in global geojson (#30066) 2019-03-06 09:26:06 +01:00
Frédéric Péters 8e0ce37e4f maps: add classes for geolocation status (#31080) 2019-03-05 15:42:45 +01:00
Frédéric Péters e06981d38a backoffice: always redirect to workflow supplied URL after submission (#31075) 2019-03-05 15:42:45 +01:00
Frédéric Péters 2d8781164a misc: update French translation to not use "upload" (#11279) 2019-03-05 14:27:21 +01:00
Benjamin Dauvergne 6c0f72fc6b backoffice: do not refresh table when user is idle (#26804) 2019-03-04 15:55:20 +01:00
Frédéric Péters 9989aa6076 misc: apply umask to created files (#6845) 2019-03-04 14:12:15 +01:00
Nicolas Roche 69f4fe62b0 templatetags: add mathematics filters (#27709) 2019-03-04 13:49:55 +01:00
Frédéric Péters 22a058c5af workflows: make resubmit work with anonymous users (#30724) 2019-03-04 13:06:31 +01:00
Frédéric Péters 89c4bf0a41 python3: clean ezt module (#30996) 2019-03-04 12:44:32 +01:00
Frédéric Péters db0e1d1260 python3: import modules from six compatibility locations (#30996) 2019-03-04 12:44:32 +01:00
Frédéric Péters d0d62dd31f python3: use print() (#30996) 2019-03-04 12:44:32 +01:00
Frédéric Péters 8fc1c58df0 python3: don't use has_key() (#30996) 2019-03-04 12:44:32 +01:00
Frédéric Péters b77aee8757 python3: use execfile() instead of exec() (#30996) 2019-03-04 12:44:32 +01:00
Frédéric Péters 55ec3680c1 python3: make _get_vc_version compatible (#30996) 2019-03-04 12:44:32 +01:00
Frédéric Péters fdcaf094f9 python3: use string.ascii_letters (#30996) 2019-03-04 12:44:32 +01:00
Frédéric Péters f680739d9c python3: use compatible form for octal numbers (#30996) 2019-03-04 12:44:32 +01:00
Frédéric Péters 3ce338f777 python3: don't use newly reserved async keyword (#24850) 2019-03-04 12:44:32 +01:00
Frédéric Péters 4f4689ccc9 python3: force pickle protocol compatible with python 2 (#30996) 2019-03-04 12:44:32 +01:00
Frédéric Péters c00113407f python3: use compatible lambda syntax (#30996) 2019-03-04 12:44:32 +01:00
Frédéric Péters bc8f5f1c66 python3: use newer syntax for exceptions (#30996) 2019-03-04 12:44:32 +01:00
Thomas NOËL 4e1ed00b2a workflows: add required attribute on comment action (#30023) 2019-03-03 13:27:19 +01:00
Frédéric Péters b7625dd101 publisher: reset site options when changing appdir (#31016) 2019-03-01 09:24:26 +01:00
Frédéric Péters 78799be562 forms: don't let old formdata get used by workflow after edit jump (#30942) 2019-02-27 16:20:58 +01:00
Frédéric Péters 6ddfd68c6d forms: don't set tracking code unless enabled (#30887) 2019-02-26 08:28:15 +01:00
Nicolas Roche e4ee1a902b templatetags: beautify decimal filter's code (#30852) 2019-02-25 10:16:05 +01:00
Nicolas Roche 144fad9847 templatetags: manage lazy variable on decimal filter (#30793) 2019-02-21 16:06:01 +01:00
Nicolas Roche 3e763b999a templatetags: correct decimal filter output on 0 (#30770) 2019-02-21 15:26:33 +01:00
Frédéric Péters 798934d531 forms: switch comment field to render using a template (#30530) 2019-02-19 16:40:07 +01:00
Frédéric Péters e986bf93d8 fields: ~always use ckeditor for comment fields (#27988) 2019-02-19 16:40:07 +01:00
Frédéric Péters 3ccd6f4cc9 workflows: fail if libreoffice is failing (#30754) 2019-02-19 13:55:25 +01:00
Frédéric Péters 072dc10030 formdata: revert extended support for form_tracking_code in static mode (#30536) 2019-02-18 16:23:50 +01:00
Frédéric Péters f9751b013b misc: refactor (a bit) file upload javascript code (#30566) 2019-02-18 16:19:45 +01:00
Frédéric Péters 4c25688057 formdata: handle form_tracking_code of unsaved data in lazy mode (#30536) 2019-02-18 16:19:45 +01:00
Frédéric Péters 9520fa5d02 backoffice: remove doubled parenthesis around "deleted" on inspect page (#30505) 2019-02-18 16:19:45 +01:00
Frédéric Péters e5026f3dcc misc: allow some latency in explicit map geolocation (#30568) 2019-02-18 16:19:45 +01:00
Frédéric Péters 7a4de10ba3 misc: use django handler for 404 pages (#30403) 2019-02-18 16:19:45 +01:00
Frédéric Péters 9d04ffd779 admin: expose all workflow status when remapping (#23573) 2019-02-18 16:19:45 +01:00