aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/avatar/driver/driver.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.1.x'Marc Alexander2016-01-061-0/+16
|\
| * [ticket/14387] Extend avatar-driver by extension in ACP not possiblejaviexin2016-01-021-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 possiblejaviexin2016-01-021-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 versionMarc Alexander2015-09-081-3/+3
| | | | | | | | PHPBB3-14150
* | [ticket/8672] Use fastImageSize in classesMarc Alexander2015-04-241-3/+3
| | | | | | | | PHPBB3-8672
* | [ticket/8672] Add class for retrieving imagesize without downloadMarc Alexander2015-04-241-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 Darricau2014-06-151-6/+5
| | | | PHPBB3-12715
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+7
| | | | PHPBB3-12594
* [ticket/11859] Make avatar drivers return template filenameMarc Alexander2013-11-271-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 Fischer2013-10-301-8/+0
| | | | PHPBB3-11980
* [ticket/11930] Update docblock of avatar driver constructorMarc Alexander2013-10-211-0/+1
| | | | PHPBB3-11930
* [ticket/11930] Modify order of properties to fit constructor methodMarc Alexander2013-10-211-7/+7
| | | | PHPBB3-11930
* [ticket/11930] Move path_helper in front of optional cache argumentMarc Alexander2013-10-211-1/+1
| | | | | | Optional method arguments should be after any mandatory ones. PHPBB3-11930
* [ticket/11930] Use \phpbb\path_helper for avatar URLsMarc Alexander2013-10-171-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 driversNils Adermann2013-09-191-1/+1
| | | | PHPBB3-11700
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-7/+9
| | | | PHPBB3-11700
* [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-141-4/+4
| | | | PHPBB3-11700
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-0/+138
PHPBB3-11698