phpbb: Restructure to make PhpbbAuth and PhpbbGroupsBackend more equal.
authorMatthijs Kooijman <matthijs@stdin.nl>
Fri, 2 Jul 2010 14:52:25 +0000 (16:52 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Fri, 2 Jul 2010 14:53:04 +0000 (16:53 +0200)
commitec774f80e9cbc1efdc32e2bbc7d7c50978e5fe70
treed2f81a302d38aa9835ea795f9c93e8ea340c6a24
parent779219209f121b987481952bc1f47940c70943ca
phpbb: Restructure to make PhpbbAuth and PhpbbGroupsBackend more equal.

Previously, you would instantiate the PhpbbAuth class and the groups
backend constructor would be a member of that. Now, there is a setup
function that returns an instantiated PhpbbAuth object and a
PhpbbGroupsBackend constructor.
conf/auth/phpbb.py
conf/farmconfig.py