Pwirth has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/365980 )

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

BSAuthors: Removed image width and height setting

* this settings are not in use anymore

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


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

diff --git a/Authors/Authors.class.php b/Authors/Authors.class.php
index 143e6c7..80f9e9e 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."

-- 
To view, visit https://gerrit.wikimedia.org/r/365980
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: master
Gerrit-Owner: Pwirth <[email protected]>

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

Reply via email to