Pwirth has submitted this change and it was merged.

Change subject: WhoIsOnline: Improved tag documentation
......................................................................


WhoIsOnline: Improved tag documentation

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

Change-Id: I57f46fd308de705b12f6a8a1c9c7bc31b0b2abac
---
M WhoIsOnline/WhoIsOnline.class.php
M WhoIsOnline/i18n/en.json
2 files changed, 9 insertions(+), 2 deletions(-)

Approvals:
  Pwirth: Looks good to me, approved
  Raimond Spekking: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/WhoIsOnline/WhoIsOnline.class.php 
b/WhoIsOnline/WhoIsOnline.class.php
index 82502d4..4277c1b 100644
--- a/WhoIsOnline/WhoIsOnline.class.php
+++ b/WhoIsOnline/WhoIsOnline.class.php
@@ -167,6 +167,7 @@
                        'name' => 'whoisonlinecount',
                        'desc' => wfMessage( 
'bs-whoisonline-tag-whoisonlinecount-desc' )->plain(),
                        'code' => '<bs:whoisonlinecount />',
+                       'helplink' => 
'https://help.bluespice.com/index.php/WhoIsOnline'
                );
 
                $oResponse->result[] = array(
@@ -175,6 +176,12 @@
                        'name' => 'whoisonlinepopup',
                        'desc' => wfMessage( 
'bs-whoisonline-tag-whoisonlinepopup-desc' )->plain(),
                        'code' => '<bs:whoisonlinepopup />',
+                       'examples' => array(
+                               array(
+                                       'code' => '<bs:whoisonlinepopup 
anchortext="Online users" />'
+                               )
+                       ),
+                       'helplink' => 
'https://help.bluespice.com/index.php/WhoIsOnline'
                );
 
                return true;
diff --git a/WhoIsOnline/i18n/en.json b/WhoIsOnline/i18n/en.json
index 41b6c37..9cbc9c7 100644
--- a/WhoIsOnline/i18n/en.json
+++ b/WhoIsOnline/i18n/en.json
@@ -14,6 +14,6 @@
        "bs-whoisonline-pref-orderby-time": "Uptime",
        "bs-whoisonline-pref-orderby-name": "Name",
        "bs-whoisonline-pref-interval": "Update interval in seconds:",
-       "bs-whoisonline-tag-whoisonlinecount-desc": "Renders the number of 
currently logged in users.",
-       "bs-whoisonline-tag-whoisonlinepopup-desc": "Renders a little fly-out 
list of currently logged in users.\n\nValid 
attributes:\n;<code>anchortext</code>: The text you want the fly-out to be 
attached to."
+       "bs-whoisonline-tag-whoisonlinecount-desc": "Shows the number of all 
users who have been logged in within the last 10 minutes.",
+       "bs-whoisonline-tag-whoisonlinepopup-desc": "Shows all users who have 
been logged in within the last 10 minutes."
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I57f46fd308de705b12f6a8a1c9c7bc31b0b2abac
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceExtensions
Gerrit-Branch: master
Gerrit-Owner: Mglaser <[email protected]>
Gerrit-Reviewer: Dvogel hallowelt <[email protected]>
Gerrit-Reviewer: Ljonka <[email protected]>
Gerrit-Reviewer: Pwirth <[email protected]>
Gerrit-Reviewer: Raimond Spekking <[email protected]>
Gerrit-Reviewer: Robert Vogel <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to