aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/notification/method/base.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11413] Revert some cache service related changes from earlierNathaniel Guse2013-05-131-3/+3
| | | | PHPBB3-11413
* [ticket/11413] Fix notification testsNathaniel Guse2013-04-291-2/+2
| | | | | | | Send types/methods the cache service, not the driver (not sure why the driver was sent before) PHPBB3-11413
* [ticket/11103] Correcting constructor commentsNathan Guse2013-01-151-3/+3
| | | | PHPBB3-11103
* [ticket/11103] Fix some various issues, better commentsNathan Guse2013-01-151-11/+29
| | | | PHPBB3-11103
* [ticket/11103] dbal -> phpbb_db_driverNathan Guse2012-12-131-2/+2
| | | | PHPBB3-11103
* [ticket/11103] Create user loader class, update for DICNathan Guse2012-11-201-4/+10
| | | | | | | | | | | | | 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
* [ticket/11103] Expand class vars and use docblocks for phpBB classesNathan Guse2012-10-181-19/+28
| | | | PHPBB3-11103
* [ticket/11103] Remove extra line break in the headerNathan Guse2012-10-051-1/+0
| | | | | | Was introduced with ff136cc96a62147bc7468b716b86a30f12754e77 PHPBB3-11103
* [ticket/11103] Working on test caseNathan Guse2012-10-051-1/+1
| | | | | | | | Fixing extension type/method naming scheme so they can be autoloaded. Other bugs PHPBB3-11103
* [ticket/11103] Fixing a few bugs from the previous changesNathan Guse2012-10-041-1/+2
| | | | PHPBB3-11103
* [ticket/11103] Do not use Symfony\...\ContainerBuilder;Nathan Guse2012-10-041-1/+0
| | | | | | It's no longer needed PHPBB3-11103
* [ticket/11103] Use dependency injection instead of phpbb_containerNathan Guse2012-10-041-19/+11
| | | | PHPBB3-11103
* [ticket/11103] Move notification files to includes/notification/Nathan Guse2012-10-041-0/+92
PHPBB3-11103