aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/notification/method
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15911] Resolve warnings when updating from 3.0.0 to latestMarc Alexander2018-12-181-1/+1
| | | | PHPBB3-15911
* [ticket/15850] Fix "Duplicate entry" for notification typesJakub Senko2018-10-181-1/+1
| | | | PHPBB3-15850
* [ticket/11453] Improve performance of notification.method.messenger_baseJakub Senko2018-07-271-2/+2
| | | | PHPBB3-11453
* [ticket/15328] Use type_interfacekasimi2017-09-073-9/+15
| | | | PHPBB3-15328
* [ticket/15328] Disable checkbox if notification method isn't supportedkasimi2017-08-243-4/+25
| | | | PHPBB3-15328
* Merge branch '3.1.x' into 3.2.xMarc Alexander2016-08-161-1/+1
|\
| * [ticket/14745] Removed unneeded HTML ampersandWesley Fok2016-08-151-1/+1
| | | | | | | | | | | | | | Changed the HTML ampersand entity in U_NOTIFICATION_SETTINGS into a bare ampersand character. PHPBB3-14745
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-03-131-1/+1
|\ \ | |/
| * [ticket/14533] U_NOTIFICATION_SETTINGS doesn't return the correct URLSkouat2016-03-121-1/+1
| | | | | | | | PHPBB3-14533
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-02-281-1/+1
|\ \ | |/
| * [ticket/14443] Introduce additional parameter to messengerMartin Beckmann2016-02-011-1/+1
| | | | | | | | PHPBB3-14443
* | [ticket/14237] Use $language class for notificationsMatt Friedman2015-10-132-0/+2
| | | | | | | | PHPBB3-14237
* | Merge branch '3.1.x'Andreas Fischer2015-08-051-1/+1
|\ \ | |/ | | | | | | * 3.1.x: [ticket/13711] Notifications are sent to inactive users
| * [ticket/13711] Notifications are sent to inactive usersRMcGirr832015-07-271-1/+1
| | | | | | | | PHPBB3-13711
* | [ticket/11444] Cleanup method constructorsTristan Darricau2015-07-135-66/+87
| | | | | | | | PHPBB3-11444
* | [ticket/11444] Moving the in-board notifications to a method classNicofuma2015-07-133-0/+573
|/ | | | | | | | | | | | | | 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/13790] Update phpcsTristan Darricau2015-05-191-2/+2
| | | | PHPBB3-13790
* [ticket/12990] Use the full services name for the notification's typesTristan Darricau2014-08-162-2/+2
| | | | PHPBB3-12990
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-275-23/+37
| | | | PHPBB3-12594
* [ticket/12282] Use interface for type hintingJoas Schilling2014-04-011-3/+3
| | | | PHPBB3-12282
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-305-40/+0
| | | | PHPBB3-11980
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-165-29/+39
| | | | PHPBB3-11700
* [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-142-8/+8
| | | | PHPBB3-11700
* [ticket/11700] With namespaces interface will no longer be a valid classnameNils Adermann2013-07-141-1/+1
| | | | PHPBB3-11700
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-145-0/+385
PHPBB3-11698