Mercurial > moin > 1.9
changeset 5986:c293897aad01
update CHANGES
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Thu, 02 May 2013 23:09:33 +0200 |
parents | 0063e98b14aa |
children | e06ce67bcaab |
files | docs/CHANGES |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/docs/CHANGES Thu May 02 22:57:54 2013 +0200 +++ b/docs/CHANGES Thu May 02 23:09:33 2013 +0200 @@ -24,6 +24,10 @@ HINT: Python >= 2.5 is maybe required! See docs/REQUIREMENTS for details. New features: + * cfg.recovery_token_lifetime to determine how long the password recovery + token will be valid, default is 12 [h]. Check this setting to be adequate + before doing (global) password resets, so your users have enough time to + react before the toke times out! * cfg.log_events_format can be used to configure the format of the records written to <data_dir>/event-log: 0 = dot not create event-log entries (saves disk space, disk I/O) @@ -35,6 +39,13 @@ time, event, username, ip, wikiname, pagename, url, referrer, ua time: UNIX timestamp (float) + Fixes: + * do not create empty pagedirs (with empty edit-log). To clean up all the + trash pagedirs, use moin ... maint cleanpage. + * AttachFile do=get and do=view: send 404 status if file does not exist + * link rel="Alternate" links: rather use page.url than request.href, so + url_prefix_action gets used for the (print and raw) action URLs + Version 1.9.7: New features: