Commit Graph

73 Commits

Author SHA1 Message Date
Lauréline Guérin c958920917
api: export/import, rebuild category positions after import (#86624)
gitea/wcs/pipeline/head This commit looks good Details
2024-02-13 16:09:14 +01:00
Lauréline Guérin 6d41ed8c74 backoffice: view to list elements outside applications (#85886)
gitea/wcs/pipeline/head This commit looks good Details
2024-01-30 13:28:35 +01:00
Lauréline Guérin bc8b95cb14 api: export/import, set application slug/version on snapshots (#80189)
gitea/wcs/pipeline/head This commit looks good Details
2023-08-11 10:41:19 +02:00
Frédéric Péters 28fdbd691d general: revert switch to lxml, go back to ElementTree (#78824) 2023-06-21 17:15:52 +02:00
Pierre Ducroquet d3b3eba5ae general: switch to lxml to have a complete XML parser (#78281)
gitea/wcs/pipeline/head This commit looks good Details
2023-06-14 12:24:17 +02:00
Lauréline Guérin 2152ddbe67
workflows: add comment template management (#39178) 2023-01-31 15:23:59 +01:00
Frédéric Péters 64dfe3468f categories: avoid creating forbidden slugs (#38269) 2022-12-30 12:02:25 +01:00
Frédéric Péters 0fac2cb096 misc: clean old migrate methods (#71693) 2022-11-25 09:28:35 +01:00
Frédéric Péters 4b25f424a6 i18n: add scanning for strings (#70584) 2022-11-18 07:23:09 +01:00
Frédéric Péters 1476f6ab7e backoffice: add an inspect view to forms/card models (#30381) 2022-05-13 17:06:18 +02:00
Frédéric Péters bad495bff9 general: do not attach users to migration snapshots (#62073) 2022-04-07 15:34:05 +02:00
Lauréline Guérin e53c1b652f
general: add categories for datasources (#62125)
gitea-wip/wcs/pipeline/head Build started... Details
2022-03-15 15:29:54 +01:00
Lauréline Guérin 22414b019b
general: add categories for mail templates (#62124)
gitea-wip/wcs/pipeline/head Build started... Details
2022-03-15 11:58:40 +01:00
Frédéric Péters 77fac42e1c misc: load roles lazily when loading objects from xml storage (#59891) 2022-01-28 13:22:37 +01:00
Frédéric Péters 008631e9c2 misc: use category slug when importing objects (#60432) 2022-01-18 10:23:55 +01:00
Frédéric Péters 5e00f35926 general: add snapshot support to categories (#60431) 2022-01-18 10:23:55 +01:00
Frédéric Péters cd70082556 general: add categories for blocks (#59256) 2021-12-13 17:46:47 +01:00
Frédéric Péters b4ee66cbcf general: add category-based management access (forms/cards/workflows) (#21991)
gitea-wip/wcs/pipeline/head Build started... Details
2021-09-02 17:34:28 +02:00
Frédéric Péters c05735d66d misc: add support for manual ordering to workflow categories (#56533) 2021-09-01 10:18:49 +02:00
Frédéric Péters 16604d04a9 general: add categories for workflows (#55945) 2021-08-16 13:35:29 +02:00
Frédéric Péters 61b3de5c6f categories: reset associated object on removal (#55951) 2021-08-05 22:18:36 +02:00
Frédéric Péters 5783fd8f0a backoffice: check category permissions for export/statistics views (#53667) 2021-05-31 16:30:09 +02:00
Frédéric Péters 7225537069 categories: add new export_roles and statistics_roles attributes (#53667) 2021-05-31 16:30:09 +02:00
Frédéric Péters 0da7edeab8 general: add and use a lazy gettext function (#51289) 2021-05-17 09:40:04 +02:00
Lauréline Guérin 6893e0dd80
misc: pylint fix super-with-arguments (#52222) 2021-03-29 10:28:29 +02:00
Lauréline Guérin 48470c50c0
misc: apply isort (#52224) 2021-03-19 18:00:18 +01:00
Frédéric Péters 4ebe82ef21 trivial: apply black 2021-02-04 10:37:40 +01:00
Lauréline Guérin 27b8916657
cards: add category (#48111) 2020-11-13 17:00:42 +01:00
Frédéric Péters 85c112fe0e misc: rename _xml_tagname as xml_root_node, for consistency (#45804) 2020-08-14 13:34:47 +02:00
Frédéric Péters 80790e67fb misc: make N_ a real imported function (#40359) 2020-03-03 11:26:59 +01:00
Frédéric Péters 40e5f9dd4c misc: remove unused import lines 2020-01-24 08:59:59 +01:00
Frédéric Péters d81959f81f trivial: insure two blank lines before top functions and classes 2020-01-18 20:33:44 +01:00
Frédéric Péters 2d96602aeb categories: do not create duplicate slugs (#38612) 2019-12-18 09:58:58 +01:00
Frédéric Péters e0736bb329 misc: sort categories using key function (#36515) 2019-11-20 09:17:17 +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 1b1e596d1f misc: use relative imports (#36517) 2019-09-30 11:05:53 +02:00
Frédéric Péters d1c57bbc2d misc: remove frontoffice edition of some texts (#17665) 2019-03-06 13:51:17 +01:00
Frédéric Péters f672752020 general: switch to django-ckeditor (#27986) 2018-12-05 14:11:23 +01:00
Frédéric Péters cf7124504e general: don't put _ in __builtin__ (#15245) 2017-03-12 13:23:53 +01:00
Frédéric Péters aad64825af general: revamp static file serving to use external modules (#11355) 2016-06-21 16:35:01 +02:00
Frédéric Péters c92f092db0 pylint: remove unused imports [unused-import] 2016-04-18 23:18:20 +02:00
Frédéric Péters 27de58917f trivial: use @classmethod decorator instead of calling classmethod() 2016-03-11 17:04:55 +01:00
Frédéric Péters 07efca8dcc backoffice: display current user forms in the sidebar (#8879) 2015-11-05 19:06:37 +01:00
Frédéric Péters 7e12818eb8 misc: support variables in URL in root and category redirects (#8301) 2015-09-22 13:32:47 +02:00
Frédéric Péters 51bec8d58f misc: add possibility of redirection of category pages (#8218) 2015-09-22 13:32:47 +02:00
Frédéric Péters a2ccc22baa misc: move more of xml storage support into qommon/ 2015-06-08 17:47:01 +02:00
Frédéric Péters 0c71152a89 backoffice: refactor check of backoffice access rights (#6726) 2015-05-07 16:58:08 +02:00
Frédéric Péters 1f2ee2336d misc: cleaninp up some pylint violations
C1001 (old-style-class), W0611 (unused-import), W1401
(anomalous-backslash-in-string), W0107 (unnecessary-pass)
2014-12-22 10:23:49 +01:00
Frédéric Péters dfe463ae48 categories: change on-disk storage to be XML (#4739) 2014-11-25 14:02:49 +01:00
Frédéric Péters 9cbdb2da56 categories: add xml import/export (#4739) 2014-11-25 14:02:26 +01:00