aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11103] Correctly find users for notification for new topicsNathan Guse2012-09-122-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 dataNathan Guse2012-09-124-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 systemNathan Guse2012-09-122-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 URLNathan Guse2012-09-122-3/+6
| | | | PHPBB3-11103
* [ticket/11103] Remove notifications to posts/topics when they are deletedNathan Guse2012-09-091-0/+10
| | | | PHPBB3-11103
* [ticket/11103] Coding guidelines (SQL Queries)Nathan Guse2012-09-092-4/+8
| | | | PHPBB3-11103
* [ticket/11103] Restyle the notification listNathan Guse2012-09-0910-30/+98
| | | | | | Very rough (lots of inline CSS, very ugly) PHPBB3-11103
* [ticket/11103] Update notifications on post/topic editNathan Guse2012-09-094-13/+34
| | | | PHPBB3-11103
* [ticket/11103] Use the language system, topic notificationsNathan Guse2012-09-095-8/+200
| | | | PHPBB3-11103
* [ticket/11103] Post notificationsNathan Guse2012-09-095-241/+122
| | | | PHPBB3-11103
* [ticket/11103] Do not initialize the notifications in common.phpNathan Guse2012-09-091-3/+0
| | | | | | DIC initializes it when it is needed. PHPBB3-11103
* [ticket/11103] General notification email template.Nathan Guse2012-09-098-25/+65
| | | | PHPBB3-11103
* [ticket/11103] The service now handles all user loading itselfNathan Guse2012-09-097-220/+152
| | | | | | Delete pm notifications when pms are deleted PHPBB3-11103
* Merge branch 'ticket/11103' of github.com:EXreaction/phpbb3 into ticket/11103Nathan Guse2012-09-094-21/+39
|\
| * [ticket/11103] Move banned user checking to email methodNathaniel Guse2012-09-082-14/+14
| | | | | | | | | | | | This will make sure banned users are never sent notification emails PHPBB3-11103
| * [ticket/11103] Full url functionNathaniel Guse2012-09-083-6/+19
| | | | | | | | PHPBB3-11103
| * [ticket/11103] Order notifications properlyNathaniel Guse2012-09-081-1/+6
| | | | | | | | PHPBB3-11103
* | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103Nathan Guse2012-09-093-3/+6
|\ \ | |/ |/|
| * Merge remote-tracking branch 'nickvergessen/ticket/10876' into developDavid King2012-09-081-1/+1
| |\
| | * [ticket/10876] Update regex to a version which still matches our testsJoas Schilling2012-08-211-1/+1
| | | | | | | | | | | | PHPBB3-10876
| | * [ticket/10876] Revert "add newline after php tag"-regex back to 3.0 versionJoas Schilling2012-08-051-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 developAndreas Fischer2012-09-082-2/+5
| |\ \ | | | | | | | | | | | | | | | | * EXreaction/ticket/11092: [ticket/11092] phpbb_gen_download_links strict standards errors
| | * | [ticket/11092] phpbb_gen_download_links strict standards errorsNathan Guse2012-09-072-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | Two strict standards errors in phpbb_gen_download_links PHPBB3-11092
* | | | [ticket/11103] Some fixes for the email methodNathan Guse2012-09-084-26/+20
| | | | | | | | | | | | | | | | PHPBB3-11103
* | | | [ticket/11103] Fixing some db columns that were of the incorrect typeNathan Guse2012-09-086-12/+22
| | | | | | | | | | | | | | | | PHPBB3-11103
* | | | [ticket/11103] Jabber notification method baseNathan Guse2012-09-081-0/+36
| | | | | | | | | | | | | | | | PHPBB3-11103
* | | | [ticket/11103] Work on the pm type and email methodNathan Guse2012-09-087-28/+159
| | | | | | | | | | | | | | | | PHPBB3-11103
* | | | [ticket/11103] Forgot a constantNathan Guse2012-09-084-1/+14
| | | | | | | | | | | | | | | | PHPBB3-11103
* | | | [ticket/11103] Add tables to the database updater and installerNathan Guse2012-09-085-19/+140
| | | | | | | | | | | | | | | | PHPBB3-11103
* | | | [ticket/11103] Private Message type notificationNathan Guse2012-09-085-21/+162
| | | | | | | | | | | | | | | | | | | | | | | | Also cleanup PHPBB3-11103
* | | | [ticket/11103] Output the notifications to the templateNathan Guse2012-09-086-6/+45
| | | | | | | | | | | | | | | | | | | | | | | | For now, just dumping the notifications in the header. PHPBB3-11103
* | | | [ticket/11103] Working on the add/update notifications functionsNathan Guse2012-09-085-60/+146
| | | | | | | | | | | | | | | | | | | | | | | | Some cleanup and additional commenting as well PHPBB3-11103
* | | | [ticket/11103] The start of an all-encompassing notifications systemNathan Guse2012-09-089-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 developDavid King2012-09-0125-6/+1945
|\ \ \ | |/ /
| * | [ticket/10631] Removing un-needed TODOs that are no longer needed.Unknown Bliss2012-09-011-4/+0
| | | | | | | | | | | | PHPBB3-10631
| * | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10631Unknown Bliss2012-09-0147-284/+1168
| |\ \ | |/ / |/| | | | | | | | | | | Conflicts: phpBB/common.php phpBB/download/file.php
* | | Merge pull request #962 from imkingdavid/feature/add_eventsNils Adermann2012-09-015-5/+206
|\ \ \ | | | | | | | | Feature/add events
| * | | [feature/add_events] Added core.posting_modify_template_varsDavid King2012-08-261-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_parametersDavid King2012-08-251-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_parametersDavid King2012-08-231-1/+6
| | | | | | | | | | | | | | | | PHPBB3-9550
| * | | [feature/add_events] Put globals on one lineDavid King2012-08-221-4/+2
| | | | | | | | | | | | | | | | PHPBB3-9550
| * | | [feature/add_events] Remove $allow_bbcode and $allow_smiliesDavid King2012-08-221-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 functionsDavid King2012-08-222-0/+3
| | | | | | | | | | | | | | | | PHPBB3-9550
| * | | [feature/add_events] Event to modify the data array for when a user is addedDavid King2012-08-211-0/+10
| | | | | | | | | | | | | | | | PHPBB3-9550
| * | | [feature/add_events] Before and after events for generate_text_for_* functionsDavid King2012-08-211-8/+72
| | | | | | | | | | | | | | | | PHPBB3-9550
| * | | [feature/add_events] Added events for modifying generate_text_for_display()David King2012-08-211-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_paramtersDavid King2012-08-211-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 parametersDavid King2012-08-211-4/+4
| | | | | | | | | | | | | | | | PHPBB3-9550
| * | | [feature/add_events] Change alter -> modify in event nameDavid King2012-08-211-2/+2
| | | | | | | | | | | | | | | | PHPBB3-9550
| * | | [feature/add_events] Rename override to overwrite, made docs 79 chars/lineDavid King2012-08-211-17/+18
| | | | | | | | | | | | | | | | PHPBB3-9550