Mercurial > moin > 1.9
changeset 83:3bf0b6c09275
Updated CHANGES.
imported from: moin--main--1.5--patch-85
author | Alexander Schremmer <alex@alexanderweb.de.tla> |
---|---|
date | Thu, 06 Oct 2005 16:43:46 +0000 |
parents | 0da5d27c0c3c |
children | 269d8dc395bf |
files | MoinMoin/_tests/__init__.py docs/CHANGES |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/_tests/__init__.py Thu Oct 06 16:06:59 2005 +0000 +++ b/MoinMoin/_tests/__init__.py Thu Oct 06 16:43:46 2005 +0000 @@ -44,9 +44,10 @@ from unittest import TestLoader, TextTestRunner -class TestSkiped(Exception): +class TestSkipped(Exception): """ Raised when a tests is skipped """ +TestSkiped = TestSkipped # ensure a stable interface class TestConfig: """ Custom configuration for unit tests
--- a/docs/CHANGES Thu Oct 06 16:06:59 2005 +0000 +++ b/docs/CHANGES Thu Oct 06 16:43:46 2005 +0000 @@ -131,6 +131,7 @@ there first. Other changes/new features: + * Added MoinMoin:PackageInstaller and unzipping support. * added WSGI server support, thanks to Anakim Border, see: wiki/server/moinwsgi.py (moin as WSGI app, uses the flup WSGI server, see http://www.saddi.com/software/flup/) @@ -160,6 +161,8 @@ user data like email addresses and encrypted passwords. * Added a SubscribeUser action which allows the administrator to subscribe users to the current page. + * Added thread count to SystemInfo macro. + * Added Petr's newest patch against the DocBook code. International support: * mail_from can be now a unicode name-address @@ -229,6 +232,7 @@ dynamically. The fix is not backward compatible with older plugins. * Fix chart action, returns a page with error message when chart can not be created. + * Fixed formatter usage in the ShowSmileys macro. Version 1.4: