Commit Graph

7773 Commits

Author SHA1 Message Date
Frédéric Péters 76f7a04e3e tox: pin pylint to <2.10 (2.10.1 is hanging)
gitea-wip/wcs/pipeline/head Build started... Details
gitea/wcs/pipeline/head Something is wrong with the build of this commit Details
2021-08-21 11:22:23 +02:00
Frédéric Péters 5c674c39e2 pylint: ignore unspecified-encoding 2021-08-21 09:59:01 +02:00
Frédéric Péters 68d664bcd1 translation update 2021-08-20 11:20:32 +02:00
Frédéric Péters eeb3a69af0 backoffice: use different labels to management view for forms/cards (#56276) 2021-08-20 11:17:46 +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
Frédéric Péters 908c958907 fix typo in translation 2021-08-19 20:29:46 +02:00
Frédéric Péters a9178df5b6 translation update 2021-08-19 20:26:15 +02:00
Frédéric Péters fbda352421 misc: add |rename_file filter (#51484) 2021-08-19 20:24:17 +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 38577d8904 misc: ignore unicode errors raised by DNS.mxlookup (#56232) 2021-08-19 09:36:58 +02:00
Frédéric Péters 716614e6a1 debian: disable logging (#56227) 2021-08-19 09:36:58 +02:00
Frédéric Péters 05645b1a2e translation update 2021-08-18 20:38:01 +02:00
Lauréline Guérin 744fee85b5
snapshots: do not fail on workflow import error (#53960)
gitea-wip/wcs/pipeline/head Build started... Details
2021-08-17 12:06:17 +02:00
Lauréline Guérin b190151b13
carddef: check usage in formdef before deletion (#56022)
gitea-wip/wcs/pipeline/head Build started... Details
2021-08-17 11:28:50 +02:00
Benjamin Dauvergne 16a91507d4 misc: iterate AfterJob one by one when cleaning them (#56191) 2021-08-17 11:03:51 +02:00
Lauréline Guérin 1aea2407ce
Revert "fixup! api: use custom digest for carddata view if defined (#55173)"
This reverts commit be5c0dfba1.
2021-08-17 09:52:17 +02:00
Lauréline Guérin be5c0dfba1
fixup! api: use custom digest for carddata view if defined (#55173) 2021-08-16 19:01:29 +02:00
Emmanuel Cazenave b26cf2d1b6 misc: use uwsgi spooler when provisionning through HTTP (#55571) 2021-08-16 17:50:32 +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
Lauréline Guérin 37647b2651
backoffice: add link to management page (#54935)
gitea-wip/wcs/pipeline/head Build started... Details
2021-08-16 15:24:37 +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 bc90b08f5c general: extend |order_by to support sorting on fields (#53506) 2021-08-13 10:28:02 +02:00
Frédéric Péters 9e6bd493a6 misc: add custom behaviour for booleans in [variables] (#56105) 2021-08-13 10:28:02 +02:00
Frédéric Péters 036577686a workflows: fix tracing of global action timeouts (#56122)
gitea-wip/wcs/pipeline/head Build started... Details
2021-08-11 17:05:09 +02:00
Frédéric Péters ab12779161 forms: make /live return extended attributes to timetable fiels (#56095) 2021-08-10 15:27:08 +02:00
Benjamin Dauvergne d9e02ccb38 sql: close isolated connections (#56010) 2021-08-06 11:00:58 +02:00
Benjamin Dauvergne cc66ed3ef0 sql: only pass strings to .join() (#56008)
fts_strings can eventually contain lazy strings due to translations.
2021-08-06 11:00:36 +02:00
Benjamin Dauvergne f32654b9dd sql: do not hide connection error when isolate==True (#56011) 2021-08-06 01:44:43 +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 be60b83352 misc: make allow_python=False parameter effective in get_expression() (#55977) 2021-08-05 09:51:10 +02:00
Frédéric Péters 4df2721fac tests: stop running admin/backoffice tests with django front mode (#55972) 2021-08-04 17:40:37 +02:00
Frédéric Péters 6923f4ff4b backoffice: don't lock if lock was acquired by deleted user (#55970) 2021-08-04 16:21:14 +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
Frédéric Péters 21f7ccf668 general: add support for filtering on computed data fields (#55891) 2021-08-03 20:52:49 +02:00
Benjamin Dauvergne e9c5baba07 templatetags: add a qrcode filter for string values (#55189) 2021-08-03 11:55:13 +02:00
Lauréline Guérin bc4112b4c5
logged-errors: enable thousand separator (#55815) 2021-07-27 16:16:19 +02:00
Lauréline Guérin 5e83d9ebcb
backoffice: fix error count displayed (#55810) 2021-07-27 14:36:01 +02:00
Frédéric Péters a0ba32d37a workflows: don't allow python expression as choice label (#55813) 2021-07-27 12:20:31 +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
Frédéric Péters 07bc7d4b6f misc: do not include line numbers in .po files (#55848) 2021-07-27 10:29:38 +02:00
Frédéric Péters 5f1aea8f38 api: include id & text keys in geojson properties (#55722) 2021-07-26 19:36:56 +02:00
Frédéric Péters 5a61721146 backoffice: never allow invalid geojson data source selection (#55720) 2021-07-26 19:36:56 +02:00
Benjamin Dauvergne 015caf1e78 sql: search existing LoggedError before inserting (#55807) 2021-07-25 12:14:37 +02:00
Benjamin Dauvergne ac620ab867 workflows: allow Django templates in OpenDocument image references (#55361) 2021-07-23 14:50:19 +02:00
Frédéric Péters b806108f55 translation update 2021-07-17 10:07:24 +02:00
Frédéric Péters a1c3eb9e26 storage: add support for hashed indexed containing dict of lists (#55638) 2021-07-16 15:35:20 +02:00
Frédéric Péters a18639ae6d backoffice: consider multiple roles attribution in mass action buttons (#55633) 2021-07-16 15:35:20 +02:00
Frédéric Péters 228a25bf8e fields: don't allow an invalid value in map fields (#55629) 2021-07-16 11:28:48 +02:00
Lauréline Guérin f6c363e959
datasource: don't fail if custom view does not exist (#55405) 2021-07-16 10:19:11 +02:00
Frédéric Péters 8c3f7b1611 trivial: remove extra empty top comment line 2021-07-16 09:32:08 +02:00