wcs/wcs
Frédéric Péters c2132bbd9f
gitea/wcs/pipeline/head This commit looks good Details
a11y: add alert role when displaying errors in live validation (#76958)
2024-05-06 19:53:19 +02:00
..
admin admin: skip action urls in test formadata export (#90339) 2024-05-06 12:28:25 +02:00
backoffice backoffice: extend inspect tool with loop support (#89932) 2024-04-30 15:11:31 +02:00
ctl misc: always use normal config parser, with no interpolation (#88571) 2024-03-29 08:32:55 +01:00
fields misc: log page condition errors (#17346) 2024-05-02 12:52:16 +02:00
formats misc: apply double-quote-string-fixer (#80309) 2023-08-07 14:14:12 +02:00
forms a11y: add alert role when displaying errors in live validation (#76958) 2024-05-06 19:53:19 +02:00
locale translation update 2024-04-30 15:27:40 +02:00
qommon misc: do not double-escape error strings (#90326) 2024-05-06 16:28:17 +02:00
statistics statistics: remove all forms filter option (#80462) 2024-04-30 10:45:47 +02:00
templates/wcs backoffice: use template for sidebars (#90104) 2024-04-30 09:55:33 +02:00
wf workflows: do not crash if a workflow form appears twice (#80760) 2024-05-02 12:01:16 +02:00
Defaults.py misc: apply double-quote-string-fixer (#80309) 2023-08-07 14:14:12 +02:00
__init__.py misc: refer to pylint codes, not numbers (#52484) 2021-03-30 13:03:40 +02:00
api.py formdata : honor with_history parameter (#89918) 2024-04-26 11:33:19 +02:00
api_access.py api: keep local cache of API clients from idp (#88697) 2024-03-29 08:33:49 +01:00
api_export_import.py applification: add test users (#89640) 2024-04-29 16:52:41 +02:00
api_utils.py api: improve timestamp delta error message (#25013) 2023-12-03 21:18:28 +01:00
applications.py applification: add test users (#89640) 2024-04-29 16:52:41 +02:00
audit.py misc: audit redirects to files on remote storage (#73481) 2024-01-12 14:52:39 +01:00
blocks.py misc: remove types.ClassType compatibility (#90093) 2024-04-28 08:10:50 +02:00
cache.py misc: pylint fix useless-object-inheritance (#52222) 2021-03-29 10:28:30 +02:00
carddata.py misc: provide formdata context when updating relations (#89652) 2024-04-18 09:25:06 +02:00
carddef.py misc: remove types.ClassType compatibility (#90093) 2024-04-28 08:10:50 +02:00
categories.py api: export/import, rebuild category positions after import (#86624) 2024-02-13 16:09:14 +01:00
comment_templates.py backoffice: make most objects documentable (#19777) 2024-04-15 10:21:53 +02:00
compat.py misc: do not decorate uploaded HTML files (#87331) 2024-03-01 11:13:13 +01:00
conditions.py general: store/display error context stack (#74791) 2024-03-15 07:38:23 +01:00
context_processors.py misc: use native templates for form pages (#73956) 2023-02-10 14:59:26 +01:00
custom_views.py misc: move filter fields ("FakeField") to their own module (#57779) 2024-04-12 10:27:54 +02:00
data_sources.py backoffice: link to individual fields in data source usage pane (#63947) 2024-04-26 08:29:26 +02:00
formdata.py backoffice: fix carddata digests on import with id_template (#90107) 2024-04-28 17:31:04 +02:00
formdef.py applification: add test users (#89640) 2024-04-29 16:52:41 +02:00
i18n.py i18n: add option to mark string as non-translatable (#71791) 2023-01-17 09:11:46 +01:00
logged_errors.py general: store/display error context stack (#74791) 2024-03-15 07:38:23 +01:00
mail_templates.py backoffice: make most objects documentable (#19777) 2024-04-15 10:21:53 +02:00
middleware.py misc: add theme variables to maintenance page context (#88262) 2024-03-18 11:51:52 +01:00
monkeypatch.py misc: apply isort (#52224) 2021-03-19 18:00:18 +01:00
portfolio.py portfolio: do not use publisher from request in afterjob (#74899) 2024-02-29 10:43:53 +01:00
publisher.py misc: strip spaces in complex variables (#90277) 2024-05-03 10:26:07 +02:00
roles.py general: finish removal of support for non-utf8 charset (#85626) 2024-01-15 11:46:52 +01:00
root.py misc: add tiny /r/{formdef-id}-{formdata-id} URL redirections (#48159) 2024-01-29 14:45:44 +01:00
scripts.py trivial: add pylint disable comments for individual eval-used warnings (#52732) 2021-04-06 10:11:42 +02:00
sessions.py misc: clean more session attributes on session change (#14216) 2023-10-27 08:33:18 +02:00
settings.py misc: increase DATA_UPLOAD_MAX_NUMBER_FIELDS (#88443) 2024-03-21 14:33:40 +01:00
snapshots.py testdef: add snapshots (#88755) 2024-04-15 10:59:27 +02:00
sql.py sql: initialize search tokens data asynchronously (#90237) 2024-05-02 14:06:35 +02:00
sql_criterias.py sql: implement new FTS for cards (#86903) 2024-05-02 14:06:21 +02:00
testdef.py workflow_tests: add support for dispatch to user action (#89601) 2024-04-29 16:53:04 +02:00
tracking_code.py misc: apply pyupgrade (#55490) 2021-07-09 15:43:16 +02:00
urls.py misc: remove unused validate-expression API (#86827) 2024-02-11 12:51:46 +01:00
users.py applification: add test users (#89640) 2024-04-29 16:52:41 +02:00
utils.py backoffice: link to individual fields in data source usage pane (#63947) 2024-04-26 08:29:26 +02:00
variables.py misc: use straight attribute as AttributeError parameter (#89777) 2024-04-26 08:30:18 +02:00
views.py wscalls: preview unflattened payload (#66916) 2024-04-15 16:54:33 +02:00
workflow_tests.py workflow_tests: add support for session_user variable (#89601) 2024-04-29 16:53:04 +02:00
workflow_traces.py general: get carddef/formdef from publisher cache in more cases (#88983) 2024-04-03 10:56:29 +02:00
workflows.py workflows: do not apply status loop when running a global action (#90327) 2024-05-05 17:57:20 +02:00
wscalls.py wscalls: unflatten payload when calling webservice (#66916) 2024-04-15 16:54:33 +02:00
wsgi.py misc: apply double-quote-string-fixer (#80309) 2023-08-07 14:14:12 +02:00