Commit Graph

38 Commits

Author SHA1 Message Date
Frédéric Péters b9b6912385 misc: provide formdata context when updating relations (#89652)
gitea/wcs/pipeline/head This commit looks good Details
2024-04-18 09:25:06 +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 64a8dbdfc5 cards: do not update reverse relations of drafts (#88725) 2024-03-29 08:34:05 +01:00
Frédéric Péters 6e53e339cd cards: do not add multiple afterjobs for reverse relations of same card (#88725) 2024-03-29 08:34:05 +01:00
Frédéric Péters 1a4fdc71cf carddata: skip empty blocks when updating related items (#88224)
gitea/wcs/pipeline/head This commit looks good Details
2024-03-15 12:49:20 +01: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 c77812450b cards: update related cards/forms on digest change (#68427) 2024-03-15 07:21:51 +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 4abadd3558 carddata: exclude draft/anonymised cards from get_by_id (#86695) 2024-02-09 07:27:36 +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 be0bc3803f misc: do not return carddata edit url if card is on unknown status (#81069)
gitea/wcs/pipeline/head This commit looks good Details
2023-09-15 07:59:47 +02:00
Frédéric Péters 5d3602329d cards: allow regrouping (#80310) 2023-08-11 00:29:50 +02:00
Valentin Deniaud 1e2264dd8c misc: apply double-quote-string-fixer (#80309) 2023-08-07 14:14:12 +02:00
Frédéric Péters 2a7519d4a9 sessions: factorize session token methods and usage (#79705) 2023-07-17 15:35:03 +02:00
Serghei Mihai b6247e1295 fields: add 'images' display mode for item fields (#72176) 2023-07-01 09:13:54 +02:00
Frédéric Péters a22c2132e3 cards: add possibility to update existing cards on import (#73675)
gitea/wcs/pipeline/head This commit looks good Details
2023-05-12 16:55:23 +02:00
Frédéric Péters 69f5d9b1a1 cards: add an UUID attribute (#73675) 2023-05-12 16:19:43 +02:00
Lauréline Guérin 5eec30c496 backoffice: link to related card (#73690)
gitea/wcs/pipeline/head Build queued... Details
2023-05-02 14:17:31 +02:00
Lauréline Guérin 55316aab3c backoffice: edit related card in a popup (#73689)
gitea/wcs/pipeline/head This commit looks good Details
2023-02-28 10:46:04 +01:00
Frédéric Péters 873689de6d backoffice: add agent id to imported cards (#70259) 2022-11-12 16:58:37 +01:00
Frédéric Péters d6128fa526 cards: do not let id/text fields overwrite native values (#60101) 2021-12-28 13:32:48 +01:00
Lauréline Guérin ddef30a778
datasource: don't fail if digests are not defined (#55771)
gitea-wip/wcs/pipeline/head Build started... Details
2021-09-16 10:28:14 +02:00
Lauréline Guérin b335e49f67
api: use custom digest for carddata view if defined (#55173)
gitea-wip/wcs/pipeline/head Build started... Details
2021-08-16 16:04:59 +02:00
Frédéric Péters d2496c3973 misc: directly serve cards file fields when url is signed (#55374) 2021-07-27 11:45:11 +02:00
Lauréline Guérin ed1698d5b0
datasource: use carddef custom view digest template as text (#45633) 2021-07-12 15:46:09 +02:00
Lauréline Guérin bb47de23af
formdata: new digests field (#45633) 2021-07-12 15:46:08 +02:00
Lauréline Guérin 157f97a27a
misc: pylint fix unused-variable (#52222) 2021-03-29 10:28:29 +02:00
Lauréline Guérin 6893e0dd80
misc: pylint fix super-with-arguments (#52222) 2021-03-29 10:28:29 +02:00
Frédéric Péters e7292f6f3f misc: remove usage of "six" module (#51517) 2021-03-01 15:43:54 +01:00
Frédéric Péters 4ebe82ef21 trivial: apply black 2021-02-04 10:37:40 +01:00
Frédéric Péters eef24c155c formdata: move submission agent id to a dedicated attribute/column (#45072) 2020-07-13 21:11:09 +02: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 d579bee59a api: include digest when querying cards/formdatas (#39188) 2020-01-27 15:12:24 +01:00
Frédéric Péters c36f13852f misc: replace basestring by six.string_types (#36515) 2019-11-20 09:17:18 +01:00
Frédéric Péters 59e506e86a misc: convert more import to be relative (#36566) 2019-10-01 13:38:48 +02:00
Frédéric Péters 73da9459bd general: add support for cards as data source (#35089) 2019-08-26 17:06:06 +02:00
Frédéric Péters f7f14c0095 general: introduce data card management (#35089) 2019-08-26 17:06:06 +02:00