Commit Graph

469 Commits

Author SHA1 Message Date
Lauréline Guérin 20e77ecaaa
backoffice: fix carddata digests on import with id_template (#90107)
gitea/wcs/pipeline/head This commit looks good Details
2024-04-28 17:31:04 +02:00
Frédéric Péters 7da8954476 general: expand blocks in form_details (#44804) 2024-04-26 14:42:02 +02:00
Emmanuel Cazenave 8a7b5977ba formdata : honor with_history parameter (#89918)
gitea/wcs/pipeline/head This commit looks good Details
2024-04-26 11:33:19 +02:00
Corentin Sechet daab9515c0 api: add triggerable jump actions to carddata api (#88875)
gitea/wcs/pipeline/head This commit looks good Details
2024-04-26 10:49:28 +02:00
Corentin Sechet 8779eea796 api: add triggerable global actions to card data api (#88875) 2024-04-26 10:49:28 +02:00
Frédéric Péters b6c83cca37 misc: do not allow single quotes in custom identifiers (#89816) 2024-04-22 10:01:55 +02:00
Frédéric Péters 8d40fba739 api: include workflow form data in evolution parts json view (#89017)
gitea/wcs/pipeline/head This commit looks good Details
2024-04-12 10:59:34 +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 df99864ada misc: only update related objects if digest has changed (#89018)
gitea/wcs/pipeline/head This commit looks good Details
2024-04-03 14:54:58 +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 2954998e48 misc: remove dead get_formdef code (#87975)
gitea/wcs/pipeline/head This commit looks good Details
2024-03-15 07:38:48 +01:00
Frédéric Péters 1b976a36a7 workflows: consider custom id when looking for carddata (#88024)
gitea/wcs/pipeline/head Build queued... Details
2024-03-12 09:33:44 +01:00
Frédéric Péters eade8f8dda api: never include non-data fields in json export (#87918)
gitea/wcs/pipeline/head This commit looks good Details
2024-03-08 09:07:11 +01:00
Frédéric Péters e7260e0a55 cards: limit allowed characters for card identifiers (#87515)
gitea/wcs/pipeline/head This commit looks good Details
2024-02-27 17:34:55 +01:00
Frédéric Péters 8ee2a8cee6 api: use internal_id as key for internal id, in every API (#87117) 2024-02-23 19:05:06 +01:00
Frédéric Péters a94233200c misc: use custom id in paths (#87322)
gitea/wcs/pipeline/head Build queued... Details
2024-02-22 14:39:47 +01:00
Valentin Deniaud f6725183d5 workflow_tests: do not perform workflow twice on status change (#86955)
gitea/wcs/pipeline/head This commit looks good Details
2024-02-16 11:11:21 +01:00
Valentin Deniaud 4bc1f743a8 workflow_tests: run only supported items (#83593) 2024-02-13 11:08:03 +01:00
Frédéric Péters 80b4de8e9e misc: use tz-aware time for last_jump_datetime (#86888)
gitea/wcs/pipeline/head This commit looks good Details
2024-02-13 10:27:29 +01:00
Frédéric Péters e45dd098b3 formdata: store datetimes with timezone (#52057)
gitea/wcs/pipeline/head This commit looks good Details
2024-02-12 14:26:22 +01:00
Emmanuel Cazenave 71ba4dbce0 formdata: add a page_id attribute (#85091) 2024-02-09 15:55:40 +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 e7efcc1852 misc: record actions for form opened with tracking code as submitter (#19943)
(only when it's done in the frontoffice, record as agent when in
backoffice)
2024-01-26 08:47:14 +01:00
Frédéric Péters 5e8967c1ab misc: update cards using custom id (#85541) 2024-01-26 08:45:07 +01:00
Frédéric Péters abee31b7d4 backoffice: add option for a "user visible status" column (#38167) 2024-01-12 15:06:26 +01:00
Frédéric Péters 0eaff91e89 misc: consider author visibility in hiding evolution entries (#84487)
gitea/wcs/pipeline/head This commit looks good Details
Evolution entries are shown if there's a change in status or author or
some content; when the option to hide authors from history is enabled,
evolution entries should be hidden if there's no change but the author
(as its name would be hidden and the entry would appear as juste a
timestamp).
2024-01-12 14:43:28 +01:00
Frédéric Péters 0f36e6deee workflows: add arg to filter iter_evolution_parts() results (#84768) 2024-01-12 14:42:41 +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 253b0f4f70 misc: convert html entities in comments in rst form_details (#84338)
gitea/wcs/pipeline/head This commit looks good Details
2023-12-07 10:42:05 +01:00
Frédéric Péters 0d33387f0f misc: allow setting a custom id template on cards (#44604)
gitea/wcs/pipeline/head This commit looks good Details
2023-11-28 08:59:36 +01:00
Frédéric Péters 74bec56c1d backoffice: fix display of unknown status in column (#83970)
gitea/wcs/pipeline/head This commit looks good Details
2023-11-27 13:07:22 +01:00
Frédéric Péters d3d0b63309 misc: add blank line after comments in rst summary (#83952) 2023-11-27 06:36:58 +01:00
Frédéric Péters 2b3001e240 misc: add explicit error for cards/forms/... usage in digest templates (#83713) 2023-11-24 09:14:33 +01:00
Frédéric Péters 899983eb03 misc: use status colours in ods export (#8231)
gitea/wcs/pipeline/head Build queued... Details
2023-11-22 10:58:17 +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 2ab30cd6b8 formdata: make local function attribution always override formdef (#76682)
gitea/wcs/pipeline/head This commit looks good Details
2023-11-11 08:17:02 +01:00
Frédéric Péters de0c4cb26a api: add support for temporary access to formdata in backoffice (#22280) 2023-11-10 08:58:55 +01:00
Frédéric Péters 9d7dfc3fec workflows: always add formdata to Evolution cache (#83028)
gitea/wcs/pipeline/head This commit looks good Details
2023-11-02 15:51:58 +01:00
Frédéric Péters 979b60bd4f api: include status arrival datetime in formdata json (#56932)
gitea/wcs/pipeline/head This commit looks good Details
2023-10-31 14:09:03 +01:00
Frédéric Péters 87beba821c misc: add {% temporary_access_url %} for temporary access to formdata (#82088)
gitea/wcs/pipeline/head This commit looks good Details
2023-10-31 12:34:37 +01:00
Frédéric Péters 18ccf329d9 backoffice: add support for a new "digest" column (#82637) 2023-10-27 08:36:18 +02:00
Frédéric Péters 9eff398429 workflows: add user to jumps done from global actions (#74480) 2023-10-27 08:34:25 +02: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
Emmanuel Cazenave 37dbe5bc01 formdata : clean snapshots during intermediate anonymisation (#80106)
gitea/wcs/pipeline/head This commit looks good Details
2023-09-15 10:14:35 +02:00
Frédéric Péters 07ddcf9d52 misc: strip colons from labels in reStructuredText form_details (#80941)
gitea/wcs/pipeline/head This commit looks good Details
2023-09-08 09:17:59 +02:00
Frédéric Péters d30bc269a5 formdata: ignore sub/titles without content in summary/details (#80919)
gitea/wcs/pipeline/head This commit looks good Details
2023-09-05 21:16:25 +02:00
Frédéric Péters fd3277d803 formdata: add required newlines to rst generated for form_details (#80918)
gitea/wcs/pipeline/head This commit looks good Details
2023-09-05 18:16:59 +02:00
Frédéric Péters d69b980d0c misc: do not allow actions on anonymised data (#80872)
gitea/wcs/pipeline/head This commit looks good Details
2023-09-05 15:35:29 +02:00
Frédéric Péters 012dcfc418 misc: get proper typography for field labels in rst form_details (#80420)
gitea/wcs/pipeline/head This commit looks good Details
2023-08-17 13:52:25 +02:00
Frédéric Péters 3a0957fab4 misc: do not consider session when computing action roles (#80039) 2023-08-11 00:30:12 +02:00