aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11103] Delete some notifications when deleting posts/topicsNathan Guse2012-09-151-2/+2
| | | | PHPBB3-11103
* [ticket/11103] Revert the changes to functions_display.phpNathan Guse2012-09-152-5/+4
| | | | | | | The css we need to apply to avatars can be applied through css rules. We don't need to be able to specify a class for the img. PHPBB3-11103
* [ticket/11103] Topic/Post in queue notificationNathan Guse2012-09-1516-56/+325
| | | | | | Also, bug fixes and cleanup PHPBB3-11103
* [ticket/11103] Topic and post dis/approval notificationsNathan Guse2012-09-1517-145/+416
| | | | | | | | | Remove the formatted title function, plaintext is not needed since email templates are used Fix a number of bugs. PHPBB3-11103
* Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103Nathan Guse2012-09-159-38/+54
|\
| * Merge remote-tracking branch 'EXreaction/ticket/11021' into developAndreas Fischer2012-09-156-9/+9
| |\ | | | | | | | | | | | | * EXreaction/ticket/11021: [ticket/11021] Fix the language changes that were lost previously
| | * [ticket/11021] Fix the language changes that were lost previouslyNathan Guse2012-09-156-9/+9
| | | | | | | | | | | | | | | | | | Change U_HOME to U_SITE_HOME PHPBB3-11021
| * | Merge remote-tracking branch 'EXreaction/ticket/11021' into developAndreas Fischer2012-09-159-36/+52
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | * EXreaction/ticket/11021: [ticket/11021] Remove unnecessary line spacing in functions.php [ticket/11021] Use L_SITE_HOME instead of L_HOME [ticket/11021] Better language strings for site home url/text [ticket/11021] subsilver2 support [ticket/11021] Add the option to specify a Site home URL and text
| | * [ticket/11021] Remove unnecessary line spacing in functions.phpNathan Guse2012-09-151-29/+29
| | | | | | | | | | | | PHPBB3-11021
| | * [ticket/11021] Use L_SITE_HOME instead of L_HOMENathan Guse2012-09-154-6/+6
| | | | | | | | | | | | | | | | | | Check site home url against !== '', not empty PHPBB3-11021
| | * [ticket/11021] Better language strings for site home url/textNathan Guse2012-09-153-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | Correct the logo title to be {L_HOME} if {U_HOME} is used. Check if the Home text is instead of just equal to false when outputting it to the template PHPBB3-11021
| | * [ticket/11021] subsilver2 supportNathan Guse2012-07-222-2/+2
| | | | | | | | | | | | PHPBB3-11021
| | * [ticket/11021] Add the option to specify a Site home URL and textNathan Guse2012-07-227-3/+19
| | | | | | | | | | | | PHPBB3-11021
* | | [ticket/11103] Starting approve_post type notificationNathan Guse2012-09-152-25/+122
| | | | | | | | | | | | PHPBB3-11103
* | | [ticket/11103] Bots/Anonymous never receive notificationsNathan Guse2012-09-151-1/+7
| | | | | | | | | | | | | | | | | | Do not waste queries trying to load notifications for these users PHPBB3-11103
* | | [ticket/11103] Some tweaks to the notifications outputNathan Guse2012-09-151-2/+2
| | | | | | | | | | | | PHPBB3-11103
* | | [ticket/11103] Display all unread notifications by defaultNathan Guse2012-09-145-20/+56
| | | | | | | | | | | | | | | | | | Add unread count to the page title PHPBB3-11103
* | | [ticket/11103] Use appropriate email templates to send notificationsNathan Guse2012-09-1413-50/+147
| | | | | | | | | | | | | | | | | | Fixing a number of bugs PHPBB3-11103
* | | [ticket/11103] Normalization of $phpbb_notifications variable nameNathan Guse2012-09-145-21/+21
| | | | | | | | | | | | | | | | | | | | | Use $phpbb_notifications instead of $notifications everywhere for consistency and conflict prevention. PHPBB3-11103
* | | [ticket/11103] Add/Update/Mark Read functions accept an array for the typeNathan Guse2012-09-148-76/+178
| | | | | | | | | | | | | | | | | | | | | | | | | | | This saves a lot of code in some areas (where the same data is sent, just for different types) Notifications for bookmarks PHPBB3-11103
* | | [ticket/11103] Delete notifications for PMs deleted by phpbb_delete_user_pmsNathan Guse2012-09-141-0/+13
| | | | | | | | | | | | PHPBB3-11103
* | | [ticket/11103] Mark Private Messages as readNathan Guse2012-09-141-1/+5
| | | | | | | | | | | | PHPBB3-11103
* | | [ticket/11103] Mark all post/quote notifications read when marking topicsNathan Guse2012-09-141-0/+15
| | | | | | | | | | | | | | | | | | Mark forum read marks all topics read, so do so properly for notifications PHPBB3-11103
* | | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103Nathan Guse2012-09-1415-28/+225
|\ \ \ | |/ / | | | | | | | | | Conflicts: phpBB/config/services.yml
| * | Merge remote-tracking branch 'imkingdavid/ticket/11086' into developAndreas Fischer2012-09-141-13/+33
| |\ \ | | | | | | | | | | | | | | | | | | | | * imkingdavid/ticket/11086: [ticket/11086] Move DI processing below $request definition [ticket/11086] Fix database_update.php to use Dependency Injection Container
| | * | [ticket/11086] Move DI processing below $request definitionDavid King2012-09-131-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | As per PR #991 (ticket/11101). PHPBB3-11086
| | * | [ticket/11086] Fix database_update.php to use Dependency Injection ContainerDavid King2012-09-131-13/+34
| | | | | | | | | | | | | | | | PHPBB3-11086
| * | | Merge remote-tracking branch 'igorw/ticket/11101' into developAndreas Fischer2012-09-143-15/+15
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * igorw/ticket/11101: [ticket/11101] Delay execution of container processors
| | * | | [ticket/11101] Delay execution of container processorsIgor Wiedler2012-09-083-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix the name of the ext processor service. PHPBB3-11101
| * | | | Merge remote-tracking branch 'bantu/ticket/11109' into developAndreas Fischer2012-09-141-2/+13
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * bantu/ticket/11109: [ticket/11109] Re-add file conflict checks to compress class
| | * | | | [ticket/11109] Re-add file conflict checks to compress classFyorl2012-09-141-2/+13
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-11109
| * | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-09-1411-0/+166
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/11045] Removed file conflict tests for compress class [ticket/11045] Replaced __DIR__ with dirname(__FILE__) [ticket/11045] Opening brace on its own line [ticket/11045] Explicitely check for zlib and bz2 [ticket/11045] Added tests for file conflicts [ticket/11045] Added unit tests for the compress class
| | * | | Merge remote-tracking branch 'Fyorl/ticket/11045' into develop-olympusAndreas Fischer2012-09-1411-0/+166
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fyorl/ticket/11045: [ticket/11045] Removed file conflict tests for compress class [ticket/11045] Replaced __DIR__ with dirname(__FILE__) [ticket/11045] Opening brace on its own line [ticket/11045] Explicitely check for zlib and bz2 [ticket/11045] Added tests for file conflicts [ticket/11045] Added unit tests for the compress class
| | | * | | [ticket/11045] Removed file conflict tests for compress classFyorl2012-09-111-13/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11045
| | | * | | [ticket/11045] Replaced __DIR__ with dirname(__FILE__)Fyorl2012-09-011-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11045
| | | * | | [ticket/11045] Opening brace on its own lineFyorl2012-08-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11045
| | | * | | [ticket/11045] Explicitely check for zlib and bz2Fyorl2012-08-281-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11045
| | | * | | [ticket/11045] Added tests for file conflictsFyorl2012-08-281-5/+21
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11045
| | | * | | [ticket/11045] Added unit tests for the compress classFyorl2012-08-2811-0/+161
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11045
* | | | | | [ticket/11103] Store the item's parent id for marking things readNathan Guse2012-09-1410-88/+190
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mark topics/posts read from the markread() function. Identify unread items by a grey background in the header (for now) PHPBB3-11103
* | | | | | [ticket/11103] Allow notification types to override update functionalityNathan Guse2012-09-146-10/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is needed for quote editing because we need to check if the users are still all quoted or notify new quotes appropriately. PHPBB3-11103
* | | | | | [ticket/11103] Quote notificationsNathan Guse2012-09-124-1/+160
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11103
* | | | | | [ticket/11103] Jabber notification methodNathan Guse2012-09-123-8/+43
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11103
* | | | | | [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