Allow local caching of thumbs from remote APIs. Still highly hackish and should only...
[lhc/web/wiklou.git] / includes / filerepo / FileRepo.php
2008-07-24 Chad HorohoeAllow local caching of thumbs from remote APIs. Still...
2008-07-03 Chad HorohoeSimplify configuration and make a better caching key.
2008-07-03 Chad HorohoeDon't use $wgTranscludeCacheExpiry, as it's not designe...
2008-07-03 Chad HorohoeRefactor caching to utilize $wgMemc rather than the...
2008-07-03 Chad HorohoeCache foreign image descriptions in the transcache...
2008-05-30 Bryan Tong Minh* Use a proper factory for newFromRow
2008-05-22 Aaron Schulz* Remove cruft $time parameter from findFiles()
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-20 Bryan Tong MinhAdd RepoGroup::findFiles to efficiently find many files...
2008-05-20 Aaron SchulzAdd functions to get an image via sha-1
2008-05-14 Bryan Tong Minh* Introduce LocalFile::selectFields similarly to Revisi...
2008-05-08 Bryan Tong Minh* Move image page redirect checking to ImagePage. Shoul...
2008-05-08 Bryan Tong Minh* Add new flag FIND_IGNORE_REDIRECT to wfFindFile and...
2008-05-07 Tim StarlingDon't check for existence twice for non-existent files...
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-12 Victor Vasiliev* Cache image redirects (and enable them)
2008-04-06 Tim Starling* File redirects are slow: 2 queries per image per...
2008-04-05 Aaron SchulzUpdate doc
2008-03-21 Brion Vibber* (bug 12294) Namespace class renamed to MWNamespace...
2008-03-09 Aaron SchulzSlowly merge in a few rev_deleted checks
2008-02-04 Aaron SchulzA file should be at $time
2008-01-20 Victor VasilievImage redirects:
2008-01-16 Victor Vasiliev* Support redirects in image namespace
2007-12-31 Brion VibberRevert for now r28986, 28987, 28992 - image redirects.
2007-12-29 Victor Vasiliev* Proper redirect deletion
2007-12-29 Victor Vasiliev* Support images-redirects
2007-10-01 Brion VibberRevert r26281 for the moment. Big patch, changes severa...
2007-10-01 Aaron Schulz*Clean up deletion of revisions and remove some gaps
2007-07-22 Tim Starling* Introduced FileRepoStatus -- result class for file...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-16 Tim Starling* Split off ultimate base class FileRepo from FSRepo