includes/wikiengine/parse_mediawiki.php
Sat, 15 Sep 2012 13:18:01 -0400 Dan Fuhry Added template context API and render_getpage_norender hook. This allows variable sets to be pushed and popped from $template, so that variables in a template inclusion can be accessed and pre-processed by plugins.
Tue, 12 Oct 2010 23:07:27 -0400 Dan Fuhry Fixed a rather major bug with the external link parser: two links in one line now handled gracefully.
Tue, 30 Mar 2010 11:37:00 -0400 Dan Added selection and popup for <pre> tags within wikitext. Also fixed more bugs found in the HTML paragraph parser (mostly self-closing tags e.g. <hr />).
Sun, 28 Mar 2010 23:10:46 -0400 Dan Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Mon, 01 Feb 2010 02:22:54 -0500 Dan Modified paragraph rule to not use recursive parsing; made parsing of code and pre tags much more reliable. Fixes issue 1 (QA: RE-TEST).
Fri, 18 Dec 2009 09:39:18 -0500 Dan Wikitext parer: re-added the <code> tag thing
Fri, 11 Dec 2009 17:10:44 -0500 Dan Wikitext parser: re-added mailto support
Fri, 27 Nov 2009 18:29:20 -0500 Dan parse_mediawiki: Marked the paragraph bug as non-blocker, delayed until RC1. I have higher priorities than a minor win32 only parsing issue.
Wed, 11 Nov 2009 23:44:10 -0500 dan Hack: temporarily disabled PCRE recursion for Win32 in the paragraph block tag parser until a better parser can be written/adapted
Sun, 25 Oct 2009 00:09:11 -0400 Dan Another fix to paragraph bypass behavior, for when the same substring appears more than once in the text
Tue, 13 Oct 2009 12:44:27 -0400 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().
Sun, 04 Oct 2009 03:59:38 -0400 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.
Wed, 26 Aug 2009 13:05:17 -0400 Dan Wikitext: added horizontal rule support
Thu, 20 Aug 2009 20:01:55 -0400 Dan Fixed some upgrade bugs; added support for choosing one's own date/time formats; rebrand as 1.1.7
Sun, 09 Aug 2009 01:27:45 -0400 Dan Blockquote functionality in wikitext parser now allows rendering of other block level elements properly
Tue, 04 Aug 2009 15:02:54 -0400 Dan More work on rendering engine. Fixed some bugs with paragraph skipping and added (incomplete) support for blockquotes.
Sat, 11 Jul 2009 20:28:03 -0400 Dan Renderer: added "smart paragraphs" for templates. <p><b>Foo</b> {bar}</p> where bar is multiline is basically turned into proper XHTML paragraphs.
Wed, 08 Jul 2009 18:52:41 -0400 Dan Wiki engine: improved behavior in block level element finding/wrapping algorithm
Thu, 02 Jul 2009 09:00:52 -0400 Dan Wiki formatting: Headings: tolerate spaces after line; added disable_rule method (required for rev. 1029)
Sun, 21 Jun 2009 00:20:32 -0400 Dan First implementation of new parser; Text_Wiki is now gone. VERY BETA! WiP.
less more (0) tip