Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia.org...
[lhc/web/wiklou.git] / includes / filerepo / ForeignAPIRepo.php
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-04-06 Brion VibberFix regression from r81558: fatal error in ForeignFileR...
2011-02-13 Bryan Tong MinhFollow-up r82049: Fix strict comparison because MediaHa...
2011-02-13 Brian Wolff(follow-up r81558) Per suggestion, make this use media...
2011-02-05 Brian Wolff(bug 26548) Make multi-paged documents (PDFs) work...
2011-01-18 Chad HorohoeSpacing and NULL -> null
2011-01-16 Derk-Jan HartmanAdd comments with how values are calculated. Follow...
2011-01-13 Sam ReedFollowup r80122, protected, just incase it's needed..
2011-01-13 Chad HorohoeReturn something too
2011-01-13 Chad HorohoeFix broken fileExistsBatch() in ForeignAPIRepo since...
2010-11-13 Rob LanphierFollowup to r76111. Making the result parameter on...
2010-11-12 Brian Wolff(Bug 25872) Rename HttpRequest class to MWHttpRequest...
2010-11-08 Chad HorohoeFix fatal from recent refactoring
2010-11-08 Derk-Jan HartmanFollowup r76303. Use a less verbose const VERSION.
2010-11-08 Derk-Jan HartmanReverts r76070, which was breaking purging. Now caching...
2010-11-08 Derk-Jan HartmanFilerepo inconsistency. Use rawurlencode instead of...
2010-11-08 Derk-Jan HartmanAdd a version number and user-agent string to ForeignAP...
2010-11-05 Derk-Jan Hartmanfollow up r76111. I had picked the wrong timedifference...
2010-11-05 Niklas LaxströmFollow-up r76113, r76114: undeclared global, unnecessar...
2010-11-05 Derk-Jan HartmanInstantCommons path and url cleanup
2010-11-05 Derk-Jan HartmanInstantCommons: API caching expires after a day. Now...
2010-11-05 Derk-Jan HartmanAdd width to the cache key for thumburls in InstantComm...
2010-11-01 Sam Reedbug 25517 Assignment in conditions should be avoided...
2010-10-31 Derk-Jan HartmanUsing isset to check for index value. Avoids a PHP...
2010-10-14 Sam ReedBig attack on unused variables...
2010-09-04 Alexandre Emsenhuber* added file description headers
2010-08-22 Chad Horohoe(bug 23703) ForeignAPIRepo fails on findBySha1() when...
2010-07-02 Bryan Tong Minh* Added scriptExtension setting to $wgForeignFileRepos
2010-06-25 Chad HorohoePermission warnings are annoying and should be transpar...
2010-06-20 Chad HorohoeCheck return value from wfMkdirParents() rather than...
2010-05-21 Derk-Jan HartmanBug 22541. Support image redirects on Commons for Forei...
2010-02-22 Mark A. Hershbergerfollow up r62231, r61779, r62175
2010-02-17 Chad Horohoe(bug 22540) ForeignApiRepos no longer try to store...
2010-02-10 Mark A. Hershberger* new FauxResponse class to help with unit testing
2009-11-26 Tim StarlingRemoved JS2 work (has been moved to the js2-work branch...
2009-10-09 Chad HorohoeMove construction of $url and $thumbUrl up to FileRepo...
2009-10-07 Chad HorohoeSet default thumb cache to 24hrs, rather than disabled
2009-09-21 Chad Horohoe(bug 20751) ForeignApiRepo does not urldecode filenames...
2009-09-17 Michael Dale* some clean up and defined append function in other...
2009-09-09 Michael Dale* (bug 20336) changed json_decode json_encode to static...
2009-06-17 Tim StarlingBug 19240 (bad image list performance regression):
2009-06-10 Chad HorohoeFollowup to r51592:
2009-06-08 Victor VasilievAdd fileExistsBatch method to FileRepo and derived...
2009-04-10 Chad Horohoe(bug 18115) ForeignAPIRepo cache isn't working, fixed...
2009-02-24 Chad HorohoeNS_IMAGE -> NS_FILE
2009-02-17 Chad HorohoeOverride FileRepo::newFile() when $time is set. See...
2008-12-14 Chad HorohoeAdd some sanity checking. Return nicely if Http::get...
2008-12-14 Chad HorohoeFindBySha1 now works in ForeignApiRepo :)
2008-12-05 Chad HorohoeBow out more gracefully if we can't write to the file...
2008-12-03 Brion VibberRevert r44185, r44186 -- "Foreign repos (API or DB...
2008-12-03 Chad HorohoeForeign repos (API or DB) now fetch images and/or descr...
2008-11-21 Chad HorohoeRevert r43788 and r43788 (adding findBySha1 functionali...
2008-11-21 Chad HorohoeRevert r43785 (switching hardcoded Image: to loading...
2008-11-21 Chad HorohoeTypo (and incidentally, it works 100% now :)
2008-11-21 Chad HorohoeAdd experimental findBySha1 functionality for ForeignAP...
2008-11-20 Chad HorohoeGet the real canonical name for NS_IMAGE, don't assume...
2008-11-18 Chad HorohoeCleanup to r43657, don't really need strlen() here.
2008-11-18 Chad HorohoeBit of path cleanup per comments on code review (r43316...
2008-11-08 Chad Horohoe* Redo thumb caching and make it a part of the default...
2008-11-08 Chad HorohoeRemove bit of debugging.
2008-11-08 Chad Horohoe(bug 16265) Enabling apiThumbCacheExpiry produced inval...
2008-09-29 Chad HorohoeWhoops. Need to pass parameters.
2008-09-29 Chad HorohoeMove some of this caching logic out of the file and...
2008-09-23 Chad HorohoeRedo r41164 with less breakage.
2008-09-22 Siebrand MazelandRevert 41164: PHP Notice: Undefined property: Foreign...
2008-09-22 Chad HorohoeAdd ForeignAPIRepo::canCacheThumbs() method. Cleaner...
2008-09-05 Chad HorohoeRevert r40385. Half-assed attempt at making something...
2008-09-03 Chad HorohoeImplement 'thumbDir' configuration parameter for local...
2008-08-23 Chad Horohoemd5() the URL in cache keys so they're not excessively...
2008-07-28 Brion VibberSet a damn default for apiThumbCacheExpiry so we don...
2008-07-24 Chad HorohoeAllow local caching of thumbs from remote APIs. Still...
2008-07-19 Siebrand MazelandAdd descriptionCacheExpiry to configuration example...
2008-05-22 Brion Vibber* Fix typo in ApiQueryImageInfo which made mime type...
2008-05-22 Brion VibberForeignAPIRepo fixes:
2008-05-21 Brion VibberCache image API lookups in-process and, if available...
2008-05-21 Brion VibberForeignAPIRepo fixes:
2008-05-20 Brion Vibber*cough* thx
2008-05-20 Brion Vibberput comment in wrong file, woops :D
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-20 Brion VibberGot sick of testing local copies of Wikipedia articles...