aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/avatar/manager.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+7
| | | | PHPBB3-12594
* Merge pull request #1815 from marc1706/ticket/11525Nils Adermann2013-11-131-20/+18
|\ | | | | [ticket/11525] Only remove group or user prefix from given avatar data
| * [ticket/11525] Use foreach instead of array_walk in method clean_row()Marc Alexander2013-11-131-23/+9
| | | | | | | | | | | | | | | | This approach is cleaner and probably even faster the previous ways that included using array_walk() or array_map() and other helper functions and methods. PHPBB3-11525
| * [ticket/11525] Prefix id parameter with 'g' again when its a group avatarJoas Schilling2013-11-101-3/+10
| | | | | | | | PHPBB3-11525
| * [ticket/11525] Fix doc blocksJoas Schilling2013-11-101-4/+7
| | | | | | | | PHPBB3-11525
| * [ticket/11525] Only remove group or user prefix from given avatar dataMarc Alexander2013-10-241-6/+8
| | | | | | | | | | | | | | | | | | | | | | Until now, the user data had both user_id and group_id keys in the avatar data. As both group_ and user_ prefixes were removed the group_id was collapsed onto the user_id and therefore all users in the same group had the same prefix for their uploaded avatars. This patch will make sure that the correct id is used depending on whether it's a group's or user's avatar data. PHPBB3-11525
* | [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-8/+0
| | | | | | | | PHPBB3-11980
* | [ticket/11857] Use passed service collection instead of container in managerMarc Alexander2013-10-271-11/+19
|/ | | | | | | | The service collection that was already passed to the avatar manager should be used in the avatar manager method get_driver() instead of the container itself. PHPBB3-11857
* [ticket/11700] Correctly load avatar templates for namespaced driversNils Adermann2013-09-191-1/+1
| | | | PHPBB3-11700
* [ticket/11700] Correctly handle avatar drivers with namespacesNils Adermann2013-09-191-3/+3
| | | | PHPBB3-11700
* [ticket/11700] Use underscores in avatar driver template file namesNils Adermann2013-09-161-1/+1
| | | | PHPBB3-11700
* [ticket/11700] Load avatar explanations correctly from namespacesNils Adermann2013-09-161-1/+1
| | | | PHPBB3-11700
* [ticket/11700] Correctly generate lang key from avatar driver classNils Adermann2013-09-161-1/+1
| | | | PHPBB3-11700
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-7/+9
| | | | PHPBB3-11700
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-0/+309
PHPBB3-11698