index
:
forums
master
The forums.mageia.org Website
Maat [maat]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11600
Marc Alexander
2013-07-04
83
-1542
/
+3338
|
\
|
*
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
18
-1005
/
+1507
|
|
\
\
|
|
*
|
[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] Fix two session tests broken by changes
Joseph Warner
2013-06-26
2
-0
/
+26
|
|
*
|
[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] Fix auth tests to use mock objects correctly
Joseph Warner
2013-06-25
1
-25
/
+123
|
|
*
|
[feature/auth-refactor] Test validate_session on provider_apache
Joseph Warner
2013-06-25
1
-1
/
+5
|
|
*
|
[feature/auth-refactor] Test autologin() on provider_apache
Joseph Warner
2013-06-25
1
-0
/
+28
|
|
*
|
[feature/auth-refactor] Test login() for provider_apache
Joseph Warner
2013-06-25
1
-1
/
+20
|
|
*
|
[feature/auth-refactor] Test for init on provider_apache
Joseph Warner
2013-06-25
1
-4
/
+12
|
|
*
|
[feature/auth-refactor] Skeleton of provider_apache_test
Joseph Warner
2013-06-25
1
-0
/
+49
|
|
*
|
[feature/auth-refactor] Finish provider_db unit test for login
Joseph Warner
2013-06-25
1
-2
/
+12
|
|
*
|
[feature/auth-refactor] Initial auth unit test provider_db
Joseph Warner
2013-06-24
2
-0
/
+73
|
|
*
|
[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
|
|
*
|
[feature/auth-refactor] Refactor session for new auth interface
Joseph Warner
2013-06-19
1
-4
/
+4
|
|
*
|
[feature/auth-refactor] Refactor acp_board for new auth interface
Joseph Warner
2013-06-19
5
-23
/
+22
|
|
*
|
[feature/auth-refactor] Fix typos causing changes to not work
Joseph Warner
2013-06-19
5
-6
/
+5
|
|
*
|
[feature/auth-refactor] Refactor login to use new interface
Joseph Warner
2013-06-18
1
-3
/
+4
|
|
*
|
[feature/auth-refactor] Make DB auth consistent with interface
Joseph Warner
2013-06-18
1
-13
/
+9
|
|
*
|
[feature/auth-refactor] Make LDAP consistent with interface
Joseph Warner
2013-06-18
1
-5
/
+8
|
|
*
|
[feature/auth-refactor] Make Apache consistent with interface
Joseph Warner
2013-06-18
1
-1
/
+1
|
|
*
|
[feature/auth-refactor] Fix comment block indentation
Joseph Warner
2013-06-18
3
-58
/
+58
|
|
*
|
[feature/auth-refactor] Document the provider interface
Joseph Warner
2013-06-18
1
-1
/
+31
|
|
*
|
[feature/auth-refactor] LDAP Auth Provider Skeleton
Joseph Warner
2013-06-17
1
-0
/
+358
|
|
*
|
[feature/auth-refactor] Database Auth Provider Skeleton
Joseph Warner
2013-06-17
1
-0
/
+309
|
|
*
|
[feature/auth-refactor] Auth Apache Provider Skeleton
Joseph Warner
2013-06-17
1
-0
/
+265
|
|
*
|
[feature/auth-refactor] Provider Interface Skeleton
Joseph Warner
2013-06-17
1
-0
/
+32
|
*
|
|
Merge remote-tracking branch 'dhruvgoel92/ticket/11437' into develop
Joas Schilling
2013-07-03
1
-1
/
+1
|
|
\
\
\
[next]