Commit Graph

5544 Commits

Author SHA1 Message Date
Frédéric Péters 389b51a16b translation update 2019-01-17 13:20:34 +01:00
Frédéric Péters 22a084a30c forms: don't let file upload progress bar overflow (#29343) 2019-01-17 13:18:44 +01:00
Frédéric Péters 04445b1e14 forms: add upload error handling to file widget (#29343) 2019-01-17 13:18:44 +01:00
Frédéric Péters dbf3782040 backoffice: don't let map popups block filter changes (#28913) 2019-01-17 13:18:44 +01:00
Frédéric Péters 05fd5d1fa0 misc: change sorting on category/formdef/role names ignore accents (#28170) 2019-01-17 10:20:47 +01:00
Frédéric Péters 9489be28bd backoffice: update page number after dragndrop (#17879) 2019-01-17 10:18:58 +01:00
Frédéric Péters 15c3fa4696 hobo-deploy: reuse existing wcs secret (#28304) 2019-01-17 10:00:29 +01:00
Frédéric Péters 4f6895a7b1 misc: add evolution messages to fulltext search (#22651) 2019-01-17 09:55:53 +01:00
Frédéric Péters 9663950b4d workflows: use "message" as field label in "record a message" action (#29750) 2019-01-15 23:11:55 +01:00
Frédéric Péters 5b9d2e43f7 hobo: ignore secondary services (#29669) 2019-01-14 15:38:05 +01:00
Frédéric Péters b9d05a9aa4 fields: don't crash on unkown CSS classes in profile fields (#29654) 2019-01-11 11:06:35 +01:00
Frédéric Péters 17e4fc2f30 misc: expose request (/query string) in expression variables (#29565) 2019-01-09 13:46:14 +01:00
Frédéric Péters d86034497a misc: don't crash storing unicode passwords for logged users (#19217) 2019-01-08 11:40:24 +01:00
Frédéric Péters 2d05034eac debian: disable hobo logging configuration (#29494) 2019-01-07 12:36:11 +01:00
Frédéric Péters d2ea7abd56 form: display normal file icon for non-image fields (#29491) 2019-01-07 12:36:11 +01:00
Frédéric Péters acdff4e57e jenkins/tox: limit pytest version to a version compatible with pytest-cov 2019-01-06 17:03:56 +01:00
Frédéric Péters 52e0d92b20 trivial: move imports to top of file 2019-01-04 14:11:28 +01:00
Frédéric Péters 4eef831e8f debian: disable uwsgi memory report (#19840) 2019-01-04 14:11:28 +01:00
Frédéric Péters e5108eef03 forms: mark string fields with html5 autocomplete attributes (#26827) 2019-01-04 08:40:57 +01:00
Frédéric Péters bc3ac2c090 backoffice: use warning style for "currently disabled" message (#29401) 2019-01-02 17:09:40 +01:00
Frédéric Péters 5f59d55941 misc: use datetime objects for today and now global variables (#29400) 2019-01-02 17:09:40 +01:00
Frédéric Péters d5ac2ffcb8 backoffice: don't let clicks add markers in backoffice map view (#28915) 2019-01-02 12:04:35 +01:00
Frédéric Péters d632a15dab fields: don't enable picking a file from the portfolio by default (#29313) 2019-01-02 12:04:17 +01:00
Frédéric Péters 43d0336bb4 backoffice: close backoffice if an IdP is defined (#10440) 2019-01-02 08:56:32 +01:00
Frédéric Péters 8fd46311a5 misc: use black circles when displaying a password field value (#29390) 2019-01-02 08:56:32 +01:00
Frédéric Péters 0333c9494e misc: avoid URLs starting with double slash (#29373) 2018-12-28 13:43:51 +01:00
Frédéric Péters 1a0d0a91b7 backoffice: add label as tooltip for command icons (#29360) 2018-12-27 07:56:05 +01:00
Frédéric Péters 77a56f8480 misc: remove unused possibility of command_icon without URL (#29359) 2018-12-27 07:56:05 +01:00
Frédéric Péters 9a04369bb7 forms: include workflow forms field medias (#29349) 2018-12-27 07:56:05 +01:00
Emmanuel Cazenave 90e0fa5334 jenkins: publish results earlier (#27401) 2018-12-26 09:36:39 +01:00
Frédéric Péters 7fdf73f7fe forms: add type=text to date widgets (#29336) 2018-12-24 15:41:21 +01:00
Frédéric Péters 53319c5cb8 forms: add CSS classes to username/status in formdata view (#29319) 2018-12-21 17:43:17 +01:00
Frédéric Péters 775221a07d forms: give some headroom to item fields in validation page (#29304) 2018-12-21 17:43:17 +01:00
Thomas NOËL 5015a0f9ea add new templatetags logic for date, datetime, time, decimal (#28738) 2018-12-21 16:19:26 +01:00
Frédéric Péters 0e02e4be5b translation update 2018-12-21 08:47:12 +01:00
Frédéric Péters dc836519c8 forms: improve backward visual compatibility of file widget (#13660) 2018-12-21 08:47:12 +01:00
Frédéric Péters 3cdf20bec0 forms: prepare file widgets for a better look (#13660) 2018-12-20 16:43:55 +01:00
Frédéric Péters 1bf9107f05 forms: fix user access to drafts (#29218) 2018-12-20 16:43:55 +01:00
Frédéric Péters d810917f63 misc: switch date(/time) widget to template rendering (#28460) 2018-12-20 16:03:35 +01:00
Frédéric Péters 70704e7c63 forms: use a template to render radio buttons (#27996) 2018-12-20 16:02:55 +01:00
Frédéric Péters 3e2fecfd9f forms: allow logged in user to use an anonymous tracking code (#29218) 2018-12-20 16:02:43 +01:00
Thomas NOËL aff3f3bd6c debian/init.d: be more specific on uwsgi daemon (#29247) 2018-12-20 10:52:42 +01:00
Frédéric Péters bb926723c9 misc: only let rst consider arabic sequences (#29183) 2018-12-19 11:25:40 +01:00
Thomas NOËL 14e543ccce workflow: do not fail on geolocation server errors (#29168) 2018-12-18 11:22:03 +01:00
Frédéric Péters c6eaa44951 settings: add missing comma (#29109) 2018-12-17 14:23:31 +01:00
Frédéric Péters 88be1de770 forms: mark file widgets expecting images (#29102) 2018-12-17 13:54:36 +01:00
Frédéric Péters 054d5511de forms: move fargo markup out of hint, into widget control proper (#28034) 2018-12-17 13:54:36 +01:00
Frédéric Péters 07dd4accfe misc: set has-file class after selecting a file from fargo (#29096) 2018-12-17 13:52:03 +01:00
Frédéric Péters 1458911263 add support for German l10n (#29109) 2018-12-17 13:52:03 +01:00
Frédéric Péters 903e8c2d90 misc: restore possibility to set language from HTTP header (#29108) 2018-12-17 13:52:03 +01:00