* Add exception hooks to output pretty messages
[lhc/web/wiklou.git] / includes / filerepo /
2008-01-07 Tim StarlingAdded RepoGroup::setSingleton(). Required to support...
2007-12-31 Brion VibberRevert for now r28986, 28987, 28992 - image redirects.
2007-12-29 Victor Vasiliev* Proper redirect deletion
2007-12-29 Victor Vasiliev* Support images-redirects
2007-12-08 Aaron SchulzAdd more accessors
2007-11-25 Aaron Schulz*Remove cruft
2007-11-23 Aaron Schulz* Only load data when necessary
2007-11-20 Tim StarlingA file repository without files. Gets rid of useless...
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-11-19 Tim StarlingFix bug in RepoGroup::getRepo(), 0 == 'local'
2007-10-10 Nick Jenkinseol style + full stop tweak
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-09-14 Brion Vibber* Add {{filepath:}} parser function to get full path...
2007-08-31 Tim StarlingIn OggHandler:
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-08-03 Rotem LissI guess it should actually return the result (anyway...
2007-07-29 Rob ChurchWhat is this, Blankety Blank?
2007-07-29 Rotem LissA message (fileexists) with the same name of another...
2007-07-28 Tim StarlingCommitting some work in progress -- abstraction of...
2007-07-23 Aaron Schulz*Look only at unique keys. If a file has versions that...
2007-07-23 Tim StarlingFixed LocalRepo::cleanupDeletedBatch(), wasn't working
2007-07-23 Tim StarlingSeed subdirs in the deleted zone with a blank index...
2007-07-22 Tim Starling* Introduced FileRepoStatus -- result class for file...
2007-07-11 Nick JenkinsNative EOL style.
2007-07-10 Aaron Schulz*Comment format
2007-07-10 Paa Kwesi ImbeahInitial commit that reproduces 1.10 implementation...
2007-07-07 Yuri Astrakhanfilerepo: fixed mem leak for history lines and exposed...
2007-07-06 Tim StarlingDon't move the destination to the archive until we...
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 Tim StarlingSome notes on architecture.
2007-06-24 Tim Starlinghonour system only please for this one
2007-06-24 Aryeh GregorFix two mistakes from last commit
2007-06-24 Aryeh GregorE_STRICT fixes for filerepo stuff. Also, use 'abstract...
2007-06-21 Rob ChurchBug fix
2007-06-19 Brion VibberFix regression introduced in r23023; use the right...
2007-06-18 Tim StarlingFixed regression in file type detection -- use the...
2007-06-16 Tim Starling* Split off ultimate base class FileRepo from FSRepo
2007-06-11 Tim StarlingFix incorrect virtual URL encoding in storeTemp
2007-06-11 Tim StarlingFixed some errant double-slashes appearing in file...
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 Tim StarlingDon't delete images in foreign repositories. Also fixed...
2007-06-04 Brion Vibber* (bug 10132, 10134) Restore back-compatibility Image...
2007-06-03 Antoine Mussopropset
2007-06-03 Tim StarlingFix SpecialUpload::unsaveUploadedFile(). Move UploadVer...
2007-06-03 Tim StarlingPartial implementation of $wgCapitalLinks differences...
2007-06-03 Tim StarlingFixed most of the parser tests broken by filerepo merge
2007-06-01 Aaron Schulz*Fix typo
2007-05-31 Aaron Schulz*Use $this->requestedTime, $this->requestedTimestamp...
2007-05-31 Aaron Schulz*Title fix
2007-05-31 Tim StarlingFixed a few filerepo bugs, added some documentation
2007-05-31 Aaron Schulz*Add newFromArchiveName()
2007-05-30 Aaron Schulz*clean up comment
2007-05-30 Tim StarlingMerged filerepo-work branch: