Marc Alexander
27c5f61e30
[ticket/15769] Fix JS and avatar functional tests
...
PHPBB3-15769
2022-12-13 21:17:50 +01:00
Marc Alexander
cc8b4ef619
[ticket/16764] Remove remote avatar functionality
...
PHPBB3-16764
2021-04-23 22:26:07 +02:00
DinHere
8c9d26db1f
[ticket/15392] Changed dirname(__FILE__) to __DIR__
...
Changed dirname(__FILE__) to __DIR__ everywhere
PHPBB3-15392
2021-03-03 22:24:10 +01:00
rxu
ec565de6cb
[ticket/16549] Fix tests
...
PHPBB3-16549
2020-10-18 10:37:16 +07:00
Andreas Fischer
765d72d194
[ticket/13338] Do not use the _test.php suffix for abstract test case classes.
...
PHPBB3-13338
2014-11-17 21:53:27 +01:00
Marc Alexander
e0c2013bb9
[ticket/12822] Add method for deleting avatars and use confirm_box
...
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
2014-08-07 17:29:33 +02:00
Yuriy Rusko
a759704b39
[ticket/12594] Remove @package tags and update file headers
...
PHPBB3-12594
2014-05-27 20:51:13 +02:00
Marc Alexander
abb2def48d
[ticket/11842] Use avatar_data for obtaining driver that should be deleted
...
PHPBB3-11842
2013-12-04 15:42:17 +01:00
Marc Alexander
9b0b5481fe
[ticket/11534] Check remote avatar content type if possible
...
This should make sure that error pages like 404 or 503 pages are not treated
as remote avatar images.
PHPBB3-11534
2013-10-24 23:43:40 +02:00
Marc Alexander
e48f0555e9
[ticket/11531] Reduced amount of avatar functional tests to minimum
...
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
2013-07-20 14:36:38 +02:00
Marc Alexander
96989e536d
[ticket/11531] Use abstract class for avatar tests and unify test cases
...
PHPBB3-11531
2013-07-17 23:55:20 +02:00