includes/render.php
2009-08-27 Dan Removed the $userpage parameter from Namespace_Default::error_404(). It screwed up a couple plugins. (Thanks Mazza for discovering the issue)
2009-08-22 Dan Made internal links to the Admin namespace much smarter. (They do the login box and stuff.)
2009-08-21 Dan Fixed some upgrade bugs; added support for choosing one's own date/time formats; rebrand as 1.1.7
2009-08-04 Dan More work on rendering engine. Fixed some bugs with paragraph skipping and added (incomplete) support for blockquotes.
2009-07-18 Dan Fixed some formatter engine errors that were exposed through the wiki edit notice
2009-07-12 Dan Renderer: added "smart paragraphs" for templates. <p><b>Foo</b> {bar}</p> where bar is multiline is basically turned into proper XHTML paragraphs.
2009-07-08 Dan Wiki engine: improved behavior in block level element finding/wrapping algorithm
2009-06-21 Dan First implementation of new parser; Text_Wiki is now gone. VERY BETA! WiP.
2009-05-27 Dan Class "currentpage" is now added to all internal links, including sidebar buttons, if the link points to the current page.
2009-05-13 Dan Render / Template: No longer does exist checks for wikilinks on sidebar
2009-05-05 Dan Made some more changes to the way namespaces are handled, for optimization purposes. This is a bit of a structural reorganization: $paths->pages is obsoleted in its entirety; calculating page existence and metadata is now the job of the Namespace_* backend class. There are many things in PageProcessor that should be reorganized, and page actions in general should really be rethought. This is probably the beginning of a long process that will be taking place over the course of the betas.
2009-02-16 Dan Major redesign of rendering pipeline that separates pages saved with MCE from pages saved with the plaintext editor (full description in long commit message)
2009-01-04 Dan Two big commits in one day I know, but redid password storage to use HMAC-SHA1. Consolidated much AES processing to three core methods in session that should handle everything automagically. Installation works; upgrades should. Rebranded as 1.1.6.
2009-01-03 Dan Major underlying changes to namespace handling. Each namespace is handled by its own class which extends Namespace_Default. Much greater customization/pluggability potential, at the possible expense of some code reusing (though code reusing has been avoided thus far). Also a bit better handling of page passwords [SECURITY].
2008-12-31 Dan Redid error handler (it was causing some problems with gzip enabled)
less more (0) -15 tip