FU r106770: fixed the other getTransform() call
[lhc/web/wiklou.git] / includes / LinksUpdate.php
2011-11-14 Roan Kattouw(bug 29854) Store protocol-relative links twice in...
2011-11-06 Alexandre EmsenhuberUse WikiPage instead of Article to call updateCategoryC...
2011-11-05 Sam ReedFollowup r101241, after removing @private set private...
2011-10-29 Sam ReedMore documentation
2011-10-29 Sam ReedDie @private
2011-09-29 Sam ReedBack out r95396 and friends
2011-09-01 Sam ReedFollowup r95396
2011-08-31 Sam ReedFollowup r95396
2011-08-24 Sam ReedMerge the iwtransclusion branch back into trunk
2011-08-13 Victor VasilievAllow extensions to run their own backlink-based updates:
2011-08-01 Mark A. Hershbergerw/s changes: “svn diff -x-w” is clean
2011-07-30 Sam ReedBack out r93533, r93531, r93530
2011-07-30 Sam ReedAdd FIXME on undefined variable
2011-07-30 Sam ReedFollowup r93530
2011-07-30 Sam ReedMerge iwtransclusion branch into trunk
2011-07-09 Sam ReedFix whitespace, documentation
2011-06-28 Alexandre EmsenhuberAdded some GPL headers
2011-06-15 Aaron SchulzBroke some long lines
2011-04-11 Sam ReedRevert r85799
2011-04-11 Sam Reedcommons.wikimedia: (SQL Query hidden) from within funct...
2011-02-18 Sam ReedRemove unused variables
2011-02-05 Brian Wolff(follow up r79706 to address CR comments) Simplify...
2011-01-17 Tim Starling* Introduced a non-dummy collation for $wgCategoryColla...
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
next