Mercurial > moin > 1.9
changeset 3163:1662ed80fbae
fixed CHANGES: some stuff was already released with 1.6, removed from 1.7 section
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Sun, 02 Mar 2008 01:36:53 +0100 |
parents | 153681321f8c |
children | c25bc6e9ad61 |
files | docs/CHANGES |
diffstat | 1 files changed, 7 insertions(+), 17 deletions(-) [+] |
line wrap: on
line diff
--- a/docs/CHANGES Sun Mar 02 01:00:14 2008 +0100 +++ b/docs/CHANGES Sun Mar 02 01:36:53 2008 +0100 @@ -58,43 +58,33 @@ backported to older releases that we still maintain. :) Developer notes (these should be moved to the end in the release): - * changed formatter.attachment_link call (it is now more flexible, - because you can render the stuff between link start and link end yourself) * getText's (aka _()) 'formatted' keyword param (default: True in 1.6 and early 1.7) was renamed/changed: it is now called 'wiki' and defaults to False. Example calls: _('This will NOT get parsed/formatted by MoinMoin!') _('This will be parsed/formatted by MoinMoin!', wiki=True) - _('This will be used as a left side of percent operator. %s', percent=True) + _('This will be used as a left side of percent operator. %s', + wiki=True, percent=True) New Features: * new powerful and flexible logging, please see wiki/config/logging/. - * changed markup for links, images and macros, see: - MoinMoin:MoinMoinTodo/Release 1.7/HelpOnLinking and - MoinMoin:LinkMarkupCollection - * cfg.trusted_auth_methods + * moin now logs the path from where it loaded its configuration(s) + * cfg.trusted_auth_methods is a list of auth methods that put an + authenticated user into the "Trusted" ACL group. + * new authentication plugin system * new session handling system - * new authentication plugin system * new preferences plugin system, see MoinMoin/userprefs/__init__.py * new notification system with an optional jabber notification bot - * cfg.password_checker (default: use some simple builtin checks for too - easy passwords and, if available, python-crack). - Use password_checker = None to disable password checking. * jabber notification support; for more information see: http://moinmo.in/MoinMoinTodo/Release_1.7/HelpOnNotification * standalone server can now be started via the "moin" script command, optionally backgrounding itself. See: moin server standalone --help - Bugfixes: - * lots of bugfixes related to link parsing - Other changes: - * attachment links for non-existing attachments look different now: - the note about the non-existing attachment moved to the link title, - the link is shown with nonexistent class (grey). * cfg.show_login is gone, see code in theme/__init__.py, this affects many themes! * needs a new userprefs/ plugin directory + * removed attachments direct serving (cfg.attachments) Version 1.6.1: