Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/11103] Set basic notifications to be enabled by default | Nathan Guse | 2012-10-29 | 1 | -1/+1 |
| | | | | | | | | | | | Now, if there is no row for the user in the user_notifications table, the user will receive basic notifications. If the user wishes to not receive notifications, a row must be added with notify = 0. For other methods besides the basic (e.g. email, jabber) a row must still be added with notify = 1 for them to receive notifications PHPBB3-11103 | ||||
* | [ticket/11103] Brackets on their own lines | Nathan Guse | 2012-10-18 | 1 | -9/+27 |
| | | | | PHPBB3-11103 | ||||
* | [ticket/11103] Mock notification manager | Nathan Guse | 2012-10-04 | 1 | -0/+76 |
Fixing delete_user_pms_test.php PHPBB3-11103 |