Big oops - merged to wrong branch.
[lhc/web/wiklou.git] / maintenance / generateSitemap.php
2012-04-25 Brion VIBBERMerge "(bug 32537) Pre-register default-loaded RL modul...
2012-04-18 ReedyMerge "Re-adding dbdataobject stuff which got pulled...
2012-04-15 Brion VIBBERMerge "(bug 26909) follow up r102947: fix the navigatio...
2012-04-09 Brion VIBBERMerge "(bug 35658) make mw.Uri handle uris w/o protocol...
2012-04-07 ReedyMerge "(bug 32492) API now allows editing using pageid"
2012-04-06 Asier LostalégenerateSitemap can now optionally skip redirects
2012-02-09 Sam ReedFixing up undefined types in maintenance documentation
2011-11-07 Antoine Mussofix badly named variable
2011-11-07 Antoine Mussodieout when file is a boolean
2011-10-18 Sam ReedRemove some unused getting of non existent arguments
2011-08-23 John Du Hart(bug 30344) Add configuration variable for setting...
2011-08-19 Roan KattouwUse canonical URLs in sitemaps, diff stuff and external...
2011-07-25 Sam ReedAdding __METHOD__ to parameters passed to wfMkdirParents()
2011-05-20 Sam ReedWhitespace
2011-05-13 Chad Horohoe(bug 21086) generateSitemap.php uses wfWikiID() in...
2011-05-13 Chad HorohoeKill defines in favor of class constants, not used...
2011-02-14 Chad HorohoeAdd some newlines to generateSitemap output, bug 26134
2011-01-13 Chad HorohoeFix concern raised by Brion in r74108 (but has really...
2011-01-06 Ilmari Karonenadd comment per bug 17961
2010-12-02 Ilmari Karonenfollowup to r77176: code style, release notes
2010-11-23 Ilmari Karonenbug 9675: sitemap-index doesn't include full location...
2010-10-29 Chad Horohoe(bug 19593) $wgServer can't be set properly with -...
2010-09-01 Alexandre EmsenhuberStandardised file description headers:
2010-07-24 Sam ReedFix typo in deleteArchivedFiles.inc
2010-05-29 Alexandre EmsenhuberFixed some doxygen warnings
2010-05-22 Sam ReedStylize maintenance folder..
2009-10-16 Alexandre Emsenhubercompress option needs a value :)
2009-10-16 Alexandre EmsenhuberReadd line break which was lost in r54225
2009-08-17 Alexandre Emsenhuber* batch change for "while ( $row = $db->fetchObject...
2009-08-10 Chad HorohoeDelay setting priorities since we don't have namespaces...
2009-08-03 Chad HorohoeRevert r54244 which was stupid and fix this properly...
2009-08-02 Chad HorohoeMerge maintenance-work branch (now with less errors!):
2009-02-24 Chad Horohoe(bug 17640) Mention where the sitemap goes if we don...
2009-01-01 Aryeh GregorFix typo in comment
2008-12-01 Ilmari KaronenStep 2 in NS_IMAGE -> NS_FILE transition (bug 44) ...
2008-07-19 Antoine MussoFix #12441 : generateSitemap.php --fspath parameter...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-04-17 Robert LeveringtonUse sitemap.org 0.9 schema instead of Google 0.84 schem...
2008-04-17 Robert LeveringtonSlightly modified version of attachment 4606 by Sergey...
2008-03-21 Brion Vibber* (bug 12294) Namespace class renamed to MWNamespace...
2007-07-11 Nick JenkinsSingle comment tag tweak.
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-04-14 Tim StarlingRemoved broken --path parameter and partially flawed...
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2006-10-12 Robert StojnićCommiting diff -r 16826:16966 of serbianvariants.
2006-10-09 Brion VibberRevert r16860
2006-10-08 Robert StojnićMerged r16826-16858 of branches/SerbianVariants.
2006-10-04 Tim StarlingAbolished $wgDBname as a unique wiki identifier, it...
2006-03-11 Ævar Arnfjörð Bjar... * Fixed fatal error introduced by brion in version...
2006-01-14 Brion Vibber* Added wfDie() wrapper, and some manual die(-1), to...
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2005-11-04 Ævar Arnfjörð Bjar... * Typo: </log> => </loc>
2005-11-04 Ævar Arnfjörð Bjar... * Don't make the url to the sitemap file a full url
2005-11-04 Ævar Arnfjörð Bjar... * Don't get page_is_redirect from page
2005-11-03 Ævar Arnfjörð Bjar... * Be smart about the amount of urls that go into the...
2005-11-03 Ævar Arnfjörð Bjar... * Optimization
2005-11-03 Ævar Arnfjörð Bjar... * Minor shuffling
2005-11-03 Ævar Arnfjörð Bjar... * Update the lastmod timestamp before writing an entry...
2005-11-03 Ævar Arnfjörð Bjar... * Renamed --path to --fspath
2005-11-03 Ævar Arnfjörð Bjar... * Fixed regression: It's now possible to specify a...
2005-11-03 Ævar Arnfjörð Bjar... * The sitemap protocol supports any ISO 8601 timestamp...
2005-11-03 Ævar Arnfjörð Bjar... * Added support for a --path option to dump the output...
2005-11-03 Ævar Arnfjörð Bjar... * Completely rewrote this to use OO
2005-11-02 Ævar Arnfjörð Bjar... * Use page_touched rather than rev_timestamp, not as...
2005-11-02 Ævar Arnfjörð Bjar... * Pretty indenting
2005-10-27 Jens FrankAdd DB name to sitemap filenames
2005-10-22 Ævar Arnfjörð Bjar... * Fixed typo
2005-10-22 Jens FrankGenerator for Google sitemaps