* links and brokenlinks tables merged to pagelinks; this will reduce pain
[lhc/web/wiklou.git] / includes / LinkCache.php
2005-05-26 Brion Vibber* links and brokenlinks tables merged to pagelinks...
2005-05-10 Ævar Arnfjörð Bjar... * Fixed some phpdoc errors, see wikipedia.sf.net/doc...
2005-04-12 Ævar Arnfjörð Bjar... Adding cache related stuff to a new 'Cache' subpackage
2005-04-03 Tim StarlingModification to LinkBatch
2005-04-03 Tim StarlingLinkBatch class for fast batch link lookup in special...
2004-12-19 Brion VibberMerge SCHEMA_WORK into HEAD. Lots of changes, some...
2004-12-01 Brion VibberRevert accidental checkin of unused experimental code.
2004-12-01 Brion VibberProfiling points. Bump version to 1.4.0beta0; update...
2004-10-24 Tim StarlingCorrecting bugs due to double-prefixing table names...
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
2004-08-22 Antoine Mussomassive double to single quotes conversion. I have...
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-06-13 Brion VibberRemove broken paren
2004-06-12 Gabriel Wicketypo
2004-06-11 Domas Mituzas* change REPLACE INTO to DELETE/INSERT for nonmysql
2004-06-05 Tim StarlingMoving the "if ( $wgEnablePersistentLC )" from the...
2004-05-15 Brion VibberAdd categorylinks table to separately list category...
2004-03-20 Tim Starlingslight alteration to comment
2004-03-20 Brion VibberClean up initialized variables; fix upload error.
2004-03-11 Brion VibberSome changes to the link tables. They now all use a...
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
2004-01-31 Mr. E23Fixed bug causing wgLinkCacheMemcached to not cache...
2004-01-28 Mr. E23Missing global caused $wgCompressedPersistentLC=true...
2004-01-24 Mr. E23compatibility modifications in preparation for the...
2004-01-05 Mr. E23Minor fix
2004-01-05 Mr. E23Moved linkscc SQL details into LinkCache for cleaner...
2003-12-21 Brion VibberAvoid saving to linkscc if the article doesn't exist...
2003-11-28 Mr. E23Added missing global for $wgLinkCacheMemcached
2003-11-27 Mr. E23Added versioning to serialized LinkCache objects. Added...
2003-11-25 Brion VibberFix incremental link update with persistent linkcache
2003-11-24 Mr. E23Significant speed improvements by removing linear scans...
2003-11-12 Tim StarlingLatest features and bug fixes imported from stable
2003-11-09 Tim StarlingNov. branch merge. Various features backported from...
2003-11-08 Mr. E23Experimental code for caching page links
2003-11-04 Brion VibberFix move page / linkcache / memcached problem
2003-10-22 Tim StarlingOptimisation
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-08-13 Brion VibberSome more tweaking of prelim memcached support; shorten...
2003-08-11 Brion VibberInitial support for memcached.
2003-07-07 Tim Starlingbug fixes, removed debug output
2003-07-06 Tim StarlingIncremental link table updates
2003-05-16 Brion VibberPrefill link cache with brokenlinks too
2003-04-14 Lee Daniel CrockerInitial revision