| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'EXreaction/ticket/11413' into develop | David King | 2013-05-20 | 7 | -119/+214 |
|\ |
|
| * | [ticket/11413] Revert some cache service related changes from earlier | Nathaniel Guse | 2013-05-13 | 1 | -3/+3 |
| * | [ticket/11413] $user should have been $this->user | Nathaniel Guse | 2013-05-13 | 1 | -1/+1 |
| * | [ticket/11413] Translate the error | Nathan Guse | 2013-05-10 | 1 | -1/+1 |
| * | [ticket/11413] Remove remaining irrelevant code to this PR | Nathaniel Guse | 2013-05-03 | 1 | -3/+3 |
| * | [ticket/11413] Fix notification tests | Nathaniel Guse | 2013-04-29 | 3 | -4/+33 |
| * | [ticket/11413] Prevent recursive function calls | Nathaniel Guse | 2013-04-29 | 1 | -1/+4 |
| * | [ticket/11413] Undo editing the user_notifications table | Nathaniel Guse | 2013-04-29 | 5 | -45/+54 |
| * | [ticket/11413] Rename columns in notification/manager.php | Nathaniel Guse | 2013-04-28 | 1 | -111/+165 |
* | | Merge remote-tracking branch 'remotes/bantu/ticket/11452' into develop | Nathaniel Guse | 2013-05-11 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | [ticket/11452] Now notification_method_email checks whether user has address. | Andreas Fischer | 2013-03-17 | 1 | -1/+1 |
* | | [ticket/11454] Add messenger function set_addresses | Nathaniel Guse | 2013-04-24 | 1 | -1/+1 |
* | | [ticket/11454] Correct jabber global available check | Nathaniel Guse | 2013-04-24 | 1 | -1/+7 |
* | | [ticket/11488] Use correct base class in email notification method | Marc Alexander | 2013-04-15 | 2 | -2/+2 |
* | | Merge pull request #1316 from nickvergessen/ticket/11405 | Nils Adermann | 2013-03-31 | 5 | -4/+35 |
|\ \ |
|
| * | | [ticket/11474] Clarify comment with "global" and forum_id = 0 | Joas Schilling | 2013-03-26 | 2 | -2/+2 |
| * | | [ticket/11474] Check read permission before sending *_in_queue notifications | Joas Schilling | 2013-03-26 | 2 | -2/+16 |
| * | | [ticket/11405] Order users in bookmark, in order to pass postgres tests | Joas Schilling | 2013-03-26 | 1 | -0/+1 |
| * | | [ticket/11405] Sort $users array in order to prevent issues on postgres | Joas Schilling | 2013-03-25 | 1 | -0/+1 |
| * | | [ticket/11405] Send post notifications to forum subscribers | Joas Schilling | 2013-03-25 | 1 | -0/+15 |
| |/ |
|
* | | Merge pull request #1300 from bantu/ticket/11451 | Nils Adermann | 2013-03-29 | 3 | -93/+103 |
|\ \ |
|
| * | | [ticket/11445] Add abstract class phpbb_notification_method_messenger_base. | Andreas Fischer | 2013-03-16 | 3 | -93/+103 |
| |/ |
|
* | | [ticket/11403] Use an instance of phpbb_db_sql_insert_buffer instead. | Andreas Fischer | 2013-03-29 | 1 | -14/+5 |
* | | [ticket/11403] phpbb_notification_manager: Use SQL multi insert in batches. | Andreas Fischer | 2013-03-29 | 1 | -2/+11 |
* | | [ticket/11448] Use of $user_id parameter to mark a user's notifications read | David King | 2013-03-26 | 1 | -0/+1 |
|/ |
|
* | [ticket/11423] Send unformatted usernames to the email template | Nathaniel Guse | 2013-03-09 | 2 | -2/+2 |
* | Merge remote-tracking branch 'EXreaction/ticket/11408' into develop | David King | 2013-03-06 | 1 | -1/+1 |
|\ |
|
| * | [ticket/11408] user_jabber instead of jabber | Nathaniel Guse | 2013-03-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'EXreaction/ticket/11400' into develop | David King | 2013-03-05 | 1 | -2/+1 |
|\ \ |
|
| * | | [ticket/11400] If email is disabled, disable it for notifications | Nathan Guse | 2013-03-05 | 1 | -2/+1 |
| |/ |
|
* | | [ticket/11402] Fix undefined index in post/topic_in_queue | Nathan Guse | 2013-03-05 | 2 | -8/+35 |
|/ |
|
* | [ticket/11103] Don't call generate_board_url many times | Nathan Guse | 2013-02-28 | 3 | -6/+9 |
* | [ticket/11103] Case time in queries as an int | Nathan Guse | 2013-02-28 | 1 | -3/+3 |
* | [ticket/11103] Correcting constructor comments | Nathan Guse | 2013-01-15 | 1 | -3/+3 |
* | [ticket/11103] Including the set call in the declaration throws errors | Nathan Guse | 2013-01-15 | 1 | -1/+8 |
* | [ticket/11103] Fix some various issues, better comments | Nathan Guse | 2013-01-15 | 3 | -42/+130 |
* | [ticket/11103] Fix sending the user ids to get the username/avatar | Nathaniel Guse | 2012-12-27 | 6 | -6/+6 |
* | [ticket/11103] Fix some more merging issues | Nathaniel Guse | 2012-12-27 | 1 | -3/+1 |
* | [ticket/11103] Fix merge conflict | Nathaniel Guse | 2012-12-26 | 1 | -6/+1 |
* | [ticket/11103] updating comments | Nathan Guse | 2012-12-15 | 1 | -3/+3 |
* | [ticket/11103] data -> notification_data | Nathan Guse | 2012-12-15 | 2 | -8/+8 |
* | [ticket/11103] unread -> notification_read | Nathan Guse | 2012-12-15 | 6 | -16/+23 |
* | [ticket/11103] time -> notification_time | Nathan Guse | 2012-12-15 | 12 | -22/+21 |
* | [ticket/11103] Move is_enabled to a separate table for better performance | Nathan Guse | 2012-12-15 | 5 | -61/+91 |
* | [ticket/11103] Prune notifications function | Nathan Guse | 2012-12-15 | 1 | -3/+15 |
* | 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 |
* | | [ticket/11103] Purge notifications (to be used when an extension is purged) | Nathan Guse | 2012-12-15 | 1 | -0/+15 |
|/ |
|
* | [ticket/11103] dbal -> phpbb_db_driver | Nathan Guse | 2012-12-13 | 3 | -6/+6 |
* | [ticket/11103] Use scope: prototype | Nathan Guse | 2012-12-09 | 1 | -19/+1 |