Commit Graph

128 Commits

Author SHA1 Message Date
Frédéric Péters 5d5b4a781e api: include load url in tracking code lookup API response (#21859) 2018-02-15 07:31:48 +01:00
Benjamin Dauvergne 5cc3847843 api: change schema of formdefs, user/forms and user/drafts APIs (#13184)
All responses now have the form {"err": x, "data": y}.
2018-01-16 12:49:09 +01:00
Frédéric Péters b6e5b36890 api: only return formdef count if it is requested (#21166) 2018-01-16 11:41:11 +01:00
Thomas NOËL e7fe4fba8b api: add backoffice-submission parameters to formdefs endpoints (#17689) 2017-12-23 14:02:25 +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 b94609fab5 doc: write about django templates (#20496) 2017-12-07 11:14:17 +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 32d7fd745c sql: add f_ before varnames in on views to prevent name conflicts (#19385) 2017-10-16 14:23:51 +02:00
Frédéric Péters 5e594d4cb8 api: add data and geojson views covering all formdatas (#14260) 2017-08-08 13:50:40 +02:00
Frédéric Péters 307d340993 doc: fix schema example, required are booleans, not strings 2017-07-07 10:50:04 +02:00
Frédéric Péters 26ffeaf271 help: rewrite sentence about _raw variables in list fields 2017-07-03 17:33:34 +02:00
Frédéric Péters 4ef7361b45 help: only use varnames in submit API example 2017-05-11 18:14:42 +02:00
Frédéric Péters 12124f14ab general: remove "user hash" stuff (#13840) 2017-03-03 14:15:49 +01:00
Frédéric Péters da9dd1024c help: add note about configuring shared keys (#14872) 2017-02-20 10:25:21 +01:00
Frédéric Péters da65a7e72f help: divide datasource page into json and jsonp parts 2017-02-08 11:40:05 +01:00
Frédéric Péters a70355847d misc: rename "New Page" to "Page" (#14655) 2017-01-25 15:33:21 +01:00
Frédéric Péters 1123e28132 misc: add role details to substitution variables (#10531) 2017-01-16 14:26:33 +01:00
Frédéric Péters df1977f2dc help: note the parameters are also the same as in the listings 2017-01-02 17:22:11 +01:00
Thomas NOËL 9d5b198685 help: rename age_in_* to utils.age_in_* (#14199) 2016-12-02 15:37:21 +01:00
Frédéric Péters bf32d69d16 help: add example of condition checking if a field has been filled 2016-11-16 12:16:56 +01:00
Frédéric Péters f29667f83d help: typo fix 2016-10-28 14:47:59 +02:00
Benjamin Dauvergne e5624dbd01 evalutils: add age_in_xxx() methods (#11601)
- age_in_years
- age_in_years_and_months
- age_in_days
- age_in_seconds
2016-10-21 16:56:16 +02:00
Frédéric Péters 70efa7cae5 backoffice: add possibility to plot forms on a map (#5834) 2016-10-18 18:22:36 +02:00
Frédéric Péters a8824bb8d6 help: note an expression can be used as timeout 2016-10-06 17:38:29 +02:00
Benjamin Dauvergne 6019775284 export geolocations in forms API (fixes #13483) 2016-10-06 16:58:29 +02:00
Frédéric Péters cc2afec522 doc: include full name in /user API example 2016-09-27 09:43:14 +02:00
Frédéric Péters cf9833f2af help: include form_criticality_level in list of variables 2016-09-21 08:25:32 +02:00
Frédéric Péters 870d5e82a8 help: add a few words on extra keys in data sources 2016-09-16 09:56:21 +02:00
Frédéric Péters ced4feb552 workflows: make it possible to alter jump timeout check frequency (#12782)
Via the WCS_JUMP_TIMEOUT_CHECKS environement variable.
2016-08-19 14:30:30 +02:00
Frédéric Péters 8c6bd68a76 general: add support for custom scripts in context variables (#12457) 2016-08-19 14:30:07 +02:00
Frédéric Péters c4d0f812d4 help: fix typo 2016-08-01 13:09:44 +02:00
Frédéric Péters cb2cce2821 help: add a note about geolocation variables 2016-07-28 15:28:56 +02:00
Frédéric Péters 53f7bc9d06 api: add API to check for tracking code existence (#12435) 2016-07-11 15:17:36 +02:00
Frédéric Péters d4724a3316 help: add example of [is ...] usage 2016-06-29 17:02:13 +02:00
Frédéric Péters 08b6e479d5 formdef: expose urlname in API/variables, as form_slug (#11477) 2016-06-27 19:03:37 +02:00
Benjamin Dauvergne fe688437e0 wscall: add parameters to add elements to query string (#11207) 2016-06-13 16:05:13 +02:00
Frédéric Péters 9ca7b690de help: update URL to ezt syntax reference 2016-05-21 08:55:12 +02:00
Benjamin Dauvergne 885456f9a3 export evolutions in form API (#10820) 2016-05-17 19:47:04 +02:00
Benjamin Dauvergne 2e0c8a1b9b add new parameter anonymise to API /api/forms/<slug>/ endpoints returning anonymized formdata (#9146)
Service is open to any request bearing a valid signature, without needing to to
authenticate as a known user. It's also open to authenticated admin users for
debugging.
2016-05-09 09:41:10 +02:00
Benjamin Dauvergne f930d8d720 export workflow status as a list not a dict (#10807) 2016-05-09 09:25:34 +02:00
Frédéric Péters 98f638cedd api: add support for POST on existing formdata, for edition (#10749) 2016-05-04 14:31:50 +02:00
Frédéric Péters e5826951f7 workflows: add action to geolocate a formdata (#10581) 2016-05-04 09:42:43 +02:00
Benjamin Dauvergne b9b914b948 api: include more workflow details in formdef schema (#9849) 2016-04-30 21:00:39 +02:00
Frédéric Péters 5309b7af26 api: include category_slug in formdefs API (#10366) 2016-03-22 11:11:13 +01:00
Frédéric Péters 98436f1e7c help: add paragraph about item field substitution variables 2016-03-11 09:08:10 +01:00
Frédéric Péters 4b4fc2f840 help: fix typo 2016-03-02 10:43:52 +01:00
Benjamin Dauvergne efd1af0770 api: handle submit of forms with date, file and map fields (#10059) 2016-02-26 14:53:03 +01:00
Benjamin Dauvergne 30ccbfebf2 api: allow varname in formdef submit (#10026)
structured and display value are also copied if found.
2016-02-25 19:11:21 +01:00
Frédéric Péters e9746fcc80 doc: add missing <code> tags in example 2016-02-22 11:13:42 +01:00
Frédéric Péters fc0e33e3f8 formdata: add substition variables for submission data (#9751) 2016-02-04 15:15:06 +01:00