aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11103] Move UCP Notification Options to Board Preferences tabNathan Guse2012-10-053-3/+3
| | | | | | Also rename to "Edit notification options" for consistency PHPBB3-11103
* [ticket/11103] trigger_error message when preferences updated in UCPNathan Guse2012-10-051-0/+4
| | | | PHPBB3-11103
* [ticket/11103] Bug fixingNathan Guse2012-10-051-1/+1
| | | | PHPBB3-11103
* [ticket/11103] ACP option to enable/disable notifications output in headerNathan Guse2012-10-056-8/+24
| | | | PHPBB3-11103
* [ticket/11103] Remove extra line break in the headerNathan Guse2012-10-0513-13/+0
| | | | | | Was introduced with ff136cc96a62147bc7468b716b86a30f12754e77 PHPBB3-11103
* [ticket/11103] Working on test caseNathan Guse2012-10-054-19/+31
| | | | | | | | 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-042-4/+5
| | | | PHPBB3-11103
* [ticket/11103] Create schema files with notification tablesNathan Guse2012-10-047-1/+310
| | | | PHPBB3-11103
* [ticket/11103] Do not use Symfony\...\ContainerBuilder;Nathan Guse2012-10-0414-15/+0
| | | | | | It's no longer needed PHPBB3-11103
* [ticket/11103] Make $phpbb_notifications a global and use it everywhereNathan Guse2012-10-049-46/+28
| | | | | | Do not use phpbb_container everywhere (makes testing difficult) PHPBB3-11103
* [ticket/11103] Do not abbreviate template outputNathan Guse2012-10-043-5/+5
| | | | PHPBB3-11103
* [ticket/11103] Use dependency injection instead of phpbb_containerNathan Guse2012-10-0418-218/+204
| | | | PHPBB3-11103
* [ticket/11103] Move notification files to includes/notification/Nathan Guse2012-10-0418-3/+3
| | | | PHPBB3-11103
* [ticket/11103] Rename classesNathan Guse2012-10-0420-36/+36
| | | | | | | phpbb_notifications_service -> phpbb_notification_manager phpbb_notifications_ -> phpbb_notification_ PHPBB3-11103
* Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103Nathan Guse2012-10-043-10/+11
|\
| * Merge branch 'develop-olympus' into developAndreas Fischer2012-10-022-3/+3
| |\ | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/11112] updating links to phpbb.com to use SSL Conflicts: phpBB/adm/index.php
| | * [ticket/11112] updating links to phpbb.com to use SSLSenky2012-10-012-3/+3
| | | | | | | | | | | | PHPBB3-11112
| * | Merge branch 'develop-olympus' into developAndreas Fischer2012-09-291-7/+8
| |\ \ | | |/ | | | | | | | | | * develop-olympus: [ticket/11122] Move Acyd Burn, Arty and Toonarmy to former contributors
| | * [ticket/11122] Move Acyd Burn, Arty and Toonarmy to former contributorsJoas Schilling2012-09-271-7/+8
| | | | | | | | | | | | PHPBB3-11122
* | | [ticket/11103] Note on the add_notifications function about the last changeNathan Guse2012-09-271-0/+2
| | | | | | | | | | | | PHPBB3-11103
* | | [ticket/11103] Only notify a user once for a single itemNathan Guse2012-09-2713-16/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: The user may be notified multiple times IF they use different notification options. e.g They are subscribed to topics they have bookmarked by a notification and subscribed to the topic by an email notification. In this case, they would receive two notifications. This occurs because we do not want to omit any more direct types of notifications (if they want an email, they should _always_ get at least one email). PHPBB3-11103
* | | [ticket/11103] UCP Notifications Options Form KeyNathan Guse2012-09-271-0/+7
| | | | | | | | | | | | PHPBB3-11103
* | | [ticket/11103] Use PM Notification Preferences from Notification OptionsNathan Guse2012-09-273-57/+11
| | | | | | | | | | | | | | | | | | Remove all PM Notification preferences from UCP Board Preferences PHPBB3-11103
* | | [ticket/11103] Language key needed in the UCPNathan Guse2012-09-271-0/+1
| | | | | | | | | | | | PHPBB3-11103
* | | [ticket/11103] Fix module setup, add explanation to templateNathan Guse2012-09-273-3/+8
| | | | | | | | | | | | PHPBB3-11103
* | | [ticket/11103] UCP Notifications module added to db updaterNathan Guse2012-09-271-1/+8
| | | | | | | | | | | | PHPBB3-11103
* | | [ticket/11103] A couple to-dosNathan Guse2012-09-272-5/+1
| | | | | | | | | | | | PHPBB3-11103
* | | [ticket/11103] Bug (using wrong variable)Nathan Guse2012-09-271-1/+1
| | | | | | | | | | | | PHPBB3-11103
* | | [ticket/11103] Types now all send notifications as per user settingNathan Guse2012-09-278-46/+72
| | | | | | | | | | | | PHPBB3-11103
* | | [ticket/11103] UCP Notification Options can now be setNathan Guse2012-09-276-19/+80
| | | | | | | | | | | | PHPBB3-11103
* | | [ticket/11103] Approve/disapprove notification optionsNathaniel Guse2012-09-272-12/+30
| | | | | | | | | | | | PHPBB3-11103
* | | [ticket/11103] Allow grouping of multiple types in ucp notification optionsNathaniel Guse2012-09-2712-20/+153
| | | | | | | | | | | | | | | | | | | | | | | | 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] Some tweaks to the template outputNathan Guse2012-09-262-17/+16
| | | | | | | | | | | | PHPBB3-11103
* | | [ticket/11103] More work on the UCP Notifications pageNathan Guse2012-09-264-3/+175
| | | | | | | | | | | | PHPBB3-11103
* | | Merge branch 'ticket/11103' of github.com:EXreaction/phpbb3 into ticket/11103Nathaniel Guse2012-09-261-0/+69
|\ \ \
| * | | [ticket/11103] Get subscription types/methods functions in the serviceNathan Guse2012-09-261-0/+69
| | | | | | | | | | | | | | | | PHPBB3-11103
* | | | [ticket/11103] UCP base files for notification optionsNathaniel Guse2012-09-262-0/+60
|/ / / | | | | | | | | | PHPBB3-11103
* | | [ticket/11103] Add/delete subscription functions for the serviceNathaniel Guse2012-09-251-4/+34
| | | | | | | | | | | | PHPBB3-11103
* | | [ticket/11103] Display number of notifications in the [ Notifications ] linkNathaniel Guse2012-09-251-1/+1
| | | | | | | | | | | | PHPBB3-11103
* | | [ticket/11103] Fixing some bugs with the post/topic notificationsNathaniel Guse2012-09-253-32/+21
| | | | | | | | | | | | PHPBB3-11103
* | | [ticket/11103] Bug fixingNathaniel Guse2012-09-202-1/+5
| | | | | | | | | | | | PHPBB3-11103
* | | [ticket/11103] Prettify the output for prosilver.Nathaniel Guse2012-09-208-32/+104
| | | | | | | | | | | | | | | | | | Create a way to mark items read from the output list. PHPBB3-11103
* | | [ticket/11103] Bug fixNathan Guse2012-09-163-3/+2
| | | | | | | | | | | | PHPBB3-11103
* | | [ticket/11103] Delete some notifications when deleting posts/topicsNathan Guse2012-09-151-2/+2
| | | | | | | | | | | | PHPBB3-11103
* | | [ticket/11103] Revert the changes to functions_display.phpNathan Guse2012-09-152-5/+4
| | | | | | | | | | | | | | | | | | | | | The css we need to apply to avatars can be applied through css rules. We don't need to be able to specify a class for the img. PHPBB3-11103
* | | [ticket/11103] Topic/Post in queue notificationNathan Guse2012-09-1516-56/+325
| | | | | | | | | | | | | | | | | | Also, bug fixes and cleanup PHPBB3-11103
* | | [ticket/11103] Topic and post dis/approval notificationsNathan Guse2012-09-1517-145/+416
| | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the formatted title function, plaintext is not needed since email templates are used Fix a number of bugs. PHPBB3-11103
* | | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103Nathan Guse2012-09-159-38/+54
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'EXreaction/ticket/11021' into developAndreas Fischer2012-09-156-9/+9
| |\ \ | | | | | | | | | | | | | | | | * EXreaction/ticket/11021: [ticket/11021] Fix the language changes that were lost previously
| | * | [ticket/11021] Fix the language changes that were lost previouslyNathan Guse2012-09-156-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | Change U_HOME to U_SITE_HOME PHPBB3-11021