Page MenuHomePhabricator

prop=imageinfo does not list old files in a ForeignApiRepo
Open, MediumPublic

Description

Author: Bryan.TongMinh

Description:
Set $wgUseInstantCommons = true and go to /api.php?action=query&titles=File:Albert Einstein Head.jpg&prop=imageinfo&iilimit=10

Only the most recent file is shown.


Version: unspecified
Severity: minor

Details

Reference
bz27871

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:34 PM
bzimport set Reference to bz27871.
bzimport added a subscriber: Unknown Object (MLST).

The underlying file repo doesn't return this information, so it's impossible for the API to return it. If the underlying file repo were to start returning this information, the API would automatically start returning it too.