Making INNER JOIN implicit
[lhc/web/wiklou.git] / includes / filerepo /
2008-05-11 Robert LeveringtonRemove paramter that only appears to illustrate the...
2008-05-11 Aaron SchulzConsistent type
2008-05-10 Victor Vasiliev* Fix image redirect caching so it doesn't break image...
2008-05-10 Alexandre EmsenhuberE_STRICT
2008-05-08 Bryan Tong Minh* Move image page redirect checking to ImagePage. Shoul...
2008-05-08 Bryan Tong Minh* Add new flag FIND_IGNORE_REDIRECT to wfFindFile and...
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-07 Tim StarlingDon't check for existence twice for non-existent files...
2008-05-03 Aaron SchulzLeave deleted images alone
2008-05-03 Victor Vasiliev* Fix oi_deleted issues with image moving
2008-05-03 Bryan Tong MinhMark ForeignDBFile as unmovable
2008-05-03 Bryan Tong MinhcheckExtesnion => checkExtension
2008-05-03 Victor Vasiliev* (bug 709) Cannot rename/move images and other media...
2008-05-02 Aaron SchulzWe *want* to purge failures
2008-05-02 Aaron SchulzUse getUrl()
2008-05-02 Aaron SchulzDon't keep puring squids for images where no thumb...
2008-05-01 Victor VasilievRefactor ImagePage::checkSharedConflict()
2008-04-26 Brion VibberRevert r33911 for now -- causes fatal error death with...
2008-04-26 Alexandre Emsenhuber(bug 13643) Fixed some PHP Strict Standards errors
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-12 Victor VasilievAnd here also
2008-04-12 Victor Vasiliev* Invalidate cache of pages that includes images via...
2008-04-12 Victor Vasiliev* Cache image redirects (and enable them)
2008-04-11 Aaron SchulzBe consistent with filearchive system and use whole...
2008-04-09 Brion VibberKill a bunch of '=&' references for LinkCache, ParserCa...
2008-04-09 Aaron Schulz...really get rid of link color query spam
2008-04-08 Aaron SchulzGah, left this one too...
2008-04-08 Aaron Schulz* Add redirect and size fields to title. Add accessors.
2008-04-06 Alexandre EmsenhuberPer request of Nikerabbit: add wfDeprecated() to all...
2008-04-06 Tim Starling* File redirects are slow: 2 queries per image per...
2008-04-05 Tim Starling* Generalised FileRepoStatus, providing a very similar...
2008-04-05 Tim Starling* Fixed bug 13532, incorrect use of wfFindFile() causin...
2008-04-05 Aaron SchulzUse TS_MW
2008-04-05 Aaron SchulzUpdate doc
2008-04-05 Alexandre EmsenhuberUgly hack to fix two strict standarts errors:
2008-03-30 Tim Starling* Introduced LBFactory -- an abstract class for configu...
2008-03-29 Victor VasilievDrop it at all. It's stable
2008-03-28 Aaron SchulzTimestamp should be matched
2008-03-27 Greg Sabino MullaneWrap timestamp for DB query in $dbr->timestamp() call...
2008-03-21 Brion Vibber* (bug 12294) Namespace class renamed to MWNamespace...
2008-03-20 Brion VibberRevert r32267 (require match of file extension when...
2008-03-20 Aaron SchulzCheck extension of key too, for the off chance of colli...
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 SchulzCasing consistency
2008-03-15 Aaron SchulzMore rev_deleted merging
2008-03-09 Aaron SchulzSlowly merge in a few rev_deleted checks
2008-02-29 Alexandre Emsenhuber* Document ParserMakeImageParams hook
2008-02-18 Tim Starling* Introduced OutputPage::addWikiMsg() and OutputPage...
2008-02-13 Brion Vibber* (bug 12935, 12981) Fully-qualify archive URLs in...
2008-02-10 Greg Sabino MullaneDelete from oldimage, then image, to account for possib...
2008-02-09 Thomas BleherA few trivial changes:
2008-02-09 Bryan Tong MinhAdd RepoGroup::getRepoByName, which gets a repo by...
2008-02-04 Brion VibberNot escaping strings makes me queasy, even if we're...
2008-02-04 Aaron SchulzAt $time only
2008-02-04 Aaron SchulzA file should be at $time
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-30 Brion Vibberput a @ on a chmod, since all other file ops in there...
2008-01-29 Brion VibberApplying live hacks from Wikimedia code base:
2008-01-22 Brion Vibber* (bug 11593, 12719) Fixes for overzealous invocation...
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 Vasiliev* Fix empty file histories
2008-01-20 Victor VasilievImage redirects:
2008-01-20 Victor VasilievIntroduced File::getHistory(), which should be used...
2008-01-16 Brion VibberPut image redirects behind $wgFileRedirects config...
2008-01-16 Victor VasilievForgot to commit this file
2008-01-16 Victor Vasiliev* Support redirects in image namespace
2008-01-15 Aryeh GregorAdjust some function definitions for abstract classes...
2008-01-14 Huji(bug 12608) (in continuation of r29719) Unifying the...
2008-01-09 Tim StarlingRevert revert of setSingleton(), unrelated to broken...
2008-01-08 Brion VibberRevert r29361 -- breaks upload, calls nonexistent functions
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...
next