aboutsummaryrefslogtreecommitdiffstats
path: root/tests/avatar/driver/foobar.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12620] Fix rebaseTristan Darricau2014-11-201-26/+26
| | | | PHPBB3-12620
* [ticket/11859] Add missing get_template_name method to test driversMarc Alexander2013-11-271-0/+5
| | | | PHPBB3-11859
* [ticket/11700] Fix avatar testsNils Adermann2013-09-161-1/+3
| | | | PHPBB3-11700
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-1/+1
| | | | PHPBB3-11700
* [feature/avatars] Pass phpbb_user to prepare and process form functionsMarc Alexander2013-02-191-2/+2
| | | | | | | The phpbb_user object might be used for language variables and other things. PHPBB3-10018
* [feature/avatars] Remove $request property and pass as argument if neededMarc Alexander2013-01-071-3/+3
| | | | | | | | Remove the $request property from the phpbb_avatar_driver class and rather pass it as function argument if it's needed in a function. Currently this is only the case for the class methods prepare_form() and process_form(). PHPBB3-10018
* [feature/avatars] Remove unnecessary "implements" from foobar avatarMarc Alexander2012-12-021-1/+1
| | | | PHPBB3-10018
* [feature/avatars] Do not use gravatar avatar in testsMarc Alexander2012-12-021-0/+19
PHPBB3-10018