Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/11423] Send unformatted usernames to the email template | Nathaniel Guse | 2013-03-09 | 2 | -2/+2 |
| | | | | PHPBB3-11423 | ||||
* | Merge remote-tracking branch 'EXreaction/ticket/11408' into develop | David King | 2013-03-06 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | # By Nathaniel Guse # Via Nathaniel Guse * EXreaction/ticket/11408: [ticket/11408] user_jabber instead of jabber | ||||
| * | [ticket/11408] user_jabber instead of jabber | Nathaniel Guse | 2013-03-06 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-11408 | ||||
* | | Merge remote-tracking branch 'EXreaction/ticket/11400' into develop | David King | 2013-03-05 | 1 | -2/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | # By Nathan Guse # Via Nathan Guse * EXreaction/ticket/11400: [ticket/11400] If email is disabled, disable it for notifications | ||||
| * | | [ticket/11400] If email is disabled, disable it for notifications | Nathan Guse | 2013-03-05 | 1 | -2/+1 |
| |/ | | | | | | | PHPBB3-11400 | ||||
* | | [ticket/11402] Fix undefined index in post/topic_in_queue | Nathan Guse | 2013-03-05 | 2 | -8/+35 |
|/ | | | | PHPBB3-11402 | ||||
* | [ticket/11103] Don't call generate_board_url many times | Nathan Guse | 2013-02-28 | 3 | -6/+9 |
| | | | | | | Fix a URL and some comments PHPBB3-11103 | ||||
* | [ticket/11103] Case time in queries as an int | Nathan Guse | 2013-02-28 | 1 | -3/+3 |
| | | | | PHPBB3-11103 | ||||
* | [ticket/11103] Correcting constructor comments | Nathan Guse | 2013-01-15 | 1 | -3/+3 |
| | | | | PHPBB3-11103 | ||||
* | [ticket/11103] Including the set call in the declaration throws errors | Nathan Guse | 2013-01-15 | 1 | -1/+8 |
| | | | | | | Call the set_notification_manager from the load_object function instead. PHPBB3-11103 | ||||
* | [ticket/11103] Fix some various issues, better comments | Nathan Guse | 2013-01-15 | 3 | -42/+130 |
| | | | | PHPBB3-11103 | ||||
* | [ticket/11103] Fix sending the user ids to get the username/avatar | Nathaniel Guse | 2012-12-27 | 6 | -6/+6 |
| | | | | PHPBB3-11103 | ||||
* | [ticket/11103] Fix some more merging issues | Nathaniel Guse | 2012-12-27 | 1 | -3/+1 |
| | | | | PHPBB3-11103 | ||||
* | [ticket/11103] Fix merge conflict | Nathaniel Guse | 2012-12-26 | 1 | -6/+1 |
| | | | | PHPBB3-11103 | ||||
* | [ticket/11103] updating comments | Nathan Guse | 2012-12-15 | 1 | -3/+3 |
| | | | | PHPBB3-11103 | ||||
* | [ticket/11103] data -> notification_data | Nathan Guse | 2012-12-15 | 2 | -8/+8 |
| | | | | PHPBB3-11103 | ||||
* | [ticket/11103] unread -> notification_read | Nathan Guse | 2012-12-15 | 6 | -16/+23 |
| | | | | PHPBB3-11103 | ||||
* | [ticket/11103] time -> notification_time | Nathan Guse | 2012-12-15 | 12 | -22/+21 |
| | | | | PHPBB3-11103 | ||||
* | [ticket/11103] Move is_enabled to a separate table for better performance | Nathan Guse | 2012-12-15 | 5 | -61/+91 |
| | | | | PHPBB3-11103 | ||||
* | [ticket/11103] Prune notifications function | Nathan Guse | 2012-12-15 | 1 | -3/+15 |
| | | | | | | To delete all notifications before a certain time PHPBB3-11103 | ||||
* | Merge branch 'ticket/11103' of github.com:EXreaction/phpbb3 into ticket/11103 | Nathan Guse | 2012-12-15 | 1 | -10/+0 |
|\ | |||||
| * | [ticket/11103] Mark topic/post subscription notification read when approved | Nathan Guse | 2012-12-15 | 1 | -10/+0 |
| | | | | | | | | PHPBB3-11103 | ||||
* | | [ticket/11103] Purge notifications (to be used when an extension is purged) | Nathan Guse | 2012-12-15 | 1 | -0/+15 |
|/ | | | | PHPBB3-11103 | ||||
* | [ticket/11103] dbal -> phpbb_db_driver | Nathan Guse | 2012-12-13 | 3 | -6/+6 |
| | | | | PHPBB3-11103 | ||||
* | [ticket/11103] Use scope: prototype | Nathan Guse | 2012-12-09 | 1 | -19/+1 |
| | | | | | | | | This lets us clean up the mess that was in load_object(), but requires scope: prototype to be added to the service definitions for all types or methods! PHPBB3-11103 | ||||
* | [ticket/11103] Some improvements to the user loader | Nathan Guse | 2012-12-08 | 7 | -28/+10 |
| | | | | PHPBB3-11103 | ||||
* | [ticket/11103] Do not prepend notification.(type|method) unless necessary | Nathan Guse | 2012-11-21 | 1 | -2/+6 |
| | | | | PHPBB3-11103 | ||||
* | [ticket/11103] Some comments | Nathan Guse | 2012-11-20 | 1 | -4/+12 |
| | | | | PHPBB3-11103 | ||||
* | [ticket/11103] Create user loader class, update for DIC | Nathan Guse | 2012-11-20 | 13 | -138/+98 |
| | | | | | | | | | | | | | Create a very basic user loader class to handle querying/storing user data in a centralized location. Use DIC collection service for notification types/methods. Cleanup unused dependencies. Fix some other issues. PHPBB3-11103 | ||||
* | [ticket/11103] Make jabber use short/ email template files | Nathaniel Guse | 2012-11-11 | 2 | -1/+15 |
| | | | | PHPBB3-11103 | ||||
* | [ticket/11103] Move all email templates to the email/ directory & prep short | Nathaniel Guse | 2012-11-11 | 6 | -6/+6 |
| | | | | | | Prepare short email templates (to be used in jabber) PHPBB3-11103 | ||||
* | [ticket/11103] Inject table prefix to notifications system instead of constants | Nathaniel Guse | 2012-11-09 | 2 | -22/+42 |
| | | | | PHPBB3-11103 | ||||
* | [ticket/11103] Comment indentation | Nathaniel Guse | 2012-11-09 | 1 | -6/+8 |
| | | | | PHPBB3-11103 | ||||
* | [ticket/11103] count is reserved, do not use in a SQL query | Nathaniel Guse | 2012-11-09 | 1 | -7/+7 |
| | | | | PHPBB3-11103 | ||||
* | [ticket/11103] Use phpBB Container to load types/methods | Nathaniel Guse | 2012-11-09 | 21 | -61/+217 |
| | | | | PHPBB3-11103 | ||||
* | [ticket/11103] enable/disable notifications functions | Nathan Guse | 2012-10-29 | 1 | -0/+32 |
| | | | | | | | | | | | | | | disable_notifications This should be called when an extension which has notification types is disabled so that all those notifications are hidden and do not cause errors enable_notifications This should be called when an extension which has notification types that was disabled is re-enabled so that all those notifications that were hidden are shown again PHPBB3-11103 | ||||
* | [ticket/11103] Make sure post/topic approved notifications are always unread | Nathan Guse | 2012-10-29 | 2 | -0/+40 |
| | | | | PHPBB3-11103 | ||||
* | [ticket/11103] _get_avatar -> get_user_avatar | Nathan Guse | 2012-10-29 | 8 | -8/+8 |
| | | | | PHPBB3-11103 | ||||
* | [ticket/11103] More cleanup | Nathan Guse | 2012-10-29 | 1 | -2/+2 |
| | | | | PHPBB3-11103 | ||||
* | [ticket/11103] Code cleanup | Nathan Guse | 2012-10-29 | 3 | -63/+1 |
| | | | | PHPBB3-11103 | ||||
* | [ticket/11103] Set basic notifications to be enabled by default | Nathan Guse | 2012-10-29 | 12 | -271/+175 |
| | | | | | | | | | | | 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] Correct the test case | Nathan Guse | 2012-10-20 | 1 | -4/+19 |
| | | | | | | Fix a bug that broke it and make sure to set the needed config/auth settings PHPBB3-11103 | ||||
* | [ticket/11103] Correct the comments on the notification classes | Nathan Guse | 2012-10-20 | 9 | -18/+18 |
| | | | | PHPBB3-11103 | ||||
* | [ticket/11103] PM notifications are not available if users cannot read them | Nathan Guse | 2012-10-20 | 1 | -0/+8 |
| | | | | PHPBB3-11103 | ||||
* | [ticket/11103] Notifications for subscriptions/bookmarks must obey ACP options | Nathan Guse | 2012-10-20 | 4 | -0/+32 |
| | | | | | | If bookmarks/subscriptions are disabled, they should not be listed in the UCP PHPBB3-11103 | ||||
* | [ticket/11103] Use the full class name as the item_type/method | Nathan Guse | 2012-10-20 | 18 | -282/+109 |
| | | | | | | This is going to require you recreate the db tables. PHPBB3-11103 | ||||
* | [ticket/11103] Do not have empty queue in the interface | Nathan Guse | 2012-10-20 | 1 | -5/+0 |
| | | | | | | This is not needed as it is not public. PHPBB3-11103 | ||||
* | [ticket/11103] Replace $email_template with get_email_template() | Nathan Guse | 2012-10-20 | 18 | -99/+163 |
| | | | | PHPBB3-11103 | ||||
* | [ticket/11103] Change is_disabled to is_enabled | Nathan Guse | 2012-10-19 | 5 | -15/+15 |
| | | | | | | | | | | | | If you're following along and would like to update your DB, you can run the following queries to do so: ALTER TABLE phpbb_notifications CHANGE `is_disabled` `is_enabled` TINYINT( 1 ) NOT NULL DEFAULT '1'; UPDATE `phpbb_notifications` SET is_enabled = 1; PHPBB3-11103 | ||||
* | [ticket/11103] Declare $ for jQuery, check for instance of, newlines at eof | Nathan Guse | 2012-10-18 | 1 | -2/+2 |
| | | | | PHPBB3-11103 |