Require at least PHP 5.2.3. There's not much point increasing the minimum to 5.2...
[lhc/web/wiklou.git] / includes / filerepo / ForeignAPIFile.php
2011-02-18 Sam ReedMore function level documentation
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-06 Sam ReedFixup my FIXME on r79708
2011-01-06 Sam ReedFixup minor FIXME on r66724
2010-12-23 Chad HorohoeRevert r78903, r78904, r78905, r78906 (changing opendir...
2010-12-23 X!Per discussion on mailing list, modifying some uses...
2010-11-05 Niklas LaxströmFollow-up r76113, r76114: undeclared global, unnecessar...
2010-11-05 Derk-Jan HartmanInstantCommons
2010-09-04 Alexandre Emsenhuber* added file description headers
2010-08-24 Sam ReedRemove some unreachable code (usually returns after...
2010-07-02 Bryan Tong Minh* Added scriptExtension setting to $wgForeignFileRepos
2010-05-21 Derk-Jan HartmanBug 22541. Support image redirects on Commons for Forei...
2010-02-20 Chad Horohoe(bug 22537) ForeignAPIRepo doesn't handle files that...
2009-12-15 Alexandre EmsenhuberReplaced all @fixme with "@todo Fixme" since doxygen...
2009-06-17 Tim StarlingBug 19240 (bad image list performance regression):
2009-05-05 Roan KattouwFix up r47473: descend into subarrays in ForeignAPIFile...
2009-02-18 Chad HorohoeFix regression in ForeignAPIRepo because somebody chang...
2009-02-18 Chad HorohoeUse $this->mInfo, not $info. Hopefully now we can actua...
2009-01-27 Chad HorohoeRemote file descriptions are now fetched using the...
2008-12-23 Brion VibberShow icon instead of exploding for a remote API file...
2008-12-04 Chad HorohoeActually make exists() useful here. Because of the...
2008-11-08 Chad Horohoe* Redo thumb caching and make it a part of the default...
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-09-01 Ryan Schmidt* fixing error causing a PHP E_NOTICE.
2008-08-24 Chad HorohoeLet action=purge actually do something for the ForeignA...
2008-07-31 Chad HorohoeNot setting various parameters no longer causes the...
2008-07-24 Chad HorohoeAllow local caching of thumbs from remote APIs. Still...
2008-07-03 Chad HorohoeRevert thumb caching because it wasn't actually caching...
2008-07-03 Chad HorohoeCache thumbs from remote sources too.
2008-05-22 Brion Vibber* Fix typo in ApiQueryImageInfo which made mime type...
2008-05-22 Brion VibberForeignAPIRepo fixes:
2008-05-21 Brion VibberForeignAPIRepo fixes:
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-20 Brion VibberGot sick of testing local copies of Wikipedia articles...