Improve RELEASE-NOTES wording from r52082
[lhc/web/wiklou.git] / maintenance / refreshLinks.inc
2009-01-13 Merlijn S. van DeenFixes for r45514 and r45516:
2009-01-07 Merlijn S. van DeenRecommit of r45431 with these changes:
2009-01-07 Brion VibberPull back r45431 for the moment "Updated deleteLinksFro...
2009-01-06 Merlijn S. van DeenUpdated deleteLinksFromNonexistent function:
2008-07-25 Krzysztof Krzyzaniakavoid php FATAL error when Parser_OldPP is used
2008-06-16 Tim StarlingUse a variable for reporting interval instead of a...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-04-06 Alexandre EmsenhuberRemoved usage of deprecated settings
2008-03-08 Alexandre EmsenhuberSome cleanup :
2008-03-05 Aryeh GregorAdd --old-redirects-only option to maintenance/refreshL...
2008-01-22 Tim StarlingFix for bug 12705. Fixed refreshLinks.php documentation.
2007-07-09 Robert StojnićAdd --redirects-only switch to refreshLinks.php, which...
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2006-05-01 Antoine Mussounused variables as per #3692
2006-04-30 Antoine Mussosome unused globals as per #3692
2006-04-12 Tim StarlingUse non-recursive mode when doing refreshLinks
2006-01-26 Tim Starling* Added externallinks table, to track links to arbitrar...
2006-01-26 Tim StarlingDon't use tidy. Command line option to specify the...
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2005-12-30 Tim Starling* Added templatelinks table. The table currently repres...
2005-12-22 Brion VibberRestore clean, tail-friendly output
2005-12-04 Antoine MussoRemove Out::transformBuffer method that does nothing
2005-11-01 Ævar Arnfjörð Bjar... * Use the pretty count function
2005-11-01 Ævar Arnfjörð Bjar... * 3 => MW_MATH_SOURCE
2005-08-26 Brion VibberDrop MySQL 3.23.x support; 4.0 or greater required.
2005-06-19 Tim Starlingported refreshLinks.php improvements (and associated...
2005-05-31 Brion Vibber* Remove linkscc table code, no longer used.
2005-05-26 Brion Vibber* links and brokenlinks tables merged to pagelinks...
2005-03-26 Tim Starlingrm fixme, doDumpUpdate() is correct
2005-01-15 Brion Vibber* (bug 1132) Fix concatenation of link lists in refresh...
2004-11-29 Evan ProdromouRemoved CVS keywords from files, to make merging betwee...
2004-09-17 Antoine MussoFIXME: looks like we call an obsolete function. Need...
2004-09-13 Domas Mituzasclear bodytext on OutputPage after link parsing
2004-09-03 Antoine MussoPhpdoc comments and place holder. Part of the subpackag...
2004-08-21 Tim StarlingreplaceLinkHolders -> transformBuffer
2004-08-14 Tim StarlingAllowed post-parse link cache to be used for update...
2004-08-11 Brion VibberFix some of the rebuild scripts
2004-07-24 Tim Starling* Introducing bit field for database parameters
2004-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-06-15 Tim Starling* Moved content from liveCmdLine.inc into commandLine...