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
/
includes
/
mcp
/
mcp_queue.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ticket/12612] Prefix get_*_data() with phpbb_ and delete unused global
Joas Schilling
2014-06-23
1
-7
/
+7
*
[ticket/12675] Fix code sniffer complaints introduced by recent commits
Marc Alexander
2014-06-09
1
-1
/
+1
*
[ticket/12594] Remove @package tags and update file headers
Yuriy Rusko
2014-05-27
1
-4
/
+7
*
[ticket/12270] Fixed topic counting bug and tests
marcosbc
2014-05-24
1
-0
/
+3
*
[ticket/12270] Fixed tests not working
marcosbc
2014-05-21
1
-6
/
+11
*
[ticket/12270] No quote notif and double poster notification fix
marcosbc
2014-05-10
1
-10
/
+14
*
[ticket/12270] Fixed rebase conflicts
marcosbc
2014-05-03
1
-21
/
+14
*
[ticket/12270] Correct confirm approval message for topics
marcosbc
2014-05-03
1
-5
/
+17
*
[ticket/12270] Correcting to follow phpBB coding standards
marcosbc
2014-05-03
1
-1
/
+3
*
[ticket/12270] Better structured code and no debug error message
marcosbc
2014-05-03
1
-7
/
+11
*
[ticket/12270] Correct notifications for posts/topics now working
marcosbc
2014-05-03
1
-10
/
+14
*
[ticket/12270] Reverted templates
marcosbc
2014-05-03
1
-1
/
+0
*
[ticket/12270] Correct post&topic approval msg, no template changes
marcosbc
2014-05-03
1
-2
/
+9
*
[ticket/12270] Corrent post and topic approval notification message
marcosbc
2014-05-03
1
-0
/
+1
*
Merge remote-tracking branch 'github-nickvergessen/ticket/12371' into develop...
Nils Adermann
2014-05-02
1
-15
/
+30
|
\
|
*
[ticket/11772] Do not send out new topic/post notifications when reapproving
Joas Schilling
2014-04-25
1
-9
/
+24
|
*
[ticket/12052] Use different visibility when post was edited
Joas Schilling
2014-04-25
1
-6
/
+6
*
|
Merge remote-tracking branch 'remotes/Nicofuma/ticket/12445' into develop-asc...
Nathaniel Guse
2014-05-01
1
-1
/
+1
|
\
\
|
*
|
[ticket/12445] Disapproved post: the name of the poster should be in logs
Nicofuma
2014-04-26
1
-1
/
+1
|
|
/
*
|
[ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.
Andreas Fischer
2014-04-29
1
-3
/
+0
|
/
*
[ticket/11352] Redirect the user back to view*.php after disapproving
Joas Schilling
2014-04-07
1
-0
/
+16
*
[ticket/12153] Remove redundant calls to pagination.on_page().
Cesar G
2014-02-03
1
-1
/
+0
*
Merge pull request #1889 from prototech/ticket/11963
Nathan Guse
2013-12-30
1
-5
/
+33
|
\
|
*
[ticket/11963] Fix undefined variable: post_data when mass-approving topics.
Cesar G
2013-11-23
1
-5
/
+28
|
*
[ticket/11963] Delete topic_in_queue notifications in MCP approve_details mode
Cesar G
2013-11-23
1
-0
/
+5
*
|
Merge remote-tracking branch 'nickvergessen/feature/pagination-class' into de...
Dhruv
2013-12-25
1
-2
/
+3
|
\
\
|
*
|
[ticket/11849] Update more MCP calls to pagination class
Joas Schilling
2013-12-18
1
-2
/
+3
|
|
/
*
|
[ticket/11672] Move the reapply_sid() call before meta_refresh() is called.
Cesar G
2013-11-21
1
-6
/
+3
*
|
[ticket/11672] The json response call exits so the else is not necessary.
Cesar G
2013-11-19
1
-23
/
+11
*
|
[ticket/11672] Clean up the logic in mcp_queue.php.
Cesar G
2013-11-19
1
-97
/
+75
*
|
[ticket/11672] Remove some messages that were missed in mcp_queue.php.
Cesar G
2013-11-19
1
-2
/
+10
*
|
[ticket/11672] Replace sprintf() usage with $user->lang().
Cesar G
2013-11-19
1
-1
/
+1
*
|
[ticket/11672] Removed unnecessary text from alerts.
callumacrae
2013-11-19
1
-1
/
+5
|
/
*
Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700
Nils Adermann
2013-09-16
1
-11
/
+2
|
\
|
*
Merge remote-tracking branch 'brunoais/ticket/11643' into develop
Joas Schilling
2013-08-03
1
-11
/
+2
|
|
\
|
|
*
[ticket/11643] Use $parse_flags
Bruno Ais
2013-08-01
1
-1
/
+2
|
|
*
[ticket/11643] Fixed typo in the variable name.
Bruno Ais
2013-07-20
1
-1
/
+1
|
|
*
[ticket/11643] generate_text_for_display on mcp/mcp_queue.php
Bruno Ais
2013-07-16
1
-11
/
+1
*
|
|
[ticket/11700] Move all recent code to namespaces
Nils Adermann
2013-09-16
1
-6
/
+6
*
|
|
[ticket/11700] Modify all code to use the new interface names
Nils Adermann
2013-07-14
1
-3
/
+3
|
/
/
*
|
[ticket/9657] Notifications do not require emails or jabber anymore
Joas Schilling
2013-07-11
1
-2
/
+2
*
|
[ticket/9657] Use include instead of include_once
Joas Schilling
2013-07-11
1
-3
/
+9
*
|
[ticket/9657] Use the service instead of the static class
Joas Schilling
2013-07-11
1
-3
/
+5
*
|
[ticket/9657] Add , to last element of an array
Joas Schilling
2013-07-11
1
-6
/
+6
*
|
[ticket/9657] DO not use \" inside of double quotes
Joas Schilling
2013-07-11
1
-4
/
+4
*
|
[ticket/9657] Correctly split disapproving from perma deleting posts
Joas Schilling
2013-03-11
1
-9
/
+54
*
|
[ticket/9657] Fix missing global $phpbb_container
Joas Schilling
2013-03-11
1
-1
/
+1
*
|
[ticket/9657] Remove unused email variables
Joas Schilling
2013-03-07
1
-9
/
+1
*
|
[ticket/9657] Correctly state when to refresh last/first post info on approving
Joas Schilling
2013-03-06
1
-2
/
+4
*
|
[ticket/9657] Rebuild notifications in mcp_queue.php
Joas Schilling
2013-03-05
1
-85
/
+72
[next]