Commit Graph

4174 Commits

Author SHA1 Message Date
Thomas NOËL cc80d209a3 update french translations 2016-03-04 18:09:58 +01:00
Frédéric Péters 0be2bc1a9f sql: fix postgresql version number comparisons 2016-03-04 17:30:01 +01:00
Frédéric Péters 2e130848b7 sql: don't use 'IF NOT EXISTS' when creating materialized view (#9553)
(it requires postgresql 9.5)
2016-03-04 16:00:38 +01:00
Frédéric Péters 98ae3b0581 sql: use materialized views if available, for statistics (#9553) 2016-03-04 15:27:19 +01:00
Frédéric Péters c88950bb4d backoffice: make it possible to have the global view as default (#10139) 2016-03-04 15:00:22 +01:00
Frédéric Péters 99d105df8c fields: fix unhtmled_label to return a byte string (#10193) 2016-03-04 14:54:11 +01:00
Frédéric Péters b187f5b23e misc: don't escape html if _sanitizeHTML is absent (#10194) 2016-03-04 14:54:11 +01:00
Frédéric Péters 8a330bc667 misc: correctly mark for translation "export with model" strings (#10203) 2016-03-04 14:49:40 +01:00
Frédéric Péters 47f8e64763 backoffice: add link to switch from global view to "forms view" (#10167) 2016-03-04 09:00:59 +01:00
Frédéric Péters bdb328cee7 misc: don't display captcha option by default (#10168) 2016-03-04 09:00:59 +01:00
Frédéric Péters f1ed5fbdde style: update colour of infonotice action link
(blue on another blue was not readable)
2016-03-02 18:24:06 +01:00
Frédéric Péters 40c470557d misc: strip html from field labels when displayed in backoffice (#9837) 2016-03-02 17:42:02 +01:00
Frédéric Péters 83d9ba371d hobo: mark that the idp manages the user attributes (#10141) 2016-03-02 12:24:52 +01:00
Frédéric Péters 4b4fc2f840 help: fix typo 2016-03-02 10:43:52 +01:00
Frédéric Péters 8401efe471 misc: add "re" module to global symbols dict (#10145) 2016-03-01 17:05:01 +01:00
Frédéric Péters 622566ff53 misc: make sure data sources with unicode are correctly serialized (#10048) 2016-03-01 10:55:12 +01:00
Frédéric Péters 0343e12b8c backoffice: export "display id" in csv and other files (#10130) 2016-03-01 10:55:12 +01:00
Frédéric Péters 3aeec7ca78 backoffice: add advisory locking to formdata (#10075) 2016-03-01 10:55:12 +01:00
Thomas NOËL 095504b20f update french translations 2016-02-26 17:12:26 +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
Frédéric Péters 9f9599afee backoffice: rename and style the appearance of "remove draft" link (#10084) 2016-02-26 10:06:36 +01:00
Frédéric Péters d02de2c6b4 ezt: allow easy access to array/dict elements (#10074) 2016-02-26 10:06:36 +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
Benjamin Dauvergne d2c170e7e4 Revert "new command to pass batch commands to w.c.s. (#9822)"
This reverts commit 67430e8520 pushed
inadvertently.
2016-02-22 00:06:22 +01:00
Benjamin Dauvergne 96e0006505 Revert "add to_dict() and export_to_json() to Workflow (#9849)"
This reverts commit 2b1f868f67 pushed
inadvertently.
2016-02-22 00:05:54 +01:00
Benjamin Dauvergne cde8218cc0 Revert "export workflow in formdef json exports (fixes #9849)"
This reverts commit c78e8a671b inadvertently.
2016-02-22 00:01:14 +01:00
Benjamin Dauvergne 6772ebef00 wf/roles: handle case when user attributes are managed by the idp (#9210)
If the user's attributes are managed by an idp, we add/remove roles by calling
the idp role management web-services. It only works with authentic2.
2016-02-19 10:18:03 +01:00
Benjamin Dauvergne 9d13b21b69 misc: add an http_delete_request helper function (#9210) 2016-02-19 10:18:03 +01:00
Benjamin Dauvergne 790023bd11 add helper method to test if user attributes are IdP managed (#9210) 2016-02-19 10:18:03 +01:00
Benjamin Dauvergne c78e8a671b export workflow in formdef json exports (fixes #9849) 2016-02-19 10:17:56 +01:00
Benjamin Dauvergne 2b1f868f67 add to_dict() and export_to_json() to Workflow (#9849) 2016-02-19 10:17:56 +01:00
Benjamin Dauvergne 67430e8520 new command to pass batch commands to w.c.s. (#9822) 2016-02-19 10:17:56 +01:00
Frédéric Péters eedc7eaf73 preview: add support for tempfiles, used for thumbnails (#10023) 2016-02-18 15:37:15 +01:00
Frédéric Péters ef44e4fb69 hobo: generate a wscall-secrets section (#10022) 2016-02-18 15:37:15 +01:00
Frédéric Péters e7b2a1f35a admin: don't lose drafts when assigning a new workflow to a formdef (#10017) 2016-02-18 13:44:52 +01:00
Frédéric Péters a2bb9d6869 backoffice: always exclude drafts from exports and statistics (#10012) 2016-02-18 13:44:52 +01:00
Frédéric Péters c906cdaeba misc: fix invalid date check to work with start/end dates (#10004) 2016-02-18 13:44:52 +01:00
Thomas NOËL 4864e33791 update french translations 2016-02-16 14:08:27 +01:00
Frédéric Péters 4a0defb673 backoffice: keep sidebar sticky (#9879) 2016-02-16 12:29:17 +01:00
Thomas NOËL 489a0ab5c4 wscall: add a description label (#9958) 2016-02-16 12:27:08 +01:00
Thomas NOËL 766b7e8397 admin: use new dynamic-display js possibility in prefill widgets (#9559) 2016-02-16 11:24:53 +01:00
Frédéric Péters 7c071d5248 misc: use wysiwyg widgets for comments field (#9839) 2016-02-16 11:14:12 +01:00
Frédéric Péters 4c74750444 workflows: add missing import (#9968) 2016-02-15 10:44:18 +01:00
Frédéric Péters 9c2caf349b js: don't change invalid date into browser epoch (like 31/12/1899) (#9933) 2016-02-12 16:55:50 +01:00
Thomas NOËL 3637c3ef4d wscall: store more informations after the call (#9889) 2016-02-12 15:13:38 +01:00
Frédéric Péters 1838e47f4c backoffice: ignore callback query parameter when counting forms (#9884) 2016-02-12 13:33:36 +01:00
Thomas NOËL 2787175cda update french translations 2016-02-08 18:00:29 +01:00
Thomas NOËL a96492fae7 fold summary if form has already been seen (#9175) 2016-02-08 14:50:15 +01:00
Frédéric Péters 3c0c1ea243 style: add an icon to the journal items (#9903) 2016-02-08 10:42:54 +01:00