aboutsummaryrefslogtreecommitdiffstats
path: root/tests/avatar/driver/foobar.php
Commit message (Collapse)AuthorAgeFilesLines
* [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