Commit Graph

1177 Commits

Author SHA1 Message Date
Frédéric Péters 227200e0a2 forms: fix live condition against zeroed items field (#30049) 2019-01-24 10:58:22 +01:00
Frédéric Péters f2f840cf36 misc: add support for not equal operator to lazy field vars (#30044) 2019-01-24 07:45:38 +01:00
Thomas NOËL b9df0e468c workflows: convert date to datetime in anchor expression (#30011) 2019-01-23 08:57:46 +01:00
Frédéric Péters 9d4668aa04 misc: unquote HTML entities inside Django variables (#30004) 2019-01-23 08:32:25 +01:00
Frédéric Péters 009eac6053 api: give specific message on json calls missing content-type header (#29856) 2019-01-19 10:03:54 +01:00
Benjamin Dauvergne 41c263b717 formdata: use real formdata.id in get_json_export_dict() (#29587) 2019-01-19 10:03:54 +01:00
Thomas NOËL f02f0d8df9 add tests for now and today variables in templates (#29887) 2019-01-18 16:14:44 +01:00
Frédéric Péters 4f6895a7b1 misc: add evolution messages to fulltext search (#22651) 2019-01-17 09:55:53 +01:00
Frédéric Péters b9d05a9aa4 fields: don't crash on unkown CSS classes in profile fields (#29654) 2019-01-11 11:06:35 +01:00
Frédéric Péters 17e4fc2f30 misc: expose request (/query string) in expression variables (#29565) 2019-01-09 13:46:14 +01:00
Frédéric Péters d86034497a misc: don't crash storing unicode passwords for logged users (#19217) 2019-01-08 11:40:24 +01:00
Frédéric Péters e5108eef03 forms: mark string fields with html5 autocomplete attributes (#26827) 2019-01-04 08:40:57 +01:00
Frédéric Péters 5f59d55941 misc: use datetime objects for today and now global variables (#29400) 2019-01-02 17:09:40 +01:00
Frédéric Péters d632a15dab fields: don't enable picking a file from the portfolio by default (#29313) 2019-01-02 12:04:17 +01:00
Frédéric Péters 43d0336bb4 backoffice: close backoffice if an IdP is defined (#10440) 2019-01-02 08:56:32 +01:00
Frédéric Péters 8fd46311a5 misc: use black circles when displaying a password field value (#29390) 2019-01-02 08:56:32 +01:00
Frédéric Péters 0333c9494e misc: avoid URLs starting with double slash (#29373) 2018-12-28 13:43:51 +01:00
Frédéric Péters 9a04369bb7 forms: include workflow forms field medias (#29349) 2018-12-27 07:56:05 +01:00
Thomas NOËL 5015a0f9ea add new templatetags logic for date, datetime, time, decimal (#28738) 2018-12-21 16:19:26 +01:00
Frédéric Péters 70704e7c63 forms: use a template to render radio buttons (#27996) 2018-12-20 16:02:55 +01:00
Frédéric Péters 3e2fecfd9f forms: allow logged in user to use an anonymous tracking code (#29218) 2018-12-20 16:02:43 +01:00
Frédéric Péters bb926723c9 misc: only let rst consider arabic sequences (#29183) 2018-12-19 11:25:40 +01:00
Thomas NOËL 14e543ccce workflow: do not fail on geolocation server errors (#29168) 2018-12-18 11:22:03 +01:00
Benjamin Dauvergne 43f0a85dd5 pass id_token on logout from FranceConnect (fixes #28997) 2018-12-14 14:49:38 +01:00
Benjamin Dauvergne b896d1af68 forms: add /forceauth path to forms (#29059) 2018-12-14 12:17:07 +01:00
Frédéric Péters 5d67c72b7b api: filter user forms when requested by another user (#28732) 2018-12-09 08:59:36 +01:00
Frédéric Péters 5b4dbc5ae8 api: check limit/offset parameters are valid (#28773) 2018-12-09 08:59:36 +01:00
Frédéric Péters c668d16268 misc: add early support for form_tracking_code (#28749) 2018-12-08 10:06:57 +01:00
Frédéric Péters 1e38c3e8c0 misc: add custom lazy field for map variables, for string compat (#28193) 2018-12-06 14:47:46 +01:00
Frédéric Péters cecaa3c437 backoffice: add support for a return URL after submission (#25306) 2018-12-05 14:12:18 +01:00
Frédéric Péters b928eb3a89 misc: unquote HTML entities inside Django template tags (#27995) 2018-12-05 14:11:32 +01:00
Frédéric Péters d9856313f3 conditions: encode items values for contains checks (#28416) 2018-11-30 16:05:50 +01:00
Frédéric Péters 9f7d8aac97 hobo-deploy: don't call convert-to-sql to create tables (#28263) 2018-11-27 07:53:57 +01:00
Frédéric Péters fa4fb4e355 tests: check PATCH/PUT methods for real 2018-11-27 07:53:30 +01:00
Frédéric Péters 08ea74c03c forms: always enable drafts (#27476) 2018-11-24 10:21:45 +01:00
Frédéric Péters 1bcfd42502 api: add possibility of ignoring roles to /api/forms/ (#28201) 2018-11-24 10:21:45 +01:00
Frédéric Péters ce7d7f9ba3 backoffice: hide per user view by default (#28101) 2018-11-24 10:21:45 +01:00
Frédéric Péters aa7ba9669b tests: add basic lazy var check for map fields 2018-11-20 16:24:25 +01:00
Frédéric Péters 3b3103087d tests: make sure to wipe formdatas before live select content test (#27997) 2018-11-15 09:08:45 +01:00
Frédéric Péters 16571e6ff8 convert to sql: add [options] section if it doesn't exist (#27987) 2018-11-14 15:46:27 +01:00
Thomas NOËL 2c36a05d40 settings: export models with workflows (#27942) 2018-11-14 09:18:54 +01:00
Thomas NOËL 18dedba966 allow multiple "action links" by line (#27853) 2018-11-08 14:30:26 +01:00
Frédéric Péters fb712e7743 misc: fix ezt [is ...] usage with lazy field variables (#27781) 2018-11-06 13:25:06 +01:00
Benjamin Dauvergne 735058211a evalutils: add attachment(content, filename, content_type) helper (#27323)
To allow creating mail attachments easily, test contains an example
sending a full JSON export of a formdata.
2018-11-05 10:24:15 +01:00
Frédéric Péters a636338d40 workflows: add possibility to add/remove a computed role (#27313) 2018-11-02 11:09:15 +01:00
Frédéric Péters 14c51926a2 forms: add support for live list contents (#27173) 2018-11-02 10:28:02 +01:00
Frédéric Péters 9e2226a713 misc: add a |decimal template tag (#27699) 2018-10-31 13:52:33 +01:00
Thomas NOËL 5d1e59d7b6 disable cron command if settings.DISABLE_CRON_JOBS is set (#26863) 2018-10-30 18:01:15 +01:00
Frédéric Péters dfe2cba424 misc: don't repeat title identical to page name on summary page (#26732) 2018-10-30 13:49:20 +01:00
Frédéric Péters 16cd56c158 tests: make field conditions work with unicode strings (#27664) 2018-10-30 13:49:20 +01:00