Commit Graph

4212 Commits

Author SHA1 Message Date
Thomas NOËL 57d839e010 update french translations 2016-04-06 15:09:17 +02:00
Frédéric Péters 35c1211f4b forms: move captcha to the validation page (#10222) 2016-04-06 13:24:21 +02:00
Frédéric Péters 561bc2d7fd workflows: always reset field id of variables (#10554) 2016-04-06 13:24:21 +02:00
Frédéric Péters e37d878aed workflows: allow to specify arbirary strings as email recipients (#6105) 2016-04-06 13:24:21 +02:00
Frédéric Péters 4427805265 wscall: display json error details in journal in backoffice (#10269) 2016-04-06 13:24:21 +02:00
Frédéric Péters eda094fddc backoffice: allow filtering listings on bool and items fields (#9219) 2016-04-06 10:09:53 +02:00
Frédéric Péters 5fc81cd652 workflows: add support for global timeouts (#10133) 2016-04-05 17:59:59 +02:00
Frédéric Péters 2b6f446d23 backoffice: include both raw and display values in CSV exports (#9847) 2016-04-05 16:14:38 +02:00
Benjamin Dauvergne efbf915068 backoffice: prevent non utf-8 strings from breaking /inspect (#10447) 2016-04-05 16:06:38 +02:00
Benjamin Dauvergne b5a493b941 misc: encode data source value using qommon.misc.json_encode_helper (#10447)
It prevents data sources from outputting unicode strings.
2016-04-05 16:06:38 +02:00
Thomas NOËL 5acac9e947 remove dash in form_role_* variable names (#10448) 2016-04-05 15:55:36 +02:00
Benjamin Dauvergne 9db4c8e6ad tests: set site charset to utf-8 (#10472) 2016-04-05 15:51:15 +02:00
Frédéric Péters d8227ead9f backoffice: don't display status/criticality in submission screen (#10505) 2016-04-01 08:44:00 +02:00
Benjamin Dauvergne f6254c65ee add a fast tox.ini (#10473) 2016-03-30 16:17:00 +02:00
Benjamin Dauvergne ec128c0318 wf/export_to_model: add option to convert generated document to PDF (#8868) 2016-03-29 10:08:43 +02:00
Frédéric Péters 6bf1dbc8f6 backoffice: do not allow sorting on criticality when there's none (#10446) 2016-03-29 09:20:55 +02:00
Frédéric Péters f43b85d22d backoffice: fix sizing of sidebar <select> 2016-03-25 18:37:30 +01:00
Frédéric Péters 654b3df9c6 workflows: redirect to correct status in case of multiple triggers (#10388) 2016-03-23 10:33:58 +01:00
Thomas NOËL 18fe075663 fix a typo in french translations 2016-03-22 18:12:45 +01:00
Thomas NOËL f917cc3065 update french translations 2016-03-22 18:03:42 +01:00
Frédéric Péters 5309b7af26 api: include category_slug in formdefs API (#10366) 2016-03-22 11:11:13 +01:00
Benjamin Dauvergne fd06ad762d use SENTRY_DSN environment variable (fixes #10294) 2016-03-17 10:50:55 +01:00
Frédéric Péters 20f4c0c034 sql: don't barf on ranked items saved as strings (#10324)
This can happen when invalid drafts are restored.
2016-03-17 10:42:40 +01:00
Frédéric Péters aaaaabab86 workflows: pass absolute criticality value as an integer (#10281) 2016-03-14 11:56:08 +01:00
Frédéric Péters 808a079d86 workflows: change criticality level action to default to increase (#10280) 2016-03-14 11:56:08 +01:00
Frédéric Péters 981ccfd35f backoffice: reset advisory locks after actions (#10277) 2016-03-14 09:50:13 +01:00
Frédéric Péters 13de91f5c2 backoffice: ellipisise long variable names in inspect view (#10279) 2016-03-12 19:38:04 +01:00
Frédéric Péters 1b60f7193a backoffice: add formdef substitution variables to inspect page (#10272) 2016-03-11 20:00:47 +01:00
Frédéric Péters 9cf11aa4a8 backoffice: add a "secret" formdata inspector page (#6099) 2016-03-11 17:04:55 +01:00
Frédéric Péters 27de58917f trivial: use @classmethod decorator instead of calling classmethod() 2016-03-11 17:04:55 +01:00
Frédéric Péters 1f3f1df00c backoffice: allow "submission channel" column in listings (#8434) 2016-03-11 12:05:26 +01:00
Frédéric Péters ae3a0f2caa convert-to-sql: make sure port number is saved as an integer (#10170) 2016-03-11 10:56:37 +01:00
Thomas NOËL b30f9b2f0f wscall: increase timeout to 30s (#10246) 2016-03-11 10:40:15 +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 ba9827f31f general: add handling of criticality levels (#10134) 2016-03-10 17:31:55 +01:00
Frédéric Péters 0b60261933 backoffice: list (almost) all formdata in 360 user view (#9011)
Formdata that are not viewable by the user are displayed but not linked, but
it's possible to mark some formdefs as never appearing in 360 user view.
2016-03-10 15:54:44 +01:00
Frédéric Péters b0db01439b misc: use site-options.cfg to enable global actions (#10224) 2016-03-08 12:13:33 +01:00
Frédéric Péters eb7d1e803b workflows: add new action to submit the current formdata anew (#9419) 2016-03-08 12:13:33 +01:00
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