Fix broken query in File::getLinksTo()
[lhc/web/wiklou.git] / includes / filerepo / File.php
2011-01-17 Tim StarlingFix broken query in File::getLinksTo()
2010-11-27 Bryan Tong Minh(bug 26125) prop=imageinfo&iiprop=size now returns...
2010-11-06 Derk-Jan HartmanUse wfDeprecated() in the deprecated function getThumbn...
2010-11-03 Neil Kandalgaonkarcore changes for UploadWizard (merged from r73549 to...
2010-11-01 Raimond SpekkingFollow-up r75748: Fix comment
2010-11-01 Sam ReedFix minor semi colon fail from r75767
2010-11-01 Sam Reedbug 25517 Assignment in conditions should be avoided...
2010-10-31 Derk-Jan HartmanAdd a new isVectorized() to files and media handlers...
2010-10-13 Sam ReedAssignment in loop conditions suck
2010-09-13 Tim StarlingFixed some overly-long lines, mostly from r72023.
2010-09-04 Alexandre Emsenhuber* added file description headers
2010-08-31 Daniel KinzlerFollow-up to r71944: Interoducing MimeMagic::improveTyp...
2010-08-08 Chad HorohoeBig commit: kill almost every freeResult() call as...
2010-08-01 Derk-Jan HartmanRepair getDescriptionUrl() and getDescriptionText(...
2010-06-22 Daniel Kinzlerpassing thumbnail params to getThumbType, as suggested...
2010-06-18 Bryan Tong Minh(bug 23666) FileRepo: Moved File::isLocal() to FileRepo...
2010-06-15 PlatonidesAdd page_latest to the LinkCache.
2010-06-08 Sam Reed* (bug 23834) Invalid "thumbwidth" and "thumbheight...
2010-05-19 Derk-Jan HartmanRepair makeThumbLink2() getUnscaledThumb() to pass...
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
2009-12-17 Raimond Spekking* (bug 19791) Add URL of file source as comment to...
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-12-09 Jure KajzerAdded missing braces.
2009-12-08 Jure KajzerFixed coding convention issue
2009-12-08 Tim StarlingClarified documentation of File::isMultipage() to avoid...
2009-12-03 Max SemenikFixed warning introduced in r59702
2009-12-03 Jure Kajzer(bug 20159) thumbs rerendring if older that
2009-09-12 Aaron SchulzAdd getVisibility function (which fixes revisiondelete...
2009-08-02 Tobiasfixing bug 17395
2009-07-16 Tim Starling* Added FSRepo configuration properties thumbUrl and...
2009-06-17 Tim StarlingFix incorrect method call from r52024.
2009-06-17 Tim StarlingBug 19240 (bad image list performance regression):
2009-06-16 Tim StarlingRemoved isMissing() calls from performance-sensitive...
2009-06-01 Tim StarlingIn Special:RevisionDelete:
2009-04-26 Victor Vasiliev* (bug 18420) Missing file revisions are handled gracef...
2009-02-24 Aaron Schulz* (bug 17649) Added isDeletedQuick() and replaced some...
2009-02-17 Chad HorohoeGeneral cleanup of SQL in Title and File. Fixes bug...
2009-02-01 Chad Horohoe(bug 17304) Fatal error in file history when File:...
2009-01-27 Chad Horohoe$wgLang -> $wgContLang. Thanks siebrand.
2009-01-27 Chad HorohoeRemote file descriptions are now fetched using the...
2008-12-15 Aaron SchulzAdd getGeneralShortDesc() and the like to avoid E_STRIC...
2008-12-15 Aaron SchulzE_STRICT
2008-12-14 Aaron SchulzMake boundary inclusion optional in getHistory()
2008-12-01 Ilmari KaronenStep 2 in NS_IMAGE -> NS_FILE transition (bug 44) ...
2008-09-16 Aaron SchulzUndefined var error fix
2008-09-05 Chad HorohoeRevert r40385. Half-assed attempt at making something...
2008-09-05 Tim Starling* Don't force rendering in File::getThumbnail(). The...
2008-09-03 Chad HorohoeImplement 'thumbDir' configuration parameter for local...
2008-08-12 Aaron Schulz$thumb could be null
2008-07-31 Bryan Tong MinhAPI: Added iiprop=bitdepth to imageinfo and aiprop...
2008-07-07 Chad HorohoeBetter cache key name, better debug output.
2008-07-04 Chad HorohoeTypo in variable name.
2008-07-03 Chad HorohoeSimplify configuration and make a better caching key.
2008-07-03 Chad Horohoe-1 unused global.
2008-07-03 Chad HorohoeDon't use $wgTranscludeCacheExpiry, as it's not designe...
2008-07-03 Chad HorohoeRefactor caching to utilize $wgMemc rather than the...
2008-07-03 Chad HorohoeCache foreign image descriptions in the transcache...
2008-06-06 Brion VibberAdd 'ogv' as recognized alias to 'ogg', allowing upload...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-20 Bryan Tong MinhAdd RepoGroup::findFiles to efficiently find many files...
2008-05-15 Bryan Tong MinhDo some refactoring on ImagePage. Shuffled the links...
2008-05-11 Aaron SchulzConsistent type
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-04-14 Siebrand Mazeland* remove end of line whitespace
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-05 Aaron SchulzUse TS_MW
2008-04-05 Alexandre EmsenhuberUgly hack to fix two strict standarts errors:
2008-03-20 Alexandre EmsenhuberFix call to deprecated functions
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-13 Brion Vibber* (bug 12935, 12981) Fully-qualify archive URLs in...
2008-01-22 Brion Vibber* (bug 11593, 12719) Fixes for overzealous invocation...
2008-01-20 Victor VasilievIntroduced File::getHistory(), which should be used...
2008-01-16 Victor VasilievForgot to commit this file
2008-01-15 Aryeh GregorAdjust some function definitions for abstract classes...
2007-12-31 Brion VibberRevert for now r28986, 28987, 28992 - image redirects.
2007-12-29 Victor Vasiliev* Proper redirect deletion
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-14 Brion Vibber* Add {{filepath:}} parser function to get full path...
2007-08-31 Tim StarlingIn OggHandler:
2007-08-15 Tim StarlingBasic integrated audio/video support, with Ogg implemen...
2007-07-29 Rob ChurchWhat is this, Blankety Blank?
2007-07-28 Tim StarlingCommitting some work in progress -- abstraction of...
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 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-24 Tim Starlinghonour system only please for this one
2007-06-24 Aryeh GregorFix two mistakes from last commit
next