wiki.techinc.nl/includes/upload
2010-07-29 13:53:51 +00:00
..
UploadBase.php Uploading to a protected title will allow the user to choose a new name instead of showing an error page 2010-07-29 13:04:34 +00:00
UploadFromFile.php Follow-up r70037: Fix ApiUpload by passing a WebRequestUpload to the the initializer 2010-07-27 21:53:52 +00:00
UploadFromStash.php Uploading to a protected title will allow the user to choose a new name instead of showing an error page 2010-07-29 13:04:34 +00:00
UploadFromUrl.php Made asynchronous upload by URL working, partly. Hid it behind $wgAllowAsyncCopyUploads. If there are no errors then everything works expected; the same if there are unrecoverable errors. User intervention to solve warnings is not yet possible, because $_SESSION is not available in runJobs. This also means that async with leavemessage = false is broken. 2010-07-29 13:53:51 +00:00