index
:
forums
master
The forums.mageia.org Website
Maat [maat]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
phpBB
/
phpbb
/
notification
/
manager.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ticket/15850] Fix "Duplicate entry" for notification types
Jakub Senko
2018-10-18
1
-22
/
+9
*
[ticket/14972] replace all occurrences of sizeof() with the count()
rxu
2018-01-01
1
-1
/
+1
*
[ticket/15328] Disable checkbox if notification method isn't supported
kasimi
2017-08-24
1
-3
/
+5
*
[ticket/14799] Remove accidentally added whitespaces into 3.2.x and master
rxu
2016-10-01
1
-1
/
+1
*
Merge branch '3.1.x' into 3.2.x
Tristan Darricau
2016-09-28
1
-0
/
+2
|
\
|
*
[ticket/14799] purge_notifications() should not leave open transactions.
markshawtoronto
2016-09-27
1
-0
/
+1
*
|
Merge branch '3.1.x' into 3.2.x
Marc Alexander
2016-05-27
1
-2
/
+7
|
\
\
|
|
/
|
*
[ticket/11446] Make get_notification_type_ids work with string too
Jakub Senko
2016-05-27
1
-2
/
+7
|
*
[ticket/11446] Use sql_in_set properly in phpbb_notification_manager
Jakub Senko
2016-05-23
1
-12
/
+10
*
|
Merge branch '3.1.x' into 3.2.x
Máté Bartus
2016-03-08
1
-0
/
+4
|
\
\
|
|
/
|
*
Merge pull request #4206 from marc1706/ticket/14519
Máté Bartus
2016-03-08
1
-1
/
+3
|
|
\
|
|
*
[ticket/14519] Skip query if all unread notifications are retrieved
Marc Alexander
2016-03-08
1
-1
/
+3
|
*
|
[ticket/14132] Use transaction for adding notifications to type table
Marc Alexander
2016-03-08
1
-0
/
+4
|
|
/
*
|
[ticket/14237] Consistent references to classes in docblocks
Matt Friedman
2015-10-14
1
-3
/
+3
*
|
[ticket/14237] Use $language class for notifications
Matt Friedman
2015-10-13
1
-9
/
+27
*
|
[ticket/14079] Correctly mark notifications as read
Tristan Darricau
2015-08-08
1
-7
/
+14
*
|
[ticket/14076] Fix notification settings
Tristan Darricau
2015-08-07
1
-5
/
+5
*
|
[ticket/11444] Update tests and cleanup types/methods
Tristan Darricau
2015-07-13
1
-9
/
+17
*
|
[ticket/11444] Cleanup method constructors
Tristan Darricau
2015-07-13
1
-18
/
+2
*
|
[ticket/11444] BC layer
Tristan Darricau
2015-07-13
1
-0
/
+30
*
|
[ticket/11444] Moving the in-board notifications to a method class
Nicofuma
2015-07-13
1
-258
/
+209
*
|
[ticket/13793] Remove translation on throwing exceptions
MateBartus
2015-05-01
1
-1
/
+1
|
/
*
[ticket/13644] Always type hint dispatch_interface
Nicofuma
2015-02-22
1
-3
/
+3
*
[ticket/13154] Wrong variable name in the comment block
brunoais
2014-12-19
1
-1
/
+1
*
[ticket/13154] space before @var
brunoais
2014-12-19
1
-1
/
+1
*
[ticket/13154] Forgot the $this->
brunoais
2014-12-17
1
-1
/
+1
*
[ticket/13154] Adding phpBB dispatcher to notifications manager
brunoais
2014-12-17
1
-1
/
+6
*
[ticket/13154] Allow filtering the list of users to be notified
brunoais
2014-12-17
1
-0
/
+20
*
[ticket/13337] Allow empty array passed to sql_in_set()
Marc Alexander
2014-11-14
1
-1
/
+1
*
[ticket/12703] Only query database for subscription types once
Marc Alexander
2014-10-26
1
-19
/
+25
*
[ticket/12990] Use the full services name for the notification's types
Tristan Darricau
2014-08-16
1
-5
/
+1
*
[ticket/12557] Notification fixes
n-aleha
2014-08-03
1
-1
/
+3
*
[ticket/12715] Add missing new line in the notification manager
Tristan Darricau
2014-06-16
1
-0
/
+1
*
[ticket/12715] Cleanup comments in \phpbb\notification\*
Tristan Darricau
2014-06-15
1
-3
/
+5
*
[ticket/11445] Move get user's notification code into its own method
Dhruv
2014-06-07
1
-14
/
+29
*
[ticket/11445] Remove unused foreach key $group_name
Dhruv
2014-06-07
1
-1
/
+1
*
[ticket/11445] Optimize no of queries in get_global_subscriptions
Dhruv
2014-06-01
1
-13
/
+18
*
[ticket/12594] Remove @package tags and update file headers
Yuriy Rusko
2014-05-27
1
-4
/
+7
*
[ticket/12435] Update the comment
Tristan Darricau
2014-05-14
1
-4
/
+6
*
[ticket/12435] purge_notifications() fails for unused notifications
Tristan Darricau
2014-05-14
1
-8
/
+19
*
[ticket/12282] Use interface for type hinting
Joas Schilling
2014-04-01
1
-3
/
+3
*
[ticket/12008] Update the run time value for the prune notifications cron task
Cesar G
2013-11-14
1
-1
/
+8
*
[task/code-sniffer] Replace spaces with tabs.
Andreas Fischer
2013-10-30
1
-4
/
+2
*
[task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.
Andreas Fischer
2013-10-30
1
-8
/
+0
*
[ticket/11919] Remove extra argument to notification manager's sql_fetchfield()
Patrick Webster
2013-10-14
1
-2
/
+2
*
[ticket/11700] And some last comments with backslashes
Nils Adermann
2013-09-16
1
-1
/
+1
*
[ticket/11700] Fix a few more comments
Nils Adermann
2013-09-16
1
-1
/
+1
*
Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700
Nils Adermann
2013-09-16
1
-9
/
+12
|
\
|
*
Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11373
Nathan Guse
2013-09-12
1
-4
/
+5
|
|
\
|
|
*
[ticket/11744] Comments
Nathan Guse
2013-07-27
1
-1
/
+1
[next]