aboutsummaryrefslogtreecommitdiffstats
path: root/includes/filerepo/RepoGroup.php
Commit message (Expand)AuthorAgeFilesLines
* enhance filerepo doc structureAntoine Musso2012-02-081-4/+0
* Merged FileBackend branch. Manually avoiding merging the many prop-only chang...Aaron Schulz2011-12-201-1/+1
* FU r102073:Aaron Schulz2011-11-111-3/+3
* * Added File::normalizeTitle() function and used it to consolidate file title...Aaron Schulz2011-11-041-12/+5
* Some docs and a test for FileRepo::storeBatch()Russ Nelson2011-10-111-0/+3
* Clear findFile() process cache of file moves (issue came up with bug bug 31056)Aaron Schulz2011-09-211-0/+15
* Made trimCache() protectedAaron Schulz2011-09-211-1/+1
* Change usages of $wgUser->getSkin() in special pages to use $this->getSkin()Sam Reed2011-07-011-0/+2
* And even more documentationSam Reed2011-05-281-2/+7
* Reverted r84918 per CRAaron Schulz2011-03-281-0/+23
* findFileFromKey, newFileFromKey, $fileFactoryKey, and $oldFileFactoryKey were...Russ Nelson2011-03-281-23/+0
* Some docs, a spelin eror and fixing a mw1.15 compatibility bug.Russ Nelson2011-03-211-1/+1
* More comments on hash inputsAaron Schulz2011-03-201-2/+2
* * Added findFileFromKey() functionAaron Schulz2011-03-201-1/+31
* More function level documentationSam Reed2011-02-181-1/+7
* Document return type.Sam Reed2011-01-121-0/+1
* i before e except after cRoan Kattouw2010-12-211-1/+1
* * (bug 19944) Link on image thumbnails no longer link to "Media:" namespace i...Alexandre Emsenhuber2010-11-101-1/+6
* Big attack on unused variables...Sam Reed2010-10-141-1/+1
* * added file description headersAlexandre Emsenhuber2010-09-041-2/+7
* Fixed some doxygen warningsAlexandre Emsenhuber2010-03-261-5/+8
* Typo in comment, no such thing as wfGetFile()Chad Horohoe2010-01-231-1/+1
* ws only cleanupMark A. Hershberger2010-01-221-9/+9
* * Per my CR comments on r44560: merged FileCache into RepoGroup and fixed wfF...Tim Starling2009-08-151-19/+93
* Followup to r44525: remove the broken $flags parameter from RepoGroup::findFi...Ilmari Karonen2008-12-141-3/+3
* (bug 14365) skip invalid titles in RepoGroup::findFiles()Ilmari Karonen2008-12-091-1/+2
* Step 2 in NS_IMAGE -> NS_FILE transition (bug 44) (WARNING: huge commit).Ilmari Karonen2008-12-011-1/+1
* Fixed documentation. Don't use empty() to determine if an array has zero leng...Tim Starling2008-09-161-5/+7
* +docsChad Horohoe2008-09-031-0/+9
* * Use a proper factory for newFromRow Bryan Tong Minh2008-05-301-2/+14
* * Remove cruft $time parameter from findFiles()Aaron Schulz2008-05-221-3/+3
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-1/+7
* Add RepoGroup::findFiles to efficiently find many files if the repo supports ...Bryan Tong Minh2008-05-201-0/+12
* * Introduce LocalFile::selectFields similarly to Revision::SelectFields Bryan Tong Minh2008-05-141-0/+11
* * Add new flag FIND_IGNORE_REDIRECT to wfFindFile and functions it depends on Bryan Tong Minh2008-05-081-3/+4
* Refactor ImagePage::checkSharedConflict()Victor Vasiliev2008-05-011-0/+14
* * remove end of line whitespaceSiebrand Mazeland2008-04-141-6/+4
* * Document ParserMakeImageParams hookAlexandre Emsenhuber2008-02-291-1/+1
* Add RepoGroup::getRepoByName, which gets a repo by its name as opposed to its...Bryan Tong Minh2008-02-091-0/+13
* At $time onlyAaron Schulz2008-02-041-2/+2
* * Support redirects in image namespaceVictor Vasiliev2008-01-161-0/+21
* Revert revert of setSingleton(), unrelated to broken, accidentally committed ...Tim Starling2008-01-091-0/+7
* Revert r29361 -- breaks upload, calls nonexistent functionsBrion Vibber2008-01-081-7/+0
* Added RepoGroup::setSingleton(). Required to support the DumpHTML extension. Tim Starling2008-01-071-0/+7
* Fix bug in RepoGroup::getRepo(), 0 == 'local'Tim Starling2007-11-191-1/+1
* Static code analysis housekeeping time... things that could be double-checked...Nick Jenkins2007-08-211-1/+1
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* * Split off ultimate base class FileRepo from FSRepoTim Starling2007-06-161-0/+29
* Fixed most of the parser tests broken by filerepo mergeTim Starling2007-06-031-1/+9
* Fixed a few filerepo bugs, added some documentationTim Starling2007-05-311-2/+17