Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/15911] Resolve warnings when updating from 3.0.0 to latest | Marc Alexander | 2018-12-18 | 1 | -1/+1 |
| | | | | PHPBB3-15911 | ||||
* | [ticket/15850] Fix "Duplicate entry" for notification types | Jakub Senko | 2018-10-18 | 1 | -1/+1 |
| | | | | PHPBB3-15850 | ||||
* | [ticket/11453] Improve performance of notification.method.messenger_base | Jakub Senko | 2018-07-27 | 1 | -2/+2 |
| | | | | PHPBB3-11453 | ||||
* | [ticket/15328] Use type_interface | kasimi | 2017-09-07 | 3 | -9/+15 |
| | | | | PHPBB3-15328 | ||||
* | [ticket/15328] Disable checkbox if notification method isn't supported | kasimi | 2017-08-24 | 3 | -4/+25 |
| | | | | PHPBB3-15328 | ||||
* | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-08-16 | 1 | -1/+1 |
|\ | |||||
| * | [ticket/14745] Removed unneeded HTML ampersand | Wesley Fok | 2016-08-15 | 1 | -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.x | Marc Alexander | 2016-03-13 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | [ticket/14533] U_NOTIFICATION_SETTINGS doesn't return the correct URL | Skouat | 2016-03-12 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-14533 | ||||
* | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-02-28 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | [ticket/14443] Introduce additional parameter to messenger | Martin Beckmann | 2016-02-01 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-14443 | ||||
* | | [ticket/14237] Use $language class for notifications | Matt Friedman | 2015-10-13 | 2 | -0/+2 |
| | | | | | | | | PHPBB3-14237 | ||||
* | | Merge branch '3.1.x' | Andreas Fischer | 2015-08-05 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * 3.1.x: [ticket/13711] Notifications are sent to inactive users | ||||
| * | [ticket/13711] Notifications are sent to inactive users | RMcGirr83 | 2015-07-27 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-13711 | ||||
* | | [ticket/11444] Cleanup method constructors | Tristan Darricau | 2015-07-13 | 5 | -66/+87 |
| | | | | | | | | PHPBB3-11444 | ||||
* | | [ticket/11444] Moving the in-board notifications to a method class | Nicofuma | 2015-07-13 | 3 | -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 phpcs | Tristan Darricau | 2015-05-19 | 1 | -2/+2 |
| | | | | PHPBB3-13790 | ||||
* | [ticket/12990] Use the full services name for the notification's types | Tristan Darricau | 2014-08-16 | 2 | -2/+2 |
| | | | | PHPBB3-12990 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 5 | -23/+37 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/12282] Use interface for type hinting | Joas Schilling | 2014-04-01 | 1 | -3/+3 |
| | | | | PHPBB3-12282 | ||||
* | [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files. | Andreas Fischer | 2013-10-30 | 5 | -40/+0 |
| | | | | PHPBB3-11980 | ||||
* | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 5 | -29/+39 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11700] Modify all code to use the new interface names | Nils Adermann | 2013-07-14 | 2 | -8/+8 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11700] With namespaces interface will no longer be a valid classname | Nils Adermann | 2013-07-14 | 1 | -1/+1 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11698] Moving all autoloadable files to phpbb/ | Nils Adermann | 2013-07-14 | 5 | -0/+385 |
PHPBB3-11698 |