includes/wikiengine/parse_mediawiki.php
2009-12-18 Dan Wikitext parer: re-added the <code> tag thing
2009-12-11 Dan Wikitext parser: re-added mailto support
2009-11-27 Dan parse_mediawiki: Marked the paragraph bug as non-blocker, delayed until RC1. I have higher priorities than a minor win32 only parsing issue.
2009-11-12 dan Hack: temporarily disabled PCRE recursion for Win32 in the paragraph block tag parser until a better parser can be written/adapted
2009-10-25 Dan Another fix to paragraph bypass behavior, for when the same substring appears more than once in the text
2009-10-13 Dan OK, I'm done with the preg_replace() in the paragraph parser. It's too buggy. Replaced with preg_match_all()/str_replace_once().
2009-10-04 Dan More parser work: fixed a few bugs with [[intlinks]] in headers, a bug that caused the paragraph parser to return an empty string, and added a warning/backup-and-restore for when a render stage returns an empty string.
2009-08-26 Dan Wikitext: added horizontal rule support
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-09 Dan Blockquote functionality in wikitext parser now allows rendering of other block level elements properly
2009-08-04 Dan More work on rendering engine. Fixed some bugs with paragraph skipping and added (incomplete) support for blockquotes.
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-07-02 Dan Wiki formatting: Headings: tolerate spaces after line; added disable_rule method (required for rev. 1029)
2009-06-21 Dan First implementation of new parser; Text_Wiki is now gone. VERY BETA! WiP.
less more (0) tip