Marc Alexander
d7bf50bc80
[ticket/11930] Move path_helper in front of optional cache argument
...
Optional method arguments should be after any mandatory ones.
PHPBB3-11930
2013-10-21 10:20:12 +02:00
Marc Alexander
e1fc008d15
[ticket/11930] Use \phpbb\path_helper for avatar URLs
...
This will ensure that avatars still properly display on extension pages
supplied via app.php.
PHPBB3-11930
2013-10-17 14:20:59 +02:00
Nils Adermann
b95fdacdd3
[ticket/11700] Move all recent code to namespaces
...
PHPBB3-11700
2013-09-16 00:25:27 +02:00
Nathan Guse
14f1340903
[ticket/11335] (avatars) Make php_ext 'php' not '.php'
...
PHPBB3-11335
2013-04-24 17:45:46 -05:00
Marc Alexander
84272b1028
[feature/avatars] Move definition of driver_collection to avatars.yml
...
PHPBB3-10018
2013-01-15 22:13:23 +01:00
Marc Alexander
aeeb85e1cf
[feature/avatars] Remove the obsolete request argument for avatar drivers
...
This should have been removed earlier when the phpbb_request object was
dropped from the arguments to the avatar drivers.
PHPBB3-10018
2013-01-15 22:07:01 +01:00
Marc Alexander
26bde05a30
[feature/avatars] Call set_name() method in avatars.yml
...
This is needed after 8a28271d was merged.
PHPBB3-10018
2012-12-09 19:42:50 +01:00
Marc Alexander
0a5d54cc9b
[feature/avatars] Shorten avatar driver's class name
...
The addition of "core_" that was used until now would require additional
avatar drivers (e.g. in extensions) to also include that in their class
name which would be incorrect.
PHPBB3-10018
2012-11-16 17:19:04 +01:00
Marc Alexander
60b4c907b2
[feature/avatars] Add service containers for avatars
...
PHPBB3-10018
2012-11-15 18:10:54 +01:00