Use Doxygen @addtogroup instead of phpdoc @package && @subpackage
[lhc/web/wiklou.git] / includes / LinksUpdate.php
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...
2004-09-01 Domas Mituzasget rid of all INSERT IGNORE in includes/, change into...
2004-08-27 Tim StarlingTable prefix bugs
2004-08-22 Antoine Mussomassive double to single quotes conversion. I have...
2004-08-21 Tim Starlingminor bug fix
2004-08-20 Domas Mituzasdatabase abstraction
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-07-10 Tim StarlingOOP calling convention for database functions. DBMS...
2004-07-05 Tim StarlingINSERT IGNORE for dumpUpdate() as well
2004-07-05 Tim StarlingThe link cache is constructed without FOR UPDATE, so...
2004-05-15 Brion VibberAdd categorylinks table to separately list category...
2004-03-11 Brion VibberSome changes to the link tables. They now all use a...
2004-03-08 Brion VibberMore globals and uninitialized variables fixes. Added...
2004-02-23 Tim StarlingReturn of the Dumb Update (for rebuilding link tables)
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
2004-01-03 Erik Moeller$wgUseBetterLinksUpdate no longer needed, removed,...
2003-11-26 Brion VibberEscape removal of brokenlinks
2003-11-26 Brion VibberFix failed imagelinks updates
2003-11-09 Mr. E23Removed redundant PersistentLC query
2003-11-09 Tim StarlingNov. branch merge. Various features backported from...
2003-11-08 Mr. E23Experimental code for caching page links
2003-10-16 Tim Starlingblock/unblock log; split off profiling into Profiling...
2003-09-20 Tim StarlingwfQuery now takes three parameters -- one extra for...
2003-09-01 Brion VibberArticle object now is associated with an arbitrary...
2003-07-07 Tim Starlingbug fixes, removed debug output
2003-07-06 Erik Moeller-stray debug message
2003-07-06 Tim StarlingIncremental link table updates
2003-07-05 Brion VibberConsolidate a bit of the link update code from movepage...
2003-04-14 Lee Daniel CrockerInitial revision