| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -6/+7 |
| | | | | | PHPBB3-12594 | ||||
| * | Merge pull request #1815 from marc1706/ticket/11525 | Nils Adermann | 2013-11-13 | 1 | -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 Alexander | 2013-11-13 | 1 | -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 avatar | Joas Schilling | 2013-11-10 | 1 | -3/+10 |
| | | | | | | | | | PHPBB3-11525 | ||||
| | * | [ticket/11525] Fix doc blocks | Joas Schilling | 2013-11-10 | 1 | -4/+7 |
| | | | | | | | | | PHPBB3-11525 | ||||
| | * | [ticket/11525] Only remove group or user prefix from given avatar data | Marc Alexander | 2013-10-24 | 1 | -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 Fischer | 2013-10-30 | 1 | -8/+0 |
| | | | | | | | | | PHPBB3-11980 | ||||
| * | | [ticket/11857] Use passed service collection instead of container in manager | Marc Alexander | 2013-10-27 | 1 | -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 drivers | Nils Adermann | 2013-09-19 | 1 | -1/+1 |
| | | | | | PHPBB3-11700 | ||||
| * | [ticket/11700] Correctly handle avatar drivers with namespaces | Nils Adermann | 2013-09-19 | 1 | -3/+3 |
| | | | | | PHPBB3-11700 | ||||
| * | [ticket/11700] Use underscores in avatar driver template file names | Nils Adermann | 2013-09-16 | 1 | -1/+1 |
| | | | | | PHPBB3-11700 | ||||
| * | [ticket/11700] Load avatar explanations correctly from namespaces | Nils Adermann | 2013-09-16 | 1 | -1/+1 |
| | | | | | PHPBB3-11700 | ||||
| * | [ticket/11700] Correctly generate lang key from avatar driver class | Nils Adermann | 2013-09-16 | 1 | -1/+1 |
| | | | | | PHPBB3-11700 | ||||
| * | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 1 | -7/+9 |
| | | | | | PHPBB3-11700 | ||||
| * | [ticket/11698] Moving all autoloadable files to phpbb/ | Nils Adermann | 2013-07-14 | 1 | -0/+309 |
| PHPBB3-11698 | |||||
