Added some lock call profiling
[lhc/web/wiklou.git] / includes / filerepo / RepoGroup.php
2012-02-09 Sam ReedMore return documentation
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-02-08 Antoine Mussoenhance filerepo doc structure
2011-12-20 Aaron SchulzMerged FileBackend branch. Manually avoiding merging...
2011-11-11 Aaron SchulzFU r102073:
2011-11-04 Aaron Schulz* Added File::normalizeTitle() function and used it...
2011-10-11 Russ NelsonSome docs and a test for FileRepo::storeBatch()
2011-09-21 Aaron SchulzClear findFile() process cache of file moves (issue...
2011-09-21 Aaron SchulzMade trimCache() protected
2011-07-01 Sam ReedChange usages of $wgUser->getSkin() in special pages...
2011-05-28 Sam ReedAnd even more documentation
2011-03-28 Aaron SchulzReverted r84918 per CR
2011-03-28 Russ NelsonfindFileFromKey, newFileFromKey, $fileFactoryKey, and...
2011-03-21 Russ NelsonSome docs, a spelin eror and fixing a mw1.15 compatibil...
2011-03-20 Aaron SchulzMore comments on hash inputs
2011-03-20 Aaron Schulz* Added findFileFromKey() function
2011-02-18 Sam ReedMore function level documentation
2011-01-12 Sam ReedDocument return type.
2010-12-21 Roan Kattouwi before e except after c
2010-11-10 Alexandre Emsenhuber* (bug 19944) Link on image thumbnails no longer link...
2010-10-14 Sam ReedBig attack on unused variables...
2010-09-04 Alexandre Emsenhuber* added file description headers
2010-03-26 Alexandre EmsenhuberFixed some doxygen warnings
2010-01-23 Chad HorohoeTypo in comment, no such thing as wfGetFile()
2010-01-22 Mark A. Hershbergerws only cleanup
2009-08-15 Tim Starling* Per my CR comments on r44560: merged FileCache into...
2008-12-14 Ilmari KaronenFollowup to r44525: remove the broken $flags parameter...
2008-12-09 Ilmari Karonen(bug 14365) skip invalid titles in RepoGroup::findFiles()
2008-12-01 Ilmari KaronenStep 2 in NS_IMAGE -> NS_FILE transition (bug 44) ...
2008-09-16 Tim StarlingFixed documentation. Don't use empty() to determine...
2008-09-03 Chad Horohoe+docs
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-08 Bryan Tong Minh* Add new flag FIND_IGNORE_REDIRECT to wfFindFile and...
2008-05-01 Victor VasilievRefactor ImagePage::checkSharedConflict()
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-02-29 Alexandre Emsenhuber* Document ParserMakeImageParams hook
2008-02-09 Bryan Tong MinhAdd RepoGroup::getRepoByName, which gets a repo by...
2008-02-04 Aaron SchulzAt $time only
2008-01-16 Victor Vasiliev* Support redirects in image namespace
2008-01-09 Tim StarlingRevert revert of setSingleton(), unrelated to broken...
2008-01-08 Brion VibberRevert r29361 -- breaks upload, calls nonexistent functions
2008-01-07 Tim StarlingAdded RepoGroup::setSingleton(). Required to support...
2007-11-19 Tim StarlingFix bug in RepoGroup::getRepo(), 0 == 'local'
2007-08-21 Nick JenkinsStatic code analysis housekeeping time... things that...
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
2007-06-03 Tim StarlingFixed most of the parser tests broken by filerepo merge
2007-05-31 Tim StarlingFixed a few filerepo bugs, added some documentation
2007-05-30 Tim StarlingMerged filerepo-work branch: