Mercurial > moin > 1.9
changeset 5932:bdee0dd8b281
updated CHANGES
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Wed, 23 Jan 2013 01:53:23 +0100 |
parents | c14974df2b58 |
children | eda00cd9f46f |
files | docs/CHANGES |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/docs/CHANGES Wed Jan 23 01:39:41 2013 +0100 +++ b/docs/CHANGES Wed Jan 23 01:53:23 2013 +0100 @@ -101,6 +101,17 @@ password_checker = lambda cfg, request, name, pw: multiconfig._default_password_checker(cfg, request, name, pw, min_length=10, min_different=7) + Fixes: + * logging: if the logging config file can't be read, give a helpful error msg + * logging: use info loglevel (not warning) for telling about using the builtin + default logging config + * moin script commands: warn if someone gave ... to the moin script, avoids a + strange and unhelpful 'empty module name' error message + * reorder html input fields in recoverpass form, to help browsers remember + the user name and password (not erroneously the recovery token and password) + * don't try to send password recovery email to user if email address in + user profile is empty + Version 1.9.6: