aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/plupload
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-5/+7
| | | | PHPBB3-12594
* [ticket/12356] Assign vars preventing Plupload from loading in PM editor.Cesar G2014-04-091-1/+5
| | | | PHPBB3-12356
* Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11912Marc Alexander2013-11-231-8/+0
|\ | | | | | | | | Conflicts: phpBB/config/services.yml
| * [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-8/+0
| | | | | | | | PHPBB3-11980
* | [ticket/11912] Remove obsolete $file_info from pluploadMarc Alexander2013-11-111-2/+0
| | | | | | | | PHPBB3-11912
* | [ticket/11912] Supply filename to content_guesser for guessing on windowsMarc Alexander2013-10-241-1/+1
| | | | | | | | | | | | | | | | | | The filename of the files sent to the guesser by plupload do not contain the file extension. Therefore, it's impossible to guess the mimetype if only the content_guesser is available and the function mime_content_type() doesn't exist. By supplying the filename we can circumvent this issue. PHPBB3-11912
* | [ticket/11912] Integrate mimetype guesser with pluploadMarc Alexander2013-10-231-2/+9
|/ | | | PHPBB3-11912
* [feature/plupload/integration] Integration of PluploadAndreas Fischer2013-10-111-0/+374
This commit is a highly-refactored and up-to-date version of Fyorl's work which was part of his Google Summer of Code 2012 project "Attachment Improvements". PHPBB3-10929