Commit Graph

2539 Commits

Author SHA1 Message Date
Thomas NOËL 13bb6966a2 fix crash on stats_resolution_time for formdata without evolution
fix #1228 http://dev.entrouvert.org/issues/1228
2012-01-18 10:55:33 +00:00
Thomas NOËL 13f48f3b49 fix csv/xls export of ItemsFields
fix #1227 http://dev.entrouvert.org/issues/1227
2012-01-18 09:51:31 +00:00
Benjamin Dauvergne 7815150733 initialize the excel workbook with the site charset, not only 'utf-8'
ticket 1223
2012-01-17 21:48:30 +00:00
Thomas NOËL 8ed136afea French translations update 2012-01-17 09:25:21 +00:00
Thomas NOËL 6616346127 typo 2012-01-17 09:23:58 +00:00
Thomas NOËL 5f153ca3af add front/back office URL configuration
#1218
#1216 (now [url] vars exists in a cronjob)
2012-01-17 09:16:40 +00:00
Thomas NOËL cd8cceadd1 cronjobs: add subst. vars in the publisher 2012-01-17 09:10:55 +00:00
Thomas NOËL 1c557a244a emails: don't delay the handling when there is no request (cronjob)
fix #1222
2012-01-17 09:08:51 +00:00
Thomas NOËL 2cca530bb7 log cron errors (tracebacks) 2012-01-16 14:50:30 +00:00
Thomas NOËL cc55c1e5d7 warned_about_unused_account is an account attribute (not a user one)
fix #1217 https://dev.entrouvert.org/issues/1217
2012-01-16 13:46:46 +00:00
Thomas NOËL c8e6a5ecb9 don't remove a user when it doesn't exist ...
fix #1217 https://dev.entrouvert.org/issues/1217
2012-01-16 13:25:39 +00:00
Jérôme Schneider aaece5c768 Fix wcs.cfg example
* wcs.cfg-sample: add missing \n
2012-01-13 14:25:25 +00:00
Frédéric Péters 66fd903145 make sure ranked items values are dicts 2012-01-13 13:16:18 +00:00
Frédéric Péters 1bb91182ef fix ranked items value persistence across page changes 2012-01-13 13:16:01 +00:00
Thomas NOËL 88e3fae1c5 disable wf.anonymous_access for now 2012-01-13 08:48:43 +00:00
Frédéric Péters 1e0d19fa6f don't fail on user with None roles 2012-01-12 16:43:14 +00:00
Jérôme Schneider a470e3dea4 Debian packaging: cosmetic 2012-01-12 15:03:45 +00:00
Thomas NOËL 6c91e7df51 debian package recommends python-xlwt (xls export) 2012-01-12 09:23:38 +00:00
Jérôme Schneider 509976c984 remove output: Cron process launched 2012-01-11 18:15:41 +00:00
Jérôme Schneider 2b1a933a2a Debian packaging: manage configuration file 2012-01-11 18:13:19 +00:00
Jérôme Schneider 9d2de45515 Manage w.c.s. configuration file
* wcs.cfg-sample: default w.c.s. configuration file
 * wcs/ctl/*: manage w.c.s. configuration file in commands
 * wcs/qommon/ctl.py: manage base options and sub options.
   Add -f base option (wcsctl.py -f yourconfig.cfg command).
 * wcs/publisher.py: support cfg file settings
2012-01-10 15:56:52 +00:00
Jérôme Schneider 7f0093a888 remove obsolete command apply_timeouts 2012-01-10 15:38:28 +00:00
Thomas NOËL f952d17873 clarify roles in admin/forms 2012-01-10 14:16:24 +00:00
Thomas NOËL 819a44afb9 Translations update (fr) 2012-01-10 14:06:15 +00:00
Thomas NOËL 0cc7b33b7f Rename workflow status items (#1155) 2012-01-10 13:24:26 +00:00
Frédéric Péters 18d8db375a Add possibility of a one-way association between user and forms (#1133) 2012-01-10 13:11:04 +00:00
Thomas NOËL 04c9f1576f rename [user] (substitution variable) to [session_user]
fix #1156 http://dev.entrouvert.org/issues/1156
2012-01-10 13:05:31 +00:00
Thomas NOËL 3e09f3a197 variables on emails templates: reverse logic (brother of r2203)
Substitution variables should not erase real ones (cf r2203)
2012-01-03 13:09:29 +00:00
Thomas NOËL cbe09c0743 display table of subst. vars in workflow items
fix #612 http://dev.entrouvert.org/issues/612
2012-01-03 12:52:04 +00:00
Thomas NOËL 50919498d1 in csv/xls ouput, a file is represented by its name 2012-01-03 12:27:31 +00:00
Thomas NOËL fcba7b6481 XLS export: use xlwt instead of pyExcelerator
cf ticket #1101 -- http://dev.entrouvert.org/issues/1011
2012-01-02 16:51:41 +00:00
Frédéric Péters a50aa77768 fix display of date fields in user profiles (#759) (bis) 2012-01-02 14:22:23 +00:00
Frédéric Péters 0d00364b6a fix display of date fields in user profiles (#759) 2012-01-02 14:21:46 +00:00
Thomas NOËL 829c95b028 don't crash if there is no identification method
related to commit r2199 - ticket #339
2012-01-02 13:43:42 +00:00
Jérôme Schneider 9fca7bd7d0 Upgrade packaging for Squeeze. 2011-12-26 18:11:56 +00:00
Benjamin Dauvergne 56762eed99 Fix last commit: only upload.fp is seekable 2011-12-23 14:43:13 +00:00
Benjamin Dauvergne 66281d6df7 Rewind the file pointer before reading an uploaded file 2011-12-23 14:41:08 +00:00
Thomas NOËL 798e4ca473 r2202, forgotten part (set_message for prefilled fields) 2011-12-23 13:27:16 +00:00
Benjamin Dauvergne 301a16de33 Fix: upload is an Upload not an UploadedFile 2011-12-22 16:50:54 +00:00
Benjamin Dauvergne 73c1053c2c Check also the content of submited RTF files for magic prefix 2011-12-22 16:00:11 +00:00
Thomas NOËL e428339cf2 variables on emails templates: reverse logic
Substitution variables should not erase real ones.
2011-12-19 16:31:23 +00:00
Thomas NOËL 2c4f65d05b "message" attribute on widgets (for prefilled ones)
fix #675
2011-12-19 16:23:05 +00:00
Thomas NOËL 306ce2204c Translation update 2011-12-19 13:19:58 +00:00
Thomas NOËL 94c5845610 move "jump" workflow item to wf/ 2011-12-19 13:06:25 +00:00
Benjamin Dauvergne 09a2b7837d Remove warning on missing lasso module
In exchange add more warnings in the authentication administration pages
and in error messages when login fails.

fixes #339
2011-12-19 10:45:02 +00:00
Thomas NOËL 30ba75604e workflow: add "Jump to" item
fix #665
2011-12-19 09:49:57 +00:00
Thomas NOËL 847dcf2059 substitution variables doesn't update "real" variables
ticket #1152 neighbor...
2011-12-18 18:24:27 +00:00
Thomas NOËL 69a9387e61 add [user] in substitution variables
fix #1152
2011-12-18 14:01:52 +00:00
Thomas NOËL 3eb0c39c29 use variables in URL redirection even if there is no user
So one can use all substitution variables.
User could be detected with [if-any user]...[end].
2011-12-17 06:46:43 +00:00
Benjamin Dauvergne 48568917ce SAML2: fix logout when more than one session index is sent 2011-12-16 17:08:00 +00:00