Commit Graph

3802 Commits

Author SHA1 Message Date
Frédéric Péters 5890fcd9c6 backoffice: remove support for .xls export (#8230) 2015-09-10 17:25:23 +02:00
Frédéric Péters c9753cbf34 backoffice: minor change to export commands labels (#8229) 2015-09-10 17:25:23 +02:00
Frédéric Péters d2260dfa88 backoffice: add "current forms" view (#8227) 2015-09-10 14:21:51 +02:00
Frédéric Péters 2c6f7eb464 backoffice: support middle-click and absolute URIs in listings (#8228) 2015-09-10 14:19:22 +02:00
Frédéric Péters cbf4737b2c forms: fix loss of value of map widget in multipage forms (#8222) 2015-09-09 21:44:50 +02:00
Frédéric Péters f1645fc610 forms: always add attributes to prefilled fields (#8223) 2015-09-09 21:44:50 +02:00
Frédéric Péters cca1cf925b sql: add a way to select() over different formdefs (#8179) 2015-09-09 21:44:50 +02:00
Frédéric Péters 30ef526b60 hobo: handle new required --exists parameter (#7550) 2015-09-09 21:44:50 +02:00
Thomas NOËL 6e4d431567 release 1.13.4 2015-09-08 15:57:40 +02:00
Thomas NOËL 1e8b5863e2 update french translation 2015-09-08 15:41:14 +02:00
Thomas NOËL feb46bdb10 fix missing i18n-context in last commit (#8213) 2015-09-08 15:39:59 +02:00
Frédéric Péters 0d0a3ecb2f admin: add i18n-context to some generic option strings (#8213) 2015-09-08 15:15:52 +02:00
Frédéric Péters 50f1e431c2 misc: ship a copy of FontAwesome (#8212)
(this will be removed with the Django port and a proper dependency on gadjo)
2015-09-08 15:15:52 +02:00
Frédéric Péters ff5a448e12 wscall: improve post data presentation (#6622) 2015-09-08 14:22:04 +02:00
Frédéric Péters 99e00744f3 workflows: add possibility of backoffice info texts for workflows (#7738) 2015-09-08 13:53:31 +02:00
Thomas NOËL c14d3d8f48 wscall: fix post_data xml export/import (#8172) 2015-09-04 12:14:48 +02:00
Thomas NOËL fd9526cd80 wscall: allow extra data on POST (#6622) 2015-09-01 10:54:17 +02:00
Thomas NOËL d24711a7f0 remove inefficient json.loads(json.dumps()) in listing API 2015-09-01 10:54:12 +02:00
Frédéric Péters 30c0e72436 tests: do not rely on os.listdir() file ordering 2015-08-31 16:59:39 +02:00
Frédéric Péters 2b41e9e1da sql: add fts column to aggregation views (#7926) 2015-08-31 13:44:04 +02:00
Frédéric Péters fb32cc5f38 sql: add concerned_roles and is_at_endpoint columns to views (#7925) 2015-08-31 13:44:03 +02:00
Frédéric Péters 01cb0c4300 backoffice: only display submission pages to relevant users (#8134) 2015-08-31 13:44:03 +02:00
Frédéric Péters 71e85282f1 misc: add default-page-size site options, for backoffice pagination (#8135) 2015-08-31 13:44:03 +02:00
Frédéric Péters 63c4f83fd0 misc: fix markup of some elements of the evolution display (#8137) 2015-08-31 13:44:03 +02:00
Frédéric Péters 0be6b60dbe misc: reduce "this is free software" to a short paragraph (#7008) 2015-08-31 13:44:03 +02:00
Frédéric Péters f93cc0a90e misc: remove options about read access (#7946) 2015-08-31 13:44:03 +02:00
Frédéric Péters 6da1ab4f20 misc: remove leftover traces of identification_token (#8113) 2015-08-31 13:43:57 +02:00
Frédéric Péters 04b8810b1d style: force white background for evolution blocks 2015-08-31 13:43:49 +02:00
Frédéric Péters b656dada7c admin: use new option style for workflow related options (#8049) 2015-08-28 19:35:14 +02:00
Frédéric Péters 2adfe9d67b admin: use new option style for options classifying forms (#8049)
This is about description, keywords, and categories.
2015-08-28 19:35:14 +02:00
Frédéric Péters 70d72878a0 admin: redesign list of form options (#8048) 2015-08-28 19:35:13 +02:00
Frédéric Péters d1884d84f7 backoffice: make it possible to submit forms from the backoffice (#7052) 2015-08-28 19:29:25 +02:00
Thomas NOËL cf43ef783c password field: add a flag to disable strength indicator (#8111) 2015-08-26 17:21:51 +02:00
Thomas NOËL 2b4ff0ced6 password field: add a flag to disable confirmation input (#8111) 2015-08-26 17:21:25 +02:00
Frédéric Péters 0b295c86ce misc: fix dragging elements over the page edge (#8112) 2015-08-26 11:25:11 +02:00
Frédéric Péters 7cdd62d119 forms: add an _url variant to vars pointing to form worflow files (#8031) 2015-08-22 09:23:57 +02:00
Frédéric Péters d2ad37617f workflows: publish files uploaded using workflow forms (#8031) 2015-08-22 09:23:57 +02:00
Frédéric Péters 20d98208f0 workflows: change attachment view to use the factored file code path (#8031) 2015-08-22 09:23:57 +02:00
Frédéric Péters 9a4dba6f0f forms: factor out file attachment lookup (#8031) 2015-08-22 09:23:57 +02:00
Frédéric Péters 968c28799f admin: factor the roles selection dialog for future uses (#7873) 2015-08-22 09:23:57 +02:00
Thomas NOËL e1fc476dd4 add form_tracking_code variable (#8082) 2015-08-21 15:03:41 +02:00
Thomas NOËL 1f9bbc85f5 check_hobos: save config.pck to disk more often (#8078) 2015-08-21 10:16:18 +02:00
Frédéric Péters 5cb85dab8d tests: add checks for file upload, and attachment file upload 2015-08-20 10:48:02 +02:00
Thomas NOËL e96d7ad1dc release 1.13.3 2015-08-18 17:13:34 +02:00
Thomas NOËL b634c21285 translation update (fr) 2015-08-18 16:26:59 +02:00
Frédéric Péters d779b1aa87 forms: add a new option to prepend a CAPTCHA page for anonymous users (#7859) 2015-08-18 15:19:07 +02:00
Frédéric Péters e264d59ff4 form: improve rendering of CAPTCHA widget (#7859) 2015-08-18 15:19:07 +02:00
Frédéric Péters 23a1308f72 hobo: add registration-url to authentication settings (#6655) 2015-08-18 11:22:21 +02:00
Frédéric Péters b9579435c3 hobo: makes sure IdP base URL has a trailing slash (#6655) 2015-08-18 11:22:21 +02:00
Frédéric Péters d367031503 misc: create session substitution variables from query string (#7858) 2015-08-18 11:22:20 +02:00