Commit Graph

5014 Commits

Author SHA1 Message Date
Frédéric Péters 3de2b87c1b translation update 2017-12-20 23:34:37 +01:00
Thomas NOËL a698bcdd0d misc: add a REQUESTS_TIMEOUT settings for requests calls (#20825) 2017-12-20 17:25:50 +01:00
Frédéric Péters 0218258a15 templates: fix encoding handling in django templates (#20831) 2017-12-20 17:16:11 +01:00
Frédéric Péters 4c7c3902db misc: catch idna errors when validating email addresses (#20819) 2017-12-20 11:57:18 +01:00
Thomas NOËL eb7a8abf96 wscall: fix record/notify on app errors, use status_code instead of status (#20809) 2017-12-20 09:30:54 +01:00
Frédéric Péters 730ff3d694 backoffice: add assigned functions to inspect view (#17072) 2017-12-18 10:12:11 +01:00
Frédéric Péters 996fe47892 backoffice: add links to form and workflow pages from inspect view (#20755)
This changes title markup to use standard gadjo #appbar to have those
links right aligned next to the title.
2017-12-18 10:12:11 +01:00
Thomas NOËL ad6849f523 misc: accept only http and https as URL scheme (#20523) 2017-12-15 16:38:26 +01:00
Benjamin Dauvergne 1c3dabaeee test: make a fixture of HttpRequestMocking (#16509) 2017-12-15 16:37:52 +01:00
Frédéric Péters c45b8364bb backoffice: use {{ }} when displaying varnames (#20670) 2017-12-14 11:20:56 +01:00
Frédéric Péters ec145dbfc5 doc: update pages to always use django templates syntax (#20537) 2017-12-14 10:56:56 +01:00
Frédéric Péters 780d1f41ba backoffice: fix access to ics endpoint as a backoffice URL (#20676) 2017-12-14 10:56:56 +01:00
Frédéric Péters 943433085f form: always look for widget templates in the same directory (#20669) 2017-12-14 07:32:52 +01:00
Frédéric Péters 731905b4bf update translations (#20647)
Using the custom management commad to handle N_ markers.
2017-12-12 17:26:38 +01:00
Frédéric Péters 100da71d93 forms: display an empty string if there's no handling role (#20633) 2017-12-12 14:03:51 +01:00
Frédéric Péters 93704be427 api: allow specifying the endtime field in ics URL (#20557) 2017-12-12 13:30:50 +01:00
Frédéric Péters f845d30849 translation update 2017-12-12 12:57:10 +01:00
Frédéric Péters 72201e94b6 misc: use uppercases in "POST data" label to mark it's not a verb (#16637) 2017-12-12 07:35:26 +01:00
Thomas NOËL 8cf53dd4de remove useless context_processors.auth in settings (#20530) 2017-12-11 17:25:44 +01:00
Frédéric Péters 7d6fe73bb6 backoffice: use an uniform style for section revealers (#20554) 2017-12-11 10:22:59 +01:00
Thomas NOËL dc213dafca Revert "wscall: do not notify or record applications errors (#20491)"
This reverts commit a1966769a3, pushed by mistake
2017-12-07 11:44:19 +01:00
Frédéric Péters b94609fab5 doc: write about django templates (#20496) 2017-12-07 11:14:17 +01:00
Thomas NOËL a909983795 workflow: remove aggregation email if can not send it (#19389) 2017-12-07 11:13:56 +01:00
Thomas NOËL a1966769a3 wscall: do not notify or record applications errors (#20491) 2017-12-07 09:56:50 +01:00
Thomas NOËL 41bd08e8d2 workflows: handle computed roles in dispatch xml import (#20327) 2017-12-05 17:39:29 +01:00
Thomas NOËL bb1f118155 workflows: show all templated roles as computed values in sendmail action (#20431) 2017-12-05 17:28:14 +01:00
Thomas NOËL c8f1d7aa6f wf/export_to_model: allow only ezt syntax in rtf models (#20407) 2017-12-05 15:16:10 +01:00
Thomas NOËL d58f7e4fb2 formdata: hide intermediary evolutions based on correct status (#20273) 2017-12-05 14:57:53 +01:00
Frédéric Péters 345f3a5dff general: use a django template for the formdata status page (#20375) 2017-12-04 22:02:07 +01:00
Thomas NOËL d270f6adc7 do not try to normalize empty coordinates (#20364) 2017-12-04 17:24:12 +01:00
Benjamin Dauvergne c54766c4e3 normalize geographic coordinates into -90..90/-180..180 (#20364) 2017-12-04 16:26:14 +01:00
Frédéric Péters 06ef78bb9e api: add possibility to get drafts from /api/user/forms endpoint (#20230) 2017-12-04 09:40:07 +01:00
Thomas NOËL 47ca25760f encode Django templates render (#20396) 2017-12-02 03:15:38 +01:00
Thomas NOËL b77196695d update french translations 2017-12-01 18:06:37 +01:00
Frédéric Péters 13cf85c969 misc: let wcsctl commands use django settings (#20394) 2017-12-01 17:49:16 +01:00
Thomas NOËL e693c2200e tests: add some Django/ezt templates tests (#19442) 2017-12-01 17:11:02 +01:00
Thomas NOËL 7809060474 workflows: allow Django formatted recepient in sendmail action (#19442) 2017-12-01 17:11:02 +01:00
Thomas NOËL 3906f827cd misc: use Django/ezt templates in variadic URLs (#19442) 2017-12-01 17:10:55 +01:00
Thomas NOËL 18c9258e9f use Django/ezt templates in messages (email, sms, journal) (#19442) 2017-12-01 16:38:05 +01:00
Thomas NOËL 7d92cf296e use Django/ezt templates on computed expressions (#19442) 2017-12-01 16:38:05 +01:00
Thomas NOËL f626c45cbb add new Template system, authorizing Django and ezt syntaxes (#19442) 2017-12-01 16:38:04 +01:00
Thomas NOËL 234f1499fa misc: add a REQUESTS_PROXIES settings for requests calls (#20371) 2017-11-30 16:36:36 +01:00
Thomas NOËL 0b6ed7b305 workflows: make criticality levels option always visible (#20254) 2017-11-30 11:28:07 +01:00
Thomas NOËL 54d7f87e41 workflows: make global actions allways visible (#20253) 2017-11-30 11:27:44 +01:00
Frédéric Péters 0773410d02 misc: turn urlopen into a _http_request wrapper (#19437) 2017-11-30 10:00:35 +01:00
Frédéric Péters 218bc1063b misc: switch http support to requests library (#19437) 2017-11-30 10:00:35 +01:00
Frédéric Péters e06b74f755 saml: use qommon method to post SOAP messages (#20089) 2017-11-30 10:00:34 +01:00
Thomas NOËL 72caf60520 tests: update for pytest 3.3 with merged catchlog (#20317) 2017-11-28 13:02:49 +01:00
Thomas NOËL 69c9fd57d1 workflows: fix attachements xml import on sendmail action (#20319) 2017-11-28 12:53:35 +01:00
Frédéric Péters c4fc21a21a misc: don't generate substitution variables for non-html responses (#20294) 2017-11-27 14:50:57 +01:00