* Fix WebRequest.php
[lhc/web/wiklou.git] / includes / filerepo / LocalRepo.php
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-14 Bryan Tong Minh* Introduce LocalFile::selectFields similarly to Revisi...
2008-05-10 Victor Vasiliev* Fix image redirect caching so it doesn't break image...
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-12 Victor VasilievAnd here also
2008-04-12 Victor Vasiliev* Cache image redirects (and enable them)
2008-04-11 Aaron SchulzBe consistent with filearchive system and use whole...
2008-04-06 Tim Starling* File redirects are slow: 2 queries per image per...
2008-03-29 Victor VasilievDrop it at all. It's stable
2008-03-20 Brion VibberRevert r32267 (require match of file extension when...
2008-03-20 Aaron SchulzCheck extension of key too, for the off chance of colli...
2008-03-15 Aaron SchulzMore rev_deleted merging
2008-01-20 Victor VasilievGotta die today...
2008-01-20 Victor Vasiliev* Fix empty file histories
2008-01-20 Victor VasilievImage redirects:
2008-01-16 Brion VibberPut image redirects behind $wgFileRedirects config...
2008-01-16 Victor Vasiliev* Support redirects in image namespace
2007-07-23 Aaron Schulz*Look only at unique keys. If a file has versions that...
2007-07-23 Tim StarlingFixed LocalRepo::cleanupDeletedBatch(), wasn't working
2007-07-22 Tim Starling* Introduced FileRepoStatus -- result class for file...
2007-05-31 Tim StarlingFixed a few filerepo bugs, added some documentation
2007-05-31 Aaron Schulz*Add newFromArchiveName()
2007-05-30 Tim StarlingMerged filerepo-work branch: