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 | file | diff | annotate |
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 | file | diff | annotate |
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(). | file | diff | annotate |
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. | file | diff | annotate |