FU r102073:
[lhc/web/wiklou.git] / includes / filerepo / LocalFile.php
2011-11-07 Aaron SchulzFU r102073:
2011-11-04 Aaron Schulz* Added some Title type hinting
2011-10-28 Aaron SchulzFU r100716:
2011-10-27 Aaron SchulzReverted r84395,r98710: thumbnails must be purged on...
2011-10-25 Aaron SchulzAdded temporary LocalFilePurgeThumbnails hook for bug...
2011-10-25 Aaron SchulzMarked purgeThumbList() protected
2011-10-20 Aaron SchulzRemoved deprecated getFullPath(); no callers
2011-10-19 Aaron Schulz* Removed newFileFromKey() which had a misleading descr...
2011-10-02 Bryan Tong MinhFollow-up r84395: Give MediaHandlers the option to...
2011-09-12 Sam ReedAdd some documentation
2011-09-07 Russ NelsonpurgeThumbList() needn't always delete all the files...
2011-09-06 Russ Nelsondelete now-empty archived thumb directories
2011-09-06 Chad Horohoe(bug 30192) Thumbnails of archived images don't get...
2011-08-26 Sam ReedFix r95446
2011-08-24 Sam Reed'*' for "all" apparently
2011-08-24 Sam ReedMerge r94252 to trunk
2011-08-15 Sam ReedPartial revert to r87584
2011-08-10 Chad Horohoe(bug 30192) Old thumbnails not properly purged. Unlike...
2011-07-20 Owen Davisadded missing null checks in callers of Revision::newNu...
2011-07-09 Sam ReedFix whitespace, documentation
2011-07-06 Chad HorohoeBunch of error suppression operator fixes (bug
2011-06-30 Bryan Tong MinhFollow-up r81536: Properly extract ($dstZone, $dstRel...
2011-06-25 Russ NelsongetPath() does the wrong thing under SwiftMedia, but...
2011-06-25 Russ NelsonHad trouble distinguishing between these two error...
2011-06-17 Bryan Tong MinhFix r85635. Move LocalFile::publish() magic to LocalFil...
2011-05-29 Russ NelsonThere is no getThumbRel;
2011-05-28 Sam ReedAnd even more documentation
2011-05-26 Bryan Tong MinhFollow-up r81536: Fix misleading comment in Status...
2011-05-06 Sam ReedMore versions added to @deprecated tags
2011-05-03 Russ NelsonOnly one extension was using getThumbnail
2011-05-02 Russ NelsonFix and add some comments.
2011-04-20 Chad HorohoeEnforce protected, nothing was using it outside this...
2011-04-16 Brian WolffMerge to trunk everything in img_metadata branch.
2011-04-11 Sam ReedRevert r85785
2011-04-11 Sam Reed* (bug 13921) deadlocks mass-deleting media files in...
2011-04-07 Bryan Tong MinhFirst part of bug 22881: Allow uploading directly into...
2011-04-02 Aaron Schulz(bug 28348) Don't call wfTimestamp() twice really fast...
2011-03-20 Roan Kattouw(bug 27641) purgeThumbnails should support exclusion...
2011-03-04 Bryan Tong MinhFix and make file moving better resilient against error...
2011-03-02 Bryan Tong MinhRevert r69907, r69908, r70264, r70296: introduces bug...
2011-02-18 Sam ReedMore function level documentation
2011-02-04 Bryan Tong Minh(bug 19751) Filesystem is now checked during image...
2010-12-23 Chad HorohoeRevert r78903, r78904, r78905, r78906 (changing opendir...
2010-12-23 X!Per discussion on mailing list, modifying some uses...
2010-10-13 Sam ReedAssignment in loop conditions suck
2010-09-11 Niklas LaxströmFix whitespace
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-08-31 PlatonidesMove FileUpload hook out of the transaction.
2010-08-31 Platonides(Bug 20744) - Wiki forgets about an uploaded file
2010-08-11 PlatonidesFollow up r24808.
2010-08-08 Chad HorohoeBig commit: kill almost every freeResult() call as...
2010-08-01 Derk-Jan HartmanRepair getDescriptionUrl() and getDescriptionText(...
2010-08-01 Sam ReedRevert r69907
2010-07-25 Sam ReedPass $this->getName() to getLocalUrl
2010-07-25 Alexandre Emsenhuber* (bug 24517) LocalFile::newFromKey() and OldLocalFile...
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-03-26 Alexandre EmsenhuberFixed some doxygen warnings
2010-03-25 Alexandre EmsenhuberFixed some doxygen warnings
2010-02-07 Jack Phoenixcoding style tweaks, marked public functions as such
2009-12-14 Chad HorohoeUpdate callers from immediateCommit() to commit()....
2009-10-22 OverlordQFollowup to r57868: some maint scripts still call recor...
2009-07-20 Aaron SchulzRemoved filestore references from comments
2009-06-17 Tim StarlingFix another screwup from r52024, same issue as r52028.
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-28 Chad HorohoeKill a bunch of unused $wgUser
2009-04-26 Victor Vasiliev* (bug 18420) Missing file revisions are handled gracef...
2009-04-04 Aaron Schulzprofiling fixes
2009-04-04 Aaron SchulzFix profiling
2009-03-29 Victor VasilievFix a typo in the function name
2009-03-29 Victor VasilievImprove image moving error handling:
2009-01-13 Alex Zadding newline to end of wfDebug calls where it was...
2008-12-31 Brion VibberReverting r45058 "(bug 15430) Cancel the upload process...
2008-12-30 Aaron SchulzAdd index clause, particularly for if an extension...
2008-12-26 Bryan Tong Minh(bug 15430) Cancel the upload process and rollback...
2008-12-15 Aaron SchulzFix bug where new image uploads would be reviewed but...
2008-12-15 Aaron Schulzuse ImagePage, break line
2008-12-14 Aaron SchulzExpand ASC condition as it should be
2008-12-14 Aaron SchulzMake boundary inclusion optional in getHistory()
2008-12-13 Aaron SchulzMake getHistory() a bit more paging friendly
2008-12-13 Aaron Schulz*sigh* Forgot db->timestamp
2008-12-13 Aaron SchulzTweak r44534: simplify this
2008-12-13 Aaron SchulzTweak timestamp handling to allow no lower limit
2008-12-01 Ilmari KaronenStep 2 in NS_IMAGE -> NS_FILE transition (bug 44) ...
2008-11-27 Aaron SchulzAdd $user to NewRevisionFromEditComplete hook
2008-11-08 Aaron SchulzMake sure the top rev is not hidden
2008-11-06 Siebrand MazelandConsistent casing for wfGetDB(), getDB(), and getDBKey()
2008-10-12 Aaron Schulz(bug 15952) Don't try to lazy populate sha1 in read...
2008-09-29 Victor VasilievFix variable name so image moving doesn't fail on image...
2008-09-16 Aaron Schulz* Remove unneeded code
2008-09-05 Aaron SchulzAdd begin() for good housekeeping
2008-08-29 Rotem Liss* Fixing a wrong count of succeeding file undeletions...
2008-08-27 Bryan Tong MinhSplitting backend upload code from SpecialUpload.
2008-08-23 Aaron Schulz*sigh*...needs to return a string to not die in ImagePage
2008-08-23 Aaron SchulzFix arguments to call:
2008-07-31 Bryan Tong MinhAPI: Added iiprop=bitdepth to imageinfo and aiprop...
next