@@ -10,8 +10,6 @@ WSSpaces has two configuration variable.
*`$wgWSSpacesEnableSpaceArchiving` (boolean, default: true) Whether to allow archiving of spaces
*`$wgWSSpacesAutoAddAdminsToUserGroups` (boolean, default: false) Whether to automatically add space admins to a user group. Eg. An admin for a space with id 50000 will get added to a group called '50000Admin'. Will additionally add admins to a general 'SpaceAdmin' group that can be used to assign rights to all space admins.
*`$wgWSSpacesAllowNoAdmins` (boolean, default: false) If set to true, this will disable the validation check that at least one admin must be set for this space. This is not recommended.
*`$wgWSSpacesForceNamedGroup` (boolean, default: false) If set to true, this will force the message sent to MediaWiki to involve the Space key, rather than the Space id.
To enable Semantic MediaWiki for the created namespace, place the following code in between the initialization of Semantic MediaWiki and WSSpaces in LocalSettings.php:
...
...
@@ -32,15 +30,7 @@ WSSpaces defines several hooks to alter or extend its behaviour.
Gets called once directly after a space has been created. NOTE: The space has not been initialized with the Wiki at this point. Therefore, you cannot create a page in this namespace (use a job instead).
Gets called on each page load after the space has been initialized into `$wgCanonicalNamespaces`.
Gets called once directly after a space has been created. NOTE: The space has not been initialized with the Wiki at this point. Therefore, you cannot create a page in this namespace (use a job instead). Similarly, this space is at this point unaware of the admins that it has as they are only set after this hook is called.
### `WSSpacesCustomApiExceptionHandler`
...
...
@@ -72,6 +62,10 @@ Whether the user can add new spaces to the wiki or not.
Whether the user can archive existing spaces or not. This right does not affect the behaviour or
`$wgWSSpacesEnableSpaceArchiving`.
### `wss-view-space-admins`
Whether the user is able to view the admins for a space or not.
### `wss-view-spaces-overview`
Whether the user is able to view the overview of spaces or not.
...
...
@@ -89,4 +83,5 @@ available:
Furthermore, the following API list (`?action=query`) modules are available: