* Factored out PPD "part" handling into its own class. Verified with differential...
authorTim Starling <tstarling@users.mediawiki.org>
Thu, 24 Jan 2008 04:29:56 +0000 (04:29 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Thu, 24 Jan 2008 04:29:56 +0000 (04:29 +0000)
commit906e978e91510b231a4b61d96adba4b685c355ef
treee758d309199d1bfd88177f79762db39602ea1917
parent02f55026d2360cfed12958690102be32fd0eea95
* Factored out PPD "part" handling into its own class. Verified with differential fuzz test.
* Stabilise timestamps generated by the parser to avoid diff test false positives
* Fixed msgnw bug. Use RECOVER_ORIG.
* Fixed editintro bug. Cloning the parser in MessageCache has some side-effects that need to be corrected.
* Fixed typo in Parser_DiffTest.php
* General improvements to preprocessorFuzzTest.php
* Fixed breakage of XML output feature in Special:ExpandTemplates
includes/Parser.php
includes/ParserOptions.php
includes/Parser_DiffTest.php
includes/Preprocessor_DOM.php
maintenance/preprocessorFuzzTest.php