Commit Graph

4852 Commits

Author SHA1 Message Date
Frédéric Péters e3ab691c89 misc: use global evaluation dictionary when evaluating data sources (#16978)
This makes it possible to use "evalutils" functions and "complex" types.
2017-08-10 15:22:29 +02:00
Frédéric Péters ba4b56e7b2 backoffice: add distinct styling to sub/titles in field lists (#17834) 2017-08-10 15:22:29 +02:00
Frédéric Péters 83124ba965 debian: separate python-wcs into a different package (#15345) 2017-08-10 15:22:29 +02:00
Frédéric Péters 0731893be9 misc: remove frontoffice edition of some texts (#17665) 2017-08-10 15:22:29 +02:00
Frédéric Péters f7381f59ba storage: fix handling of multiple indexes (#...) 2017-08-10 15:22:29 +02:00
Frédéric Péters 53cf3e1b15 ctl: reset variables to avoid confusion in traces (#17486) 2017-08-10 15:22:29 +02:00
Frédéric Péters 2f9536cce8 formdef: allow empty <description/> tags on import (#17291) 2017-08-10 15:22:29 +02:00
Frédéric Péters 9b70f59a8c api: add support for overwriting formdata owner with extra fields (#...) 2017-08-10 15:22:29 +02:00
Frédéric Péters 6374822ff8 workflows: make "display form" associated button label configurable (#16816) 2017-08-10 15:22:29 +02:00
Frédéric Péters 53420efd4b forms: remove extraneous empty table rows (#11045) 2017-08-10 15:22:29 +02:00
Frédéric Péters 3438972bac misc: add a jsonp endpoint for datasources, use it for autocomplete (#10990) 2017-08-10 15:22:29 +02:00
Frédéric Péters 29ee58f377 misc: remove unused static files 2017-08-10 15:22:29 +02:00
Frédéric Péters 11380b91b6 translation update 2017-08-10 15:22:29 +02:00
Frédéric Péters 5e594d4cb8 api: add data and geojson views covering all formdatas (#14260) 2017-08-08 13:50:40 +02:00
Frédéric Péters 8e7543ed64 misc: do not crash on ezt calling undefined webservice (#17787) 2017-07-31 10:48:47 +02:00
Frédéric Péters fcfda2d576 api: add possibility of http basic auth access to the ics endpoint (#16792) 2017-07-31 10:45:50 +02:00
Frédéric Péters 412844fbdd api: add ics export API view (#16797) 2017-07-31 10:45:50 +02:00
Frédéric Péters 78db869ae2 admin: make form slugs editable by the admin (#15663) 2017-07-31 10:40:25 +02:00
Frédéric Péters c3be61b8d1 formdef: add internal identifier attribute, separated from url_name (#15663)
This will allow changing url name behaviour without impacting on storage
matters.
2017-07-31 10:40:25 +02:00
Frédéric Péters bac624f1d2 tests: add check for rel=popup links 2017-07-24 18:18:24 +02:00
Frédéric Péters 483f20855a ctl: ignore error_log in collectstatic calls as it's run as root (#17761) 2017-07-23 20:48:23 +02:00
Frédéric Péters 1c687adc90 misc: fix log visibility for users with dispatched functions (#17672) 2017-07-20 13:20:16 +02:00
Frédéric Péters c754ac53bc sql: add possibility to drop formdef table (#17524) 2017-07-17 15:33:05 +02:00
Frédéric Péters 8385a6798d forms: increase default textarea size (#17483) 2017-07-17 15:33:05 +02:00
Frédéric Péters a97c2ebbea misc: expose date() and days() as global functions (#17658) 2017-07-17 15:32:08 +02:00
Frédéric Péters 6629cbc156 misc: fix label of wysiwyg popup dialogs (#17646) 2017-07-17 15:32:08 +02:00
Frédéric Péters 307d340993 doc: fix schema example, required are booleans, not strings 2017-07-07 10:50:04 +02:00
Frédéric Péters 042fd9b28a emails: force linebreaks in email footer (#17131) 2017-07-05 16:23:23 +02:00
Frédéric Péters 91e1614352 misc: add a class to file attachments displayed in history (#17348) 2017-07-05 15:39:15 +02:00
Frédéric Péters 60c96cf25e tests: use emails fixture in modules that send emails 2017-07-05 09:12:06 +02:00
Frédéric Péters 30b71b3919 tests: use publisher fixture in import/export workflow tests 2017-07-05 09:12:06 +02:00
Frédéric Péters 26ffeaf271 help: rewrite sentence about _raw variables in list fields 2017-07-03 17:33:34 +02:00
Frédéric Péters 3e553b881c workflows: extend marker support to other jump types for real (#17248) 2017-06-29 13:51:49 +02:00
Frédéric Péters 6829877759 tests: create user in test_with_superuser test 2017-06-29 12:53:20 +02:00
Frédéric Péters f92f41cb7c misc: add publisher.render_response to render response with template (#15806)
This will allow the auquotidien module to override that method in a
safer way than playing with module-level symbols.
2017-06-29 11:26:46 +02:00
Thomas NOËL 21e0603aa7 fix compute _url variable of workflow data uploads (#17233) 2017-06-28 17:10:22 +02:00
Frédéric Péters 0b4d9fd9e5 tests: include 8bits characters in hobo_notify tests 2017-06-26 19:40:38 +02:00
Frédéric Péters f3e23bd8b7 tests: execute hobo_notify against both pickle and sql 2017-06-26 19:40:38 +02:00
Thomas NOËL c130c7dbde update french translations 2017-06-26 18:08:57 +02:00
Frédéric Péters b52dbf27f2 sql: get varchar/text values as unicode (#15802)
This matches what's being done in Django and will help integrating
w.c.s. with Django applications.
2017-06-26 17:57:03 +02:00
Frédéric Péters 2463d9e8a5 workflows: don't try substituting images with non-images (#17174) 2017-06-26 17:57:03 +02:00
Thomas NOËL 01768bf2ba select2: set a 250ms delay for debouncing requests (#17161) 2017-06-26 15:10:32 +02:00
Frédéric Péters 03f23bc5b8 select2: fix handling of aborted queries (#17161) 2017-06-26 15:10:27 +02:00
Frédéric Péters 61b74c8078 tests: update after "360 user view" name change (#9373) 2017-06-26 11:13:45 +02:00
Thomas NOËL ab13f7dfc9 rename 360 view to per user view (#9373) 2017-06-26 10:46:01 +02:00
Frédéric Péters 159ed31c9b general: rename "Variable Name" to "Identifier" (#15125)
This also adds specific hints on the place it is used.
2017-06-26 10:25:01 +02:00
Frédéric Péters d73542e727 sql: only consider known valid connection parameters (#17143) 2017-06-23 09:58:30 +02:00
Frédéric Péters 03493c73c0 tests: don't let logged error test send out emails (#17089) 2017-06-21 22:20:02 +02:00
Frédéric Péters edc5525143 emails: include error details in exception message (#17064) 2017-06-21 14:07:21 +02:00
Frédéric Péters 77742a8d86 admin: include prefixed-varname when displaying a single page (#16979) 2017-06-21 14:07:21 +02:00