Commit Graph

6439 Commits

Author SHA1 Message Date
Frédéric Péters ea1d9e24fd translation update 2020-03-17 17:28:11 +01:00
Frédéric Péters c5a0811131 workflows: add support for form details odt section in documents (#36627) 2020-03-17 15:03:31 +01:00
Frédéric Péters 0441839f27 misc: add open document representation of fields (#36627) 2020-03-17 15:03:31 +01:00
Frédéric Péters 9bd888c708 factor out function to clean text for open document (#36627) 2020-03-17 15:03:31 +01:00
Frédéric Péters a06e04dbf8 misc: move method to get summary fields to formdata (#39739) 2020-03-17 15:03:31 +01:00
Frédéric Péters 18ace95181 fields: ignore invalid date values (#40771) 2020-03-17 14:38:21 +01:00
Thomas NOËL e956f92a8a verify file size for alternative storage (#40707) 2020-03-17 11:32:48 +01:00
Frédéric Péters dc0a00446c misc: check file size before upload (#13395) 2020-03-17 11:24:03 +01:00
Frédéric Péters 9ec92726b6 misc: don't load json input if there's no input stream (#40481) 2020-03-13 16:55:58 +01:00
Frédéric Péters d763b18b60 misc: anchor user at action form after submit (#40421) 2020-03-13 08:35:27 +01:00
Frédéric Péters 45554f40b0 forms: keep hint as initial option in dynamic <select> (#37301) 2020-03-13 08:31:38 +01:00
Frédéric Péters de68242a59 misc: add connection pooling and keep-alive (#40600) 2020-03-13 08:31:38 +01:00
Frédéric Péters ac1d7d30a3 tests: update advanced fields check for new label markup (#40653) 2020-03-11 17:18:45 +01:00
Frédéric Péters f55bcd64ea forms: always use <label> for field label, for now (#40653) 2020-03-11 17:02:50 +01:00
Thomas NOËL a56ae27bcb backoffice: compute data_source URL if it's a template (#13902) 2020-03-09 19:58:22 +01:00
Frédéric Péters e3c5b3be9b fields: don't crash storing items field if there's no options (#40536) 2020-03-09 17:35:22 +01:00
Frédéric Péters 789cf1a53d fields: allow prefilling date fields from various date formats (#40513) 2020-03-06 16:59:39 +01:00
Frédéric Péters 95d46c3910 misc: add back workflow data variables into into inspect page (#40414) 2020-03-06 10:02:30 +01:00
Frédéric Péters b1a6f621ed translation update 2020-03-06 09:47:10 +01:00
Frédéric Péters 4687ef64d1 fields: allow setting a backoffice bool field from a string (#40435) 2020-03-04 19:59:46 +01:00
Frédéric Péters 5f51dc8722 substitution: limit depth for real (#40429) 2020-03-04 18:32:19 +01:00
Serghei Mihai 84081f50da wf: add action to create card data (#39997) 2020-03-04 17:21:33 +01:00
Frédéric Péters 78a643656a misc: enable studio by default (bis, #40392) 2020-03-04 14:38:09 +01:00
Frédéric Péters 43a9fb6b39 workflows: don't display unavailable parameters in inspect (#40404) 2020-03-04 14:14:16 +01:00
Frédéric Péters 00c012b12c misc: enable studio by default (#40392) 2020-03-04 14:14:04 +01:00
Frédéric Péters ec3370d6c7 misc: reject autocomplete requests to empty URL (#40378) 2020-03-03 14:48:28 +01:00
Frédéric Péters 9e11f47074 misc: add class to tracking code zone if there's a discard draft button (#40370) 2020-03-03 11:31:52 +01:00
Frédéric Péters 85bc04364d backoffice: skip backoffice submitters check if there are none (#40245) 2020-03-03 11:31:52 +01:00
Frédéric Péters 80790e67fb misc: make N_ a real imported function (#40359) 2020-03-03 11:26:59 +01:00
Frédéric Péters 57b66f149f translation update 2020-03-03 10:13:10 +01:00
Thomas NOËL 800d81cb2e handle storage error on file upload (#40044) 2020-03-03 09:44:10 +01:00
Frédéric Péters 49ec7bdc11 cards: display first history step with agent name (#39667) 2020-03-02 14:44:51 +01:00
Frédéric Péters 1f3af36747 fields: use xml_node_text() for safe access to prefill nodes (#40320) 2020-03-02 14:44:36 +01:00
Frédéric Péters d2a25dc335 forms: don't use <label> for field title when used in field contents (#40287) 2020-03-02 14:44:10 +01:00
Frédéric Péters 272c099386 misc: add back full support for items field in lazy variables (#40283) 2020-03-02 14:43:57 +01:00
Frédéric Péters 9353d436d4 general: use lazy variables to generate inspect page (#39849) 2020-02-29 10:35:35 +01:00
Frédéric Péters f2308152a0 forms: only update item options if there are new values (#40216) 2020-02-28 14:40:11 +01:00
Frédéric Péters ecb759a1b0 forms: refill item fields based on prefilled values (#40190) 2020-02-28 14:40:11 +01:00
Frédéric Péters b4fcbd095d misc: use data-popup attribute to mark popup links (#40248) 2020-02-28 14:40:11 +01:00
Frédéric Péters 2fac7eb07f misc: add possibility to mark popup links with data-popup (#40247) 2020-02-28 14:40:11 +01:00
Frédéric Péters c30ef26e88 tests: add checks for all convert_value_from_str with empty strings 2020-02-28 08:42:57 +01:00
Nicolas Roche f506dc14b9 fields: convert empty date to None (#40235) 2020-02-28 08:42:57 +01:00
Thomas NOËL 4a13391bdb Revert "forms: refill item fields based on prefilled values (#40190)"
This reverts commit f274d4442e.
2020-02-27 15:36:55 +01:00
Thomas NOËL 55e849ff39 Revert "forms: only update item options if there are new values (#40216)"
This reverts commit 407098ea38.
2020-02-27 15:36:46 +01:00
Frédéric Péters 407098ea38 forms: only update item options if there are new values (#40216) 2020-02-27 09:27:57 +01:00
Frédéric Péters f274d4442e forms: refill item fields based on prefilled values (#40190) 2020-02-27 00:31:22 +01:00
Frédéric Péters b13f254b01 backoffice: set global filters from query string (#40212) 2020-02-26 17:09:50 +01:00
Frédéric Péters 4dd829ebee misc: allow sorting forms without receipt time (#40157) 2020-02-25 10:11:01 +01:00
Frédéric Péters 6339129fdf workflows: make linked formdata view work without request (#40161) 2020-02-25 10:11:01 +01:00
Frédéric Péters 4d3d773f84 misc: raise AttributeError on missing lazy attributes (#40133) 2020-02-25 08:48:52 +01:00