stylize.php on API code
[lhc/web/wiklou.git] / includes / api / ApiUpload.php
2010-01-11 Aryeh Gregorstylize.php on API code
2009-12-02 Roan KattouwAPI: Minor cleanup for r59258, general whitespace cleanup
2009-11-26 Tim StarlingRemoved JS2 work (has been moved to the js2-work branch...
2009-11-22 Sam ReedApply patch from bug 21589 API: Separate summary and...
2009-11-20 Tim StarlingRework of libAddMedia. The changes are entirely unteste...
2009-11-04 Raimond SpekkingFollow-up r55613: Fix typo. I guess that 'baddaccess...
2009-10-28 Bryan Tong Minh* Validate sessionkey for stashed uploads
2009-10-28 Michael Dale( bug 21320 ) adds early checks for wgAllowCopyUpload...
2009-10-18 Bryan Tong MinhRewrote Special:Upload to allow easier extension. Mostl...
2009-10-15 Michael Dale* ( bug 21089 ) fixes js2 upload stash support.
2009-09-19 Bryan Tong MinhFollow up to r56639: Remove some existence check duplic...
2009-09-17 Alex ZActually use the filename supplied by the user.
2009-08-28 Bryan Tong Minh* Add buffering to ApiFormatBase, which allows bufferin...
2009-08-27 Michael Daleenabled async downloaded via configuration var: wgEnabl...
2009-08-27 Bryan Tong Minh* Output warnings as filenames rather than an array...
2009-08-26 Bryan Tong Minh* Cleanup ApiUpload
2009-08-26 Bryan Tong MinhUnify properties in ApiQueryAllimages, ApiQueryImageinf...
2009-08-22 Michael Dalehard coded requested imageinfo prop in api upload resul...
2009-08-15 Michael Dale* added missing setIndexedTagName for some upload api...
2009-07-28 Michael Daleimproved upload api documentation
2009-07-27 Michael Dale* ignorewarnings fixes
2009-07-27 Michael Dale* ( bug 19930 ) default to SYNC_DOWNLOAD
2009-07-25 Chad Horohoe(bug 19914) ApiUpload needs to use write mode.
2009-07-15 Michael Dalefixed error msg
2009-07-15 Michael Dalefixed httpstatus boolean & updated error to use dieUsageMsg
2009-07-15 Jack Phoenixfollow-up to r53282:
2009-07-14 Michael Dalehere it is ... the upload-api, script-server, js2 ...