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/9657] Notifications do not require emails or jabber anymore
Joas Schilling
2013-07-11
1
-2
/
+2
*
[ticket/9657] Add type hints for classes
Joas Schilling
2013-07-11
2
-2
/
+2
*
[ticket/9657] Remove sql_visibility as it is always non-empty
Joas Schilling
2013-07-11
6
-35
/
+15
*
[ticket/9657] Use include instead of include_once
Joas Schilling
2013-07-11
1
-3
/
+9
*
[ticket/9657] Initialise variable outside of the loop
Joas Schilling
2013-07-11
1
-0
/
+1
*
[ticket/9657] Fix variable naming of phpEx to php_ext
Joas Schilling
2013-07-11
1
-1
/
+1
*
[ticket/9657] Fix unit tests
Joas Schilling
2013-07-11
1
-10
/
+10
*
[ticket/9657] Use the service instead of the static class
Joas Schilling
2013-07-11
19
-63
/
+102
*
[ticket/9657] Make content visibility a service and inject everything
Joas Schilling
2013-07-11
3
-94
/
+146
*
[ticket/9657] Add new line after opening diff
Joas Schilling
2013-07-11
1
-2
/
+4
*
[ticket/9657] Fix labels on confirm_delete_body.html
Joas Schilling
2013-07-11
1
-3
/
+3
*
[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] Cast topic_id to integer
Joas Schilling
2013-07-11
1
-2
/
+2
*
[ticket/9657] Correctly use " vs ' and variables in queries
Joas Schilling
2013-07-11
1
-5
/
+5
*
Merge remote-tracking branch 'phpbb/develop' into feature/softdelete-1-permis...
Joas Schilling
2013-07-11
276
-5400
/
+8398
|
\
|
*
Merge remote-tracking branch 'remotes/imkingdavid/ticket/11253' into develop
Nathan Guse
2013-07-06
1
-0
/
+51
|
|
\
|
|
*
[ticket/11253] Put AND clause in correct SQL query
David King
2013-06-23
1
-3
/
+3
|
|
*
[ticket/11253] Fix a few things brought up in the PR
David King
2013-06-23
1
-7
/
+6
|
|
*
[ticket/11253] Fix typo in constant
David King
2013-06-22
1
-1
/
+1
|
|
*
[ticket/11253] Add migration to add auth check to UCP signature module
David King
2013-06-22
1
-0
/
+52
|
*
|
Merge branch 'develop-olympus' into develop
Nathan Guse
2013-07-05
1
-1
/
+1
|
|
\
\
|
|
*
|
[ticket/11619] Use HTTP/1.0 because of lack of chunked-encoding handling.
Andreas Fischer
2013-07-03
1
-1
/
+1
|
*
|
|
[feature/auth-refactor] Move auth providers to separate directory
Joseph Warner
2013-07-04
5
-0
/
+10
|
*
|
|
Merge remote-tracking branch 'VSEphpbb/ticket/11577' into develop
Andreas Fischer
2013-07-03
1
-1
/
+1
|
|
\
\
\
|
|
*
|
|
[ticket/11577] Readjust min-height to 35px
Matt Friedman
2013-06-29
1
-1
/
+1
|
|
*
|
|
[ticket/11577] Correct over-sized Topic Rows
Matt Friedman
2013-05-28
1
-1
/
+1
|
*
|
|
|
Merge remote-tracking branch 'Hardolaf/feature/auth-refactor' into develop
David King
2013-07-03
13
-1005
/
+1192
|
|
\
\
\
\
|
|
*
|
|
|
[feature/auth-refactor] Fix code style issue
Joseph Warner
2013-07-02
1
-2
/
+2
|
|
*
|
|
|
[feature/auth-refactor] Fix comment grammar
Joseph Warner
2013-07-02
1
-1
/
+1
|
|
*
|
|
|
[feature/auth-refactor] Fix the actual cause of test failures
Joseph Warner
2013-07-01
2
-2
/
+5
|
|
*
|
|
|
[feature/auth-refactor] A possible fix for the functional test failures
Joseph Warner
2013-07-01
1
-1
/
+1
|
|
*
|
|
|
[feature/auth-refactor] Forgot @inheritdoc on methods
Joseph Warner
2013-06-28
3
-0
/
+54
|
|
*
|
|
|
[feature/auth-refactor] Finish and clean up documentation
Joseph Warner
2013-06-27
4
-74
/
+43
|
|
*
|
|
|
[feature/auth-refactor] Change phpEx to php_ext in new classes
Joseph Warner
2013-06-26
2
-9
/
+9
|
|
*
|
|
|
[feature/auth-refactor] Removed no longer used variable
Joseph Warner
2013-06-26
1
-1
/
+0
|
|
*
|
|
|
[feature/auth-refactor] Fix errors in acp_board
Joseph Warner
2013-06-25
1
-2
/
+2
|
|
*
|
|
|
[feature/auth-refactor] Fix indentation on acp_board
Joseph Warner
2013-06-25
1
-41
/
+38
|
|
*
|
|
|
[feature/auth-refactor] Refactor auth in acp_board
Joseph Warner
2013-06-25
1
-22
/
+3
|
|
*
|
|
|
[feature/auth-refactor] Don't truncate name then reattach same thing
Joseph Warner
2013-06-25
1
-4
/
+4
|
|
*
|
|
|
[feature/auth-refactor] Remove old auth plugins
Joseph Warner
2013-06-25
3
-886
/
+0
|
|
*
|
|
|
[feature/auth-refactor] Remove references to old auth plugins
Joseph Warner
2013-06-25
1
-29
/
+9
|
|
*
|
|
|
[feature/auth-refactor] Refactor code to use services
Joseph Warner
2013-06-21
3
-40
/
+24
|
|
*
|
|
|
[feature/auth-refactor] Create an auth.provider_collector service
Joseph Warner
2013-06-20
1
-0
/
+12
|
|
*
|
|
|
[feature/auth-refactor] Convert provider_apache to a service
Joseph Warner
2013-06-20
2
-41
/
+55
|
|
*
|
|
|
[feature/auth-refactor] Convert provider_ldap to a service
Joseph Warner
2013-06-20
2
-59
/
+67
|
|
*
|
|
|
[feature/auth-refactor] Turn provider_db into a service
Joseph Warner
2013-06-20
2
-41
/
+74
|
|
*
|
|
|
[feature/auth-refactor] Start turning auth providers into services
Joseph Warner
2013-06-20
2
-0
/
+2
|
|
*
|
|
|
[feature/auth-refactor] Fix LDAP conversion error
Joseph Warner
2013-06-20
1
-3
/
+3
|
|
*
|
|
|
[feature/auth-refactor] Finish refactoring auth plugins
Joseph Warner
2013-06-19
5
-10
/
+55
[next]