| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [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 | 5 | -8/+200 |
| | | | | | PHPBB3-11103 | ||||
| * | [ticket/11103] Post notifications | Nathan Guse | 2012-09-09 | 5 | -241/+122 |
| | | | | | PHPBB3-11103 | ||||
| * | [ticket/11103] Do not initialize the notifications in common.php | Nathan Guse | 2012-09-09 | 1 | -3/+0 |
| | | | | | | | DIC initializes it when it is needed. PHPBB3-11103 | ||||
| * | [ticket/11103] General notification email template. | Nathan Guse | 2012-09-09 | 8 | -25/+65 |
| | | | | | 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 | ||||
| | * | | Merge remote-tracking branch 'EXreaction/ticket/11092' into develop | Andreas Fischer | 2012-09-08 | 2 | -2/+5 |
| | |\ \ | | | | | | | | | | | | | | | | | * EXreaction/ticket/11092: [ticket/11092] phpbb_gen_download_links strict standards errors | ||||
| | | * | | [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 | 6 | -12/+22 |
| | | | | | | | | | | | | | | | | | 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 | 5 | -19/+140 |
| | | | | | | | | | | | | | | | | | 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 | 6 | -6/+45 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 9 | -0/+530 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | | Merge remote-tracking branch 'unknownbliss/ticket/10631' into develop | David King | 2012-09-01 | 25 | -6/+1945 |
| |\ \ \ | |/ / | |||||
| | * | | [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 | 47 | -284/+1168 |
| | |\ \ | |/ / |/| | | | | | | | | | | | Conflicts: phpBB/common.php phpBB/download/file.php | ||||
| * | | | Merge pull request #962 from imkingdavid/feature/add_events | Nils Adermann | 2012-09-01 | 5 | -5/+206 |
| |\ \ \ | | | | | | | | | Feature/add events | ||||
| | * | | | [feature/add_events] Added core.posting_modify_template_vars | David King | 2012-08-26 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Can be used to set template variables and such, as the template assignment methods are not available to the modify_posting_paramters event. PHPBB3-9550 | ||||
| | * | | | [feature/add_events] Added note in modify_posting_parameters | David King | 2012-08-25 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The template assignment methods do not work until $user->setup() has been run. This event is called before it, so extensions requiring template methods must put such calls in a later event. PHPBB3-9550 | ||||
| | * | | | [feature/add_events] Add more parameters to core.modify_posting_parameters | David King | 2012-08-23 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | PHPBB3-9550 | ||||
| | * | | | [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] core.posting_refresh -> core.modify_posting_paramters | David King | 2012-08-21 | 1 | -10/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | The event now lets extensions modify the posting paramters, not just refresh 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] Re-fix broken test | David King | 2012-08-21 | 2 | -1/+3 |
| | | | | | | | | | | | | | | | | | PHPBB3-9550 | ||||
| | * | | | [feature/add_events] Fix append_sid() test | David King | 2012-08-20 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | 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 | ||||
