Wednesday, September 6. 2006New version of the accesscontrol extension for MediaWikiComments
Display comments as
(Linear | Threaded)
deine Extension funktioniert bei mir wunderbar. Leider habe ich nur das Problem , dass ich nicht mehrere Benutzergruppen authorisieren kann. Er blendet mir zwar den Satz ein "Diese Seite ist nur für die Gruppen xxx zugänglich!!!"; es steht aber immer nur die letzte eingetragene Gruppe drin und nur diese hat auch Zugriff. Außerdem habe ich das Problem, dass die "Kein Zugriff"-Seite trotz Accesscontrol von jedem editiert werden kann.
#1
on
2006-09-27 09:26
Hellow Dave!!!
I`ll try to use this plugin and understand that it is really what I need to add to my MediaWiki. Only one thing is incorrect: when we use "Group_1" in accesslist tag -- all works as must be (on the top of page is "access to this page allowed for Group_1 only", but if we have two or more groups Group_1,,Group_2 we get only "access to this page allowed for Group_2 only". Looks like some minor bug in accesscontrol.php. here is correct fragment of code: -------------accescontrol.php------------ // make the textual group list for the message on the top if ($first) { $allowedGroups = "[[".$groupTitle."|".trim($groupEntry)."]]"; # FIXME $first = false; } else -------------accescontrol.php------------ can you test this ? Thank You for a good MediaWiki extension!
#1.1
on
2006-10-06 07:16
in the accesscontrol version 0.2 your changed code worked, but in the new 0.3 version it doesn't
do you have another idea?
#2
on
2006-10-19 14:20
The author does not allow comments to this entry
|
Calendar
QuicksearchArchivesKategorienBlog Administration |
|||||||||||||||||||||||||||||||||||||||||||||||||
the extension can be downloaded under http://www.pagansoft.de/download/accesscontrol-0.3.zip The new version is tested on MediaWiki 1.7.1.Here are the changes for version 0.3:access is now also cont
Tracked: Oct 18, 15:32