re r75906 — replace the removed getSessionKey() with stashSession()
[lhc/web/wiklou.git] / includes / upload / UploadFromUrl.php
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 ...