includes/wikiformat.php
2010-10-13 Dan Fuhry Fixed a rather major bug with the external link parser: two links in one line now handled gracefully.
2010-04-20 Dan Reordered wiki render stages so images happen before external links. Fixes a parser bug seen, among other places, on the Donation page.
2010-03-29 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.
2010-02-01 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).
2009-12-18 Dan Wikitext parer: re-added the <code> tag thing
2009-12-11 Dan Wikitext parser: re-added mailto support
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-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-26 Dan Wikitext: added horizontal rule support
2009-08-21 Dan Wiki engine: optimization for empty-text case
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-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.
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.
2008-08-12 Dan Rebranded as 1.1.5 (Caoineag alpha 5) and fixed a couple bugs related to CDN support in template_nodb and installerUI. Updated readme.
2008-04-14 Dan Rebrand as 1.1.4 (Caoineag alpha 4)
2008-02-24 Dan Merging in changes from Nighthawk
2008-02-21 Dan Fixed broken installer due to bad $plugins object
2008-02-11 Dan Mass-fixed all AJAX functions to also check the HTTP status code before parsing the response
2008-01-23 Dan Improved compatibility with PostgreSQL and fixed a number of installer bugs; fixed missing "meta" category declaration in language files
2008-01-03 Dan WiP commit for admin panel localization. All modules up to Admin:UserManager (working down the list) are localized except Admin:ThemeManager, which is due for a rewrite
2007-09-24 Dan Rebrand as 1.0.2 (Coblynau); internal links are now parsed by RenderMan::parse_internal_links()
2007-07-29 Dan Modified Text_Wiki parser to fully support UTF-8 strings; several other UTF-8 fixes, international characters seem to work reasonably well now
2007-07-01 Dan Finally implemented the new image tag code
2007-07-01 Dan Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
2007-06-13 dan Adding /includes
less more (0) tip