aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/dumpHTML.inc
Commit message (Expand)AuthorAgeFilesLines
* * Fix #6823: HTML dumping should not increment the page view counters.Antoine Musso2007-05-091-0/+4
* The war on redundant ampersand usage!Nick Jenkins2007-01-221-4/+4
* Use Doxygen @addtogroup instead of phpdoc @package && @subpackageAntoine Musso2007-01-201-2/+1
* $fullName not defined, changing to $path instead.Nick Jenkins2007-01-121-1/+1
* For the maintenance/ directory files:Nick Jenkins2007-01-121-7/+6
* UDP profilingTim Starling2006-11-191-1/+32
* Don't dump the MediaWiki namespace. Protection against overlong filenames. Al...Tim Starling2006-11-181-9/+27
* Added --shared-desc and --no-shared-desc options, for strict job ordering whe...Tim Starling2006-11-151-2/+10
* A few small changesTim Starling2006-11-151-9/+13
* * Made special page names case-insensitive and localisable. Care has been tak...Tim Starling2006-10-301-1/+1
* * (bug 7508) Added option to compress HTML pages by dumpHTML.phpJimmy Collins2006-10-061-1/+11
* bug fixesTim Starling2006-09-281-4/+9
* Chunked queries. Use modulo slicing instead of range slicing to avoid gaps wh...Tim Starling2006-09-261-76/+126
* * (bug 7279) Use wfBaseName in place of basename() in more placesBrion Vibber2006-09-101-1/+1
* Suppress site noticeTim Starling2006-09-071-1/+15
* Added support for job slicingTim Starling2006-09-031-17/+67
* formatting etc.Tim Starling2006-09-031-3/+5
* another globalTim Starling2006-09-031-0/+2
* support for checkpointingTim Starling2006-09-031-27/+166
* more bugsTim Starling2006-08-231-1/+7
* bug fixTim Starling2006-08-231-4/+4
* Untested image snapshot feature, fixed complete breakage of default skin by RobTim Starling2006-08-231-53/+69
* cleaner error message when file cant be wroteAntoine Musso2006-07-111-2/+5
* * (bug 6479) Allow specification of the skin to use during HTML dumpsRob Church2006-06-281-1/+4
* Fix typos identified by Nick Jenkins with his magic tool o' doomBrion Vibber2006-04-111-2/+2
* Respect database prefix in dumpHTML.incRob Church2006-01-171-2/+1
* * (bug 1103) Fix up redirect handling for images, categoriesBrion Vibber2006-01-131-0/+1
* * s~\t+$~~Ævar Arnfjörð Bjarmason2006-01-071-21/+21
* * s~ +$~~Ævar Arnfjörð Bjarmason2006-01-071-13/+13
* Removed $wgLinkCache, converted to a singleton. Removed obsolete cruft from L...Tim Starling2006-01-051-5/+3
* * Added templatelinks table. The table currently represents a literal list of...Tim Starling2005-12-301-2/+2
* really fixed relative path bugTim Starling2005-10-261-3/+6
* fixed relative path bugTim Starling2005-10-251-15/+13
* Avoid hexadecimal directory names where possibleTim Starling2005-10-241-1/+1
* Second attempt at fixing unicode case foldingTim Starling2005-10-231-1/+6
* Committing various live hacks from Wikimedia serversBrion Vibber2005-10-221-1/+7
* a couple of minor things accidentally left out of the last commitTim Starling2005-10-221-5/+0
* dumpHTML improvements:Tim Starling2005-10-221-4/+190
* --redirects optionTim Starling2005-10-221-7/+45
* fixed array concatenationTim Starling2005-10-081-2/+2
* assorted improvementsTim Starling2005-10-081-4/+34
* Assorted improvementsTim Starling2005-07-241-21/+75
* fix some issues with phpdocAntoine Musso2005-07-051-1/+1
* Many changes. Work in progress, do not use.Tim Starling2005-05-281-77/+301
* * Fixed some phpdoc errors, see http://wikipedia.sf.net/doc/errors.htmlÆvar Arnfjörð Bjarmason2005-05-101-0/+4
* * Changed 'cur' to 'page' which we use in 1.5Ævar Arnfjörð Bjarmason2005-05-011-6/+5
* Basic static HTML dump generator, experimentalTim Starling2005-03-271-0/+107