Commit Graph

135 Commits

Author SHA1 Message Date
Frédéric Péters 2d71198352 general: remove legacy theming code (#70128) 2022-10-14 11:09:40 +02:00
Frédéric Péters 96a66c77fc general: add global export/import support for new category types (#67491) 2022-08-12 09:03:13 +02:00
Frédéric Péters 3484ae5341 general: remove is_using_postgresql conditionals (#67190) 2022-07-15 08:32:31 +02:00
Lauréline Guérin 6e4b6c4978
admin: fix filetypes with empty fields (#65457)
gitea-wip/wcs/pipeline/head Build started... Details
2022-06-13 11:05:15 +02:00
Frédéric Péters 2f2bc601e9 trivial: join splitted strings 2022-06-01 19:06:23 +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
Lauréline Guérin cca7004207
admin: fix site import with unknown references (#63542)
gitea-wip/wcs/pipeline/head Build started... Details
2022-04-07 13:50:24 +02:00
Frédéric Péters e2311882db misc: replace <input type=submit> usage by <button> (#62803) 2022-03-15 17:14:53 +01:00
Frédéric Péters 9d39ded125 general: reduce logging infrastructure, do not expose anything in UI (#61292) 2022-02-01 20:08:56 +01:00
Frédéric Péters 997bfc5898 users: share instance of attributes formdef (#60096) 2021-12-28 13:32:12 +01:00
Frédéric Péters 96aea1ff53 misc: add settings for default map zoom level (#27154) 2021-10-29 09:45:31 +02:00
Lauréline Guérin 8c54dc7d0a
misc: remove studio site option (#57260) 2021-10-05 11:48:12 +02:00
Lauréline Guérin d44e1e84cf
misc: remove fields-blocks site option (#57260) 2021-10-05 11:48:11 +02:00
Frédéric Péters 19a4da86a6 misc: add workflow categories to site export/import (#56275) 2021-08-20 09:29:14 +02:00
Lauréline Guérin 112ff0a34d
misc: display after job progression (#46672)
gitea-wip/wcs/pipeline/head Build started... Details
2021-08-19 15:48:52 +02:00
Frédéric Péters 41cf01ccd9 misc: remove unused option to bind a session to an IP address (#55960) 2021-08-04 09:54:23 +02:00
Lauréline Guérin ff0d3779c0
misc: apply pyupgrade (#55490) 2021-07-09 15:43:16 +02:00
Frédéric Péters bc887791d8 settings: add a warning on import page if there's content already (#54125) 2021-06-01 09:47:24 +02:00
Frédéric Péters c51c0f4c45 settings: remove option for custom backoffice base URL (#54212) 2021-05-28 09:01:18 +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 b6e849811a
misc: fix pylint consider-using-with (#53406) 2021-04-30 14:22:32 +02:00
Frédéric Péters f78d10fd8f general: introduce a new "computed data" field (#52110) 2021-04-30 12:22:40 +02:00
Frédéric Péters 6819a292c7 settings: use a template to render import results (#53201)
This adds proper use of singular/plural forms and the display of card
categories.
2021-04-26 10:06:26 +02:00
Frédéric Péters 591cb8aa2e misc: ignore .max_id in zip export/import (#53225) 2021-04-19 18:54:03 +02:00
Frédéric Péters 3a427853a3 settings: add search result template to minimal user templates page (#52665) 2021-04-02 11:39:53 +02:00
Lauréline Guérin 824dce61dc
settings: configure user search result template (#51343) 2021-04-02 10:17:54 +02:00
Frédéric Péters 08f1431a66 trivial: apply new isort configuration (#52504) 2021-03-30 13:42:22 +02:00
Lauréline Guérin d88dd530f6
misc: pylint fix unneeded-not (#52222) 2021-03-29 10:28:31 +02:00
Lauréline Guérin 9b448b3232
misc: pylint fix unidiomatic-typecheck (#52222) 2021-03-29 10:28:30 +02:00
Lauréline Guérin f21431cb8a
misc: pylint fix useless-object-inheritance (#52222) 2021-03-29 10:28:30 +02:00
Lauréline Guérin edab61d227
misc: pylint fix dangerous-default-value (#52222) 2021-03-29 10:28:30 +02:00
Lauréline Guérin 41bf7dfac9
misc: pylint fix bare-except (#52222) 2021-03-29 10:28:29 +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 fe8b9f3d7a
misc: pylint fix unused-import (#52222) 2021-03-29 10:28:29 +02:00
Lauréline Guérin 6ca8dc014c
misc: pylint fix unused-wildcard-import (#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
Lauréline Guérin a320d4f25b
misc: store Role also in SQL (#51772) 2021-03-16 16:33:04 +01:00
Frédéric Péters e7292f6f3f misc: remove usage of "six" module (#51517) 2021-03-01 15:43:54 +01:00
Lauréline Guérin 35a57b2418
backoffice: agenda datasources are not exported (#48282) 2021-02-26 09:24:47 +01:00
Frédéric Péters 4ebe82ef21 trivial: apply black 2021-02-04 10:37:40 +01:00
Frédéric Péters bbcda9aa66 backoffice: use a single page for all processing afterjob pages (#49772) 2021-01-18 20:08:16 +01:00
Frédéric Péters 03cee694ba trivial: fix typo in label 2020-12-21 15:30:51 +01:00
Frédéric Péters 3d2c05b87a sms: remove all but passerelle provider (#39088) 2020-12-21 10:07:53 +01:00
Lauréline Guérin acefe0c493
misc: update only user table on user fields change (#48979) 2020-12-11 10:58:30 +01:00
Nicolas Roche 119288b7cd settings: add export/import for api_access objects (#48751) 2020-12-03 08:50:33 +01:00
Nicolas Roche 4653ad1b8b admin: manage api access keys (#48751) 2020-12-03 08:50:33 +01:00
Lauréline Guérin 27b8916657
cards: add category (#48111) 2020-11-13 17:00:42 +01:00
Lauréline Guérin abbc8aacdc
workflow: check datasource existence on import (#48164) 2020-11-13 15:59:33 +01:00
Frédéric Péters 8384cedeec general: update .store() calls with comments (#4960) 2020-09-18 09:51:12 +02:00
Frédéric Péters 95c65b6326 general add support for blocks of fields (#8265) 2020-06-30 17:50:34 +02:00