| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/11103] Quote notifications | Nathan Guse | 2012-09-12 | 3 | -1/+159 |
| | | | | | PHPBB3-11103 | ||||
| * | [ticket/11103] Jabber notification method | Nathan Guse | 2012-09-12 | 3 | -8/+43 |
| | | | | | PHPBB3-11103 | ||||
| * | [ticket/11103] Correctly find users for notification for new topics | Nathan Guse | 2012-09-12 | 2 | -3/+16 |
| | | | | | | | Append the forum_id to the URL to view the new topic in the notification PHPBB3-11103 | ||||
| * | [ticket/11103] Add ability for notification types to load special data | Nathan Guse | 2012-09-12 | 4 | -3/+105 |
| | | | | | | | | For consistency, links to posts do not include topic_id. As is done in viewtopic, do not include the topic_id when linking to a post PHPBB3-11103 | ||||
| * | [ticket/11103] Use the Topic/Forum Subscriptions system | Nathan Guse | 2012-09-12 | 2 | -4/+28 |
| | | | | | | | | | | | Using the Topic/Forum Subscription system that already exists is going to save many hours of work. If it is desired, it can always be easily converted over to the new USER_NOTIFICATIONS_TABLE later (for the same amount of work). PHPBB3-11103 | ||||
| * | [ticket/11103] Add topic ID to view post URL | Nathan Guse | 2012-09-12 | 1 | -2/+4 |
| | | | | | PHPBB3-11103 | ||||
| * | [ticket/11103] Remove notifications to posts/topics when they are deleted | Nathan Guse | 2012-09-09 | 1 | -0/+10 |
| | | | | | PHPBB3-11103 | ||||
| * | [ticket/11103] Coding guidelines (SQL Queries) | Nathan Guse | 2012-09-09 | 2 | -4/+8 |
| | | | | | PHPBB3-11103 | ||||
| * | [ticket/11103] Restyle the notification list | Nathan Guse | 2012-09-09 | 8 | -22/+73 |
| | | | | | | | Very rough (lots of inline CSS, very ugly) PHPBB3-11103 | ||||
| * | [ticket/11103] Update notifications on post/topic edit | Nathan Guse | 2012-09-09 | 4 | -13/+34 |
| | | | | | PHPBB3-11103 | ||||
| * | [ticket/11103] Use the language system, topic notifications | Nathan Guse | 2012-09-09 | 4 | -8/+197 |
| | | | | | PHPBB3-11103 | ||||
| * | [ticket/11103] Post notifications | Nathan Guse | 2012-09-09 | 5 | -241/+122 |
| | | | | | PHPBB3-11103 | ||||
| * | [ticket/11103] General notification email template. | Nathan Guse | 2012-09-09 | 7 | -25/+49 |
| | | | | | PHPBB3-11103 | ||||
| * | [ticket/11103] The service now handles all user loading itself | Nathan Guse | 2012-09-09 | 7 | -220/+152 |
| | | | | | | | Delete pm notifications when pms are deleted PHPBB3-11103 | ||||
| * | Merge branch 'ticket/11103' of github.com:EXreaction/phpbb3 into ticket/11103 | Nathan Guse | 2012-09-09 | 4 | -21/+39 |
| |\ | |||||
| | * | [ticket/11103] Move banned user checking to email method | Nathaniel Guse | 2012-09-08 | 2 | -14/+14 |
| | | | | | | | | | | | | | This will make sure banned users are never sent notification emails PHPBB3-11103 | ||||
| | * | [ticket/11103] Full url function | Nathaniel Guse | 2012-09-08 | 3 | -6/+19 |
| | | | | | | | | | PHPBB3-11103 | ||||
| | * | [ticket/11103] Order notifications properly | Nathaniel Guse | 2012-09-08 | 1 | -1/+6 |
| | | | | | | | | | PHPBB3-11103 | ||||
| * | | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103 | Nathan Guse | 2012-09-09 | 3 | -3/+6 |
| |\ \ | |/ |/| | |||||
| | * | Merge remote-tracking branch 'nickvergessen/ticket/10876' into develop | David King | 2012-09-08 | 1 | -1/+1 |
| | |\ | |||||
| | | * | [ticket/10876] Update regex to a version which still matches our tests | Joas Schilling | 2012-08-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-10876 | ||||
| | | * | [ticket/10876] Revert "add newline after php tag"-regex back to 3.0 version | Joas Schilling | 2012-08-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | The old regex just results in some additional new lines in the output. So this is only beautifying and considered unworthy in respect to the dying php servers we observed on windows. PHPBB3-10876 | ||||
| | * | | [ticket/11092] phpbb_gen_download_links strict standards errors | Nathan Guse | 2012-09-07 | 2 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | Two strict standards errors in phpbb_gen_download_links PHPBB3-11092 | ||||
| * | | | [ticket/11103] Some fixes for the email method | Nathan Guse | 2012-09-08 | 4 | -26/+20 |
| | | | | | | | | | | | | | PHPBB3-11103 | ||||
| * | | | [ticket/11103] Fixing some db columns that were of the incorrect type | Nathan Guse | 2012-09-08 | 4 | -6/+16 |
| | | | | | | | | | | | | | PHPBB3-11103 | ||||
| * | | | [ticket/11103] Jabber notification method base | Nathan Guse | 2012-09-08 | 1 | -0/+36 |
| | | | | | | | | | | | | | PHPBB3-11103 | ||||
| * | | | [ticket/11103] Work on the pm type and email method | Nathan Guse | 2012-09-08 | 7 | -28/+159 |
| | | | | | | | | | | | | | PHPBB3-11103 | ||||
| * | | | [ticket/11103] Forgot a constant | Nathan Guse | 2012-09-08 | 4 | -1/+14 |
| | | | | | | | | | | | | | PHPBB3-11103 | ||||
| * | | | [ticket/11103] Add tables to the database updater and installer | Nathan Guse | 2012-09-08 | 3 | -19/+52 |
| | | | | | | | | | | | | | PHPBB3-11103 | ||||
| * | | | [ticket/11103] Private Message type notification | Nathan Guse | 2012-09-08 | 5 | -21/+162 |
| | | | | | | | | | | | | | | | | | | | Also cleanup PHPBB3-11103 | ||||
| * | | | [ticket/11103] Output the notifications to the template | Nathan Guse | 2012-09-08 | 4 | -6/+35 |
| | | | | | | | | | | | | | | | | | | | For now, just dumping the notifications in the header. PHPBB3-11103 | ||||
| * | | | [ticket/11103] Working on the add/update notifications functions | Nathan Guse | 2012-09-08 | 5 | -60/+146 |
| | | | | | | | | | | | | | | | | | | | Some cleanup and additional commenting as well PHPBB3-11103 | ||||
| * | | | [ticket/11103] The start of an all-encompassing notifications system | Nathan Guse | 2012-09-08 | 8 | -0/+525 |
| |/ / | | | | | | | | | | | | | | | | | | | | | This system will take input from various systems to store notifications and send notifications to users all in one nice extendable system. This system should act something like the notifications system on other social networking sites (in that, there is a single location where a user can see all of their notifications for various events). PHPBB3-11103 | ||||
| * | | [ticket/10631] Removing un-needed TODOs that are no longer needed. | Unknown Bliss | 2012-09-01 | 1 | -4/+0 |
| | | | | | | | | | PHPBB3-10631 | ||||
| * | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10631 | Unknown Bliss | 2012-09-01 | 23 | -173/+599 |
| |\ \ | | | | | | | | | | | | | | | | Conflicts: phpBB/common.php phpBB/download/file.php | ||||
| | * \ | Merge pull request #962 from imkingdavid/feature/add_events | Nils Adermann | 2012-09-01 | 3 | -5/+160 |
| | |\ \ | | | | | | | | | Feature/add events | ||||
| | | * | | [feature/add_events] Put globals on one line | David King | 2012-08-22 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | | PHPBB3-9550 | ||||
| | | * | | [feature/add_events] Remove $allow_bbcode and $allow_smilies | David King | 2012-08-22 | 1 | -10/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Upon testing it was discovered that these did not work as originally intended. PHPBB3-9550 | ||||
| | | * | | [feature/add_events] Globalize event dispatcher object in some functions | David King | 2012-08-22 | 2 | -0/+3 |
| | | | | | | | | | | | | | | | | | PHPBB3-9550 | ||||
| | | * | | [feature/add_events] Event to modify the data array for when a user is added | David King | 2012-08-21 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | PHPBB3-9550 | ||||
| | | * | | [feature/add_events] Before and after events for generate_text_for_* functions | David King | 2012-08-21 | 1 | -8/+72 |
| | | | | | | | | | | | | | | | | | PHPBB3-9550 | ||||
| | | * | | [feature/add_events] Added events for modifying generate_text_for_display() | David King | 2012-08-21 | 1 | -0/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The events allow you to perform extra functions on the text before nad/or after it has been parsed for BBCode and Smilies. PHPBB3-9550 | ||||
| | | * | | [feature/add_events] Fixed docs, added _profile_cache to event parameters | David King | 2012-08-21 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | PHPBB3-9550 | ||||
| | | * | | [feature/add_events] Change alter -> modify in event name | David King | 2012-08-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | PHPBB3-9550 | ||||
| | | * | | [feature/add_events] Rename override to overwrite, made docs 79 chars/line | David King | 2012-08-21 | 1 | -17/+18 |
| | | | | | | | | | | | | | | | | | PHPBB3-9550 | ||||
| | | * | | [feature/add_events] Rename core.append_sid_override to just core.append_sid | David King | 2012-08-20 | 1 | -2/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Also, I added the hook back in below the event for backwards compatibility. PHPBB3-9550 | ||||
| | | * | | [feature/add_events] Add event core.alter_username_string to change username | David King | 2012-08-20 | 1 | -2/+27 |
| | | | | | | | | | | | | | | | | | PHPBB3-9550 | ||||
| | | * | | [feature/add_events] Globalize the event dispatcher object | David King | 2012-08-20 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-9550 | ||||
| | | * | | [feature/add_events] Return the correct variable | David King | 2012-08-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-9550 | ||||
| | | * | | [feature/add_events] Replaced current append_sid() hook with new event | David King | 2012-08-20 | 1 | -7/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new event, core.append_sid_override can either supplement or override the append_sid() function. PHPBB3-9550 | ||||
