Download the PHP package mediawiki/smw-user-protect without Composer
On this page you can find all versions of the php package mediawiki/smw-user-protect. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mediawiki/smw-user-protect
More information about mediawiki/smw-user-protect
Files in mediawiki/smw-user-protect
Download mediawiki/smw-user-protect
More information about mediawiki/smw-user-protect
Files in mediawiki/smw-user-protect
Vendor mediawiki
Package smw-user-protect
Short Description Extension for protecting pages from users depending on certain semantic properties
License GPL-3.0+
Homepage https://github.com/ProteoWiki
Package smw-user-protect
Short Description Extension for protecting pages from users depending on certain semantic properties
License GPL-3.0+
Homepage https://github.com/ProteoWiki
Please rate this library. Is it a good library?
Informations about the package smw-user-protect
SMWUserProtect
Extension for protecting specifically pages from users depending on their semantic properties.
Parameters
// Groups that are allowed always
$GLOBALS['wgSMWUserProtectGroups'] = array( 'sysop', 'team' );
// User Property
$GLOBALS['wgSMWUserProtectProps'] = array( 'Has User' );
// Namespaces with protection
$GLOBALS['wgSMWUserProtectNS'] = array( NS_REQUEST, NS_SAMPLE, NS_PROCESS );
$GLOBALS['wgSMWUserProtectNSParent'] = array( NS_REQUEST );
// Edit prohibited depending on the value
$GLOBALS['wgSMWUserProtectEditClose'] = array (
NS_REQUEST => array(
"Has Request Status" => array( "Accepted", "Closed", "Discarded" )
)
);
// If visiting user is not in the groups above, avoid reading User pages
$GLOBALS['wgSMWUserProtectUserPages'] = true;
// Block edition of user pages by non-owning users. It actually makes sense if previous wgSMWUserProtectUserPages is false
$GLOBALS['wgSMWUserProtectEditUserPages'] = true;
All versions of smw-user-protect with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
composer/installers Version 1.*,>=1.0.1
mediawiki/semantic-media-wiki Version >=2.0
composer/installers Version 1.*,>=1.0.1
mediawiki/semantic-media-wiki Version >=2.0
The package mediawiki/smw-user-protect contains the following files
Loading the files please wait ....