More return documentation
[lhc/web/wiklou.git] / includes / filerepo / LocalRepo.php
2012-02-09 Sam ReedMore return documentation
2012-02-08 Antoine Mussoalign and sort class properties
2012-02-01 Antoine MussoFix doxygen docs before REL1_19 branching
2012-01-12 Aaron SchulzReverted r108743 per CR comment. This should at least...
2012-01-12 Sam ReedKill "* @return void"
2012-01-01 Sam ReedFollowup r99892, actually use $options in query
2011-12-20 Aaron SchulzMerged FileBackend branch. Manually avoiding merging...
2011-11-17 Aaron SchulzDocumentation
2011-11-04 Aaron Schulz* Added File::normalizeTitle() function and used it...
2011-11-04 Aaron Schulz* Added some Title type hinting
2011-10-15 Aaron SchulzRefactored cleanupDeletedBatch() by splitting out the...
2011-07-06 Chad HorohoeBunch of error suppression operator fixes (bug
2011-05-29 Sam ReedEven more documentation in various files
2011-05-28 Sam ReedAnd even more documentation
2011-04-21 Chad HorohoeRemove @static from all over the place. That's what...
2011-03-22 Aaron SchulzMade FileRepo::newFileFromKey actually work
2011-03-07 Sam ReedMore documentation
2011-03-06 Sam Reed* (bug 27588) list=filearchive&faprop=sha1 returns...
2011-02-18 Sam ReedMore function level documentation
2011-02-18 Sam ReedFollowup r49655
2010-11-06 Antoine Mussoreinsert some statements removed by r74745
2010-10-13 Sam ReedAssignment in loop conditions suck
2010-09-04 Alexandre Emsenhuber* added file description headers
2010-03-26 Alexandre EmsenhuberFixed some doxygen warnings
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: