* changed variable list as per comment on r79954 left only wgDBtype
[lhc/web/wiklou.git] / includes / LinksUpdate.php
2011-01-06 Brian Wolff(Bug 25254) cl_timestamp gets updated on null edit...
2010-10-13 Sam ReedAssignment in loop conditions suck
2010-10-02 Siebrand MazelandRemove comments related to no longer existent and relev...
2010-09-03 Aryeh GregorFurther categorylinks schema changes
2010-08-30 Chad HorohoeGet rid of PHP4-style constructors
2010-08-08 Chad HorohoeBig commit: kill almost every freeResult() call as...
2010-08-03 Aryeh GregorEnable new category sort by default
2010-07-26 Aryeh GregorFix bug in prefixing scheme
2010-07-26 Aryeh GregorReconcept cl_raw_sortkey as cl_sortkey_prefix
2010-07-23 Aryeh GregorInitial commit for category collation framework
2010-06-17 Aaron SchulzRemoved unused mTouchTmplLinks var
2010-05-26 Alexandre EmsenhuberFixed some doxygen warnings
2010-04-16 Brion Vibber* (bug 14473) Add iwlinks table to track inline interwi...
2009-11-06 Bryan Tong MinhAdd accessor to LinksUpdate::mImages
2009-05-19 Tim StarlingReverted r46706, misses essential updates, the feature...
2009-03-25 Brion VibberRevert r47530 "Fix bug 17571, now page1 would add to...
2009-03-06 Aaron Schulzfix profiling
2009-02-20 Philip TzouFix bug 17571, now page1 would add to both cat1 and...
2009-02-19 Tim StarlingDon't do any backlink batches if there are no backlinks.
2009-02-16 Tim Starling* Mostly reverted r41081 and related. Although the...
2009-02-02 Philip Tzou(bug 3311) Automatic category redirects
2009-02-02 Philip Tzou1. Use param $ignoreOtherCond instead of $forTemplate...
2009-02-02 Philip TzouTo find an available category name during update table...
2008-12-01 Ilmari KaronenStep 2 in NS_IMAGE -> NS_FILE transition (bug 44) ...
2008-09-20 Aaron Schulz* Avoid doing templatelinks query (which can get huge...
2008-09-20 Aaron SchulzAdd missing wfProfileOut( __METHOD__ );
2008-09-12 Aaron SchulzRedo RefreshLinksJob2 commit with trivial notice fix.
2008-09-12 Siebrand MazelandRevert 40741. Causes "Division by zero in includes...
2008-09-12 Aaron Schulzjob-queue insert should no longer fail for highly used...
2008-08-17 Aaron Schulzflag as protected
2008-07-10 Brion VibberHold back $wgTrackLinkChanges for a little bit; reverti...
2008-07-08 Bryan Tong Minh(bug 13588) Experimentally track link changes if $wgTra...
2008-07-04 Nicolas DumazetmCategoties -> mCategories
2008-07-04 Nicolas DumazetCorrecting commit 37038 : only getXXXDeletions were...
2008-07-04 Nicolas Dumazetsyntax fix
2008-07-04 Nicolas Dumazet6 array_diff_* were computed twice. Compute once, and...
2008-04-28 Andrew GarrettSave the parser output to a member variable of LinksUpd...
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-03-19 Aryeh GregorRemove apparently pointless $dbw parameter to Article...
2008-03-18 Aryeh GregorThis is a schema change. It's only a table creation...
2008-02-21 Greg Sabino MullaneContinue the pretty lining up from above.
2008-02-20 Tim Starling* Added __HIDDENCAT__ feature, to hide categories from...
2008-02-09 Bryan Tong MinhNew hooks: LinksUpdate, LinksUpdateComplete. Add functi...
2007-09-11 Brion VibberRevert r25768, r25771
2007-09-11 Andrew Garrett* Speed up Special:UncategorizedPages and Special:Deade...
2007-07-18 Aaron Schulz*Decrappify inefficient hook/link update scheme for...
2007-07-17 Rob ChurchUpdate comment
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-21 Rob ChurchSome job cleanup:
2007-05-31 Aaron Schulz*Add BeforeGalleryFindFile, TitleLinkUpdatesAfterComple...
2007-04-04 Nick JenkinsDocumentation tweaks to help documentation systems...
2007-03-28 Brion VibberRevert r20769: we don't use PHPDocumentor anymore,...
2007-03-28 Nick JenkinsPHPDocumentor [en.wikipedia.org/wiki/PhpDocumentor...
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2006-06-18 Tim StarlingAdded a new method to update the cache of all pages...
2006-06-07 Tim StarlingRemoved most exit() calls from the MediaWiki core,...
2006-06-06 Domas MituzasAutoLoad JobQueue
2006-06-01 Brion VibberRevert to r14512; domas introduced massive breakage...
2006-06-01 Domas MituzasUse AutoLoader to load classes:
2006-05-11 Antoine MussoRevert to r14165 . Did too many changes, didnt even...
2006-05-11 Antoine MussoReplacing var keyword with private / public as we...
2006-04-21 Tim StarlingFix for concurrent image description page update problem.
2006-04-19 Antoine MussoSwitching from phpdoc to doxygen (use less than 32MB...
2006-04-11 Brion Vibberwhitespace fixes to r13575
2006-04-11 Tim Starlinglanglinks table
2006-03-11 Lupintrailing whitespace removal
2006-03-01 Tim StarlingPut something sensible in cl_timestamp, with oracle...
2006-03-01 Tim StarlingFixed bug 2861. cl_timestamp isn't used for anything...
2006-03-01 Tim StarlingInvalidate image description page cache when the list...
2006-02-28 Tim Starlingdocumentation
2006-02-25 Tim StarlingAvoid circular links updates
2006-02-24 Tim StarlingAdded job table, for deferred processing of jobs. The...
2006-01-26 Tim Starling* Added externallinks table, to track links to arbitrar...
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2006-01-07 Ævar Arnfjörð Bjar... * Documentation: @private => @access private
2005-12-30 Tim Starling* Added templatelinks table. The table currently repres...
2005-12-04 Antoine MussoClean up unused globals!
2005-05-31 Brion VibberFix typo from pagelinks update -> crashing bug on undelete
2005-05-31 Brion Vibber* Remove linkscc table code, no longer used.
2005-05-29 Tim StarlingCompleted reversion of removal of non-incremental link...
2005-05-28 Tim Starlingfixed pagelinks bug
2005-05-26 Brion Vibber* links and brokenlinks tables merged to pagelinks...
2005-05-26 Brion Vibber* (bug 2166) Fix partial categorylinks update so sortke...
2005-05-15 Domas Mituzasremove all db->query() invocations from LinksUpdaters
2005-05-14 Domas Mituzasyay, use high level Database:: methods! :)
2005-05-13 Gabriel WickeIncremental categorylink updates, mainly to keep the...
2005-04-12 Ævar Arnfjörð Bjar... * Some clown with CVS access deleted our MS Word files...
2005-03-26 Tim Starlingnote to self: think before commit
2005-03-26 Tim StarlingdoDumbUpdate() not deprecated
2005-02-21 Brion VibberDe-cruftification continues.
2005-01-27 Antoine Mussofix phpdoc comment
2005-01-09 Brion Vibber* (bug 1201) Double-escaping in brokenlinks, imagelinks...
2004-12-19 Brion VibberMerge SCHEMA_WORK into HEAD. Lots of changes, some...
2004-10-24 Tim StarlingCorrecting bugs due to double-prefixing table names...
2004-09-17 Antoine Mussosome comments
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
2004-09-03 Domas MituzaswfTimestampNow()->Database::timestamp()
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
next