Commit graph

213 commits

Author SHA1 Message Date
Roan Kattouw
88b441f69a Limiting image history listings to 500 for now. A hard-coded limit sucks, but an alternative isn't really available as the File handling code doesn't allow it (see also bug 12645). Besides, very few image histories are that long. 2008-01-15 21:09:44 +00:00
Roan Kattouw
bd143c2c28 Fixing hinky indentation in ApiQueryImageInfo.php 2008-01-15 20:45:58 +00:00
Victor Vasiliev
0495f90ebb Revert r28215: incorrectly moved files 2007-12-06 18:33:18 +00:00
Victor Vasiliev
4e4cdf079e Create includes/api/query for Query API and includes/api/edit for Edit API 2007-12-06 18:22:15 +00:00
Roan Kattouw
26e301c6a9 API: Fixing bug in iiprop=metadata handling:
* Using ApiResult::setIndexedTagName_recursive() to recursively add <meta> tags to all subarrays of the metadata array
2007-10-20 18:27:39 +00:00
Roan Kattouw
52cc645480 (bug 11308) Allow the API to output the image metadata
Patch by Brian Tong Minh
2007-09-12 15:09:07 +00:00
Roan Kattouw
ea45a55cd3 * (bug 11115) API: Adding the SHA1 to the imageinfo query
* Moving misplaced entry in RELEASE-NOTES
2007-09-03 19:58:05 +00:00
Brion Vibber
341eaa7809 * (bug 11072) Fix regression in API image history query
LocalFile::nextHistoryLine() now returns original column names for oldimage rows instead of aliasing them to image column names.
That whole interface should fucking die, it's hideous.
2007-08-27 21:32:47 +00:00
Yuri Astrakhan
9fb0625bbe API: updated imageinfo output 2007-08-07 19:01:05 +00:00
Yuri Astrakhan
3d56cd9944 API: Now renders image size values as integers in json. 2007-08-07 03:32:58 +00:00
Yuri Astrakhan
ce91d949f7 API:
* Added full text search in titles and content (list=search)
* (bug 10684) Expanded list=allusers functionality
* Possible breaking change: prop=revisions no longer includes pageid for rvprop=ids
* Bug fix: proper search escaping for SQL LIKE queries.
2007-07-30 08:09:15 +00:00
Yuri Astrakhan
8f4b36ca25 API: Fix for bug 10662 imageinfo is not cleared for each page 2007-07-25 06:51:05 +00:00
Yuri Astrakhan
f5aa2e8018 API: implemented prop=imageinfo, minor cleanup 2007-07-07 03:05:09 +00:00