* Fixed unclosed <p> tag
[lhc/web/wiklou.git] / includes / LinksUpdate.php
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