Robert Vogel has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/365991 )

Change subject: BSAuthors: Removed image width and height setting
......................................................................

BSAuthors: Removed image width and height setting

* this settings are not in use anymore

PatchSet2:
* Also removed i18n keys from qqq

Change-Id: Ic9a8d32db7dad58f79f880ff35e0f10ae16f0d0f
---
M Authors/Authors.class.php
M Authors/i18n/en.json
M Authors/i18n/qqq.json
3 files changed, 0 insertions(+), 6 deletions(-)


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

diff --git a/Authors/Authors.class.php b/Authors/Authors.class.php
index 6d9ff09..b17d723 100644
--- a/Authors/Authors.class.php
+++ b/Authors/Authors.class.php
@@ -53,8 +53,6 @@
                $this->setHook( 'PageContentSave' );
 
                BsConfig::registerVar( 'MW::Authors::Blacklist',   array( 
'MediaWiki default' ), BsConfig::LEVEL_PRIVATE|BsConfig::TYPE_ARRAY_STRING );
-               BsConfig::registerVar( 'MW::Authors::ImageHeight', 40,          
                 BsConfig::LEVEL_PUBLIC|BsConfig::TYPE_INT, 
'bs-authors-pref-imageheight', 'int' );
-               BsConfig::registerVar( 'MW::Authors::ImageWidth',  40,          
                 BsConfig::LEVEL_PUBLIC|BsConfig::TYPE_INT, 
'bs-authors-pref-imagewidth', 'int' );
                BsConfig::registerVar( 'MW::Authors::Limit',       10,          
                 BsConfig::LEVEL_PUBLIC|BsConfig::TYPE_INT, 
'bs-authors-pref-limit', 'int' );
                BsConfig::registerVar( 'MW::Authors::MoreImage',   
'more-users_v2.png',          BsConfig::LEVEL_PRIVATE|BsConfig::TYPE_STRING );
                BsConfig::registerVar( 'MW::Authors::Show',        true,        
                 BsConfig::LEVEL_PUBLIC|BsConfig::TYPE_BOOL, 
'bs-authors-pref-show', 'toggle' );
diff --git a/Authors/i18n/en.json b/Authors/i18n/en.json
index 99c7902..a11cd17 100644
--- a/Authors/i18n/en.json
+++ b/Authors/i18n/en.json
@@ -10,8 +10,6 @@
        "bs-authors-profileimage": "Profile picture",
        "bs-authors-profileimage-change": "Change profile picture",
        "bs-authors-show-all-authors": "More authors available",
-       "bs-authors-pref-imageheight": "Image height:",
-       "bs-authors-pref-imagewidth": "Image width:",
        "bs-authors-pref-limit": "Limit of authors to display:",
        "bs-authors-pref-show": "Display authors",
        "bs-authors-switch-description": "Hides authors on this page."
diff --git a/Authors/i18n/qqq.json b/Authors/i18n/qqq.json
index a3b9a6f..86878d4 100644
--- a/Authors/i18n/qqq.json
+++ b/Authors/i18n/qqq.json
@@ -12,8 +12,6 @@
        "bs-authors-profileimage": "Image title for profile image, used on user 
page",
        "bs-authors-profileimage-change": "Text for change your profile image, 
shown on user page",
        "bs-authors-show-all-authors": "Image title for more authors available, 
used if there are too many authors",
-       "bs-authors-pref-imageheight": "Option in 
[{{canonicalurl:Special:WikiAdmin|mode=Preferences}} 
Special:WikiAdmin?mode=Preferences], label for height of 
image:\n{{Identical|Image height}}",
-       "bs-authors-pref-imagewidth": "Option in 
[{{canonicalurl:Special:WikiAdmin|mode=Preferences}} 
Special:WikiAdmin?mode=Preferences], label for width of 
image:\n{{Identical|Image width}}",
        "bs-authors-pref-limit": "Option in 
[{{canonicalurl:Special:WikiAdmin|mode=Preferences}} 
Special:WikiAdmin?mode=Preferences], label for how much authors should be 
displayed:",
        "bs-authors-pref-show": "Option in 
[{{canonicalurl:Special:WikiAdmin|mode=Preferences}} 
Special:WikiAdmin?mode=Preferences], checkbox label for display authors",
        "bs-authors-switch-description": "Behaviour switch __NOAUTHORS__ 
description for hiding authors on this page, shown in InsertMagic."

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic9a8d32db7dad58f79f880ff35e0f10ae16f0d0f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceExtensions
Gerrit-Branch: REL1_27
Gerrit-Owner: Robert Vogel <[email protected]>
Gerrit-Reviewer: Pwirth <[email protected]>

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

Reply via email to