Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/12153] Remove redundant calls to pagination.on_page(). | Cesar G | 2014-02-03 | 1 | -1/+0 |
| | | | | PHPBB3-12153 | ||||
* | [ticket/12034] AJAXify notifications popup. | Cesar G | 2013-12-30 | 1 | -1/+13 |
| | | | | PHPBB3-12034 | ||||
* | [ticket/11849] Update UCP notifications and pm folder | Joas Schilling | 2013-12-18 | 1 | -2/+4 |
| | | | | PHPBB3-11849 | ||||
* | [ticket/11896] Use $form_time and fix out of bounds $form_time | Marc Alexander | 2013-11-14 | 1 | -2/+3 |
| | | | | PHPBB3-11896 | ||||
* | [ŧicket/11896] Set form_time with time() when marking all notifications read | Marc Alexander | 2013-11-09 | 1 | -1/+1 |
| | | | | | | | | | | form_time is only set if is passed via the form. Since the mark notifications read link does not use the form, it will default to 0 causing the mark notifications logic to only mark notifications read if their time is smaller or equal to 0. This patch will change ucp_notifications to correctly set form_time for the confirm_box. PHPBB3-11896 | ||||
* | [ticket/11983] Add missing argument to docblock in ucp_notifications | Marc Alexander | 2013-11-02 | 1 | -0/+1 |
| | | | | | | | The argument $subscriptions was not documented in the docblock of the method output_notification_types() until now. PHPBB3-11983 | ||||
* | [ticket/11981] Fix code sniffer complaints | Marc Alexander | 2013-10-28 | 1 | -6/+6 |
| | | | | PHPBB3-11981 | ||||
* | [ticket/11921] Move any HTML for Notifications to the templates | Matt Friedman | 2013-10-16 | 1 | -1/+1 |
| | | | | PHPBB3-11921 | ||||
* | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 1 | -8/+8 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11533] Columns counter for notification settings | Vjacheslav Trushkin | 2013-05-11 | 1 | -0/+4 |
| | | | | | | | Add columns counter template variable. It counts number of notification types + column for name + column for checkbox PHPBB3-11533 | ||||
* | [ticket/11103] Instantiate $phpbb_notifications as needed | Nathan Guse | 2012-12-13 | 1 | -1/+3 |
| | | | | | | https://github.com/phpbb/phpbb3/pull/992#discussion_r2413976 PHPBB3-11103 | ||||
* | [ticket/11103] Use $request->variable rather than request_var | Nathan Guse | 2012-12-08 | 1 | -4/+4 |
| | | | | PHPBB3-11103 | ||||
* | [ticket/11103] Use phpBB Container to load types/methods | Nathaniel Guse | 2012-11-09 | 1 | -12/+12 |
| | | | | PHPBB3-11103 | ||||
* | [ticket/11103] Set basic notifications to be enabled by default | Nathan Guse | 2012-10-29 | 1 | -13/+12 |
| | | | | | | | | | | | 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] Use the full class name as the item_type/method | Nathan Guse | 2012-10-20 | 1 | -2/+2 |
| | | | | | | This is going to require you recreate the db tables. PHPBB3-11103 | ||||
* | [ticket/11103] Remove unnecessary comments | Nathan Guse | 2012-10-18 | 1 | -4/+0 |
| | | | | | | | Comments that are not needed because the actions are completely self-explanatory PHPBB3-11103 | ||||
* | [ticket/11103] Remove todo comments that are no longer todo | Nathan Guse | 2012-10-14 | 1 | -1/+0 |
| | | | | PHPBB3-11103 | ||||
* | [ticket/11103] UCP Notification option grouping | Nathan Guse | 2012-10-13 | 1 | -28/+39 |
| | | | | | | Also add the ability to specify an _EXPLAIN text for the notification option PHPBB3-11103 | ||||
* | [ticket/11103] UCP Notification List | Nathan Guse | 2012-10-13 | 1 | -5/+77 |
| | | | | PHPBB3-11103 | ||||
* | [ticket/11103] Starting work on UCP Notifications list | Nathan Guse | 2012-10-13 | 1 | -41/+48 |
| | | | | PHPBB3-11103 | ||||
* | [ticket/11103] trigger_error message when preferences updated in UCP | Nathan Guse | 2012-10-05 | 1 | -0/+4 |
| | | | | PHPBB3-11103 | ||||
* | [ticket/11103] Make $phpbb_notifications a global and use it everywhere | Nathan Guse | 2012-10-04 | 1 | -6/+1 |
| | | | | | | Do not use phpbb_container everywhere (makes testing difficult) PHPBB3-11103 | ||||
* | [ticket/11103] Rename classes | Nathan Guse | 2012-10-04 | 1 | -4/+4 |
| | | | | | | | phpbb_notifications_service -> phpbb_notification_manager phpbb_notifications_ -> phpbb_notification_ PHPBB3-11103 | ||||
* | [ticket/11103] UCP Notifications Options Form Key | Nathan Guse | 2012-09-27 | 1 | -0/+7 |
| | | | | PHPBB3-11103 | ||||
* | [ticket/11103] UCP Notification Options can now be set | Nathan Guse | 2012-09-27 | 1 | -13/+30 |
| | | | | PHPBB3-11103 | ||||
* | [ticket/11103] Allow grouping of multiple types in ucp notification options | Nathaniel Guse | 2012-09-27 | 1 | -2/+2 |
| | | | | | | | | 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 | 1 | -2/+93 |
| | | | | PHPBB3-11103 | ||||
* | [ticket/11103] UCP base files for notification options | Nathaniel Guse | 2012-09-26 | 1 | -0/+26 |
PHPBB3-11103 |