aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/notification_test.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.1.x' into 3.2.xTristan Darricau2016-12-111-1/+2
|\ | | | | | | | | | | | | * 3.1.x: [ticket/14855] Update notification and PM alert bubbles [ticket/14855] Update notification and PM alert bubbles [ticket/14855] Update notification and PM alert bubbles
| * [ticket/14855] Update notification and PM alert bubblesjaviexin2016-12-101-1/+2
| | | | | | | | | | | | | | | | | | Alternative implementation without removing notification from the DOM, but changing the class. So that style designers might have more options (show/not show). Fix tests better. PHPBB3-14855
| * [ticket/14855] Update notification and PM alert bubblesjaviexin2016-12-101-1/+1
| | | | | | | | | | | | | | | | | | Alternative implementation without removing notification from the DOM, but changing the class. So that style designers might have more options (show/not show). Fix tests. PHPBB3-14855
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-121-1/+1
|\ \ | |/
| * [ticket/14855] Update notification functional testMatt Friedman2016-11-051-1/+1
| | | | | | | | PHPBB3-14855
* | [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-311-2/+0
| | | | | | | | PHPBB3-14576
* | [ticket/11444] Update testsTristan Darricau2015-07-131-0/+2
| | | | | | | | PHPBB3-11444
* | [ticket/11444] Moving the in-board notifications to a method classNicofuma2015-07-131-4/+4
|/ | | | | | | | | | | | | | Currently the in-board method for the notifications is hardcoded and cannot be disabled. This method should be in his own class extending `phpbb\notification\method\method_interface`. It also add the possibility, for each method, to be enabled by default (ie: no entry in the DB => notification enabled). https://tracker.phpbb.com/browse/PHPBB3-11444 https://tracker.phpbb.com/browse/PHPBB3-11967 PHPBB3-11444
* [ticket/13189] Do not use confirm box for marking all notifications readMarc Alexander2014-10-201-2/+0
| | | | | | | | | We already use a token for preventing CSRF when marking notifications read. Making a user confirm the marking read action serves no real purpose. No information will be lost by just marking the notifications read but it will prevent users from always having to confirm this action. PHPBB3-13189
* [ticket/12990] Fix unit testsTristan Darricau2014-08-171-8/+8
| | | | PHPBB3-12990
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/12370] Fix functional notification test and remove unneeded requestsJoas Schilling2014-04-071-6/+3
| | | | PHPBB3-12370
* [ticket/9758] Adds id and changes filter to fix travis CI testCrizzo2014-03-281-1/+1
| | | | PHPBB3-9758
* [ticket/11896] Add functional tests for marking all notifications readMarc Alexander2013-11-091-0/+33
| | | | PHPBB3-11896
* Merge branch 'ticket/11568' into ticket/11568-developJoas Schilling2013-05-311-1/+1
| | | | | | | | | | | * ticket/11568: [ticket/11568] Split status code and html debug assertion into two methods [ticket/11568] Add comma at end of array key-value couple [ticket/11568] Invert logic for asserting the response [ticket/11568] Use static calls for static methods Conflicts: tests/test_framework/phpbb_functional_test_case.php
* [ticket/develop/11568] Remove unneccessary calls to assert_response_success()Joas Schilling2013-05-281-1/+0
| | | | PHPBB3-11568
* [ticket/11533] Update unit testsVjacheslav Trushkin2013-05-111-1/+1
| | | | | | Update notification settings functional unit test for new layout PHPBB3-11533
* [ticket/11460] Add default behaviour tests for notification and email types.Andreas Fischer2013-03-241-2/+12
| | | | PHPBB3-11460
* [ticket/11460] Add test for whether post_email and topic_email are checked.Andreas Fischer2013-03-221-0/+46
PHPBB3-11460