Commit Graph

8526 Commits

Author SHA1 Message Date
Frédéric Péters ae21444a7f translation update 2022-05-03 22:35:16 +02:00
Frédéric Péters 4b35705c8d a11y: add role and aria-labelledby attributes to radio/checkboxes (#62750) 2022-05-03 19:28:57 +02:00
Valentin Deniaud 204d176571 templatetags: add |getlistdict filter (#63559) 2022-05-03 09:59:31 +02:00
Frédéric Péters f6fd194b70 backoffice: add a visual mark to tabs with configured settings (#64744) 2022-05-03 09:32:57 +02:00
Frédéric Péters 6bd3ad60d2 errors: add longer text to access forbidden error (#64742) 2022-05-03 09:32:57 +02:00
Frédéric Péters 2917436e64 workflows: handle datasource errors when submitting workflow forms (#64759) 2022-05-03 09:00:53 +02:00
Frédéric Péters 92712ff8d7 api: consider anonymised forms when retrieving groupby labels (#64701) 2022-05-03 09:00:53 +02:00
Frédéric Péters 9d3fd54a61 users: make is_authenticated/is_anonymous properties (#64494) 2022-05-03 09:00:53 +02:00
Frédéric Péters 683a681b28 misc: do not detect twice the same tenant (#64492) 2022-05-03 09:00:53 +02:00
Frédéric Péters c36375b568 backoffice: redirect to all fields view when page field is removed (#64336) 2022-05-02 15:51:34 +02:00
Frédéric Péters 84554d0572 fields: use a display tab for title/subtitle/comments parameters (#64610) 2022-05-02 15:50:19 +02:00
Frédéric Péters 38ebb7c990 translation update 2022-05-02 11:20:54 +02:00
Frédéric Péters 4470d1e76c workflows: rename append_item to add_action and use it everywhere (#64723) 2022-05-02 11:19:37 +02:00
Frédéric Péters 4c62cdaa55 workflows: use .append_item to create default workflows (#64723) 2022-05-02 11:19:37 +02:00
Frédéric Péters 9de9af6ad3 workflows: move all actions to their own files (#64722) 2022-05-02 11:19:37 +02:00
Lauréline Guérin 483a5e7ffa
admin: field anchor in breadbcrumb (#61685)
gitea-wip/wcs/pipeline/head Build started... Details
2022-04-30 09:35:02 +02:00
Frédéric Péters 52eaf1ea62 general: add soft/hard limits to number of field (#60061) 2022-04-29 19:14:34 +02:00
Lauréline Guérin 03d27d1817
backoffice: handle bool in fields block in listing exports (#64573)
gitea-wip/wcs/pipeline/head Build started... Details
2022-04-29 17:18:36 +02:00
Lauréline Guérin 09bdef5a26
backoffice: handle file in fields block in listing exports (#63150)
gitea-wip/wcs/pipeline/head Build started... Details
2022-04-29 15:46:51 +02:00
Frédéric Péters 3232e599b2 workflows: report labels of deleted fields in create form/card action (#60696) 2022-04-29 15:08:32 +02:00
Thomas NOËL 8546f02ea3 misc: display a popup without form if tracking code does not exist yet (#19007) 2022-04-29 14:46:21 +02:00
Thomas Jund 6c31ae0cf5 css: remove godo override overflow style (#62667) 2022-04-29 13:36:06 +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 d50150ca37 misc: include table fields in deprecation report (#64581) 2022-04-29 11:20:06 +02:00
Frédéric Péters 16102bf69e backoffice: include details on lazylist results in inspect tool (#64574) 2022-04-29 11:20:06 +02:00
Frédéric Péters 4d42be85f8 backoffice: do not truncate variable names in inspect (#64410) 2022-04-29 08:28:50 +02:00
Frédéric Péters 41e7cb53b7 misc: make request.user ok to use in templates (#64493) 2022-04-29 08:28:50 +02:00
Frédéric Péters 3d55e0480f cron: run delayed jobs (#64577) 2022-04-29 08:28:50 +02:00
Pierre Ducroquet 7e7f3815a7 formdef storage: don't rewrite function uselessly (#64503)
gitea-wip/wcs/pipeline/head There was a failure building this commit Details
2022-04-25 12:19:21 +02:00
Frédéric Péters 6b59e36145 workflows: allow sending emails to lazy lists (#63778) 2022-04-22 10:46:08 +02:00
Frédéric Péters aac0672183 fields: stay on tab with added post condition line (#64458)
gitea-wip/wcs/pipeline/head There was a failure building this commit Details
2022-04-21 21:37:25 +02:00
Frédéric Péters 981f3f1cab cards: ignore custom view criterias when looking up on id (#52653) 2022-04-21 17:51:45 +02:00
Frédéric Péters 9ca1255cd4 translation update 2022-04-19 18:44:50 +02:00
Frédéric Péters 9c13cfc5a2 general: use form tabs in forms with advanced options (#63887) 2022-04-19 18:44:01 +02:00
Frédéric Péters 34b7a421e1 translation update 2022-04-19 17:51:23 +02:00
Frédéric Péters 702a4331c0 tests: adapt for django 3.2 not failing on B date format character (#64295) 2022-04-19 16:18:21 +02:00
Frédéric Péters 303176d378 misc: adapt dbshell command for django 3.2 (#64295) 2022-04-19 16:18:21 +02:00
Frédéric Péters 016c34bff2 misc: update address sanity check for django 3.2 (#64295) 2022-04-19 16:18:21 +02:00
Frédéric Péters f4c8017d8b misc: force str() on gettext strings used with TemplateIO (#64295)
Lazy gettext strings from Django have a __radd__ method in 3.2 and this
makes adding to TemplateIO raise a TypeError (unsupported operand type(s)
for +: 'TemplateIO' and 'str')
2022-04-19 16:18:21 +02:00
Frédéric Péters 327e405528 backoffice: use a template to render error pages in backoffice (#63750) 2022-04-19 15:33:03 +02:00
Frédéric Péters a6117b608c misc: remove support for a custom link in error page (#63750) 2022-04-19 15:33:03 +02:00
Frédéric Péters 460a1aabe1 misc: remove support for displaying exceptions on error pages (#63750) 2022-04-19 15:33:03 +02:00
Frédéric Péters f4a5dcdd6c api: add custom query string authentication for ICS endpoint (#63846) 2022-04-19 15:33:03 +02:00
Frédéric Péters 40ff39f068 workflows: do not require a valid form when clicking on edit button (#63765) 2022-04-19 13:40:25 +02:00
Frédéric Péters a2c825ea2b wscalls: add possibility to set a timeout on named calls (#63803) 2022-04-19 13:40:25 +02:00
Frédéric Péters daf9efebda backoffice: disable python condition testing if python is disabled (#64284) 2022-04-19 11:28:28 +02:00
Frédéric Péters 9cd2124e8a misc: remove ID-WSF settings (#64296) 2022-04-19 11:28:28 +02:00
Frédéric Péters 5a5c67c36f widgets: add missing spaces between attributes (#64286) 2022-04-19 11:28:28 +02:00
Frédéric Péters b2aacd7e86 translation updates (other typos found with spellchecking) 2022-04-15 21:15:39 +02:00
Thomas NOËL c320f8c45b translation update (typo) 2022-04-15 11:26:26 +02:00