Commit Graph

234 Commits

Author SHA1 Message Date
Frédéric Péters 19454beb04 misc: use straight attribute as AttributeError parameter (#89777) 2024-04-26 08:30:18 +02:00
Frédéric Péters efd10a0564 misc: extend |getlist on blocks, for compatibility names (#89777) 2024-04-26 08:30:18 +02:00
Frédéric Péters aa070498e4 misc: do not mark forms and cards as collapsed variables (#89811)
gitea/wcs/pipeline/head This commit looks good Details
2024-04-19 16:33:51 +02:00
Frédéric Péters 9f59c1277d misc: move filter widget code do new module (#57779) 2024-04-12 10:27:54 +02:00
Frédéric Péters f7ec9ad128 misc: move filter fields ("FakeField") to their own module (#57779) 2024-04-12 10:27:54 +02:00
Frédéric Péters 17af831882 misc: add request.is_from_mobile variable (#19942)
gitea/wcs/pipeline/head This commit looks good Details
2024-04-03 16:34:01 +02:00
Frédéric Péters 7a29133b1d general: get carddef/formdef from publisher cache in even more cases (#89008)
gitea/wcs/pipeline/head This commit looks good Details
2024-04-03 12:18:17 +02:00
Frédéric Péters ecf811b0c2 misc: add special handling for inspect_collapse attribute (#89005)
gitea/wcs/pipeline/head This commit looks good Details
2024-04-03 12:10:20 +02:00
Frédéric Péters 9c08789abf general: get carddef/formdef from publisher cache in more cases (#88983)
gitea/wcs/pipeline/head Build queued... Details
2024-04-03 10:56:29 +02:00
Frédéric Péters e3fc9c1dd8 misc: report an error on unknown custom view (#88535) 2024-03-29 08:32:48 +01:00
Frédéric Péters 63e5c01c47 misc: add absent/existing operators for file fields (#87242)
gitea/wcs/pipeline/head This commit looks good Details
2024-03-29 08:31:17 +01:00
Frédéric Péters 70b7087ad9 backoffice: add support for default value for date workflow options (#88346) 2024-03-21 18:59:28 +01:00
Frédéric Péters 9c12c01712 misc: ignore no_data fields in filter_by (#88454)
gitea/wcs/pipeline/head This commit looks good Details
2024-03-21 13:46:32 +01:00
Frédéric Péters 9e2743234d misc: add form_user_has_deleted_account variable (#88049) 2024-03-15 07:23:48 +01:00
Frédéric Péters ea20e7bcac misc: add icontains operator (#74026) 2024-03-15 07:22:00 +01:00
Frédéric Péters 7f167a4a42 misc: add disabled/datetime/expiration_datetime publication attributes (#87064) 2024-02-23 19:04:49 +01:00
Lauréline Guérin a6e21e53d0
workflow: loop on status actions (#81239) 2024-01-30 14:25:54 +01:00
Frédéric Péters 3eacdf75ff misc: add form_short_url variable (#48159)
gitea/wcs/pipeline/head This commit looks good Details
2024-01-29 14:45:44 +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 cc2eacd6f2 misc: add |filter_by_identifier (#85352) 2024-01-12 19:29:03 +01:00
Frédéric Péters 07a81b70d7 misc: add new form_{backoffice,frontoffice}_submission_url variables (#26409) 2024-01-12 15:07:54 +01:00
Frédéric Péters d0b3a0f10a misc: add {{ form_identifier }} (#84711)
gitea/wcs/pipeline/head There was a failure building this commit Details
2023-12-15 09:30:37 +01:00
Frédéric Péters d33e062bc1 misc: protect against out-of-bounds blow row access (#84664) 2023-12-15 09:21:04 +01:00
Frédéric Péters 9cebc35b3c misc: record an error on invalid distance (#84550)
gitea/wcs/pipeline/head There was a failure building this commit Details
2023-12-11 14:41:31 +01:00
Frédéric Péters 9c46eafc2f misc: add support for comparison operators to numeric fields (#84439)
gitea/wcs/pipeline/head There was a failure building this commit Details
2023-12-08 08:00:15 +01:00
Lauréline Guérin ce0391bb7d formdatas: add access from formdata to reverse_links (#57964)
gitea/wcs/pipeline/head This commit looks good Details
2023-12-07 18:07:00 +01:00
Frédéric Péters 25947c7358 misc: add unlazy support to LazyList objects (#84044)
gitea/wcs/pipeline/head There was a failure building this commit Details
2023-12-04 16:06:25 +01:00
Frédéric Péters 38eeffdbd0 misc: add support for custom id template to computed field (#84045)
gitea/wcs/pipeline/head This commit looks good Details
2023-12-04 14:40:07 +01:00
Frédéric Péters fe67584b7c misc: report errors on missing or empty |filter_by (#83870) 2023-11-24 09:15:02 +01:00
Frédéric Péters f4dd8f8f58 misc: add proper reporting for invalid get parameter (#77716) 2023-11-24 09:14:02 +01:00
Frédéric Péters 8463964e23 misc: add a |with_drafts filter (#46718) 2023-11-24 09:13:25 +01:00
Frédéric Péters 0955e37a8c workflows: store trigger data in structured objects (#64818)
gitea/wcs/pipeline/head This commit looks good Details
2023-11-14 17:57:07 +01:00
Frédéric Péters 0de83cfb48 general: add a numeric field type (#81185) 2023-11-10 08:57:53 +01:00
Frédéric Péters c403abbe32 misc: avoid crashes with variables pointing to deleted block (#82998)
gitea/wcs/pipeline/head This commit looks good Details
2023-11-02 16:10:21 +01:00
Frédéric Péters 901ff78265 misc: check lazy file variable is of sane type (#73449) 2023-11-02 16:10:16 +01:00
Frédéric Péters c101e2fb89 misc: do not expose values for inhert fields (#82982)
gitea/wcs/pipeline/head This commit looks good Details
2023-10-31 17:04:31 +01:00
Frédéric Péters bd1b58a748 misc: use a lazy object for form_details, even in static mode (#50006)
gitea/wcs/pipeline/head Build queued... Details
2023-10-02 18:49:13 +02:00
Frédéric Péters 0cea94278c misc: make form_status/form_previous_status accessible during edition (#42541)
gitea/wcs/pipeline/head Build queued... Details
2023-10-01 08:54:26 +02:00
Frédéric Péters c53b9d33f7 misc: make _live_ attribute return None on missing data (#81380) 2023-09-29 07:34:00 +02:00
Frédéric Péters d0b7ae29f9 workflows: add possibility to set default values for workflow options (#80916)
gitea/wcs/pipeline/head This commit looks good Details
2023-09-15 09:15:13 +02:00
Frédéric Péters 7c304f3de2 misc: make length of an items field be the number of choices (#81038)
gitea/wcs/pipeline/head Build queued... Details
2023-09-15 08:00:03 +02:00
Frédéric Péters f08120f8e2 misc: make |length return the filename length (#46748)
gitea/wcs/pipeline/head Build queued... Details
2023-09-04 09:25:15 +02:00
Valentin Deniaud 79d9ada429 admin: do not crash on test edition if using |exclude_self (#80517)
gitea/wcs/pipeline/head This commit looks good Details
2023-08-25 15:04:25 +02:00
Frédéric Péters 7f54db06a9 misc: do not allow role custom views in |with_custom_view (#80344)
gitea/wcs/pipeline/head This commit looks good Details
2023-08-11 00:29:33 +02:00
Lauréline Guérin 275af004f3 formdata: fix filtering on block field with a None value (#80284)
gitea/wcs/pipeline/head This commit looks good Details
2023-08-07 10:16:09 +02:00
Corentin Sechet 93eac3e6e1 fields: handle error when accessing numerical index on block data (#78905)
gitea/wcs/pipeline/head This commit looks good Details
2023-07-17 17:17:24 +02:00
Lauréline Guérin 0e98570a95 formdata: allow filtering on TextFields (#79323)
gitea/wcs/pipeline/head This commit looks good Details
2023-07-17 10:41:35 +02:00
Lauréline Guérin de2c0d650c
misc: do not report errors when evaluating card data sources (#79336)
gitea/wcs/pipeline/head This commit looks good Details
2023-07-10 09:02:51 +02:00
Frédéric Péters 813a478af4 misc: do not consider underscores as a valid character in numbers (#79267)
gitea/wcs/pipeline/head This commit looks good Details
2023-06-30 12:38:11 +02:00
Frédéric Péters 325bc87e6f misc: do not report errors when evaluating card data sources (#78727)
gitea/wcs/pipeline/head This commit looks good Details
2023-06-19 16:56:12 +02:00