Commit Graph

7652 Commits

Author SHA1 Message Date
Serghei Mihai ca090c481f fields: don't cast items fields values to string (#54976)
gitea-wip/wcs/pipeline/head Build started... Details
gitea/wcs/pipeline/head Build queued... Details
2021-06-19 15:00:45 +02:00
Serghei Mihai eb024a36cc fields: return TableField's original json value (#54881) 2021-06-17 09:57:59 +02:00
Frédéric Péters 9f377c725f api: don't check category permissions (#54757) 2021-06-11 11:11:12 +02:00
Frédéric Péters 2056255db0 fields: do not allow adding computed data field to workflow forms (#54683) 2021-06-09 12:12:07 +02:00
Frédéric Péters 92c51f43f3 debian: enable uwsgi memory reports (#54610) 2021-06-07 13:35:22 +02:00
Frédéric Péters 009b64315e workflows: don't crash on removed create formdata action target formdef (#54390) 2021-06-04 13:24:57 +02:00
Frédéric Péters 2675eefcfd backoffice: avoid action labels overlapping icons (#54451) 2021-06-04 13:24:57 +02:00
Frédéric Péters bf063692b6 forms: fix creation of captcha answer when using translations (#54368) 2021-06-03 21:19:12 +02:00
Frédéric Péters 523ff3ab98 api: always return id as strings (#54447) 2021-06-03 21:19:12 +02:00
Frédéric Péters 8d80ecbedb api: accept integers as inputs for item fields (#54447) 2021-06-03 21:19:12 +02:00
Frédéric Péters c162b659eb workflows: fix status reassignment after deletion (#54493) 2021-06-01 18:01:28 +02:00
Frédéric Péters 4a49964e5b translation update 2021-06-01 09:49:43 +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 90f7469ccc misc: fix check for view method on evolution part (#54453) 2021-06-01 00:20:13 +02:00
Frédéric Péters fdefa688cc tox: avoid astroid 2.5.7 that has a severe performance regression
https://github.com/PyCQA/astroid/issues/1003
2021-05-31 22:33:51 +02:00
Frédéric Péters 380b1a1178 backoffice: don't display disabled emails/texts options (#52641) 2021-05-31 22:06:20 +02:00
Frédéric Péters a69c78ef73 translation update 2021-05-31 16:37:49 +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 fe12631493 backoffice: use a template to render category page (#53667) 2021-05-31 16:30:09 +02:00
Frédéric Péters 6bf202a98d api: add basic auth support to cards submit and import from csv APIs (#54350) 2021-05-31 16:29:25 +02:00
Frédéric Péters 57544f2059 misc: add |done filter (#54351) 2021-05-31 16:28:44 +02:00
Frédéric Péters d7214c5dab workflows: exclude some evolution parts from full text search (#54401) 2021-05-31 16:27:59 +02:00
Frédéric Péters c868c778cd misc: add comments to disable new pylint false positives 2021-05-30 22:51:09 +02:00
Frédéric Péters d8b7b5342b sql: do not fail indexing on missing block (#54384) 2021-05-28 15:29:09 +02:00
Lauréline Guérin 08bb5f7387
data_source: don't record errors on preview (#54326) 2021-05-28 14:03:37 +02:00
Frédéric Péters cf7c21bbbd translation update 2021-05-28 13:30:23 +02:00
Frédéric Péters 471c4a32dc sql: use a server cursor to iterate over rows (#54242) 2021-05-28 13:24:08 +02:00
Frédéric Péters 374a282488 sql: remove legacy postgresql version check (#54242) 2021-05-28 13:24:08 +02:00
Nicolas Roche b5d252719d sql: add blockdef fields to fulltext indexation (#53284) 2021-05-28 12:06:28 +02:00
Nicolas Roche 709baa7853 test: do fulltext indexation on item(s) field display value (#53284) 2021-05-28 12:06:27 +02:00
Lauréline Guérin a5be377eb5
datasource: data attribute can be "data/foo/bar/results" (#53911) 2021-05-28 09:10:57 +02:00
Frédéric Péters 520355bd62 workflows: add jump action on status lines (#54024) 2021-05-28 09:01:18 +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 ceb49bd925 backoffice: use a single request to get formdef counts on stats page (#54237) 2021-05-28 09:01:18 +02:00
Frédéric Péters 0a237eaafa workflows: remove explicit gettext calls when using description (#54324) 2021-05-28 09:01:18 +02:00
Frédéric Péters c392804608 misc: fix selecting language from HTTP request header (#54297) 2021-05-27 10:05:33 +02:00
Frédéric Péters 2f958d64f5 misc: load media on add card popups (#54268) 2021-05-25 15:59:58 +02:00
Frédéric Péters 39aa27a92d translation update 2021-05-21 08:23:27 +02:00
Lauréline Guérin 203be870d5
logged errors: fix integrity error on tech_id (#53839) 2021-05-20 10:52:45 +02:00
Nicolas Roche ee403b7840 backoffice: display mail templates usage on workflow page (#51898) 2021-05-20 10:37:51 +02:00
Lauréline Guérin 86550e9259
misc: add |exclude_value template filter (#53416) 2021-05-20 08:45:13 +02:00
Frédéric Péters 74e8a0630c forms: restore checkboxes widget labels (#54098) 2021-05-18 17:30:30 +02:00
Frédéric Péters b278591f25 workflows: fix display of action assigned to "logged users" role (#54032) 2021-05-17 17:47:50 +02:00
Frédéric Péters 8e5b008282 workflows: fix display of email action recipients with computed value (#54032)
gitea-wip/wcs/pipeline/head Build started... Details
2021-05-17 16:04:45 +02:00
Frédéric Péters dc98be2106 forms: keep track of draft id earlier on (#53993) 2021-05-17 13:45:02 +02:00
Frédéric Péters c7773f9186 translation update 2021-05-17 11:16:24 +02:00
Lauréline Guérin de77d99522
misc: fix |count filter for None values (#53924) 2021-05-17 10:09:07 +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
Frédéric Péters 1565f3abe2 admin: remove leftover schema configuration auto pages (#53995) 2021-05-17 09:40:04 +02:00