Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/11444] Update tests and cleanup types/methods | Tristan Darricau | 2015-07-13 | 1 | -0/+5 |
| | | | | PHPBB3-11444 | ||||
* | [ticket/11444] Moving the in-board notifications to a method class | Nicofuma | 2015-07-13 | 1 | -1/+9 |
| | | | | | | | | | | | | | | 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/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -3/+7 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/11103] Create user loader class, update for DIC | Nathan Guse | 2012-11-20 | 1 | -0/+19 |
| | | | | | | | | | | | | | Create a very basic user loader class to handle querying/storing user data in a centralized location. Use DIC collection service for notification types/methods. Cleanup unused dependencies. Fix some other issues. PHPBB3-11103 | ||||
* | [feature/compiled-dic] Compile the DI Container into a cached class | David King | 2012-11-10 | 1 | -0/+160 |
PHPBB3-11152 |