* (bug 32341) Add upload by URL domain limitation.
[lhc/web/wiklou.git] / includes / upload / UploadFromUrl.php
2012-02-09 Sam Reed* (bug 32341) Add upload by URL domain limitation.
2012-02-09 Sam ReedMore return documentation
2012-02-08 Antoine MussoFix doc for includes/upload
2012-01-22 Sam ReedRevert feature out of r109562, r109564, r109570
2012-01-19 Sam ReedFollowup r109562
2012-01-19 Sam Reed* (bug 32341) Add upload by URL domain limitation.
2011-12-24 Sam ReedImprove/add to documentation
2011-09-22 Brion Vibber* (bug 29154) Allow upload-by-URL to follow HTTP redirects
2011-07-24 Sam ReedTrim trailing whitespace
2011-05-27 Brion Vibber* (bug 29174) Fix regression in upload-by-URL: files...
2011-03-25 Neil Kandalgaonkarchange the name of UploadBase::verifyPermissions()...
2011-03-04 Brian Wolfftrim the upload_by_url field from upload form, since...
2011-02-20 Sam ReedMore explicit variable definitions, function documentation
2011-02-06 Bryan Tong MinhFollow-up r81612, disable $wgAllowAsyncCopyUploads
2011-02-02 Sam ReedFixup some trailing newlines
2011-01-06 Bryan Tong Minh$wgMaxUploadSize may now be set to an array to specify...
2010-12-22 Sam ReedProperly qualify usage of class constants
2010-12-08 Mark A. Hershbergerre r75906 — replace the removed getSessionKey() with...
2010-11-12 Brian Wolff(Bug 25872) Rename HttpRequest class to MWHttpRequest...
2010-09-06 Bryan Tong MinhFollow-up r70137: Made asynchronous upload working...
2010-08-20 Alexandre Emsenhuber* Standardised file description headers
2010-07-29 Bryan Tong MinhMade asynchronous upload by URL working, partly. Hid...
2010-07-28 Bryan Tong MinhRestructured upload-by-url:
2010-07-28 Bryan Tong MinhStyle fixes on UploadFromUrl.php
2010-07-24 Sam ReedRemoval of unused globals
2010-06-12 Mark A. Hershberger* re r65152 add back async option for uploadByURL API...
2010-05-14 Mark A. HershbergerStart adding support for leaving user's messages. ...
2010-04-18 Alexandre EmsenhuberPer siebrand: missing global declaration of $wgTmpDirectory
2010-04-17 Mark A. Hershbergerfor r65152: fixed web ui for UploadFromUrl
2010-04-17 Sam ReedFix
2010-04-17 Mark A. Hershbergerre: r65152
2010-04-17 Mark A. Hershbergerre: r65152 fix translatewiki problems
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-15 Bryan Tong MinhRefactored UploadFromUrl to use HttpFunctions.
2010-02-09 Mark A. Hershbergerfollow up r61407
2010-02-05 Mark A. HershbergerRandom whitespace cleanup
2009-12-02 Alexandre EmsenhuberFix E_STRICT: UploadFromUrl::initialize() should have...
2009-11-27 Raimond SpekkingFix PHP Strict Standards: Declaration of UploadFromUrl...
2009-11-26 Tim StarlingRemoved JS2 work (has been moved to the js2-work branch...
2009-10-29 Bryan Tong MinhDo a weak boolean comparison against $asyncdownload...
2009-10-23 Bryan Tong Minh* Updated upload hooks documentation
2009-08-26 Bryan Tong Minh* Cleanup ApiUpload
2009-08-26 Bryan Tong Minh* Code style & commenting on upload functions.
2009-07-27 Michael Dale* ( bug 19930 ) default to SYNC_DOWNLOAD
2009-07-22 Alexandre Emsenhuber* no need to pass "$asyncdownload = false", this is...
2009-07-17 Michael Dale* fixed filldestination with for non-js2 version of...
2009-07-15 Michael DaleSome Strict Standards fixes per r53282 c3194
2009-07-15 Jack Phoenixcoding style cleanup for upload stuff
2009-07-14 Michael Dalehere it is ... the upload-api, script-server, js2 ...