split general cache helper functionality to its own class, so we can also easily...
[lhc/web/wiklou.git] / maintenance / dumpTextPass.php
2012-02-09 Sam ReedFixing up undefined types in maintenance documentation
2011-10-18 Sam ReedRemove some unused getting of non existent arguments
2011-09-23 Ariel Glennadd mwscript handling for call of fetchText.php mainten...
2011-09-23 Ariel Glennhandle naming checkpoint file with first/last pageID...
2011-09-09 Ariel GlenngetFilename renamed to getFilenames since it can return...
2011-09-08 Ariel Glennuniform comment style, fix a few space issues, address...
2011-08-30 Chad HorohoeRemove wfDie() that Ariel keeps trying to resurrect :)
2011-08-29 Ariel Glenncheck the checkpoint related options only if we specifi...
2011-08-28 Ariel Glennmove some member vars to parent class since they are...
2011-08-27 Ariel Glenndefine and use closeAndRename() after last write of...
2011-08-24 Ariel Glennremove extraneous hyphen that crept in, grr
2011-08-23 Ariel Glennfix timestamp stuff, more fallout from bad merge attempt
2011-08-23 Ariel Glennfix a couple bad lines in previous commit from bad...
2011-08-22 Ariel Glennadd support for writing out checkpoint files of xml...
2011-07-20 Chad HorohoeRevert r85034, r81186, r77638: per CR on r77638: XMLRea...
2011-03-30 Sam ReedSwap = to == in conditional
2011-03-27 Ariel Glenneta shows revs/pages per sec in current interval as...
2011-01-29 Alexandre Emsenhuber* (bug 27016) Fix for r77638: dumpTextPass.php now...
2011-01-28 Ariel Glennopen a series of files for xml input, if supplied ...
2010-12-06 Alexandre EmsenhuberWhen opening the subprocess fetchText.php, pass the...
2010-12-04 Alexandre EmsenhuberFollow-up r67324: removed check for empty text since...
2010-12-03 Alexandre EmsenhuberModifier dumpTextPass.php to use XMLReader and XMLWrite...
2010-11-25 Sam ReedMore reversion of r77297, 2 of 2 commits to keep it...
2010-11-25 Antoine Mussorevert r76464
2010-11-10 Sam ReedVarious unused variables, add some braces
2010-10-09 Alexandre EmsenhuberOne more remplacement to __METHOD__
2010-10-03 Alexandre Emsenhuber* Standardised file description headers
2010-10-02 Alexandre EmsenhuberAnd while I'm a it:
2010-10-02 Alexandre EmsenhuberPer Platonides; follow-up r74158: XMLReader is included...
2010-10-02 Alexandre EmsenhuberMediaWiki even require PHP 5.1.0+ ;)
2010-08-12 PlatonidesRefactor to avoid defining globals inside switches.
2010-07-19 Ariel Glennclean up space/tab stuff
2010-07-15 Ariel Glennintval ( $id ) once in caller instead of in all the...
2010-06-16 Ariel Glenndistinguish failed text retrieval from empty text,...
2010-06-04 Ariel GlennXML snapshots: check length of revision text from prefe...
2010-06-04 Ariel GlennXML snapshots: when retrieving revision text, send...
2010-05-22 Sam ReedStylize maintenance folder..
2010-01-04 Tim StarlingFix for bug 9413 and the related Malayalam issue report...
2009-08-19 Benjamin LeesFollow-up to mediawiki.org/wiki/Special:Code/MediaWiki...
2009-08-07 Benjamin Lees(bug 19289) importDump.php can now handle bzip2 and...
2009-08-03 Chad HorohoeRevert r54244 which was stupid and fix this properly...
2009-05-06 Brion VibberFix a silly bug that isn't the mystery dump bug we...
2008-12-14 Chad HorohoeWar on wfElement() and friends. Call the Xml members...
2008-06-04 Tim StarlingDon't break vim syntax highlighting
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-01-08 Brion Vibbertweak paths more
2008-01-08 Brion Vibberfix include path regressions with text prefetch
2007-12-06 Brion Vibber* (bug 12184) Exceptions now sent to stderr instead...
2007-11-20 Brion VibberDo text normalization in dumpTextPass rather than fetch...
2007-11-20 Brion VibberInitial implementation of restartable subprocess for...
2007-08-02 Brion VibberQuick fix for dump problem:
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-06 Brion Vibber* Skip additional setting of include_path in commandLin...
2007-03-09 Brion Vibberprettify:
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2006-10-04 Tim StarlingAbolished $wgDBname as a unique wiki identifier, it...
2006-10-03 Tim Starling* Removed lots of explicit require_once statements...
2006-09-27 Brion Vibber* Try to reconnect after transitory database errors...
2006-05-12 Brion Vibber* dumpTextPass can now use 7zip files for prefetch
2006-05-12 Brion Vibber* dumpTextPass progress includes percentage of items...
2006-05-11 Brion Vibber* dumpTextPass now skips goes to database for entries...
2006-04-05 Brion VibberUpdate the FSF's address in all these GPL stub headers
2006-02-19 Brion Vibber* Fix --report interval option for dumpTextPass
2006-01-26 Brion Vibber* Use revision rate for ETA in dump generation; it...
2006-01-14 Brion Vibbersome more die-with-proper-return-code
2006-01-14 Brion Vibber* Allow input of the stub from a compressed file instea...
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2005-12-13 Brion Vibber* Fixed --server override on dumpTextPass.php
2005-10-19 Brion VibberFixlet for two-pass dump: strip carriage returns to...
2005-10-19 Brion VibberTest case files and fixes for text-prefetch two-and...
2005-10-16 Brion VibberSupport using gzip and bzip2 decompression wrappers...
2005-10-16 Brion Vibber* Two-pass data dump for friendliness to the DB (-...