Stylize API
[lhc/web/wiklou.git] / includes / api / ApiQueryImageInfo.php
2010-07-06 Sam ReedStylize API
2010-06-23 Sam Reed* (bug 23473) - Give description of properties on all...
2010-06-21 Derk-Jan HartmanCorrect the address of the FSF in some of the GPL headers
2010-06-08 Sam Reed* (bug 23835) Need "thumbmime" result in "imageinfo...
2010-06-08 Sam Reed* (bug 23834) Invalid "thumbwidth" and "thumbheight...
2010-05-25 Sam ReedRemove arrays from getDescription where we are only...
2010-05-11 Sam ReedMixture of things.
2010-04-17 Sam ReedStylize Api upto date
2010-03-07 Alexandre EmsenhuberFixed some doxygen warnings
2010-02-24 Jack PhoenixAPI: fix copyright symbol, coding style cleanup, more...
2010-02-13 Sam ReedStylize API files
2010-02-13 Sam ReedImplement 9 modules dieUsage errors
2010-01-23 Sam ReedNormalise comment usage (# --> //)
2010-01-11 Aryeh Gregorstylize.php on API code
2010-01-04 Bryan Tong MinhAPI: Expand the thumburl to an absolute url to make...
2009-09-23 Roan KattouwAPI: Handle image redirects properly in imageinfo,...
2009-08-26 Bryan Tong MinhUnify properties in ApiQueryAllimages, ApiQueryImageinf...
2009-03-25 Andrew GarrettFix fatals in ApiQueryImageInfo.php where no metadata...
2009-03-09 Roan KattouwAPI: Change Image: to File: in examples
2009-02-27 Roan KattouwAPI: Some cleanup
2009-02-18 Tim StarlingDon't give a warning if there are no files in the page...
2009-02-10 Roan KattouwAPI: Page prop=imageinfo by (title, timestamp) rather...
2009-02-05 Roan Kattouw* API: BREAKING CHANGE: (bug 11430) Return fewer result...
2009-02-03 Roan Kattouw* API: (bug 17326) BREAKING CHANGE: Changing output...
2008-12-01 Ilmari KaronenStep 2 in NS_IMAGE -> NS_FILE transition (bug 44) ...
2008-09-05 Tim Starling* Don't force rendering in File::getThumbnail(). The...
2008-07-31 Bryan Tong MinhAPI: Added iiprop=bitdepth to imageinfo and aiprop...
2008-07-10 Roan KattouwAPI: More cleanup:
2008-05-22 Brion Vibber* Fix typo in ApiQueryImageInfo which made mime type...
2008-05-21 Bryan Tong MinhAdd descriptionurl to imageinfo
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-20 Bryan Tong MinhForgot to remove one debug statement.
2008-05-20 Bryan Tong MinhAdd RepoGroup::findFiles to efficiently find many files...
2008-05-20 Bryan Tong MinhForgot one $this => self when making ApiQueryImageInfo...
2008-05-20 Bryan Tong MinhUse ApiQueryImageInfo::getInfo for both ApiQueryAllimag...
2008-05-20 Roan KattouwUnified aiprop and iiprop somewhat by adding iiprop...
2008-05-15 Bryan Tong MinhAs per mailing list: $wgOut->redirect auto expands...
2008-05-15 Bryan Tong MinhForce output of a full URL in Special:Filepath and...
2008-05-15 Brion VibberRevert r34877 -- duplicates wfExpandUrl()
2008-05-15 Bryan Tong MinhForce output of a full URL in Special:Filepath and...
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-04 Bryan Tong Minh(bug 13606) Added archivename to iiprop
2008-02-07 Roan Kattouw(bug 12953) prop=imageinfo should only set query-contin...
2008-02-03 Roan Kattouw(bug 12875) Adding query-continue to prop=imageinfo...
2008-02-02 Bryan Tong MinhIn case the current image is not included return the...
2008-02-02 Bryan Tong MinhConvert size, width and height to int, as before r29981
2008-01-28 Roan KattouwAPI: Changing all modules' getParamDescription(), getAl...
2008-01-23 Bryan Tong MinhApiQueryImageInfo: Convert sha1 to base16 like before...
2008-01-22 Roan KattouwAPI:
2008-01-20 Roan KattouwSmall fix
2008-01-20 Roan Kattouw* Refactoring ApiQueryImageInfo to use new File::loadHi...
2008-01-18 Roan KattouwAPI: Adding thumbnailing support to prop=imageinfo
2008-01-15 Roan KattouwLimiting image history listings to 500 for now. A hard...
2008-01-15 Roan KattouwFixing hinky indentation in ApiQueryImageInfo.php
2007-12-06 Victor VasilievRevert r28215: incorrectly moved files
2007-12-06 Victor VasilievCreate includes/api/query for Query API and includes...
2007-10-20 Roan KattouwAPI: Fixing bug in iiprop=metadata handling:
2007-09-12 Roan Kattouw(bug 11308) Allow the API to output the image metadata
2007-09-03 Roan Kattouw* (bug 11115) API: Adding the SHA1 to the imageinfo...
2007-08-27 Brion Vibber* (bug 11072) Fix regression in API image history query
2007-08-07 Yuri AstrakhanAPI: updated imageinfo output
2007-08-07 Yuri AstrakhanAPI: Now renders image size values as integers in json.
2007-07-30 Yuri AstrakhanAPI:
2007-07-25 Yuri AstrakhanAPI: Fix for bug 10662 imageinfo is not cleared for...
2007-07-07 Yuri AstrakhanAPI: implemented prop=imageinfo, minor cleanup