aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/generateSitemap.php
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in commentAryeh Gregor2009-01-011-1/+1
* Step 2 in NS_IMAGE -> NS_FILE transition (bug 44) (WARNING: huge commit).Ilmari Karonen2008-12-011-2/+2
* Fix #12441 : generateSitemap.php --fspath parameter required a trailing slashAntoine Musso2008-07-191-3/+21
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-1/+1
* Use sitemap.org 0.9 schema instead of Google 0.84 schema. Fixes bug 13527.Robert Leverington2008-04-171-6/+6
* Slightly modified version of attachment 4606 by Sergey Chernyshev, fixes bug ...Robert Leverington2008-04-171-0/+7
* * (bug 12294) Namespace class renamed to MWNamespace for PHP 5.3 compatibilityBrion Vibber2008-03-211-1/+1
* Single comment tag tweak.Nick Jenkins2007-07-111-2/+2
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* Removed broken --path parameter and partially flawed hostname option. Added -...Tim Starling2007-04-141-15/+20
* The war on redundant ampersand usage!Nick Jenkins2007-01-221-1/+1
* Use Doxygen @addtogroup instead of phpdoc @package && @subpackageAntoine Musso2007-01-201-2/+1
* Commiting diff -r 16826:16966 of serbianvariants.Robert Stojnić2006-10-121-0/+10
* Revert r16860Brion Vibber2006-10-091-10/+0
* Merged r16826-16858 of branches/SerbianVariants.Robert Stojnić2006-10-081-0/+10
* Abolished $wgDBname as a unique wiki identifier, it doesn't work with the new...Tim Starling2006-10-041-7/+4
* * Fixed fatal error introduced by brion in version 1.20, wfDie() has not beenÆvar Arnfjörð Bjarmason2006-03-111-4/+5
* * Added wfDie() wrapper, and some manual die(-1), to force the return codeBrion Vibber2006-01-141-1/+1
* * s~\t+$~~Ævar Arnfjörð Bjarmason2006-01-071-13/+13
* * s~ +$~~Ævar Arnfjörð Bjarmason2006-01-071-4/+4
* * Typo: </log> => </loc>Ævar Arnfjörð Bjarmason2005-11-041-1/+1
* * Don't make the url to the sitemap file a full urlÆvar Arnfjörð Bjarmason2005-11-041-3/+1
* * Don't get page_is_redirect from pageÆvar Arnfjörð Bjarmason2005-11-041-1/+0
* * Be smart about the amount of urls that go into the sitemaps rather than justÆvar Arnfjörð Bjarmason2005-11-031-41/+41
* * OptimizationÆvar Arnfjörð Bjarmason2005-11-031-4/+15
* * Minor shufflingÆvar Arnfjörð Bjarmason2005-11-031-2/+2
* * Update the lastmod timestamp before writing an entry to the indexÆvar Arnfjörð Bjarmason2005-11-031-6/+11
* * Renamed --path to --fspathÆvar Arnfjörð Bjarmason2005-11-031-31/+119
* * Fixed regression: It's now possible to specify a custom hostname againÆvar Arnfjörð Bjarmason2005-11-031-25/+187
* * The sitemap protocol supports any ISO 8601 timestamp, use an exact timestam...Ævar Arnfjörð Bjarmason2005-11-031-6/+2
* * Added support for a --path option to dump the output at a given pathÆvar Arnfjörð Bjarmason2005-11-031-13/+14
* * Completely rewrote this to use OOÆvar Arnfjörð Bjarmason2005-11-031-98/+189
* * Use page_touched rather than rev_timestamp, not as expensive and more corre...Ævar Arnfjörð Bjarmason2005-11-021-6/+4
* * Pretty indentingÆvar Arnfjörð Bjarmason2005-11-021-10/+9
* Add DB name to sitemap filenamesJens Frank2005-10-271-4/+2
* * Fixed typoÆvar Arnfjörð Bjarmason2005-10-221-1/+1
* Generator for Google sitemapsJens Frank2005-10-221-0/+116