Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/12620] Fix rebase | Tristan Darricau | 2014-11-20 | 2 | -52/+52 |
| | | | | PHPBB3-12620 | ||||
* | [ticket/11859] Add missing get_template_name method to test drivers | Marc Alexander | 2013-11-27 | 2 | -0/+10 |
| | | | | PHPBB3-11859 | ||||
* | [ticket/11700] Fix avatar tests | Nils Adermann | 2013-09-16 | 2 | -2/+6 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 2 | -2/+2 |
| | | | | PHPBB3-11700 | ||||
* | [feature/avatars] Pass phpbb_user to prepare and process form functions | Marc Alexander | 2013-02-19 | 2 | -4/+4 |
| | | | | | | | The phpbb_user object might be used for language variables and other things. PHPBB3-10018 | ||||
* | [feature/avatars] Differentiate tests for get drivers functions | Marc Alexander | 2013-01-08 | 1 | -0/+19 |
| | | | | | | Tests for get_all_drivers() and get_enabled_drivers() should be different. PHPBB3-10018 | ||||
* | [feature/avatars] Remove $request property and pass as argument if needed | Marc Alexander | 2013-01-07 | 1 | -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 avatar | Marc Alexander | 2012-12-02 | 1 | -1/+1 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Do not use gravatar avatar in tests | Marc Alexander | 2012-12-02 | 1 | -0/+19 |
PHPBB3-10018 |