wcs/tests
Frédéric Péters 6b59e36145 workflows: allow sending emails to lazy lists (#63778) 2022-04-22 10:46:08 +02:00
..
admin_pages fields: stay on tab with added post condition line (#64458) 2022-04-21 21:37:25 +02:00
api api: add custom query string authentication for ICS endpoint (#63846) 2022-04-19 15:33:03 +02:00
backoffice_pages backoffice: use a template to render error pages in backoffice (#63750) 2022-04-19 15:33:03 +02:00
data/oldpickledata misc: prefix CardData & FormData class name to avoid conflict (#46588) 2020-10-12 10:04:58 +02:00
form_pages forms: add support for locked (&checked) checkbox values (#63680) 2022-04-15 07:56:44 +02:00
templates/qommon/forms/widgets misc: expose request (/query string) in expression variables (#29565) 2019-01-09 13:46:14 +01:00
themes/foobar hobo: improve theme handling with full support for overlays (#18426) 2017-09-06 13:55:19 +02:00
workflow workflows: allow sending emails to lazy lists (#63778) 2022-04-22 10:46:08 +02:00
__init__.py misc: pylint on tests (#52630) 2021-04-02 15:01:21 +02:00
conftest.py misc: remove fields-blocks site option (#57260) 2021-10-05 11:48:11 +02:00
idp2_metadata.xml check_hobo: delete orphan idp from configuration (#54380) 2021-11-03 17:49:16 +01:00
idp_metadata.xml tests: add check on hobo_deploy configuring identity provider 2016-10-27 23:00:12 +02:00
image-with-gps-data.jpeg workflows: add action to geolocate a formdata (#10581) 2016-05-04 09:42:43 +02:00
settings.py tests: add custom settings file to allow hosts (#20936) 2018-01-02 15:56:47 +01:00
site.zip commands: add import_site management command (#34503) 2019-08-12 15:25:43 +02:00
template-django.odt workflows: don't use django autoescaping in odt templates (#21446) 2018-01-26 18:06:28 +01:00
template-form-details-no-styles.odt workflows: add support for form details odt section in documents (#36627) 2020-03-17 15:03:31 +01:00
template-form-details.odt workflows: add support for form details odt section in documents (#36627) 2020-03-17 15:03:31 +01:00
template-out.odt tests: adapt to use of standard odf prefixes 2017-09-15 17:37:55 +02:00
template-with-image-django-syntax.odt tests: fix django syntax image odt template (#56590) 2021-09-02 14:52:35 +02:00
template-with-image.odt workflows: make it possible to replace odt images with variables (#16259) 2017-05-14 17:59:46 +02:00
template-with-qrcode.odt templatetags: add a qrcode filter for string values (#55189) 2021-08-03 11:55:13 +02:00
template.odt replace variables in OpenOffice user-field-decl values (#13129) 2016-09-16 12:09:52 +02:00
test_auth_pages.py misc: pylint on tests (#52630) 2021-04-02 15:01:21 +02:00
test_block.py general: add categories for blocks (#59256) 2021-12-13 17:46:47 +01:00
test_blockdef_import.py backoffice: report expected XML node in invalid XML import messages (#62109) 2022-02-28 15:43:44 +01:00
test_carddef.py cards: ignore custom view criterias when looking up on id (#52653) 2022-04-21 17:51:45 +02:00
test_categories.py misc: fix pylint consider-using-with (#53406) 2021-04-30 14:22:32 +02:00
test_convert_to_sql.py tests: do not rely on user database (#62192) 2022-04-06 17:20:07 +02:00
test_ctl.py misc: adapt dbshell command for django 3.2 (#64295) 2022-04-19 16:18:21 +02:00
test_datasource.py general: add categories for datasources (#62125) 2022-03-15 15:29:54 +01:00
test_datasource_chrono.py datasources: add duration to meeting type datasource name (#62547) 2022-03-11 09:23:00 +01:00
test_datasource_users.py datasources: add an option to hide disabled users (#58591) 2022-04-15 11:02:19 +02:00
test_emails.py emails: skip invalid emails in bcc (#62613) 2022-03-17 22:35:24 +01:00
test_ezt.py misc: add support for boolean values in ezt (#14279) 2021-10-29 09:45:31 +02:00
test_fc_auth.py general: reduce logging infrastructure, do not expose anything in UI (#61292) 2022-02-01 20:08:56 +01:00
test_fields.py fields: detect and report more invalid map values (#57566) 2022-01-22 20:30:43 +01:00
test_formdata.py misc: fix filter/exclude_value templatetag with None (#63628) 2022-04-07 15:44:57 +02:00
test_formdef.py misc: cut off long slugs/urlnames (#61656) 2022-02-19 07:54:27 +01:00
test_formdef_import.py misc: add fields verification after tracking code (#59027) 2022-03-16 12:42:58 +01:00
test_hobo.py check_hobo: delete orphan idp from configuration (#54380) 2021-11-03 17:49:16 +01:00
test_hobo_notify.py api: fix handling of query string and errors in provision API (#57361) 2021-09-29 09:40:45 +02:00
test_hobo_sql.py hobo: handle domain change (#59762) 2022-02-16 12:18:50 +01:00
test_logged_errors.py tests: remove most manual wiping of logged errors 2021-12-17 13:34:29 +01:00
test_mail_templates.py general: add categories for mail templates (#62124) 2022-03-15 11:58:40 +01:00
test_misc.py misc: apply black 22.1.0 2022-03-01 19:45:51 +01:00
test_prefill.py fields: don't fail on unknown |objects filter (#59661) 2021-12-17 16:56:09 +01:00
test_publisher.py pylint: declare variables (#63175) 2022-03-25 09:41:05 +01:00
test_register.py misc: use Django's EmailBackend (#36977) 2021-09-27 14:02:01 +02:00
test_role.py misc: apply pyupgrade (#55490) 2021-07-09 15:43:16 +02:00
test_rootdirectory.py general: add and use a lazy gettext function (#51289) 2021-05-17 09:40:04 +02:00
test_saml2utils.py misc: pylint fix singleton-comparison (#52630) 2021-04-02 15:49:51 +02:00
test_saml_auth.py general: reduce logging infrastructure, do not expose anything in UI (#61292) 2022-02-01 20:08:56 +01:00
test_sessions.py misc: apply pyupgrade (#55490) 2021-07-09 15:43:16 +02:00
test_snapshots.py workflows: adapt history message when modifying a global action item (#61725) 2022-03-17 14:50:12 +01:00
test_sql.py sql: create triggers during migration (#63227) 2022-03-28 09:37:59 +02:00
test_storage.py storage: add Not criteria (#6108) 2021-10-05 09:28:54 +02:00
test_strftime.py trivial: apply black 2021-02-04 10:37:40 +01:00
test_templates.py tests: adapt for django 3.2 not failing on B date format character (#64295) 2022-04-19 16:18:21 +02:00
test_texts.py misc: pylint fix unused-import (#52630) 2021-04-02 15:49:50 +02:00
test_token.py tokens: add job to clean expired tokens (#60665) 2022-01-28 09:22:11 +01:00
test_tracking_code.py misc: pylint on tests (#52630) 2021-04-02 15:01:21 +02:00
test_upload_storage.py general: stop testing legacy theming (#60508) 2022-01-11 18:11:16 +01:00
test_users.py misc: add comments to disable new pylint false positives 2021-05-30 22:51:09 +02:00
test_variadic_url.py misc: pylint on tests (#52630) 2021-04-02 15:01:21 +02:00
test_widgets.py a11y: add both hint and error references into aria-describedby (#63037) 2022-03-25 09:44:17 +01:00
test_workflow_import.py backoffice: report expected XML node in invalid XML import messages (#62109) 2022-02-28 15:43:44 +01:00
test_wscall.py wscalls: add possibility to set a timeout on named calls (#63803) 2022-04-19 13:40:25 +02:00
test_x509utils.py misc: pylint fix unused-wildcard-import (#52630) 2021-04-02 15:49:50 +02:00
utilities.py workflows: extend SMS action to send to recipients from a queryset (#63864) 2022-04-15 08:00:44 +02:00