Commit Graph

73 Commits

Author SHA1 Message Date
Frédéric Péters 13e82abfa1 blocks: add check for dependencies in post conditions (#90373) 2024-05-07 07:13:07 +02:00
Frédéric Péters 9df6d42265 misc: remove types.ClassType compatibility (#90093)
gitea/wcs/pipeline/head This commit looks good Details
2024-04-28 08:10:50 +02:00
Frédéric Péters 0abc13aab0 blocks: add support for post conditions (#71778)
gitea/wcs/pipeline/head Build queued... Details
2024-04-26 08:29:31 +02:00
Frédéric Péters 26668ba3ea blocks: add/manage post conditions attribute (#71778) 2024-04-26 08:29:31 +02:00
Frédéric Péters c82031b4d0 backoffice: make most objects documentable (#19777) 2024-04-15 10:21:53 +02:00
Frédéric Péters 4869b1badb misc: use uniform label for block of fields (#89241) 2024-04-12 07:13:09 +02:00
Emmanuel Cazenave 9ff89e41da depreciations: check them only during UI and API imports (#89213)
gitea/wcs/pipeline/head This commit looks good Details
2024-04-05 16:54:12 +02:00
Frédéric Péters 6f6859098a a11y: add group role to blocks (#88620) 2024-03-29 08:33:25 +01:00
Lauréline Guérin 3477ee2f29 depreciation: rename DeprecationsScanAfterJob (#72093)
gitea/wcs/pipeline/head This commit looks good Details
2024-03-15 16:34:28 +01:00
Lauréline Guérin 86f28b8037 deprecations: forbid import of new python expressions (#72093) 2024-03-15 16:34:28 +01:00
Frédéric Péters 3ff59c706e general: finish removal of support for non-utf8 charset (#85626) 2024-01-15 11:46:52 +01:00
Frédéric Péters d2d73ce249 blocks: do not mark with errors required fields of an empty block (#62694) 2024-01-12 14:54:17 +01:00
Frédéric Péters 467b20b031 workflows: allow create formdata & related actions to set a subfield (#77522)
gitea/wcs/pipeline/head This commit looks good Details
2023-12-18 13:19:54 +01:00
Frédéric Péters 5bc6c5333b backoffice: add detailed block usage in inspect view (#66387) 2023-10-27 08:34:18 +02:00
Frédéric Péters cced394fed misc: do not ignore empty block rows when evaluating live value for js (#81094)
gitea/wcs/pipeline/head Build queued... Details
2023-10-01 08:54:39 +02:00
Frédéric Péters 33c2205eb5 general: split fields into invididual files (#81542)
gitea/wcs/pipeline/head This commit looks good Details
2023-09-29 08:05:43 +02:00
Frédéric Péters fd9ec64c83 blocks: apply field migrations (#80881)
gitea/wcs/pipeline/head This commit looks good Details
2023-09-05 13:36:37 +02:00
Lauréline Guérin bc8b95cb14 api: export/import, set application slug/version on snapshots (#80189)
gitea/wcs/pipeline/head This commit looks good Details
2023-08-11 10:41:19 +02:00
Valentin Deniaud 083097bdd6 testdef: remove feature flag (#79820)
gitea/wcs/pipeline/head This commit looks good Details
2023-08-02 15:36:31 +02:00
Frédéric Péters 9f818ebe76 misc: include links to individual fields in form error message (#78900) 2023-07-14 09:06:29 +02:00
Frédéric Péters 28fdbd691d general: revert switch to lxml, go back to ElementTree (#78824) 2023-06-21 17:15:52 +02:00
Pierre Ducroquet d3b3eba5ae general: switch to lxml to have a complete XML parser (#78281)
gitea/wcs/pipeline/head This commit looks good Details
2023-06-14 12:24:17 +02:00
Frédéric Péters 0add630aa8 blocks: consider default select value to be empty (#77678) 2023-05-26 08:20:08 +02:00
Frédéric Péters f6f141319c refactoring: remove usage of field.type attribute (#77762)
gitea/wcs/pipeline/head This commit looks good Details
2023-05-26 07:07:44 +02:00
Lauréline Guérin 0d73895964 admin: fix import site with unknown reference in blockdef (#77170)
gitea/wcs/pipeline/head This commit looks good Details
2023-05-12 12:07:49 +02:00
Frédéric Péters 19a6c7b5bc forms: add support for conditions for textual fields in blocks (#76841)
gitea/wcs/pipeline/head This commit looks good Details
2023-05-04 09:07:53 +02:00
Valentin Deniaud 73bfb10225 blocks: run formdef tests on change (#74302)
gitea/wcs/pipeline/head This commit looks good Details
2023-02-28 10:23:28 +01:00
Frédéric Péters bd2118e8c9 blocks: ignore prefills with invalid values (#74455) 2023-02-14 15:48:33 +01:00
Frédéric Péters 1ec13351af misc: add prefill option for whole block (#73993)
either {{ form_var_first_block }} (not _raw!)

or {% block_value plop="toto" %}
2023-02-10 09:15:29 +01:00
Valentin Deniaud b7d358cfce fields: implement block field json serialization (#68964) 2023-01-16 09:41:05 +01:00
Frédéric Péters 4b25f424a6 i18n: add scanning for strings (#70584) 2022-11-18 07:23:09 +01:00
Lauréline Guérin 7f3904c2e5
blocks: default_items configuration (#58450)
gitea-wip/wcs/pipeline/head Build started... Details
2022-07-05 14:58:22 +02:00
Frédéric Péters 733ba84c13 blocks: allow combination of condition and prefill (#65632) 2022-05-24 10:42:49 +02:00
Frédéric Péters bc64d54502 general: add support for conditions in block fields (#54761) 2022-05-19 21:58:08 +02:00
Frédéric Péters 903494aaaa blocks: use block_var_ prefix for digests (#64679) 2022-04-29 13:31:34 +02:00
Frédéric Péters cab282ca72 backoffice: add a deprecations report page (#58799) 2022-04-04 16:56:59 +02:00
Frédéric Péters 1723ea44c6 forms: do not duplicate div id on block row widgets (#63035) 2022-03-25 09:44:17 +01:00
Lauréline Guérin c2165e84db
misc: add verbose_names (#58796) 2022-03-15 17:51:32 +01:00
Corentin Sechet 51777d27ab backoffice: report expected XML node in invalid XML import messages (#62109) 2022-02-28 15:43:44 +01:00
Lauréline Guérin 5d88590b00
blocks: block_counter variable in context (#45695)
gitea-wip/wcs/pipeline/head Build started... Details
2022-02-28 14:04:30 +01:00
Frédéric Péters 1c93862e60 misc: add export/import API (#60698) 2022-02-14 19:17:17 +01:00
Frédéric Péters 008631e9c2 misc: use category slug when importing objects (#60432) 2022-01-18 10:23:55 +01:00
Frédéric Péters 5e00f35926 general: add snapshot support to categories (#60431) 2022-01-18 10:23:55 +01:00
Frédéric Péters 22671a5f46 misc: add slugs to workflows (#60172) 2022-01-18 10:23:54 +01:00
Lauréline Guérin 39c6177b35
formdefs: store reverse relations on form/carddefs (#57963)
gitea-wip/wcs/pipeline/head There was a failure building this commit Details
2022-01-07 13:58:33 +01:00
Frédéric Péters cd70082556 general: add categories for blocks (#59256) 2021-12-13 17:46:47 +01:00
Lauréline Guérin 8f701b713b
misc: fix pylint arguments-renamed (#55264) 2021-07-02 08:48:36 +02:00
Frédéric Péters 0da7edeab8 general: add and use a lazy gettext function (#51289) 2021-05-17 09:40:04 +02:00
Frédéric Péters 08f1431a66 trivial: apply new isort configuration (#52504) 2021-03-30 13:42:22 +02:00
Lauréline Guérin 157f97a27a
misc: pylint fix unused-variable (#52222) 2021-03-29 10:28:29 +02:00