Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/13338] Do not use the _test.php suffix for abstract test case classes. | Andreas Fischer | 2014-11-17 | 1 | -2/+2 |
| | | | | PHPBB3-13338 | ||||
* | [ticket/12822] Add method for deleting avatars and use confirm_box | Marc Alexander | 2014-08-07 | 1 | -1/+1 |
| | | | | | | | | The method will take care of the actual deletion process in the avatar manager. Additionally, we'll be using a confirm box while deleting the avatar to prevent users from accidentally deleting their avatars. PHPBB3-12822 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -6/+10 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/11531] Reduced amount of avatar functional tests to minimum | Marc Alexander | 2013-07-20 | 1 | -91/+0 |
| | | | | | | | | The tests were reduced to only test one case that should be correct and one that should fail. Different test cases have been split up over the specific test files for the acp groups, acp users, ucp groups, and ucp users page. PHPBB3-11531 | ||||
* | [ticket/11531] Use abstract class for avatar tests and unify test cases | Marc Alexander | 2013-07-17 | 1 | -0/+152 |
PHPBB3-11531 |