Added $wgAutopromoteOnceLogInRC variable (bug 29655)
[lhc/web/wiklou.git] / includes / filerepo / LocalFile.php
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...
2008-07-27 Aaron SchulzSet baserevid (bug 14918)
2008-07-10 Bryan Tong Minh* Consistent use of capitalization
2008-07-07 Bryan Tong MinhRemove the thumb moving coding all together since thumb...
2008-07-06 Victor VasilievSome debug logging for image moving
2008-07-04 Victor VasilievDon't pass $db, as Tim Starling advises
2008-06-08 Aaron Schulz* Add OldLocalFile::selectRows()
2008-05-22 Brion VibberRevert r35178 and normalize User's getID() and setID...
2008-05-22 Aaron Schulz*The function is User::getID() not getId()
2008-05-22 Aaron Schulz*Redo newRevisionFromEditComplete hook. Pass an Article...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-20 Aaron SchulzAdd functions to get an image via sha-1
2008-05-17 Aaron Schulz* Add higher level newRevisionFromEditComplete hook
2008-05-17 Brion VibberRevert r34906, r34907, r34928 -- mixing high-level...
2008-05-16 Aaron SchulzLet getThumbnails() work for non-hashed dirs (bug 13788)
2008-05-16 Aaron SchulzDecrappify edit check for revision hook
2008-05-14 Bryan Tong Minh* Introduce LocalFile::selectFields similarly to Revisi...
2008-05-10 Victor Vasiliev* Fix image redirect caching so it doesn't break image...
2008-05-07 Bryan Tong MinhAlso move the old files to the new hash path.
2008-05-07 Bryan Tong Minh* Don't move thumbnails as they are purged anyway
next