aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/renderDump.php
Commit message (Expand)AuthorAgeFilesLines
* Convert all array() syntax to []Kunal Mehta2016-02-171-1/+1
* Fix a bunch of call-time pass-by-reference errorsMax Semenik2016-02-101-1/+1
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+2
* Import.php: Use Config instead of globalsKunal Mehta2014-10-221-1/+1
* Update formatting in maintenance/ (4/4)Siebrand Mazeland2014-04-231-0/+1
* Fixed some @params documentation (maintenance)umherirrender2014-04-171-1/+1
* Change URLs to mediawiki.org in comments to HTTPSLadsgroup2014-03-201-1/+1
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* Drop support for XHTML 1.0Daniel Friesen2013-05-151-4/+3
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Fixed spacing around parenthesis in languages/tests/maintenanceumherirrender2013-04-281-2/+2
* Fixed some spacing in maintenance folderumherirrender2013-04-181-1/+2
* Removal of unused globals.Platonides2012-11-261-2/+0
* get rid of Revision::getTextdaniel2012-09-141-2/+2
* merge latest master.daniel2012-09-051-2/+2
* merged masterdaniel2012-08-291-1/+1
* Revert "merged master"Daniel Kinzler2012-08-291-1/+1
* merged masterdaniel2012-08-291-1/+1
* merging latest masterdaniel2012-08-201-0/+6
* Fix concern raised by Brion in r74108 (but has really existed since the maint...Chad Horohoe2011-01-131-1/+1
* Whitespace fixup under tha maint directory.Mark A. Hershberger2010-12-041-5/+5
* Commit some renderDump improvementsPlatonides2010-07-271-4/+21
* Follow up r54225. DumpRenderer::handleRevision needs to be public in order to...Platonides2010-06-241-2/+2
* Stylize maintenance folder..Sam Reed2010-05-221-4/+4
* Missing commits from r66268, revert class rename in r66267Andrew Garrett2010-05-121-1/+1
* Rewrite of XML Dump Processing:Andrew Garrett2010-05-121-1/+1
* Revert r54244 which was stupid and fix this properly. Require commandLine.inc...Chad Horohoe2009-08-031-1/+1
* Merge maintenance-work branch (now with less errors!):Chad Horohoe2009-08-021-38/+37
* Revert r52336 "Merge maintenance-work branch:"Brion Vibber2009-06-241-37/+38
* Merge maintenance-work branch:Chad Horohoe2009-06-241-38/+37
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-1/+2
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* * Skip additional setting of include_path in commandLine.inc (for non-Wikimed...Brion Vibber2007-06-061-2/+1
* Use Doxygen @addtogroup instead of phpdoc @package && @subpackageAntoine Musso2007-01-201-2/+1
* fix error displayBrion Vibber2006-06-051-1/+1
* Testing tool to dump out rendered HTML of page input from an XML dump.Brion Vibber2006-06-031-0/+103