Mercurial > moin > 1.9
changeset 5403:06f9718e37a6
updated CHANGES
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Wed, 06 Jan 2010 05:30:40 +0100 |
parents | 3d098b21edb5 |
children | a1a1ce8894cb |
files | docs/CHANGES |
diffstat | 1 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/docs/CHANGES Wed Jan 06 05:07:25 2010 +0100 +++ b/docs/CHANGES Wed Jan 06 05:30:40 2010 +0100 @@ -38,9 +38,23 @@ * Fixed TypeError. * Fixed processing POSTed form data AND URL args. * AttachFile.move_file: send events (so e.g. xapian index update happens) + * Page: fixed adding of page contents (only data added now, without metadata) - + fixes MoinMoinBugs/DeprecatedPageInclusionErrornousPageInstructionsProcessing + * xmlrpc.revertPage: convert pagename to internal representation. + * Added missing config.umask support code (setting was not used), fixed + config.umask usage for page packages. + * Do not use i18n.wikiLanguages() on class level, fails when tools import + the module (e.g. pydoc -k foo). + * highlight parser: added missing support for console/bash session + * Fixed precedence of parsers: more special parsers now have precedence + before moin falls back to using the HighlightParser (syntax highlighting). + * Added extensions to the rst parser (example.rst attachments are rendered + now when viewed). + * Fixed MoinMoinBugs/TableOfContentsBrokenForIncludedPages. New features: * xmlrpc: added renamePage and deleteAttachment methods. + * text editor: added @TIMESTAMP@ variable for adding a raw time stamp Other changes: * Added rtsp, rtp, rtcp protocols to url_schemas.