Fix return type documentation
[lhc/web/wiklou.git] / includes / filerepo /
2011-02-02 Sam ReedCouple more return hints
2011-02-02 Sam ReedFixup some trailing newlines
2011-01-25 Bryan Tong MinhMake the UploadStash repo specific by creating FileRepo...
2011-01-24 Chad HorohoeFollowup to r79848 (and really, make it useful...)
2011-01-18 Chad HorohoeSpacing and NULL -> null
2011-01-17 Tim StarlingFix broken query in File::getLinksTo()
2011-01-16 Derk-Jan HartmanAdd comments with how values are calculated. Follow...
2011-01-14 Daniel FriesenImplement Message::isBlank and Message::isDisabled.
2011-01-13 Sam ReedFollowup r80122, protected, just incase it's needed..
2011-01-13 Chad HorohoeReturn something too
2011-01-13 Chad HorohoeFix broken fileExistsBatch() in ForeignAPIRepo since...
2011-01-12 Sam ReedDocument return type.
2011-01-07 Chad HorohoeAdd DatabaseBase::classFromType() to reduce the 'Databa...
2011-01-06 Sam ReedFixup my FIXME on r79708
2011-01-06 Sam ReedFixup minor FIXME on r66724
2011-01-04 Sam ReedSimplest possible fix for *(bug 26552) ForeignDBRepo...
2010-12-23 Chad HorohoeRevert r78903, r78904, r78905, r78906 (changing opendir...
2010-12-23 X!Per discussion on mailing list, modifying some uses...
2010-12-21 Roan Kattouwi before e except after c
2010-12-07 Mark A. HershbergerFound an error when $res = false while running tests
2010-11-27 Bryan Tong Minh(bug 26125) prop=imageinfo&iiprop=size now returns...
2010-11-13 Rob LanphierFollowup to r76111. Making the result parameter on...
2010-11-12 Brian Wolff(Bug 25872) Rename HttpRequest class to MWHttpRequest...
2010-11-10 Alexandre Emsenhuber* (bug 19944) Link on image thumbnails no longer link...
2010-11-08 Chad HorohoeFix fatal from recent refactoring
2010-11-08 Derk-Jan HartmanFollowup r76303. Use a less verbose const VERSION.
2010-11-08 Derk-Jan HartmanReverts r76070, which was breaking purging. Now caching...
2010-11-08 Derk-Jan HartmanFilerepo inconsistency. Use rawurlencode instead of...
2010-11-08 Derk-Jan HartmanAdd a version number and user-agent string to ForeignAP...
2010-11-06 Antoine Mussoreinsert some statements removed by r74745
2010-11-06 Derk-Jan HartmanUse wfDeprecated() in the deprecated function getThumbn...
2010-11-05 Derk-Jan Hartmanfollow up r76111. I had picked the wrong timedifference...
2010-11-05 Niklas LaxströmFollow-up r76113, r76114: undeclared global, unnecessar...
2010-11-05 Derk-Jan HartmanInstantCommons
2010-11-05 Derk-Jan HartmanInstantCommons path and url cleanup
2010-11-05 Derk-Jan HartmanInstantCommons: API caching expires after a day. Now...
2010-11-05 Derk-Jan HartmanAdd width to the cache key for thumburls in InstantComm...
2010-11-03 Neil Kandalgaonkarcore changes for UploadWizard (merged from r73549 to...
2010-11-01 Raimond SpekkingFollow-up r75748: Fix comment
2010-11-01 Sam ReedFix minor semi colon fail from r75767
2010-11-01 Sam Reedbug 25517 Assignment in conditions should be avoided...
2010-10-31 Derk-Jan HartmanAdd a new isVectorized() to files and media handlers...
2010-10-31 Derk-Jan HartmanUsing isset to check for index value. Avoids a PHP...
2010-10-14 Sam ReedBig attack on unused variables...
2010-10-13 Sam ReedAssignment in loop conditions suck
2010-10-12 Sam ReedRemove unused array index, add a couple of braces
2010-09-13 Tim StarlingFixed some overly-long lines, mostly from r72023.
2010-09-11 Niklas LaxströmFix whitespace
2010-09-09 Chad Horohoe(bug 25102) Image.php throws E_STRICT. Yes, this breaks...
2010-09-04 Alexandre Emsenhuber* added file description headers
2010-09-04 Siebrand MazelandMore whitespace updates for files touched in r72342:
2010-09-04 Mark A. Hershbergerw/s changes
2010-09-02 Sam Reed$file->group to $this->group
2010-08-31 Daniel KinzlerFollow-up to r71944: Interoducing MimeMagic::improveTyp...
2010-08-31 PlatonidesMove FileUpload hook out of the transaction.
2010-08-31 Platonides(Bug 20744) - Wiki forgets about an uploaded file
2010-08-30 Chad HorohoeGet rid of PHP4-style constructors
2010-08-24 Sam ReedRemove some unreachable code (usually returns after...
2010-08-22 Chad Horohoe(bug 23703) ForeignAPIRepo fails on findBySha1() when...
2010-08-11 PlatonidesFollow up r24808.
2010-08-08 Chad HorohoeBig commit: kill almost every freeResult() call as...
2010-08-07 Alexandre EmsenhuberFix for r68897: correct use of wfAppendQuery()
2010-08-01 Derk-Jan HartmanRepair getDescriptionUrl() and getDescriptionText(...
2010-08-01 Sam ReedRevert r69907
2010-07-25 Sam ReedA few more wrong static things
2010-07-25 Sam ReedFile:: to parent::
2010-07-25 Sam ReedPass $this->getName() to getLocalUrl
2010-07-25 Alexandre Emsenhuber* (bug 24517) LocalFile::newFromKey() and OldLocalFile...
2010-07-24 Sam ReedRemoval of unused globals
2010-07-03 Raimond SpekkingFollow-up r68904: Rename 'ImagePage.css' to 'Filepage...
2010-07-02 Bryan Tong Minh(bug 24212) Added MediaWiki:ImagePage.css which is...
2010-07-02 Bryan Tong Minh* Added scriptExtension setting to $wgForeignFileRepos
2010-06-25 Chad HorohoePermission warnings are annoying and should be transpar...
2010-06-22 Daniel Kinzlerpassing thumbnail params to getThumbType, as suggested...
2010-06-20 Chad HorohoeCheck return value from wfMkdirParents() rather than...
2010-06-18 Bryan Tong Minh(bug 23666) FileRepo: Moved File::isLocal() to FileRepo...
2010-06-15 PlatonidesAdd page_latest to the LinkCache.
2010-06-08 Sam Reed* (bug 23834) Invalid "thumbwidth" and "thumbheight...
2010-05-21 Derk-Jan HartmanBug 22541. Support image redirects on Commons for Forei...
2010-05-19 Derk-Jan HartmanRepair makeThumbLink2() getUnscaledThumb() to pass...
2010-04-26 Jack D. PondModification to LocalFile::getHistory for custom repos
2010-04-16 Alexandre EmsenhuberUpdate comments: file stuff no longer uses WikiError
2010-04-09 Conrad IrwinRevert r64834, hasty and unnecessary
2010-04-09 Conrad IrwinBug 23120. Make sure that all wikis sharing the same...
2010-03-26 Alexandre EmsenhuberFixed some doxygen warnings
2010-03-25 Alexandre EmsenhuberFixed some doxygen warnings
2010-03-06 Raimond SpekkingFollow-up r58652: Add 'shared-repo-name-wikimediacommon...
2010-02-22 Chad Horohoe(bug 22617), FileRepo::append() definition does not...
2010-02-22 Mark A. Hershbergerfollow up r62231, r61779, r62175
2010-02-20 Chad Horohoe(bug 22537) ForeignAPIRepo doesn't handle files that...
2010-02-17 Chad Horohoe(bug 22540) ForeignApiRepos no longer try to store...
2010-02-15 Alexandre EmsenhuberFixed some doxygen warnings
2010-02-12 Mark A. Hershbergervarious eol whitespace now instead of when someone...
2010-02-10 Mark A. Hershbergerfollow-up r62231 Document FileRepo::append()
2010-02-10 Mark A. Hershberger* new FauxResponse class to help with unit testing
2010-02-07 Jack Phoenixcoding style tweaks, marked public functions as such
2010-01-23 Chad HorohoeTypo in comment, no such thing as wfGetFile()
2010-01-22 Mark A. Hershbergerws only cleanup
2009-12-17 Raimond Spekking* (bug 19791) Add URL of file source as comment to...
2009-12-15 Alexandre EmsenhuberReplaced all @fixme with "@todo Fixme" since doxygen...
next