| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [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 | 6 | -19/+80 |
| | | | | | 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 | 12 | -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 output | Nathan Guse | 2012-09-26 | 2 | -17/+16 |
| | | | | | PHPBB3-11103 | ||||
| * | [ticket/11103] More work on the UCP Notifications page | Nathan Guse | 2012-09-26 | 4 | -3/+175 |
| | | | | | 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] Display number of notifications in the [ Notifications ] link | Nathaniel Guse | 2012-09-25 | 1 | -1/+1 |
| | | | | | 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 | 8 | -32/+104 |
| | | | | | | | Create a way to mark items read from the output list. PHPBB3-11103 | ||||
| * | [ticket/11103] Bug fix | Nathan Guse | 2012-09-16 | 3 | -3/+2 |
| | | | | | 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 | 2 | -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 notification | Nathan Guse | 2012-09-15 | 16 | -56/+325 |
| | | | | | | | Also, bug fixes and cleanup PHPBB3-11103 | ||||
| * | [ticket/11103] Topic and post dis/approval notifications | Nathan Guse | 2012-09-15 | 17 | -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/11103 | Nathan Guse | 2012-09-15 | 9 | -38/+54 |
| |\ | |||||
| | * | Merge remote-tracking branch 'EXreaction/ticket/11021' into develop | Andreas Fischer | 2012-09-15 | 6 | -9/+9 |
| | |\ | | | | | | | | | | | | | * 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 | 6 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | Change U_HOME to U_SITE_HOME PHPBB3-11021 | ||||
| | * | | Merge remote-tracking branch 'EXreaction/ticket/11021' into develop | Andreas Fischer | 2012-09-15 | 9 | -36/+52 |
| | |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | * 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 | 4 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | Check site home url against !== '', not empty PHPBB3-11021 | ||||
| | | * | [ticket/11021] Better language strings for site home url/text | Nathan Guse | 2012-09-15 | 3 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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] subsilver2 support | Nathan Guse | 2012-07-22 | 2 | -2/+2 |
| | | | | | | | | | | | | | PHPBB3-11021 | ||||
| | | * | [ticket/11021] Add the option to specify a Site home URL and text | Nathan Guse | 2012-07-22 | 7 | -3/+19 |
| | | | | | | | | | | | | | 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] Some tweaks to the notifications output | Nathan Guse | 2012-09-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | PHPBB3-11103 | ||||
| * | | | [ticket/11103] Display all unread notifications by default | Nathan Guse | 2012-09-14 | 5 | -20/+56 |
| | | | | | | | | | | | | | | | | | | | Add unread count to the page title PHPBB3-11103 | ||||
| * | | | [ticket/11103] Use appropriate email templates to send notifications | Nathan Guse | 2012-09-14 | 13 | -50/+147 |
| | | | | | | | | | | | | | | | | | | | Fixing a number of bugs PHPBB3-11103 | ||||
| * | | | [ticket/11103] Normalization of $phpbb_notifications variable name | Nathan Guse | 2012-09-14 | 5 | -21/+21 |
| | | | | | | | | | | | | | | | | | | | | | | Use $phpbb_notifications instead of $notifications everywhere for consistency and conflict prevention. PHPBB3-11103 | ||||
| * | | | [ticket/11103] Add/Update/Mark Read functions accept an array for the type | Nathan Guse | 2012-09-14 | 8 | -76/+178 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This saves a lot of code in some areas (where the same data is sent, just for different types) Notifications for bookmarks PHPBB3-11103 | ||||
| * | | | [ticket/11103] Delete notifications for PMs deleted by phpbb_delete_user_pms | Nathan Guse | 2012-09-14 | 1 | -0/+13 |
| | | | | | | | | | | | | | PHPBB3-11103 | ||||
| * | | | [ticket/11103] Mark Private Messages as read | Nathan Guse | 2012-09-14 | 1 | -1/+5 |
| | | | | | | | | | | | | | PHPBB3-11103 | ||||
| * | | | [ticket/11103] Mark all post/quote notifications read when marking topics | Nathan Guse | 2012-09-14 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | Mark forum read marks all topics read, so do so properly for notifications PHPBB3-11103 | ||||
| * | | | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103 | Nathan Guse | 2012-09-14 | 15 | -28/+225 |
| |\ \ \ | |/ / | | | | | | | | | | Conflicts: phpBB/config/services.yml | ||||
| | * | | Merge remote-tracking branch 'imkingdavid/ticket/11086' into develop | Andreas Fischer | 2012-09-14 | 1 | -13/+33 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | * imkingdavid/ticket/11086: [ticket/11086] Move DI processing below $request definition [ticket/11086] Fix database_update.php to use Dependency Injection Container | ||||
| | | * | | [ticket/11086] Move DI processing below $request definition | David King | 2012-09-13 | 1 | -8/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | As per PR #991 (ticket/11101). PHPBB3-11086 | ||||
| | | * | | [ticket/11086] Fix database_update.php to use Dependency Injection Container | David King | 2012-09-13 | 1 | -13/+34 |
| | | | | | | | | | | | | | | | | | PHPBB3-11086 | ||||
| | * | | | Merge remote-tracking branch 'igorw/ticket/11101' into develop | Andreas Fischer | 2012-09-14 | 3 | -15/+15 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | * igorw/ticket/11101: [ticket/11101] Delay execution of container processors | ||||
| | | * | | | [ticket/11101] Delay execution of container processors | Igor Wiedler | 2012-09-08 | 3 | -15/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix the name of the ext processor service. PHPBB3-11101 | ||||
| | * | | | | Merge remote-tracking branch 'bantu/ticket/11109' into develop | Andreas Fischer | 2012-09-14 | 1 | -2/+13 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * bantu/ticket/11109: [ticket/11109] Re-add file conflict checks to compress class | ||||
| | | * | | | | [ticket/11109] Re-add file conflict checks to compress class | Fyorl | 2012-09-14 | 1 | -2/+13 |
| | |/ / / / | | | | | | | | | | | | | | | | PHPBB3-11109 | ||||
| | * | | | | Merge branch 'develop-olympus' into develop | Andreas Fischer | 2012-09-14 | 11 | -0/+166 |
| | |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/11045] Removed file conflict tests for compress class [ticket/11045] Replaced __DIR__ with dirname(__FILE__) [ticket/11045] Opening brace on its own line [ticket/11045] Explicitely check for zlib and bz2 [ticket/11045] Added tests for file conflicts [ticket/11045] Added unit tests for the compress class | ||||
| | | * | | | Merge remote-tracking branch 'Fyorl/ticket/11045' into develop-olympus | Andreas Fischer | 2012-09-14 | 11 | -0/+166 |
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fyorl/ticket/11045: [ticket/11045] Removed file conflict tests for compress class [ticket/11045] Replaced __DIR__ with dirname(__FILE__) [ticket/11045] Opening brace on its own line [ticket/11045] Explicitely check for zlib and bz2 [ticket/11045] Added tests for file conflicts [ticket/11045] Added unit tests for the compress class | ||||
| | | | * | | | [ticket/11045] Removed file conflict tests for compress class | Fyorl | 2012-09-11 | 1 | -13/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11045 | ||||
| | | | * | | | [ticket/11045] Replaced __DIR__ with dirname(__FILE__) | Fyorl | 2012-09-01 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11045 | ||||
