Commit Graph

7959 Commits

Author SHA1 Message Date
Frédéric Péters cad4ec38d5 tests: wipe logged errors between test_geolocate_address parts 2021-11-05 16:31:48 +01:00
Frédéric Péters 5071ecdfac misc: limit checkbox js prefill to single checkbox field (#58422) 2021-11-05 16:06:05 +01:00
Frédéric Péters 21d0034fe3 translation update 2021-11-05 09:27:03 +01:00
Frédéric Péters fbe9dcca69 backoffice: disable autosave for backoffice submission (#58217) 2021-11-05 09:19:10 +01:00
Frédéric Péters 5b0a943366 workflows: allow generated timeout to be in "human time" (#54930) 2021-11-05 08:34:16 +01:00
Emmanuel Cazenave aa721f2b8e check_hobo: delete orphan idp from configuration (#54380)
gitea-wip/wcs/pipeline/head Build started... Details
2021-11-03 17:49:16 +01:00
Frédéric Péters 2716a04203 translation update 2021-11-02 16:53:22 +01:00
Frédéric Péters 5f3ada3bd8 workflows: allow queryset as id for external workflow action (#56847) 2021-11-02 16:48:27 +01:00
Frédéric Péters b6623678cb workflows: exclude prefill & display option from workflow option fields (#13621) 2021-11-02 16:48:27 +01:00
Frédéric Péters b104b43dee fields: add support for converting date value to string field (#58316) 2021-11-02 16:48:27 +01:00
Thomas NOËL 949d9ecfbb wf/jump: respond 404 on non-existing trigger, on all HTTP methods (#58226) 2021-11-02 16:24:01 +01:00
Frédéric Péters 69b72ae6d5 misc: do not call autosave on preview pages (#28309) 2021-11-02 14:17:52 +01:00
Frédéric Péters e224522ecc misc: reference attachments using a relative path (#21731) 2021-11-02 14:17:52 +01:00
Lauréline Guérin 03a2df6834
wf: form_links_whatever can contain many items (#56556)
gitea-wip/wcs/pipeline/head There was a failure building this commit Details
2021-10-29 15:28:45 +02:00
Frédéric Péters 101e3f1c83 fields: return item card id field value as a string (#58292) 2021-10-29 15:23:28 +02:00
Lauréline Guérin 5ffce24766
backoffice: svg of carddefs relations (#57953)
gitea-wip/wcs/pipeline/head There was a failure building this commit Details
2021-10-29 13:37:43 +02:00
Frédéric Péters 23f4247fcc backoffice: always open Cards section to admins (#57625) 2021-10-29 11:31:39 +02:00
Frédéric Péters 50dcdb6914 misc: allow items fields to be prefilled by template (#56159) 2021-10-29 11:27:25 +02:00
Frédéric Péters b82ba55be2 misc: do not store unknown value in item field using a card datasource (#57880) 2021-10-29 11:17:12 +02:00
Frédéric Péters 87d130ac1c misc: add support for lazy variables to |is_empty (#58253) 2021-10-29 11:16:52 +02:00
Frédéric Péters e64a515330 misc: exclude map fields from hide-address-part behaviour (#57905) 2021-10-29 11:16:52 +02:00
Frédéric Péters 010382fa7a workflows: consider redirect URL over remove/abort URL (#57573) 2021-10-29 11:14:40 +02:00
Frédéric Péters 2c39561940 translation update 2021-10-29 11:06:48 +02:00
Benjamin Dauvergne 5389956f22 sql: use batch iteration on ids instead of named cursors (#58013)
Named cursors imposed the use of isolated connections and were misused
resulting in reading using one SQL query by row (because of the use of
.fetchone() with cursors). This commit revert to the behaviour of one
connection per request and reading full SQL statement results at a time
without using cursors.
2021-10-29 11:03:56 +02:00
Frédéric Péters 44a1e2f0e6 misc: add support for boolean values in ezt (#14279) 2021-10-29 09:45:31 +02:00
Frédéric Péters 96aea1ff53 misc: add settings for default map zoom level (#27154) 2021-10-29 09:45:31 +02:00
Frédéric Péters e7143e3015 sql: use dbname parameter for connecting to database (#33589) 2021-10-29 09:45:31 +02:00
Frédéric Péters 3f46c3e404 misc: add belgian national register number validation (#45039) 2021-10-29 09:45:31 +02:00
Frédéric Péters d98136de46 workflows: mark sms transmission errors (#47045) 2021-10-29 09:45:31 +02:00
Frédéric Péters 661ea424c3 api: limit /schema API to signed or authenticated calls (#47418) 2021-10-29 09:45:31 +02:00
Frédéric Péters 366e1166ef misc: always quote cells in CSV files (#56043) 2021-10-29 09:45:31 +02:00
Frédéric Péters 288761394e backoffice: display "human" type names in inspect page (#57157) 2021-10-29 09:45:31 +02:00
Frédéric Péters 4d7086f14c misc: force form_submission_channel_label as a string (#58139) 2021-10-29 09:45:31 +02:00
Frédéric Péters a120489331 misc: expose _raw and _url suffixes to file fields (#58140) 2021-10-29 09:45:31 +02:00
Frédéric Péters 203cd20146 workflows: check backoffice fields changes using identifiers (#58241) 2021-10-29 09:45:31 +02:00
Frédéric Péters e82ef9af5e tests: add example of autosave on temporarily invalid data 2021-10-26 19:42:58 +02:00
Frédéric Péters 74f6f5a014 misc: don't break on incomplete ezt "for" expression (#20721) 2021-10-25 19:47:32 +02:00
Frédéric Péters 502643aa2e backoffice: make file workflow option work in popup (#32854) 2021-10-25 19:46:54 +02:00
Frédéric Péters d55d2da0ee workflows: don't try to load a role with None as id (#37512) 2021-10-25 19:46:05 +02:00
Frédéric Péters 82a1a9f4b2 misc: ignore hidden directories/files when scanning for tenants (#58109) 2021-10-25 19:45:16 +02:00
Lauréline Guérin 4e2076fb6d
js: fix item adding/ordering and element index (#58165)
gitea-wip/wcs/pipeline/head There was a failure building this commit Details
2021-10-25 14:34:48 +02:00
Thomas NOËL 07b1e7d149 doc: add import_csv API description (#56955) 2021-10-24 01:10:23 +02:00
Frédéric Péters 6300d8d344 sql: do not add overlong text lines to full text indexation (#58100) 2021-10-22 12:34:17 +02:00
Frédéric Péters 2dc0c2a06a misc: pass workflow id/name to long job detection (#58099) 2021-10-22 12:02:17 +02:00
Frédéric Péters b15f262c3e trivial: add missing **kwargs to build_agenda_datasources cron job (#58098) 2021-10-22 12:00:45 +02:00
Frédéric Péters 679b627db2 trivial: isort 2021-10-22 11:53:57 +02:00
Benjamin Dauvergne dfbe3123ef misc: remap statuses in a transaction (#38579) 2021-10-22 11:51:02 +02:00
Frédéric Péters 8f8d4bf481 misc: don't abort on errors reindexing a formdata (#58084) 2021-10-22 10:52:57 +02:00
Frédéric Péters a2534dcff1 misc: log aborted cron job (#58082) 2021-10-22 10:27:12 +02:00
Lauréline Guérin b3c957c071 misc: more logs for some cron jobs (#57604) 2021-10-22 10:05:22 +02:00