simetrical@svn.wikimedia.org schrieb:
Revision: 23410 Author: simetrical Date: 2007-06-26 04:07:27 +0000 (Tue, 26 Jun 2007)
Log Message:
(bug 6711) Add and to allow finer control over usergroup
assignment. Completely reverse-compatible with existing userrights-based setups, but can replace Makesysop and Makebot and open the door to lots of other things as well. Could be moved to extension, I guess, but it just seems a lot simpler to have one interface for all adding/removing of groups.
It does not work togehter with MakeSysop extension, it breaks:
Fatal error: Call to private method UserrightsForm::showEditUserGroupsForm() from context 'MakesysopStewardForm' in F:\xampp\htdocs\wikitest\extensions\Makesysop\SpecialMakesysop_body.php on line 307
Changing the function to public fixes the fatal error, but than I get warnings due to missing third parameter in
function showEditUserGroupsForm( $username, $addable, $removable )
The extension has to be updated too...
Raymond.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Raimond Spekking wrote:
Fatal error: Call to private method UserrightsForm::showEditUserGroupsForm() from context 'MakesysopStewardForm' in F:\xampp\htdocs\wikitest\extensions\Makesysop\SpecialMakesysop_body.php on line 307
Changing the function to public fixes the fatal error, but than I get warnings due to missing third parameter in
function showEditUserGroupsForm( $username, $addable, $removable )
The extension has to be updated too...
No need, I just fixed the interface in Userrights to be compatible again. :)
- -- brion vibber (brion @ wikimedia.org)
wikitech-l@lists.wikimedia.org