Step 2 in NS_IMAGE -> NS_FILE transition (bug 44) (WARNING: huge commit).
[lhc/web/wiklou.git] / includes / filerepo / LocalFile.php
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
2008-05-03 Aaron SchulzLeave deleted images alone
2008-05-03 Victor Vasiliev* Fix oi_deleted issues with image moving
2008-05-03 Victor Vasiliev* (bug 709) Cannot rename/move images and other media...
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-12 Victor Vasiliev* Invalidate cache of pages that includes images via...
2008-04-05 Alexandre EmsenhuberUgly hack to fix two strict standarts errors:
2008-03-20 Alexandre EmsenhuberFix call to deprecated functions
2008-03-17 Aaron SchulzFile should still count as existing if hidden
2008-03-15 Aaron SchulzRemove unused variables
2008-03-15 Aaron SchulzMore rev_deleted merging
2008-02-10 Greg Sabino MullaneDelete from oldimage, then image, to account for possib...
2008-02-04 Brion VibberNot escaping strings makes me queasy, even if we're...
2008-02-03 Roan Kattouw(bug 12875) Adding query-continue to prop=imageinfo...
2008-01-30 Victor VasilievFix timestamps for recently uploaded files
2008-01-29 Brion VibberApplying live hacks from Wikimedia code base:
2008-01-20 Victor Vasiliev* Fix image caching
2008-01-20 Roan KattouwFileRepo: LocalFile::getUser() should load data
2008-01-20 Victor VasilievGotta die today...
2008-01-20 Victor VasilievIntroduced File::getHistory(), which should be used...
2007-11-19 Tim StarlingdataLoaded also needs to be set for negative cache...
2007-11-19 Tim StarlingUse setProps() to set properties in LocalFile::loadFrom...
2007-10-01 Brion VibberRevert r26281 for the moment. Big patch, changes severa...
2007-10-01 Aaron Schulz*Clean up deletion of revisions and remove some gaps
2007-09-23 Greg Sabino MullaneMake CONCAT calls database portable, change IF() to...
2007-08-25 Brion VibberFix for restore of image data where oldimage rows hadn...
2007-08-25 Aaron Schulz*oi_metadata can't be null. Some fa_metadata values...
2007-08-25 Tim StarlingUpdate img_sha1 only when it's really needed, instead...
2007-08-22 Tim StarlingFixed typo in LocalFileDeleteBatch::execute() which...
2007-08-21 Nick JenkinsStatic code analysis housekeeping time... things that...
2007-08-19 Aaron Schulz*Update page on null revisions made for uploads
2007-08-15 Rob Church(bug 10937) Distinguish overwritten files in upload...
2007-08-15 Tim StarlingBasic integrated audio/video support, with Ogg implemen...
2007-07-22 Tim Starling* Introduced FileRepoStatus -- result class for file...
2007-07-07 Yuri Astrakhanfilerepo: fixed mem leak for history lines and exposed...
2007-06-29 Tim StarlingRestore MW 1.4 behaviour for Special:Upload -- redirect...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-24 Aryeh GregorE_STRICT fixes for filerepo stuff. Also, use 'abstract...
2007-06-19 Brion VibberFix regression introduced in r23023; use the right...
2007-06-16 Tim Starling* Split off ultimate base class FileRepo from FSRepo
2007-06-05 Brion Vibber* Add an Image::newFromName for additional compat
2007-06-05 Tim StarlingLocalFile::restore(): roll back the DB transaction...
2007-06-04 Brion Vibber* (bug 10132, 10134) Restore back-compatibility Image...
2007-06-01 Aaron Schulz*Fix typo
2007-05-31 Aaron Schulz*Title fix
2007-05-31 Tim StarlingFixed a few filerepo bugs, added some documentation
2007-05-30 Tim StarlingMerged filerepo-work branch: