Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/14972] replace all occurrences of sizeof() with the count() | rxu | 2018-01-01 | 1 | -1/+1 |
| | | | | PHPBB3-14972 | ||||
* | [ticket/14237] Use $language class for notifications | Matt Friedman | 2015-10-13 | 1 | -0/+2 |
| | | | | PHPBB3-14237 | ||||
* | [ticket/11444] Update tests and cleanup types/methods | Tristan Darricau | 2015-07-13 | 1 | -27/+27 |
| | | | | PHPBB3-11444 | ||||
* | [ticket/11444] Moving the in-board notifications to a method class | Nicofuma | 2015-07-13 | 1 | -3/+30 |
| | | | | | | | | | | | | | | 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/13680] Updated quote notifications | JoshyPHP | 2015-05-15 | 1 | -1/+8 |
| | | | | | | | Added get_quote_authors() to text_formatter.utils service to retrieve the names used in first-level quotes PHPBB3-13680 | ||||
* | [ticket/13782] Rename null driver to dummy for PHP7 compatibility | Marc Alexander | 2015-05-04 | 1 | -1/+1 |
| | | | | PHPBB3-13782 | ||||
* | [ticket/13762] Moving language related functionality into a separate class | MateBartus | 2015-05-02 | 1 | -2/+5 |
| | | | | PHPBB3-13762 | ||||
* | [ticket/13154] Don't assign dispatcher to a variable. Just the obj param. | brunoais | 2015-01-10 | 1 | -1/+1 |
| | | | | PHPBB3-13154 | ||||
* | [ticket/13154] Adjusting phpBB tests for the dispatcher | brunoais | 2014-12-17 | 1 | -0/+3 |
| | | | | PHPBB3-13154 | ||||
* | [ticket/12990] Fix unit tests | Tristan Darricau | 2014-08-17 | 1 | -17/+18 |
| | | | | PHPBB3-12990 | ||||
* | [ticket/12932] Fix tests and calls to create_datetime | Marc Alexander | 2014-08-10 | 1 | -1/+1 |
| | | | | PHPBB3-12932 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -3/+7 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/12008] Update the run time value for the prune notifications cron task | Cesar G | 2013-11-14 | 1 | -0/+1 |
| | | | | PHPBB3-12008 | ||||
* | [ticket/11700] Fix tests after merging new develop code | Nils Adermann | 2013-09-16 | 1 | -6/+6 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11744] Helper function to assert notifications in base test | Nathan Guse | 2013-07-27 | 1 | -0/+22 |
| | | | | | | This also fixes tests PHPBB3-11744 | ||||
* | [ticket/11744] Copyright year | Nathan Guse | 2013-07-27 | 1 | -1/+1 |
| | | | | PHPBB3-11744 | ||||
* | [ticket/11744] Fix tests for postgresql | Nathaniel Guse | 2013-07-26 | 1 | -5/+0 |
| | | | | PHPBB3-11744 | ||||
* | [ticket/11744] Empty notifications tables after testing them | Nathaniel Guse | 2013-07-26 | 1 | -0/+9 |
| | | | | PHPBB3-11744 | ||||
* | [ticket/11744] Create base notification test class for setup | Nathaniel Guse | 2013-07-26 | 1 | -0/+105 |
PHPBB3-11744 |