aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/notification/method
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'EXreaction/ticket/11408' into developDavid King2013-03-061-1/+1
|\ | | | | | | | | | | | | # By Nathaniel Guse # Via Nathaniel Guse * EXreaction/ticket/11408: [ticket/11408] user_jabber instead of jabber
| * [ticket/11408] user_jabber instead of jabberNathaniel Guse2013-03-061-1/+1
| | | | | | | | PHPBB3-11408
* | [ticket/11400] If email is disabled, disable it for notificationsNathan Guse2013-03-051-2/+1
|/ | | | PHPBB3-11400
* [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-202-6/+12
| | | | | | | | | | | | | 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] Make jabber use short/ email template filesNathaniel Guse2012-11-112-1/+15
| | | | PHPBB3-11103
* [ticket/11103] Use phpBB Container to load types/methodsNathaniel Guse2012-11-093-0/+27
| | | | PHPBB3-11103
* [ticket/11103] Do not have empty queue in the interfaceNathan Guse2012-10-201-5/+0
| | | | | | This is not needed as it is not public. PHPBB3-11103
* [ticket/11103] Replace $email_template with get_email_template()Nathan Guse2012-10-201-1/+6
| | | | PHPBB3-11103
* [ticket/11103] Interface docblocksNathan Guse2012-10-182-0/+22
| | | | 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-043-26/+16
| | | | PHPBB3-11103
* [ticket/11103] Move notification files to includes/notification/Nathan Guse2012-10-044-0/+285
PHPBB3-11103