Followup to r70460 and r70461: Use true instead of 1
[lhc/web/wiklou.git] / includes / api / ApiUpload.php
2010-08-04 X!Followup to r70460 and r70461: Use true instead of 1
2010-08-04 X!Followup to r70460: Committed wrong version of ApiBase...
2010-07-31 PlatonidesFollow up r70095. Remove the now unused $wgAllowCopyUpl...
2010-07-29 Bryan Tong MinhMade asynchronous upload by URL working, partly. Hid...
2010-07-28 Bryan Tong MinhRefactor some code out of execute into selectUploadModu...
2010-07-28 Bryan Tong MinhRestructured upload-by-url:
2010-07-27 Bryan Tong MinhFollow-up r70037: Fix ApiUpload by passing a WebRequest...
2010-07-25 Sam ReedFixup some more wrong static usages
2010-07-23 Sam ReedStylize API up to date
2010-07-23 Mark A. Hershbergerre r64403 - remove never-actually-used $flag parameter...
2010-07-22 Sam ReedLIMIT_SML2, LIMIT_BIG2 are in ApiBase, not ApiMain
2010-07-06 Sam ReedStylize API
2010-06-21 Derk-Jan HartmanCorrect the address of the FSF in some of the GPL headers
2010-06-12 Mark A. Hershberger* re r65152 add back async option for uploadByURL API...
2010-05-11 Sam ReedMixture of things.
2010-04-17 Sam ReedStylize Api upto date
2010-04-17 Mark A. Hershbergerre: r65152
2010-04-17 Mark A. Hershberger* New UploadFromUrlJob class to handle Upload-by-Copy
2010-04-15 Bryan Tong Minh(bug 17941) $wgMaxUploadSize is now honored by all...
2010-04-14 Mark A. Hershberger* EOL ws clean on ApiBase.php
2010-04-12 Sam ReedRevert r64955
2010-04-12 Sam ReedPartial fix to bug 23167
2010-03-30 Mark A. Hershberger* Set $titleObj to null by default on getWatchlistValue...
2010-03-28 Sam ReedFollowup r64197
2010-03-25 Sam ReedMinor followup to r64197
2010-03-25 Sam ReedFix bug 22944 in a much better fashion (using watchlist...
2010-03-25 Sam ReedRevert my api changes to pre r64815
2010-03-25 Sam ReedAdd array( 'show' ), to getPossibleErrors
2010-03-25 Sam ReedWatch/unwatch to ApiUpload
2010-03-12 Bryan Tong MinhRemove internalhttpsession from ApiUpload; remnant...
2010-03-12 Bryan Tong MinhMerge r63621 and r63636 from REL1_16:
2010-02-26 Jack PhoenixAPI: fix copyright symbol, coding style cleanup, more...
2010-02-22 Mark A. Hershbergerfollow up r62231, r61779, r62175
2010-02-16 Sam ReedFollowup to r62557 as per Roans comment
2010-02-15 Sam ReedRefactor requiresToken to getTokenSalt - Returns salt...
2010-02-15 Mark A. Hershbergerfollow-up r62498 — use the new functionality of require...
2010-02-14 Sam ReedStart of "Bug 21991 - Move common query parameter...
2010-02-13 Sam ReedStylize API files
2010-02-13 Sam ReedComplete dieUsage errors in 7 more Api files
2010-02-13 Sam ReedStart of blanket coverage of dieUsageMsg in getPossible...
2010-02-12 Mark A. HershbergerFinal(?) changes to enable chunked uploading.
2010-02-11 Sam ReedRemove old/deprecated $this->getMain()->isWriteMode...
2010-02-11 Mark A. HershbergerMake sure Firefogg gets the json it needs.
2010-02-11 Mark A. Hershbergerfollow-up r61355
2010-02-10 Mark A. Hershberger* new FauxResponse class to help with unit testing
2010-02-09 Mark A. Hershberger* Fix up ApiTest a bit, cookie handling works
2010-02-01 Mark A. Hershbergerfollow up r61355, initial, incomplete dealing with...
2010-01-23 Sam ReedAdd/remove whitelines to increase readability in API...
2010-01-23 Roan KattouwFix indentation in r61407. PLEASE don't use spaces...
2010-01-23 Mark A. Hershbergerfollow up r61355
2010-01-22 Mark A. HershbergerUploadChunks added from js2 branch. Refactored. Still...
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 ...