| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/11103] Move UCP Notification Options to Board Preferences tab | Nathan Guse | 2012-10-05 | 1 | -1/+1 |
| | | | | | | | Also rename to "Edit notification options" for consistency PHPBB3-11103 | ||||
| * | [ticket/11103] trigger_error message when preferences updated in UCP | Nathan Guse | 2012-10-05 | 1 | -0/+4 |
| | | | | | PHPBB3-11103 | ||||
| * | [ticket/11103] Bug fixing | Nathan Guse | 2012-10-05 | 1 | -1/+1 |
| | | | | | PHPBB3-11103 | ||||
| * | [ticket/11103] ACP option to enable/disable notifications output in header | Nathan Guse | 2012-10-05 | 2 | -8/+14 |
| | | | | | PHPBB3-11103 | ||||
| * | [ticket/11103] Remove extra line break in the header | Nathan Guse | 2012-10-05 | 13 | -13/+0 |
| | | | | | | | Was introduced with ff136cc96a62147bc7468b716b86a30f12754e77 PHPBB3-11103 | ||||
| * | [ticket/11103] Working on test case | Nathan Guse | 2012-10-05 | 4 | -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 changes | Nathan Guse | 2012-10-04 | 2 | -4/+5 |
| | | | | | PHPBB3-11103 | ||||
| * | [ticket/11103] Do not use Symfony\...\ContainerBuilder; | Nathan Guse | 2012-10-04 | 14 | -15/+0 |
| | | | | | | | It's no longer needed PHPBB3-11103 | ||||
| * | [ticket/11103] Make $phpbb_notifications a global and use it everywhere | Nathan Guse | 2012-10-04 | 6 | -43/+23 |
| | | | | | | | Do not use phpbb_container everywhere (makes testing difficult) PHPBB3-11103 | ||||
| * | [ticket/11103] Do not abbreviate template output | Nathan Guse | 2012-10-04 | 1 | -2/+2 |
| | | | | | PHPBB3-11103 | ||||
| * | [ticket/11103] Use dependency injection instead of phpbb_container | Nathan Guse | 2012-10-04 | 17 | -217/+195 |
| | | | | | PHPBB3-11103 | ||||
| * | [ticket/11103] Move notification files to includes/notification/ | Nathan Guse | 2012-10-04 | 18 | -3/+3 |
| | | | | | PHPBB3-11103 | ||||
| * | [ticket/11103] Rename classes | Nathan Guse | 2012-10-04 | 19 | -35/+35 |
| | | | | | | | | phpbb_notifications_service -> phpbb_notification_manager phpbb_notifications_ -> phpbb_notification_ PHPBB3-11103 | ||||
| * | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103 | Nathan Guse | 2012-10-04 | 2 | -3/+3 |
| |\ | |||||
| | * | Merge branch 'develop-olympus' into develop | Andreas Fischer | 2012-10-02 | 2 | -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 SSL | Senky | 2012-10-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | PHPBB3-11112 | ||||
| * | | | [ticket/11103] Note on the add_notifications function about the last change | Nathan Guse | 2012-09-27 | 1 | -0/+2 |
| | | | | | | | | | | | | | PHPBB3-11103 | ||||
| * | | | [ticket/11103] Only notify a user once for a single item | Nathan Guse | 2012-09-27 | 13 | -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 Key | Nathan Guse | 2012-09-27 | 1 | -0/+7 |
| | | | | | | | | | | | | | PHPBB3-11103 | ||||
| * | | | [ticket/11103] Use PM Notification Preferences from Notification Options | Nathan Guse | 2012-09-27 | 2 | -33/+11 |
| | | | | | | | | | | | | | | | | | | | Remove all PM Notification preferences from UCP Board Preferences PHPBB3-11103 | ||||
| * | | | [ticket/11103] A couple to-dos | Nathan Guse | 2012-09-27 | 2 | -5/+1 |
| | | | | | | | | | | | | | PHPBB3-11103 | ||||
| * | | | [ticket/11103] Bug (using wrong variable) | Nathan Guse | 2012-09-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-11103 | ||||
| * | | | [ticket/11103] Types now all send notifications as per user setting | Nathan Guse | 2012-09-27 | 8 | -46/+72 |
| | | | | | | | | | | | | | PHPBB3-11103 | ||||
| * | | | [ticket/11103] UCP Notification Options can now be set | Nathan Guse | 2012-09-27 | 3 | -15/+73 |
| | | | | | | | | | | | | | PHPBB3-11103 | ||||
| * | | | [ticket/11103] Approve/disapprove notification options | Nathaniel Guse | 2012-09-27 | 2 | -12/+30 |
| | | | | | | | | | | | | | PHPBB3-11103 | ||||
| * | | | [ticket/11103] Allow grouping of multiple types in ucp notification options | Nathaniel Guse | 2012-09-27 | 11 | -17/+150 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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] More work on the UCP Notifications page | Nathan Guse | 2012-09-26 | 2 | -3/+113 |
| | | | | | | | | | | | | | PHPBB3-11103 | ||||
| * | | | Merge branch 'ticket/11103' of github.com:EXreaction/phpbb3 into ticket/11103 | Nathaniel Guse | 2012-09-26 | 1 | -0/+69 |
| |\ \ \ | |||||
| | * | | | [ticket/11103] Get subscription types/methods functions in the service | Nathan Guse | 2012-09-26 | 1 | -0/+69 |
| | | | | | | | | | | | | | | | | | PHPBB3-11103 | ||||
| * | | | | [ticket/11103] UCP base files for notification options | Nathaniel Guse | 2012-09-26 | 2 | -0/+60 |
| |/ / / | | | | | | | | | | PHPBB3-11103 | ||||
| * | | | [ticket/11103] Add/delete subscription functions for the service | Nathaniel Guse | 2012-09-25 | 1 | -4/+34 |
| | | | | | | | | | | | | | PHPBB3-11103 | ||||
| * | | | [ticket/11103] Fixing some bugs with the post/topic notifications | Nathaniel Guse | 2012-09-25 | 3 | -32/+21 |
| | | | | | | | | | | | | | PHPBB3-11103 | ||||
| * | | | [ticket/11103] Bug fixing | Nathaniel Guse | 2012-09-20 | 2 | -1/+5 |
| | | | | | | | | | | | | | PHPBB3-11103 | ||||
| * | | | [ticket/11103] Prettify the output for prosilver. | Nathaniel Guse | 2012-09-20 | 3 | -23/+57 |
| | | | | | | | | | | | | | | | | | | | Create a way to mark items read from the output list. PHPBB3-11103 | ||||
| * | | | [ticket/11103] Bug fix | Nathan Guse | 2012-09-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-11103 | ||||
| * | | | [ticket/11103] Delete some notifications when deleting posts/topics | Nathan Guse | 2012-09-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | PHPBB3-11103 | ||||
| * | | | [ticket/11103] Revert the changes to functions_display.php | Nathan Guse | 2012-09-15 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | | | | | | | 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 notification | Nathan Guse | 2012-09-15 | 12 | -55/+288 |
| | | | | | | | | | | | | | | | | | | | Also, bug fixes and cleanup PHPBB3-11103 | ||||
| * | | | [ticket/11103] Topic and post dis/approval notifications | Nathan Guse | 2012-09-15 | 15 | -137/+404 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/11103 | Nathan Guse | 2012-09-15 | 2 | -29/+33 |
| |\ \ \ | |/ / | |||||
| | * | | Merge remote-tracking branch 'EXreaction/ticket/11021' into develop | Andreas Fischer | 2012-09-15 | 1 | -1/+1 |
| | |\ \ | | | | | | | | | | | | | | | | | * EXreaction/ticket/11021: [ticket/11021] Fix the language changes that were lost previously | ||||
| | | * | | [ticket/11021] Fix the language changes that were lost previously | Nathan Guse | 2012-09-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Change U_HOME to U_SITE_HOME PHPBB3-11021 | ||||
| | * | | | Merge remote-tracking branch 'EXreaction/ticket/11021' into develop | Andreas Fischer | 2012-09-15 | 2 | -29/+33 |
| | |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * EXreaction/ticket/11021: [ticket/11021] Remove unnecessary line spacing in functions.php [ticket/11021] Use L_SITE_HOME instead of L_HOME [ticket/11021] Better language strings for site home url/text [ticket/11021] subsilver2 support [ticket/11021] Add the option to specify a Site home URL and text | ||||
| | | * | | [ticket/11021] Remove unnecessary line spacing in functions.php | Nathan Guse | 2012-09-15 | 1 | -29/+29 |
| | | | | | | | | | | | | | | | | | PHPBB3-11021 | ||||
| | | * | | [ticket/11021] Use L_SITE_HOME instead of L_HOME | Nathan Guse | 2012-09-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Check site home url against !== '', not empty PHPBB3-11021 | ||||
| | | * | | [ticket/11021] Better language strings for site home url/text | Nathan Guse | 2012-09-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct the logo title to be {L_HOME} if {U_HOME} is used. Check if the Home text is instead of just equal to false when outputting it to the template PHPBB3-11021 | ||||
| | | * | | [ticket/11021] Add the option to specify a Site home URL and text | Nathan Guse | 2012-07-22 | 2 | -0/+4 |
| | | | | | | | | | | | | | | | | | PHPBB3-11021 | ||||
| * | | | | [ticket/11103] Starting approve_post type notification | Nathan Guse | 2012-09-15 | 2 | -25/+122 |
| | | | | | | | | | | | | | | | | | PHPBB3-11103 | ||||
| * | | | | [ticket/11103] Bots/Anonymous never receive notifications | Nathan Guse | 2012-09-15 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Do not waste queries trying to load notifications for these users PHPBB3-11103 | ||||
| * | | | | [ticket/11103] Display all unread notifications by default | Nathan Guse | 2012-09-14 | 2 | -9/+51 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Add unread count to the page title PHPBB3-11103 | ||||
