$this->mModuleName to $this->getModuleName()
[lhc/web/wiklou.git] / includes / filerepo / ForeignAPIRepo.php
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...