aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/dumpIterator.php
Commit message (Collapse)AuthorAgeFilesLines
...
* get rid of Revision::getTextdaniel2012-09-141-1/+1
| | | | Change-Id: Ia0b16813fa1688b6faccbe8ca81b1099001b1f3b
* merge latest master.daniel2012-09-051-2/+2
| | | | | | some tests fail due to logical changes, will fix that in a follow-up Change-Id: I8a5e4087ecf674fbcf6327c5d168cd401be12400
* merged masterdaniel2012-08-291-1/+1
| | | | Change-Id: Ib2b879c4daa17401eeeb50767c0e5a54254855c3
* Revert "merged master"Daniel Kinzler2012-08-291-1/+1
| | | This reverts commit 67bfdc7a68940d901e585eadd984a2074bf0216a
* merged masterdaniel2012-08-291-1/+1
| | | | Change-Id: Ib2b879c4daa17401eeeb50767c0e5a54254855c3
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-07-081-1/+12
| | | | Change-Id: I2433d23544e808e16f28805f93183b1af2409c94
* Change usages of $wgUser->getSkin() in special pages to use $this->getSkin()Sam Reed2011-07-011-21/+24
| | | | | | | Fix trailing whitespace Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/91246
* Move down interwiki disabling to dumpIterator and make SearchDump work ↵Platonides2011-05-261-4/+19
| | | | | | | | | without a db. Removed stripParameters() which shouldn't have been added to the base class in r88914 Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/88942
* Refactor the common code of compareParsers.php and preprocessDump.php into a ↵Platonides2011-05-261-0/+149
dumpIterator.php script. Implement a simple 'search into this dump' Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/88914