Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -5/+7 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/12356] Assign vars preventing Plupload from loading in PM editor. | Cesar G | 2014-04-09 | 1 | -1/+5 |
| | | | | PHPBB3-12356 | ||||
* | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11912 | Marc Alexander | 2013-11-23 | 1 | -8/+0 |
|\ | | | | | | | | | Conflicts: phpBB/config/services.yml | ||||
| * | [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files. | Andreas Fischer | 2013-10-30 | 1 | -8/+0 |
| | | | | | | | | PHPBB3-11980 | ||||
* | | [ticket/11912] Remove obsolete $file_info from plupload | Marc Alexander | 2013-11-11 | 1 | -2/+0 |
| | | | | | | | | PHPBB3-11912 | ||||
* | | [ticket/11912] Supply filename to content_guesser for guessing on windows | Marc Alexander | 2013-10-24 | 1 | -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 plupload | Marc Alexander | 2013-10-23 | 1 | -2/+9 |
|/ | | | | PHPBB3-11912 | ||||
* | [feature/plupload/integration] Integration of Plupload | Andreas Fischer | 2013-10-11 | 1 | -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 |