Commit Graph

9466 Commits

Author SHA1 Message Date
Frédéric Péters 88bfe53c05 workflows: add old legacy "hide submit" default value (#74819)
gitea/wcs/pipeline/head This commit looks good Details
2023-02-24 10:32:01 +01:00
Frédéric Péters 1b4f1d1faf tests: check both en/fr time representation (#73484)
gitea/wcs/pipeline/head There was a failure building this commit Details
2023-02-24 08:36:48 +01:00
Frédéric Péters 8444145ecc misc: add more infos to <title> in form pages (#40924)
gitea/wcs/pipeline/head This commit looks good Details
2023-02-24 07:03:05 +01:00
Frédéric Péters b7b5071aa2 misc: normalize phone numbers for full text search (#72773)
gitea/wcs/pipeline/head This commit looks good Details
2023-02-24 07:00:48 +01:00
Frédéric Péters 58a268fa8b misc: use active language to format dates/times (#73484) 2023-02-24 07:00:32 +01:00
Frédéric Péters 0d4076078a workflows: detect recursive actions creating cards/forms (#74574) 2023-02-24 07:00:09 +01:00
Agate 5628e3bd66 Prepare Jenkinsfile for Gitea migration (#74572)
gitea/wcs/pipeline/head Something is wrong with the build of this commit Details
2023-02-20 15:17:45 +01:00
Corentin Sechet a482ed757d widgets: fix map search widget on mobile (#74634) 2023-02-20 11:01:50 +01:00
Corentin Sechet 85040f1235 widgets: fix map search widget focus when no bounds are defined (#74632)
gitea/wcs/pipeline/head There was a failure building this commit Details
2023-02-20 10:14:32 +01:00
Thomas NOËL 17b2d38a64 forms: show max file size limit in error (#74435) 2023-02-17 15:30:28 +01:00
Frédéric Péters 5b602b3f5c misc: do not apply live updates to prefilled blocks (#74622)
gitea/wcs/pipeline/pr-main This commit looks good Details
gitea/wcs/pipeline/head Something is wrong with the build of this commit Details
2023-02-16 21:50:06 +01:00
Frédéric Péters c7123ad98b translation update 2023-02-16 21:24:05 +01:00
Frédéric Péters 24a9aa7c5e cards: do not pass integer in get_by_text (#74620) 2023-02-16 21:21:26 +01:00
Frédéric Péters e57fa4cbd9 misc: do not crash on display_locations being None (#74619) 2023-02-16 21:07:27 +01:00
Corentin Sechet 7cd4bbff3e widgets: add a search control to map widget (#72558)
gitea/wcs/pipeline/pr-main This commit looks good Details
2023-02-16 20:30:26 +01:00
Frédéric Péters 70aa8064f8 misc: make sure only fields allowed for statistics are collected (#74588)
gitea/wcs/pipeline/pr-main This commit looks good Details
2023-02-16 12:18:21 +01:00
Frédéric Péters bd7152e2e4 misc: accept UpdateStatisticsDataAfterJob as class name (#74561) 2023-02-15 18:02:58 +01:00
Frédéric Péters c71f6ec703 tests: fix test_form_item_data_source_error to use assert 2023-02-15 17:47:38 +01:00
Frédéric Péters 5dfafa2ad8 data sources: handle cache for URL with non-ascii chars (#74559) 2023-02-15 17:16:21 +01:00
Frédéric Péters 1c5092a341 sql: add new statistics_data to existing wcs_all_forms (#74552)
gitea/wcs/pipeline/pr-main This commit looks good Details
2023-02-15 15:13:06 +01:00
Frédéric Péters 629fba2423 sql: migrate wcs_all_forms for new statistics column (#74546) 2023-02-15 14:24:17 +01:00
Frédéric Péters 4da21e0f73 misc: handle display_locations being None when collecting statistics (#74548)
gitea/wcs/pipeline/pr-main Build started... Details
2023-02-15 13:56:15 +01:00
Frédéric Péters f74fc01e57 translation update 2023-02-15 09:59:00 +01:00
Frédéric Péters b0f026a14e misc: include data source parameters in cache keys (#74449) 2023-02-15 09:14:17 +01:00
Frédéric Péters 236506400b misc: do not deal with missing Pillow as it's now required (#74515)
Also remove the compatibility fix fo Pillow < 8.1 as it's not used
anymore.
2023-02-15 09:07:34 +01:00
Valentin Deniaud cfe0116741 statistics: use new formdata column to compute counts (#73770) 2023-02-14 18:16:14 +01:00
Valentin Deniaud 72f6d8e244 admin: update statistics data on field display location change (#73770) 2023-02-14 18:16:14 +01:00
Valentin Deniaud 04e8d8c1f0 formdata: aggregate field data for statistics in new column (#73770) 2023-02-14 18:16:13 +01:00
Valentin Deniaud 566f465d18 tests: add some new statistics tests (#73770) 2023-02-14 18:16:13 +01:00
Frédéric Péters 401e94bd64 api: add thumbnail_url to file field json serialization (#74511) 2023-02-14 18:02:05 +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 b40350b3c4 fields: refine long text field display mode labels (#57283) 2023-02-14 11:00:25 +01:00
Frédéric Péters a8fab7e16a misc: remove leftover support for loading extra translation domains (#73957) 2023-02-14 10:06:47 +01:00
Frédéric Péters 13cd2b6562 misc: remove support for loading extra modules (#73957) 2023-02-14 10:06:47 +01:00
Frédéric Péters fa08a8f7b1 misc: remove support for loading extra substitution sources (#73957) 2023-02-14 10:06:47 +01:00
Valentin Deniaud b32d5edfd5 statistics: filter only on statistics fields even if same varname (#73562)
gitea-wip/wcs/pipeline/pr-main This commit looks good Details
2023-02-13 09:59:05 +01:00
Valentin Deniaud 4ce4167d43 Revert "statistics: handle grouping by computed field (#73249)"
This reverts commit 218965e265,
because it handles a case that should not happen.
2023-02-13 09:59:05 +01:00
Benjamin Dauvergne e1f8d16848 api: do not fully load the related table when filtering on an item(s) field (#74320) 2023-02-11 00:47:25 +01:00
Lauréline Guérin 0099fb2965 workflow: use uuid for variable field ids (#73656) 2023-02-10 15:02:26 +01:00
Frédéric Péters f71c825058 misc: use native templates for form pages (#73956) 2023-02-10 14:59:26 +01:00
Frédéric Péters f980aff1af translation update (add itsme mention next to eID) (#74381) 2023-02-10 10:59:02 +01:00
Frédéric Péters ff7842b8e1 translation update 2023-02-10 10:57:41 +01:00
Frédéric Péters f8d7e12686 misc: include field id in datasource error message (#74261) 2023-02-10 09:16:04 +01:00
Paul Marillonnet 47576f21dc wf: add user unlinking option to anonymise action (#71777) 2023-02-10 09:15:46 +01:00
Frédéric Péters 5926884678 misc: remove formdata/carddata pickle storage (#73930) 2023-02-10 09:15:35 +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
Frédéric Péters f128cc2d3a workflows: do not include submit button by default in form action (#74186) 2023-02-10 09:15:21 +01:00
Frédéric Péters f4a000a22f workflows: include digest for created forms displayed in history (#74213) 2023-02-10 09:15:13 +01:00
Frédéric Péters 52c5564c48 misc: abort /live js handling if response was error (#74260) 2023-02-10 09:15:11 +01:00
Frédéric Péters 1e8cc9cacc misc: add role uuid to variables (#74278) 2023-02-10 09:15:03 +01:00