This website requires JavaScript.
Explore
Help
Sign in
Thijs
/
wiki.techinc.nl
Watch
1
Star
0
Fork
You've already forked wiki.techinc.nl
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
202bd2eb33
wiki.techinc.nl
/
includes
/
upload
History
Bryan Tong Minh
aa3462611e
* Remove code duplication for UploadStash: Move all thumbName generation code to its own function File::generateThumbName which accepts a $name parameter which can be called by File::thumbName() and any other functions that require it. The essentially duplicate function StashFile::getParamThumbName() has been removed.
...
* Add a small url encoding fix
2011-02-11 19:10:31 +00:00
..
UploadBase.php
Fixup some trailing newlines
2011-02-02 10:42:17 +00:00
UploadFromFile.php
$wgMaxUploadSize may now be set to an array to specify the upload size limit per upload type.
2011-01-06 19:42:55 +00:00
UploadFromStash.php
Fixup some trailing newlines
2011-02-02 10:42:17 +00:00
UploadFromUrl.php
Follow-up r81612, disable $wgAllowAsyncCopyUploads
2011-02-06 22:53:07 +00:00
UploadStash.php
* Remove code duplication for UploadStash: Move all thumbName generation code to its own function File::generateThumbName which accepts a $name parameter which can be called by File::thumbName() and any other functions that require it. The essentially duplicate function StashFile::getParamThumbName() has been removed.
2011-02-11 19:10:31 +00:00