wcs/wcs
Frédéric Péters aae6d389f9 translation update 2023-01-17 13:55:45 +01:00
..
admin admin: add view to edit test data (#72707) 2023-01-16 09:44:25 +01:00
backoffice i18n: add option to mark string as non-translatable (#71791) 2023-01-17 09:11:46 +01:00
ctl grep: extend to cover workflow options (#73425) 2023-01-17 09:12:35 +01:00
formats misc: format date in a parseable format by default (#34703) 2019-07-12 13:33:57 +02:00
forms misc: reject too long computed fields (#73441) 2023-01-17 13:54:57 +01:00
locale translation update 2023-01-17 13:55:45 +01:00
qommon misc: do not include gear dropdown when python is disabled (#73161) 2023-01-17 09:12:02 +01:00
statistics statistics: add time between two statuses for cards (#72454) 2023-01-16 09:43:15 +01:00
templates/wcs i18n: add option to mark string as non-translatable (#71791) 2023-01-17 09:11:46 +01:00
wf misc: clean assignment when turning export to model non interactive (#72686) 2023-01-17 09:11:27 +01:00
Defaults.py misc: remove automatic tenant creation (#47823) 2020-10-23 08:57:57 +02:00
__init__.py misc: refer to pylint codes, not numbers (#52484) 2021-03-30 13:03:40 +02:00
api.py data sources: fix caching (#73045) 2023-01-05 19:09:17 +01:00
api_access.py api: add empty get_substitution_variables method to API access user (#70990) 2022-11-05 08:15:07 +01:00
api_export_import.py api: ignore missing categories (#72608) 2022-12-23 09:00:44 +01:00
api_utils.py misc: save received nonces in token table (#71441) 2023-01-13 12:50:20 +01:00
audit.py audit: adjust signature of clean job method (#73417) 2023-01-14 09:43:17 +01:00
blocks.py fields: implement block field json serialization (#68964) 2023-01-16 09:41:05 +01:00
cache.py misc: pylint fix useless-object-inheritance (#52222) 2021-03-29 10:28:30 +02:00
carddata.py backoffice: add agent id to imported cards (#70259) 2022-11-12 16:58:37 +01:00
carddef.py misc: apply order_by field transformations to data sources (#73404) 2023-01-14 12:35:20 +01:00
categories.py categories: avoid creating forbidden slugs (#38269) 2022-12-30 12:02:25 +01:00
compat.py misc: let django generate set-cookies headers (#72613) 2022-12-27 09:43:32 +01:00
conditions.py general: forbid python when it is disabled (#64285) 2022-05-13 17:06:18 +02:00
context_processors.py misc: add hash to godo.js URI (#61448) 2022-02-04 20:30:20 +01:00
custom_views.py custom_views: fix match method with ApiAdminUser (#70126) 2022-10-14 14:57:56 +02:00
data_sources.py misc: save received nonces in token table (#71441) 2023-01-13 12:50:20 +01:00
fields.py fields: implement block field json serialization (#68964) 2023-01-16 09:41:05 +01:00
formdata.py general: use a dedicated table to record workflow actions/events (#72802) 2023-01-02 17:18:37 +01:00
formdef.py misc: apply order_by field transformations to data sources (#73404) 2023-01-14 12:35:20 +01:00
i18n.py i18n: add option to mark string as non-translatable (#71791) 2023-01-17 09:11:46 +01:00
logged_errors.py backoffice: allow more word breaking in logged error summaries (#68038) 2022-08-12 09:03:13 +02:00
mail_templates.py i18n: add scanning for strings (#70584) 2022-11-18 07:23:09 +01:00
middleware.py middleware: allow CIDR blocks in maintenance passthrough IPs (#73039) 2023-01-17 09:12:22 +01:00
monkeypatch.py misc: apply isort (#52224) 2021-03-19 18:00:18 +01:00
portfolio.py portfolio: set x-frame-options explicitelty on pick URL (#68335) 2022-08-26 09:23:10 +02:00
publisher.py audit: add clean job to remove old audit entries (#51974) 2023-01-13 14:47:22 +01:00
roles.py misc: clean old migrate methods (#71693) 2022-11-25 09:28:35 +01:00
root.py saml: create a new session if expired during passive SSO (#72898) 2023-01-06 17:45:09 +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 sessions: remove dead magictoken code (#72781) 2022-12-26 16:32:30 +01:00
settings.py cron: allow some cron workers to be run in parallel (#33280) 2022-10-31 16:48:28 +01:00
snapshots.py backoffice: add view of audit log (#51974) 2023-01-13 14:47:22 +01:00
sql.py i18n: add option to mark string as non-translatable (#71791) 2023-01-17 09:11:46 +01:00
testdef.py admin: add views to show test data and inspector (#72707) 2023-01-16 09:44:25 +01:00
tracking_code.py misc: apply pyupgrade (#55490) 2021-07-09 15:43:16 +02:00
urls.py statistics: add time between two statuses for cards (#72454) 2023-01-16 09:43:15 +01:00
users.py fields: format all phone numbers when prefilling from user fields (#72765) 2023-01-03 18:07:34 +01:00
utils.py general: remove legacy theming code (#70128) 2022-10-14 11:09:40 +02:00
variables.py misc: do not filter strings with a leading 0 as numbers (#72551) 2022-12-16 14:29:19 +01:00
views.py misc: call start_request for pure django views (#71478) 2022-11-21 10:53:29 +01:00
workflow_traces.py general: use a dedicated table to record workflow actions/events (#72802) 2023-01-02 17:18:37 +01:00
workflows.py general: use a dedicated table to record workflow actions/events (#72802) 2023-01-02 17:18:37 +01:00
wscalls.py backoffice: reorder webservice parameters (#71565) 2022-12-09 07:44:49 +01:00
wsgi.py misc: pylint fix wrong-import-position (#52222) 2021-03-29 10:28:29 +02:00