Mglaser has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/291575

Change subject: PageAccess: Improved tag documentation
......................................................................

PageAccess: Improved tag documentation

New tag description. Thanks to Sabine Gürtler and Anja Ebersbach.

Change-Id: Id47d4ff03ed1b48f0c925fbffe7de3f8508a7168
---
M PageAccess/PageAccess.class.php
M PageAccess/i18n/en.json
2 files changed, 8 insertions(+), 2 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BlueSpiceExtensions 
refs/changes/75/291575/1

diff --git a/PageAccess/PageAccess.class.php b/PageAccess/PageAccess.class.php
index 69d2034..ac6604f 100644
--- a/PageAccess/PageAccess.class.php
+++ b/PageAccess/PageAccess.class.php
@@ -214,7 +214,13 @@
                        'type' => 'tag',
                        'name' => 'pageaccess',
                        'desc' => wfMessage( 'bs-pageaccess-tag-groups-desc' 
)->plain(),
-                       'code' => '<bs:pageaccess groups="" />',
+                       'code' => '<bs:pageaccess groups="GROUP" />',
+                       'examples' => array(
+                               array(
+                                       'code' => '<bs:pageaccess 
groups="sysop" />'
+                               )
+                       ),
+                       'helplink' => 
'https://help.bluespice.com/index.php/PageAccess'
                );
 
                return true;
diff --git a/PageAccess/i18n/en.json b/PageAccess/i18n/en.json
index 2cdf348..d39f36b 100644
--- a/PageAccess/i18n/en.json
+++ b/PageAccess/i18n/en.json
@@ -9,7 +9,7 @@
        "bs-pageaccess-error-no-groups-given": "No groups were specified.",
        "bs-pageaccess-error-not-member-of-given-groups": "You are not a member 
of the given groups. In order to prevent you from locking yourself out, saving 
was disabled.",
        "bs-pageaccess-error-included-forbidden-template": "You have tried to 
use the template \"$1\" to which you do not have read access. In order to 
prevent you from locking yourself out, saving was disabled.",
-       "bs-pageaccess-tag-groups-desc": "Specify the groups that should have 
exclusive access to this page. Multiple groups can be separated by commas.",
+       "bs-pageaccess-tag-groups-desc": "Defines the groups which have 
exclusive access to a page. Several groups are separated by commas.",
        "pageaccess": "Pages secured by PageAccess",
        "log-name-bs-pageaccess": "Page access log",
        "log-description-bs-pageaccess": "This is a log of changes in the page 
access settings.",

-- 
To view, visit https://gerrit.wikimedia.org/r/291575
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id47d4ff03ed1b48f0c925fbffe7de3f8508a7168
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceExtensions
Gerrit-Branch: master
Gerrit-Owner: Mglaser <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to