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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ticket/10933] Use inheritDoc, eliminate copy pasted docblocks.
Oleg Pudeyev
2012-11-02
1
-64
/
+5
*
[ticket/10933] Dependency inject template context.
Oleg Pudeyev
2012-11-02
5
-6
/
+10
*
[ticket/10933] Expanded prose documentation for phpbb_extension_provider.
Oleg Pudeyev
2012-11-02
1
-2
/
+10
*
[ticket/10933] Useful documentation for template locate function
Oleg Pudeyev
2012-11-02
1
-2
/
+34
*
[ticket/10933] Typo fixes
Oleg Pudeyev
2012-11-02
2
-2
/
+2
*
[ticket/10933] Initialize template context when template is constructed.
Oleg Pudeyev
2012-11-02
2
-3
/
+2
*
[ticket/11099] Mark acp_ban::display_ban_options() as static.
Andreas Fischer
2012-10-30
1
-2
/
+2
*
Merge remote-tracking branch 'p/ticket/11157' into develop
Andreas Fischer
2012-10-30
6
-15
/
+16
|
\
|
*
[ticket/11157] static public is the currently approved order.
Oleg Pudeyev
2012-10-29
5
-11
/
+11
|
*
[ticket/11157] Fix remaining captcha spam.
Oleg Pudeyev
2012-10-29
5
-14
/
+14
|
*
[ticket/11157] get_captcha_types is an instance method.
Oleg Pudeyev
2012-10-29
1
-1
/
+2
*
|
Merge remote-tracking branch 'p/ticket/11159-develop' into develop
Andreas Fischer
2012-10-30
5
-5
/
+5
|
\
\
|
*
|
[ticket/11159] static public is the currently approved order.
Oleg Pudeyev
2012-10-29
5
-5
/
+5
|
|
/
*
|
Merge branch 'develop-olympus' into develop
Andreas Fischer
2012-10-29
3
-7
/
+13
|
\
\
|
|
/
|
/
|
|
*
[ticket/11158] Require acl_u_sig for ucp signature module.
Oleg Pudeyev
2012-10-29
2
-1
/
+13
|
*
[ticket/11158] Revert old fix in PHPBB3-10186.
Oleg Pudeyev
2012-10-29
1
-6
/
+0
*
|
[ticket/11156] Delete "Misc" tab of forum based permissions + move items
RMcGirr83
2012-10-29
1
-27
/
+26
*
|
Merge PR #971 branch 'nickvergessen/ticket/11018' into develop
Oleg Pudeyev
2012-10-22
31
-92
/
+163
|
\
\
|
*
|
[ticket/11014] Fix old pagination assignment
Joas Schilling
2012-10-17
1
-1
/
+0
|
*
|
[ticket/11018] Fix several paginations in ACP
Joas Schilling
2012-10-17
3
-15
/
+19
|
*
|
[ticket/11014] Fix IF statements for new template pagination
Joas Schilling
2012-10-17
3
-4
/
+4
|
*
|
[ticket/11014] Fix text for previous/next links in Subsilver2
Joas Schilling
2012-10-17
1
-2
/
+2
|
*
|
[ticket/11023] Fix additional whitespaces that were added by PHPBB3-10968
Joas Schilling
2012-10-17
19
-29
/
+27
|
*
|
[ticket/11018] Always display previous/next links if we can display one
Joas Schilling
2012-10-17
1
-1
/
+1
|
*
|
[ticket/11014] Restore template vars for next/previous links
Joas Schilling
2012-10-17
1
-0
/
+39
|
*
|
[ticket/11018] Swap prev/next links on pagination to the old order
Joas Schilling
2012-10-17
1
-8
/
+8
|
*
|
[ticket/11067] Copy prosilver CSS to adm, so the pagination looks the same
Joas Schilling
2012-10-17
1
-28
/
+52
|
*
|
[ticket/11018] Fix minor issues with CSS in prosilver
Joas Schilling
2012-10-17
2
-5
/
+5
|
*
|
[ticket/11018] Attempt to fix li.pagination alignment issue
Drae
2012-10-17
1
-0
/
+7
*
|
|
Merge remote-tracking branch 'EXreaction/ticket/8796' into develop
Andreas Fischer
2012-10-18
4
-26
/
+55
|
\
\
\
|
*
|
|
[ticket/8796] Prevent setting post_time greater than time() in markread
Nathan Guse
2012-09-30
1
-30
/
+30
|
*
|
|
[ticket/8796] Fix a few issues with the previous commits
Nathaniel Guse
2012-09-03
2
-5
/
+5
|
*
|
|
[ticket/8796] Mark read links updated to include time() in url
Nathaniel Guse
2012-09-03
3
-6
/
+6
|
*
|
|
[ticket/8796] Revert changes to $user->data['lastmark']
Nathaniel Guse
2012-09-03
1
-6
/
+2
|
*
|
|
[ticket/8796] Make function markread obey the $post_time argument
Nathaniel Guse
2012-09-03
1
-19
/
+52
*
|
|
|
Merge branch 'develop-olympus' into develop
Andreas Fischer
2012-10-18
2
-1
/
+36
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Merge remote-tracking branch 'p/ticket/10848' into develop-olympus
Andreas Fischer
2012-10-18
2
-1
/
+36
|
|
\
\
\
|
|
*
|
|
[ticket/10848] Move include up.
Oleg Pudeyev
2012-10-17
1
-1
/
+2
|
|
*
|
|
[ticket/10848] Add phpbb_ prefix.
Oleg Pudeyev
2012-10-17
2
-2
/
+2
|
|
*
|
|
[ticket/10848] Redirect from adm to installer correctly.
Oleg Pudeyev
2012-10-17
2
-1
/
+35
*
|
|
|
|
Merge PR #918 branch 'develop-olympus' into develop
Oleg Pudeyev
2012-10-17
2
-1
/
+3
|
\
\
\
\
\
|
|
/
/
/
/
|
|
|
|
/
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Merge PR #918 branch 'Senky/ticket/10568' into develop-olympus
Oleg Pudeyev
2012-10-17
2
-1
/
+3
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
[ticket/10568] adding MESSAGE_EDITED to ucp.php and compose_pm
Senky
2012-08-02
2
-1
/
+3
*
|
|
|
Merge PR #890 branch 'nickvergessen/ticket/10982' into develop
Oleg Pudeyev
2012-10-16
2
-5
/
+5
|
\
\
\
\
|
*
|
|
|
[ticket/10982] Correctly check, whether data-overlay is set
Joas Schilling
2012-07-11
1
-1
/
+1
|
*
|
|
|
[ticket/10982] Remove overlay on first up/down move of forums in ACP
Joas Schilling
2012-07-11
1
-4
/
+4
|
*
|
|
|
[ticket/10982] Allow setting dimming control overlay also as data-overlay
Joas Schilling
2012-07-11
1
-1
/
+1
*
|
|
|
|
Merge PR #624 branch 'develop-olympus' into develop
Oleg Pudeyev
2012-10-16
4
-5
/
+7
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
Merge PR #624 branch 'nickvergessen/ticket/8743' into develop-olympus
Oleg Pudeyev
2012-10-16
4
-5
/
+7
|
|
\
\
\
\
|
|
*
|
|
|
[ticket/8743] Include poster“s name in mail notifications
Joas Schilling
2012-03-15
4
-5
/
+7
[next]