Index: trunk/phase3/includes/api/ApiQueryAllimages.php |
— | — | @@ -136,6 +136,8 @@ |
137 | 137 | $file = $repo->newFileFromRow( $row ); |
138 | 138 | $info = array_merge( array( 'name' => $row->img_name ), |
139 | 139 | ApiQueryImageInfo::getInfo( $file, $prop, $result ) ); |
| 140 | + self::addTitleInfo( $info, $file->getTitle() ); |
| 141 | + |
140 | 142 | $fit = $result->addValue( array( 'query', $this->getModuleName() ), null, $info ); |
141 | 143 | if ( !$fit ) { |
142 | 144 | $this->setContinueEnumParameter( 'from', $this->keyToTitle( $row->img_name ) ); |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -167,6 +167,7 @@ |
168 | 168 | * (bug 26548) Add iiurlparam param to query=imageinfo and query=stashimageinfo |
169 | 169 | * (bug 27205) aiprop=metadata and aiprop=parsedcomment need help text |
170 | 170 | * Add a amtitle param to meta=allmessages |
| 171 | +* (bug 25832) query=allimages now outputs ns/title as well |
171 | 172 | |
172 | 173 | === Languages updated in 1.18 === |
173 | 174 | |