Revert r29361 -- breaks upload, calls nonexistent functions
[lhc/web/wiklou.git] / includes / filerepo / LocalFile.php
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: