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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[feature/twig] Can't use typehint here, causes tests to fail
Nathan Guse
2013-07-05
1
-1
/
+1
*
[feature/twig] Fix S_NUM_ROWS assignment
Nathan Guse
2013-07-05
1
-1
/
+1
*
[feature/twig] Remove style dependency for controller helper
Nathan Guse
2013-07-05
1
-24
/
+1
*
[feature/twig] Clarify comment
Nathan Guse
2013-07-05
1
-1
/
+1
*
[feature/twig] Spacing
Nathan Guse
2013-07-05
1
-1
/
+1
*
[feature/twig] Nicer code for get_user_style.php()
Nathan Guse
2013-07-05
1
-4
/
+9
*
[feature/twig] Docs/typehinting for Twig extension
Nathan Guse
2013-07-05
1
-1
/
+13
*
[feature/twig] Removing template/renderer.php (no longer used)
Nathan Guse
2013-07-05
1
-35
/
+0
*
[feature/twig] Spacing
Nathaniel Guse
2013-07-04
1
-1
/
+1
*
[feature/twig] acp module tpls are in ext/adm, ucp/mcp in styles/
Nathaniel Guse
2013-07-04
1
-17
/
+35
*
[feature/twig] Fix copy/pasted code
Nathaniel Guse
2013-07-04
1
-1
/
+1
*
[feature/twig] Attempt to automatically set style dir for ext modules
Nathaniel Guse
2013-07-04
1
-1
/
+19
*
[feature/twig] Fix a regular expression
Nathaniel Guse
2013-07-04
1
-1
/
+1
*
[feature/twig] Fix debug code
Nathaniel Guse
2013-07-04
1
-1
/
+1
*
[feature/twig] Support using Twig filters on {VAR}, add masks for Twig tags
Nathaniel Guse
2013-07-04
2
-7
/
+71
*
Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/twig
Nathaniel Guse
2013-07-04
13
-1005
/
+1154
|
\
|
*
Merge remote-tracking branch 'Hardolaf/feature/auth-refactor' into develop
David King
2013-07-03
10
-1004
/
+1150
|
|
\
|
|
*
[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
1
-1
/
+1
|
|
*
[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] Convert provider_apache to a service
Joseph Warner
2013-06-20
1
-40
/
+49
|
|
*
[feature/auth-refactor] Convert provider_ldap to a service
Joseph Warner
2013-06-20
1
-58
/
+64
|
|
*
[feature/auth-refactor] Turn provider_db into a service
Joseph Warner
2013-06-20
1
-41
/
+57
|
|
*
[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
[next]