aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/info/ucp_notifications.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11444] Moving the in-board notifications to a method classNicofuma2015-07-131-1/+1
| | | | | | | | | | | | | | 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
* Merge branch 'develop-ascraeus' into developAndreas Fischer2014-05-281-6/+7
|\ | | | | | | | | | | | | * develop-ascraeus: [ticket/12594] Replace phpBB Group with phpBB Limited [ticket/12594] Update footer credit lines [ticket/12594] Remove @package tags and update file headers
| * [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+7
| | | | | | | | PHPBB3-12594
* | [ticket/12564] Remove version definition from ACP/MCP/UCP module info filesMatt Friedman2014-05-181-1/+0
|/ | | | PHPBB3-12564
* [ticket/11103] UCP Notification ListNathan Guse2012-10-131-0/+1
| | | | PHPBB3-11103
* [ticket/11103] Move UCP Notification Options to Board Preferences tabNathan Guse2012-10-051-1/+1
| | | | | | Also rename to "Edit notification options" for consistency PHPBB3-11103
* [ticket/11103] Allow grouping of multiple types in ucp notification optionsNathaniel Guse2012-09-271-1/+1
| | | | | | | | Ability to hide notification types from UCP Notification options (if users do not have permission to use the notification type, or for whatever reason they should not see it) PHPBB3-11103
* [ticket/11103] UCP base files for notification optionsNathaniel Guse2012-09-261-0/+34
PHPBB3-11103