Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '3.1.x' | Marc Alexander | 2016-01-06 | 1 | -0/+16 |
|\ | |||||
| * | [ticket/14387] Extend avatar-driver by extension in ACP not possible | javiexin | 2016-01-02 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | Create two driver methods to provide the driver config name and the driver ACP template name, and use them within the manager method. Default driver config name and template name are the same as now. But new drivers are able to override the config name and template name with their own, including @vendor_extension. PHPBB3-14387 | ||||
| * | [ticket/14387] Extend avatar-driver by extension in ACP not possible | javiexin | 2016-01-02 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | Create a driver method to provide the driver config name, and use it within the manager method. Default driver config name is the same as now. But new drivers are able to override the config name with their own. PHPBB3-14387 | ||||
* | | [ticket/14150] Update fast-image-size to newest version | Marc Alexander | 2015-09-08 | 1 | -3/+3 |
| | | | | | | | | PHPBB3-14150 | ||||
* | | [ticket/8672] Use fastImageSize in classes | Marc Alexander | 2015-04-24 | 1 | -3/+3 |
| | | | | | | | | PHPBB3-8672 | ||||
* | | [ticket/8672] Add class for retrieving imagesize without download | Marc Alexander | 2015-04-24 | 1 | -1/+6 |
|/ | | | | | | | | getimagesize() always downloads the complete file before checking the actual image dimensions. This class will be able to do the same without having to download possibly large files. PHPBB3-8672 | ||||
* | [ticket/12715] Cleanup comments in \phpbb\avatar\driver\* | Tristan Darricau | 2014-06-15 | 1 | -6/+5 |
| | | | | PHPBB3-12715 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -4/+7 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/11859] Make avatar drivers return template filename | Marc Alexander | 2013-11-27 | 1 | -11/+0 |
| | | | | | | | | The service name might not follow the expected naming scheme which would cause abnormally long filenames and confusion for authors that might add more avatar drivers. PHPBB3-11859 | ||||
* | [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files. | Andreas Fischer | 2013-10-30 | 1 | -8/+0 |
| | | | | PHPBB3-11980 | ||||
* | [ticket/11930] Update docblock of avatar driver constructor | Marc Alexander | 2013-10-21 | 1 | -0/+1 |
| | | | | PHPBB3-11930 | ||||
* | [ticket/11930] Modify order of properties to fit constructor method | Marc Alexander | 2013-10-21 | 1 | -7/+7 |
| | | | | PHPBB3-11930 | ||||
* | [ticket/11930] Move path_helper in front of optional cache argument | Marc Alexander | 2013-10-21 | 1 | -1/+1 |
| | | | | | | Optional method arguments should be after any mandatory ones. PHPBB3-11930 | ||||
* | [ticket/11930] Use \phpbb\path_helper for avatar URLs | Marc Alexander | 2013-10-17 | 1 | -1/+8 |
| | | | | | | | This will ensure that avatars still properly display on extension pages supplied via app.php. PHPBB3-11930 | ||||
* | [ticket/11700] Correctly load avatar templates for namespaced drivers | Nils Adermann | 2013-09-19 | 1 | -1/+1 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 1 | -7/+9 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11700] Modify all code to use the new interface names | Nils Adermann | 2013-07-14 | 1 | -4/+4 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11698] Moving all autoloadable files to phpbb/ | Nils Adermann | 2013-07-14 | 1 | -0/+138 |
PHPBB3-11698 |