aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/avatar/driver/driver_interface.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14387] Extend avatar-driver by extension in ACP not possiblejaviexin2016-01-021-0/+7
| | | | | | | | | | 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/+7
| | | | | | | | 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/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+7
| | | | PHPBB3-12594
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-8/+0
| | | | PHPBB3-11980
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-14/+16
| | | | PHPBB3-11700
* [ticket/11700] With namespaces interface will no longer be a valid classnameNils Adermann2013-07-141-0/+116
PHPBB3-11700