Add a version number and user-agent string to ForeignAPIRepo.
[lhc/web/wiklou.git] / includes / filerepo / RepoGroup.php
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: