includes/wikiformat.php
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, 20 Apr 2010 11:38:59 -0400 Dan Reordered wiki render stages so images happen before external links. Fixes a parser bug seen, among other places, on the Donation page.
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
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 23:25:39 -0400 Dan Removed the $userpage parameter from Namespace_Default::error_404(). It screwed up a couple plugins. (Thanks Mazza for discovering the issue)
Wed, 26 Aug 2009 13:05:17 -0400 Dan Wikitext: added horizontal rule support
Fri, 21 Aug 2009 15:37:43 -0400 Dan Wiki engine: optimization for empty-text case
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.
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.
Sun, 04 Jan 2009 00:55:40 -0500 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.
Mon, 11 Aug 2008 22:31:04 -0400 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.
Mon, 14 Apr 2008 12:13:12 -0400 Dan Rebrand as 1.1.4 (Caoineag alpha 4)
Sun, 24 Feb 2008 12:52:07 -0500 Dan Merging in changes from Nighthawk
Thu, 21 Feb 2008 17:19:49 -0500 Dan Fixed broken installer due to bad $plugins object
Sun, 10 Feb 2008 19:35:06 -0500 Dan Mass-fixed all AJAX functions to also check the HTTP status code before parsing the response
Wed, 23 Jan 2008 12:48:22 -0500 Dan Improved compatibility with PostgreSQL and fixed a number of installer bugs; fixed missing "meta" category declaration in language files
Thu, 03 Jan 2008 00:53:33 -0500 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
Sun, 23 Sep 2007 23:21:10 -0400 Dan Rebrand as 1.0.2 (Coblynau); internal links are now parsed by RenderMan::parse_internal_links()
Sun, 29 Jul 2007 17:40:36 -0400 Dan Modified Text_Wiki parser to fully support UTF-8 strings; several other UTF-8 fixes, international characters seem to work reasonably well now
Sun, 01 Jul 2007 14:51:33 -0400 Dan Finally implemented the new image tag code
Sun, 01 Jul 2007 14:08:39 -0400 Dan Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
Wed, 13 Jun 2007 16:07:17 -0400 dan Adding /includes
less more (0) tip