re: r65152
[lhc/web/wiklou.git] / includes / upload / UploadFromUrl.php
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 ...