Commit Graph

2539 Commits

Author SHA1 Message Date
Frédéric Péters 763ab02cd0 Translation update 2012-05-02 09:33:34 +02:00
Frédéric Péters 81f65b884e use variable names in format string, as recommended for translations 2012-05-02 09:31:25 +02:00
Frédéric Péters 57354d58e2 do not fail when converting a table field that has changed a bit 2012-04-27 09:47:10 +02:00
Frédéric Péters b7896e8c7f do not fail on missing account when sending unused account messages 2012-04-27 09:45:59 +02:00
Frédéric Péters bf93246f12 convert substitution variables to strings 2012-04-23 18:50:58 +02:00
Frédéric Péters aeba7a4d6b only set password hashing algo if we are also passed a password 2012-04-23 10:03:03 +02:00
Frédéric Péters a6a4d3e7bf add support for a site-options.cfg config file (#1361)
This is to be used for options we do not want to expose in the UI, so only
knowledgeable persons (e.g. sysadmins) can touch them.
2012-04-19 14:59:52 +02:00
Benjamin Dauvergne 33bf214f5f ctl/start: add a max_children config and command-line option (#1280) 2012-04-06 11:36:05 +02:00
Frédéric Péters 9c7f0a5d89 add our own version of HTTPRequest::dump, to avoid unicode problems (#1307) 2012-04-06 11:28:59 +02:00
Thomas NOËL 8c1400e718 don't use numeric names on submit buttons (fix #1328)
needed to bypass https://bugs.php.net/bug.php?id=55767 (used in some
reverse-proxy access to wcs)
2012-04-04 15:59:31 +02:00
Thomas NOËL 1e30bcefbc add an attribute "allows_backoffice_access" on roles 2012-04-02 11:14:17 +02:00
Thomas NOËL a687bb81cc add .gitignore (*.pyc) 2012-04-02 11:13:58 +02:00
Thomas NOËL ffa6b343a2 some optimization on token id creation 2012-03-09 16:48:57 +00:00
Frédéric Péters 6ead30d72d force logfile to be a string (#1297) 2012-03-08 09:17:28 +00:00
Thomas NOËL f1ddc51f8d Translation updates (french) 2012-03-07 14:51:30 +00:00
Thomas NOËL c99488bb29 new debug option: mail_redirection
if set, all emails are sent to that address.
ticket #1300
2012-03-07 14:44:27 +00:00
Thomas NOËL 26c042bd1e formdata.get_status_label returns "Unknown" if status has disappeared
fix #1296
2012-03-06 16:24:01 +00:00
Frédéric Péters 7b198310e2 export multiple choices fields as several columns in CSV (#1289) 2012-03-02 12:56:24 +00:00
Thomas NOËL 7d3f2672c7 add formdef variables in formdata context 2012-02-27 10:59:24 +00:00
Frédéric Péters 0e6901166a properly catch both KeyError and AttributeError (#1267) 2012-02-27 09:51:45 +00:00
Thomas NOËL 6d2b30ff49 ezt: templates do not crash when a variable if not defined - fix #1270
this patch extends r1001 (if-any) :
if 'truc' is not defined [truc] is rendered [truc]
2012-02-23 14:50:32 +00:00
Thomas NOËL 38e5063888 Translation update (fr) 2012-02-17 10:35:51 +00:00
Frédéric Péters 929c76fad4 fix initial checked status for roles 2012-02-17 10:33:27 +00:00
Frédéric Péters a39c96e218 filter admins out even if they have no roles 2012-02-17 10:27:40 +00:00
Frédéric Péters 14b51c4a80 allow filtering user list on roles (#1262) 2012-02-17 10:09:55 +00:00
Frédéric Péters 6f3281bedd Add publication and expiration dates to formdefs (#1263) 2012-02-17 08:56:39 +00:00
Thomas NOËL 1c60891ba5 display workflow item description via l18n 2012-02-13 14:00:19 +00:00
Thomas NOËL bc2ef99cd4 add extra_source in cron (cf r2265 and ticket #1248) 2012-02-03 09:39:54 +00:00
Benjamin Dauvergne 347a5ee609 Add new class method to qommon.Publisher: register_extra_source(source)
It registers a new static source of substitution variable for this
publisher class. The source must be a callable taking two arguments: a
publisher and a request, and returning an object with a
get_substitution_variables()
method.

fixes #1248
2012-02-03 08:59:32 +00:00
Thomas NOËL 61b28322e0 french translation update 2012-01-26 18:29:12 +00:00
Frédéric Péters 28532b3a98 replace FSF physical address by a link to their licenses page 2012-01-26 16:32:10 +00:00
Thomas NOËL 99de7b8f3f import wf.remove in workflows (fix #660)
and remove a print...
2012-01-26 13:48:53 +00:00
Thomas NOËL 0f79c4021b workflows: add "remove" item 2012-01-26 13:45:28 +00:00
Thomas NOËL bc5efa3c9d import wf.attachment in workflows 2012-01-26 13:36:36 +00:00
Frédéric Péters aeacbf3ab7 add support for importing/exporting workflows (#1100) 2012-01-26 12:59:22 +00:00
Frédéric Péters 2ad5a2f92b abort on missing or invalid configuration file 2012-01-26 10:12:54 +00:00
Thomas NOËL d66073ea00 bad indentation in r2191 2012-01-25 17:24:44 +00:00
Thomas NOËL b76cef618b README: update bgiframe refs 2012-01-25 15:19:52 +00:00
Thomas NOËL 69258ed821 update jquery.bgiframe.js from github (fix #1234 IE9 problem)
version 2.1.3-pre from https://github.com/brandonaaron/bgiframe
jquery.bgiframe.min.js build with yui-compressor 2.4.6+rhino17R2-1
2012-01-25 15:15:34 +00:00
Thomas NOËL 932cfe50f4 french translation update 2012-01-25 15:06:20 +00:00
Frédéric Péters b3a21a1990 do not allow duplicated status names (#655) 2012-01-25 13:56:07 +00:00
Frédéric Péters 8b876d1ccc move wfattachment to wcs/wf/ (#1214) 2012-01-24 16:18:24 +00:00
Frédéric Péters e183725b56 fix reference to FileStream class (#1214) 2012-01-24 16:16:26 +00:00
Frédéric Péters 19e872ab74 fix allocation of a filename for workflow attachments (#1214) 2012-01-24 16:16:10 +00:00
Frédéric Péters 54096a160c Allow setting a custom template from an environment variable (#1172) 2012-01-24 14:29:52 +00:00
Thomas NOËL 78e8d3801d really fix #1233
user.last_seen can be undefined in other projects using qommon
2012-01-24 12:39:13 +00:00
Frédéric Péters 13de497fad expose current category in substitution variables (#1174) 2012-01-23 14:29:10 +00:00
Thomas NOËL 5e3519afa0 add options in CommentableWorkflowStatusItem
fix #1230 http://dev.entrouvert.org/issues/1230
2012-01-23 13:32:42 +00:00
Benjamin Dauvergne 34af6c7a74 when verifying user unused for too long, last_seen could be None, fix #1233 2012-01-23 12:37:03 +00:00
Thomas NOËL 2868648a1d don't advertise form_uri
deprecated by form_url/form_url_backoffice
2012-01-19 08:40:00 +00:00