| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge remote-tracking branch 'remotes/bantu/ticket/11452' into develop | Nathaniel Guse | 2013-05-11 | 1 | -1/+1 |
| |\ | |||||
| | * | [ticket/11452] Now notification_method_email checks whether user has address. | Andreas Fischer | 2013-03-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Make sure the user has an email address set before offering email notifications. The address could be missing for whatever reason, e.g. external authentication. This is also consistent with XMPP/Jabber now. PHPBB3-11452 | ||||
| * | | [ticket/11488] Use correct base class in email notification method | Marc Alexander | 2013-04-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | In ticket/11451 this was not correctly changed to reflect the new class phpbb_notifcation_method_messenger_base. Additionally, an undefined variable error has been fixed in messenger_base.php (change should be confirmed by bantu though). PHPBB3-11488 | ||||
| * | | [ticket/11445] Add abstract class phpbb_notification_method_messenger_base. | Andreas Fischer | 2013-03-16 | 1 | -77/+1 |
| |/ | | | | PHPBB3-11445 | ||||
| * | [ticket/11400] If email is disabled, disable it for notifications | Nathan Guse | 2013-03-05 | 1 | -2/+1 |
| | | | | | PHPBB3-11400 | ||||
| * | [ticket/11103] Create user loader class, update for DIC | Nathan Guse | 2012-11-20 | 1 | -2/+2 |
| | | | | | | | | | | | | | | 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 files | Nathaniel Guse | 2012-11-11 | 1 | -1/+8 |
| | | | | | PHPBB3-11103 | ||||
| * | [ticket/11103] Use phpBB Container to load types/methods | Nathaniel Guse | 2012-11-09 | 1 | -0/+10 |
| | | | | | PHPBB3-11103 | ||||
| * | [ticket/11103] Replace $email_template with get_email_template() | Nathan Guse | 2012-10-20 | 1 | -1/+6 |
| | | | | | PHPBB3-11103 | ||||
| * | [ticket/11103] Interface docblocks | Nathan Guse | 2012-10-18 | 1 | -0/+3 |
| | | | | | PHPBB3-11103 | ||||
| * | [ticket/11103] Use dependency injection instead of phpbb_container | Nathan Guse | 2012-10-04 | 1 | -3/+3 |
| | | | | | PHPBB3-11103 | ||||
| * | [ticket/11103] Move notification files to includes/notification/ | Nathan Guse | 2012-10-04 | 1 | -0/+104 |
| PHPBB3-11103 | |||||
