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