(bug 20275) Fixed LIKE queries on SQLite backend
[lhc/web/wiklou.git] / includes / filerepo / LocalRepo.php
2009-10-21 Max Semenik(bug 20275) Fixed LIKE queries on SQLite backend
2009-10-06 Brion Vibber* (bug 21026) Fixed file redirects on shared repos...
2009-08-15 Tim Starling* Per my CR comments on r44560: merged FileCache into...
2009-06-17 Tim StarlingBug 19240 (bad image list performance regression):
2009-06-13 Jure KajzerAdded bitwise operations to DatabaseBase and overloaded...
2009-05-24 Siebrand MazelandProper casing for getDBkey()
2009-04-20 Tim StarlingMove checkRedirect() from FileRepo to LocalRepo, leavin...
2009-04-16 Roan KattouwFollowup to r49572: forgot to commit LocalRepo.php
2009-03-18 Chad HorohoeFollow up to r48379, move getSlaveDB() and getMasterDB...
2009-03-13 Chad HorohoeMove checkRedirect and invalidateImageRedirect up a...
2008-12-13 Ilmari KaronenRemove parameter from FileRepo::findFiles(), it was...
2008-12-01 Ilmari KaronenStep 2 in NS_IMAGE -> NS_FILE transition (bug 44) ...
2008-11-06 Siebrand MazelandConsistent casing for wfGetDB(), getDB(), and getDBKey()
2008-08-19 Brion VibberRevert r39608 "More descriptive sanitized paths for...
2008-08-18 Fran RogersMore descriptive sanitized paths for file repo errors
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: