61 wfDebug( __METHOD__ .
" creating new UploadStash instance for " .
$user->getId() .
"\n" );
63 wfDebug( __METHOD__ .
" creating new UploadStash instance with no user\n" );
87 return self::isValidKey(
$request->getText(
'wpFileKey',
$request->getText(
'wpSessionKey' ) ) );
102 $metadata = $this->stash->getMetadata(
$key );
104 $initTempFile ? $this->
getRealPath( $metadata[
'us_path'] ) :
false,
105 $metadata[
'us_size'],
109 $this->mFileKey =
$key;
110 $this->mVirtualTempPath = $metadata[
'us_path'];
111 $this->mFileProps = $this->stash->getFileProps(
$key );
112 $this->mSourceType = $metadata[
'us_source_type'];
120 $fileKey =
$request->getText(
'wpFileKey',
$request->getText(
'wpSessionKey' ) );
123 $desiredDestName =
$request->getText(
128 $this->
initialize( $fileKey, $desiredDestName );
143 return $this->mFileProps[
'sha1'];
159 $this->mLocalFile = parent::stashFile(
$user );
177 return $this->stash->removeFile( $this->mFileKey );
184 parent::postProcessUpload();
magic word the default is to use $key to get the and $key value or $key value text $key value html to format the value $key
Implements uploading from previously stored file.
getTempFileSha1Base36()
Get the base 36 SHA1 of the file.
wfDebug($text, $dest= 'all', array $context=[])
Sends a line to the debug log if enabled or, optionally, to a comment in output.
stashSession()
This should return the key instead of the UploadStashFile instance, for backward compatibility.
UploadBase and subclasses are the backend of MediaWiki's file uploads.
stashFile(User $user=null)
Stash the file.
static singleton()
Get a RepoGroup instance.
This document is intended to provide useful advice for parties seeking to redistribute MediaWiki to end users It s targeted particularly at maintainers for Linux since it s been observed that distribution packages of MediaWiki often break We ve consistently had to recommend that users seeking support use official tarballs instead of their distribution s and this often solves whatever problem the user is having It would be nice if this could such and we might be restricted by PHP settings such as safe mode or open_basedir We cannot assume that the software even has read access anywhere useful Many shared hosts run all users web applications under the same user
Wikitext formatted, in the key only.
postProcessUpload()
Remove the database record after a successful upload.
please add to it if you re going to add events to the MediaWiki code where normally authentication against an external auth plugin would be creating a local account $user
unsaveUploadedFile()
Remove a temporarily kept file stashed by saveTempUploadedFile().
__construct($user=false, $stash=false, $repo=false)
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency which acts as the top level factory for services in MediaWiki which can be used to gain access to default instances of various services MediaWikiServices however also allows new services to be defined and default services to be redefined Services are defined or redefined by providing a callback the instantiator that will return a new instance of the service When it will create an instance of MediaWikiServices and populate it with the services defined in the files listed by thereby bootstrapping the DI framework Per $wgServiceWiringFiles lists includes ServiceWiring php
UploadStash is intended to accomplish a few things:
error also a ContextSource you ll probably need to make sure the header is varied on $request
static isValidRequest($request)
initializeFromRequest(&$request)
initialize($key, $name= 'upload_file', $initTempFile=true)
initializePathInfo($name, $tempPath, $fileSize, $removeTempFile=false)
Initialize the path information.
Allows to change the fields on the form that will be generated $name