Dvogel hallowelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/250917
Change subject: Updated helpdesk url ...................................................................... Updated helpdesk url Update public function __construct() with actual helpdesk url: https://help.bluespice.com Change-Id: I4a16f9b97386c526b675d5809a8e554b4233fc18 --- M AboutBlueSpice/AboutBlueSpice.class.php M ArticleInfo/ArticleInfo.class.php M Authors/Authors.class.php M Avatars/Avatars.class.php M Blog/Blog.class.php M BlueSpiceProjectFeedbackHelper/BlueSpiceProjectFeedbackHelper.class.php M CSyntaxHighlight/CSyntaxHighlight.class.php M Checklist/Checklist.class.php M ContextMenu/ContextMenu.class.php M CountThings/CountThings.class.php M Dashboards/Dashboards.class.php M Emoticons/Emoticons.class.php M ExtendedEditBar/ExtendedEditBar.class.php M ExtendedSearch/ExtendedSearch.class.php M ExtensionInfo/ExtensionInfo.class.php M Flexiskin/Flexiskin.class.php M FormattingHelp/FormattingHelp.class.php M GroupManager/GroupManager.class.php M HideTitle/HideTitle.class.php M InsertCategory/InsertCategory.class.php M InsertFile/InsertFile.class.php M InsertLink/InsertLink.class.php M InsertMagic/InsertMagic.class.php M InterWikiLinks/InterWikiLinks.class.php M NamespaceCss/NamespaceCss.class.php M NamespaceManager/NamespaceManager.class.php M Notifications/Notifications.class.php M PageAccess/PageAccess.class.php M PageTemplates/PageTemplates.class.php M PagesVisited/PagesVisited.class.php M PermissionManager/PermissionManager.class.php M Preferences/Preferences.class.php M RSSFeeder/RSSFeeder.class.php M RSSStandards/RSSStandards.class.php M Readers/Readers.class.php M ResponsibleEditors/ResponsibleEditors.class.php M Review/Review.class.php M SaferEdit/SaferEdit.class.php M SecureFileStore/SecureFileStore.class.php M ShoutBox/ShoutBox.class.php M SmartList/SmartList.class.php M StateBar/StateBar.class.php M Statistics/Statistics.class.php M TopMenuBarCustomizer/TopMenuBarCustomizer.class.php M UEModulePDF/UEModulePDF.class.php M UniversalExport/UniversalExport.class.php M UserManager/UserManager.class.php M UserPreferences/UserPreferences.class.php M UserSidebar/UserSidebar.class.php M VisualEditor/VisualEditor.class.php M WantedArticle/WantedArticle.class.php M WatchList/WatchList.class.php M WhoIsOnline/WhoIsOnline.class.php M WidgetBar/WidgetBar.class.php M WikiAdmin/WikiAdmin.class.php M examples/BoilerPlate/BoilerPlate.class.php 56 files changed, 56 insertions(+), 56 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BlueSpiceExtensions refs/changes/17/250917/1 diff --git a/AboutBlueSpice/AboutBlueSpice.class.php b/AboutBlueSpice/AboutBlueSpice.class.php index 3f25bc0..db5c7e0 100644 --- a/AboutBlueSpice/AboutBlueSpice.class.php +++ b/AboutBlueSpice/AboutBlueSpice.class.php @@ -46,7 +46,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.com', + EXTINFO::URL => 'https://help.bluespice.com', EXTINFO::DEPS => array ( 'bluespice' => '2.23.1' ) ); $this->mExtensionKey = 'MW::AboutBluespice'; diff --git a/ArticleInfo/ArticleInfo.class.php b/ArticleInfo/ArticleInfo.class.php index f87efa3..ace2906 100644 --- a/ArticleInfo/ArticleInfo.class.php +++ b/ArticleInfo/ArticleInfo.class.php @@ -53,7 +53,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/Articleinfo', EXTINFO::DEPS => array( 'bluespice' => '2.22.0', 'StateBar' => '2.22.0' diff --git a/Authors/Authors.class.php b/Authors/Authors.class.php index 3383880..6171281 100644 --- a/Authors/Authors.class.php +++ b/Authors/Authors.class.php @@ -55,7 +55,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/Authors', EXTINFO::DEPS => array( 'bluespice' => '2.22.0' ) ); $this->mExtensionKey = 'MW::Authors'; diff --git a/Avatars/Avatars.class.php b/Avatars/Avatars.class.php index e26296b..3d12254 100644 --- a/Avatars/Avatars.class.php +++ b/Avatars/Avatars.class.php @@ -57,7 +57,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/Avatars', EXTINFO::DEPS => array('bluespice' => '2.22.0')); $this->mExtensionKey = 'MW::Avatars'; wfProfileOut('BS::' . __METHOD__); diff --git a/Blog/Blog.class.php b/Blog/Blog.class.php index 6413026..d9a0d14 100644 --- a/Blog/Blog.class.php +++ b/Blog/Blog.class.php @@ -53,7 +53,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/Blog', EXTINFO::DEPS => array( 'bluespice' => '2.22.0' ) ); $this->mExtensionKey = 'MW::Blog'; diff --git a/BlueSpiceProjectFeedbackHelper/BlueSpiceProjectFeedbackHelper.class.php b/BlueSpiceProjectFeedbackHelper/BlueSpiceProjectFeedbackHelper.class.php index 60b71ad..fbbf9a5 100644 --- a/BlueSpiceProjectFeedbackHelper/BlueSpiceProjectFeedbackHelper.class.php +++ b/BlueSpiceProjectFeedbackHelper/BlueSpiceProjectFeedbackHelper.class.php @@ -45,7 +45,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/BlueSpiceProjectFeedbackHelper', EXTINFO::DEPS => array( 'bluespice' => '2.22.0' ) diff --git a/CSyntaxHighlight/CSyntaxHighlight.class.php b/CSyntaxHighlight/CSyntaxHighlight.class.php index 75b8a14..1b3108c 100644 --- a/CSyntaxHighlight/CSyntaxHighlight.class.php +++ b/CSyntaxHighlight/CSyntaxHighlight.class.php @@ -91,7 +91,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/CSyntaxHighlight', EXTINFO::DEPS => array( 'bluespice' => '2.22.0' ) diff --git a/Checklist/Checklist.class.php b/Checklist/Checklist.class.php index cbe5f02..b63c63d 100644 --- a/Checklist/Checklist.class.php +++ b/Checklist/Checklist.class.php @@ -56,7 +56,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/CheckList', EXTINFO::DEPS => array( 'bluespice' => '2.22.0' ) ); $this->mExtensionKey = 'MW::Checklist'; diff --git a/ContextMenu/ContextMenu.class.php b/ContextMenu/ContextMenu.class.php index 1ba426e..c13f44c 100644 --- a/ContextMenu/ContextMenu.class.php +++ b/ContextMenu/ContextMenu.class.php @@ -51,7 +51,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/ContextMenu', EXTINFO::DEPS => array('bluespice' => '2.23.0') ); $this->mExtensionKey = 'MW::ContextMenu'; diff --git a/CountThings/CountThings.class.php b/CountThings/CountThings.class.php index 977e2ed..b65543a 100644 --- a/CountThings/CountThings.class.php +++ b/CountThings/CountThings.class.php @@ -53,7 +53,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/CountThings', EXTINFO::DEPS => array( 'bluespice' => '2.22.0' ) ); $this->mExtensionKey = 'MW::CountThings'; diff --git a/Dashboards/Dashboards.class.php b/Dashboards/Dashboards.class.php index 71f31f7..dbcf8d0 100644 --- a/Dashboards/Dashboards.class.php +++ b/Dashboards/Dashboards.class.php @@ -53,7 +53,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/DashBoards', EXTINFO::DEPS => array( 'bluespice' => '2.22.0' ) diff --git a/Emoticons/Emoticons.class.php b/Emoticons/Emoticons.class.php index 7b90cd4..09c8b2a 100644 --- a/Emoticons/Emoticons.class.php +++ b/Emoticons/Emoticons.class.php @@ -61,7 +61,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/Emoticons', EXTINFO::DEPS => array('bluespice' => '2.22.0') ); $this->mExtensionKey = 'MW::Emoticons'; diff --git a/ExtendedEditBar/ExtendedEditBar.class.php b/ExtendedEditBar/ExtendedEditBar.class.php index 68115f1..bf38a07 100644 --- a/ExtendedEditBar/ExtendedEditBar.class.php +++ b/ExtendedEditBar/ExtendedEditBar.class.php @@ -54,7 +54,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.blue-spice.org', + EXTINFO::URL => 'https://help.bluespice.com/index.php/ExtendedEditbar', EXTINFO::DEPS => array( 'bluespice' => '2.22.0' ) ); $this->mExtensionKey = 'MW::ExtendedEditBar'; diff --git a/ExtendedSearch/ExtendedSearch.class.php b/ExtendedSearch/ExtendedSearch.class.php index c3b9d69..c0a269f 100644 --- a/ExtendedSearch/ExtendedSearch.class.php +++ b/ExtendedSearch/ExtendedSearch.class.php @@ -58,7 +58,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/ExtendedSearch', EXTINFO::DEPS => array( 'bluespice' => '2.22.0' ) ); $this->mExtensionKey = 'MW::ExtendedSearch'; diff --git a/ExtensionInfo/ExtensionInfo.class.php b/ExtensionInfo/ExtensionInfo.class.php index 5d2c53b..50fdc2a 100644 --- a/ExtensionInfo/ExtensionInfo.class.php +++ b/ExtensionInfo/ExtensionInfo.class.php @@ -53,7 +53,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/ExtensionInfo', EXTINFO::DEPS => array( 'bluespice' => '2.22.0' ) ); diff --git a/Flexiskin/Flexiskin.class.php b/Flexiskin/Flexiskin.class.php index ec68e12..e787679 100644 --- a/Flexiskin/Flexiskin.class.php +++ b/Flexiskin/Flexiskin.class.php @@ -52,7 +52,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/FlexiSkin', EXTINFO::DEPS => array( 'bluespice' => '2.22.0' ) ); $this->mExtensionKey = 'MW::Flexiskin'; diff --git a/FormattingHelp/FormattingHelp.class.php b/FormattingHelp/FormattingHelp.class.php index 7f5dcc8..49aa971 100644 --- a/FormattingHelp/FormattingHelp.class.php +++ b/FormattingHelp/FormattingHelp.class.php @@ -52,7 +52,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/FormattingHelp', EXTINFO::DEPS => array('bluespice' => '2.22.0') ); $this->mExtensionKey = 'MW::FormattingHelp'; diff --git a/GroupManager/GroupManager.class.php b/GroupManager/GroupManager.class.php index 8d3d999..d2e45c6 100644 --- a/GroupManager/GroupManager.class.php +++ b/GroupManager/GroupManager.class.php @@ -53,7 +53,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/GroupManager', EXTINFO::DEPS => array( 'bluespice' => '2.22.0' ) ); $this->mExtensionKey = 'MW::GroupManager'; diff --git a/HideTitle/HideTitle.class.php b/HideTitle/HideTitle.class.php index 18f5c49..42a5c0c 100644 --- a/HideTitle/HideTitle.class.php +++ b/HideTitle/HideTitle.class.php @@ -48,7 +48,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/HideTitle', EXTINFO::DEPS => array('bluespice' => '2.22.0') ); $this->mExtensionKey = 'MW::HideTitle'; diff --git a/InsertCategory/InsertCategory.class.php b/InsertCategory/InsertCategory.class.php index 8f8a0f4..a250828 100644 --- a/InsertCategory/InsertCategory.class.php +++ b/InsertCategory/InsertCategory.class.php @@ -56,7 +56,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/InsertCategory', EXTINFO::DEPS => array( 'bluespice' => '2.22.0' ) ); $this->mExtensionKey = 'MW::InsertCategory'; diff --git a/InsertFile/InsertFile.class.php b/InsertFile/InsertFile.class.php index d269b53..24d1d88 100644 --- a/InsertFile/InsertFile.class.php +++ b/InsertFile/InsertFile.class.php @@ -56,7 +56,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/InsertFile', EXTINFO::DEPS => array( 'bluespice' => '2.22.0' ) diff --git a/InsertLink/InsertLink.class.php b/InsertLink/InsertLink.class.php index b11bdbe..951e667 100644 --- a/InsertLink/InsertLink.class.php +++ b/InsertLink/InsertLink.class.php @@ -57,7 +57,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/InsertLink', EXTINFO::DEPS => array('bluespice' => '2.22.0') ); $this->mExtensionKey = 'MW::InsertLink'; diff --git a/InsertMagic/InsertMagic.class.php b/InsertMagic/InsertMagic.class.php index b655374..be1ba10 100644 --- a/InsertMagic/InsertMagic.class.php +++ b/InsertMagic/InsertMagic.class.php @@ -115,7 +115,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/InsertMagic', EXTINFO::DEPS => array( 'bluespice' => '2.22.0', 'VisualEditor' => '2.22.0' diff --git a/InterWikiLinks/InterWikiLinks.class.php b/InterWikiLinks/InterWikiLinks.class.php index d11577d..536a7da 100644 --- a/InterWikiLinks/InterWikiLinks.class.php +++ b/InterWikiLinks/InterWikiLinks.class.php @@ -53,7 +53,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/Interwikilinks', EXTINFO::DEPS => array( 'bluespice' => '2.22.0' ) ); diff --git a/NamespaceCss/NamespaceCss.class.php b/NamespaceCss/NamespaceCss.class.php index ff1536a..f6d32a6 100644 --- a/NamespaceCss/NamespaceCss.class.php +++ b/NamespaceCss/NamespaceCss.class.php @@ -47,7 +47,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/NamespaceCss', EXTINFO::DEPS => array( 'bluespice' => '2.22.0' ) ); diff --git a/NamespaceManager/NamespaceManager.class.php b/NamespaceManager/NamespaceManager.class.php index 76f4e8a..d51b141 100644 --- a/NamespaceManager/NamespaceManager.class.php +++ b/NamespaceManager/NamespaceManager.class.php @@ -76,7 +76,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/Namespacemanager', EXTINFO::DEPS => array( 'bluespice' => '2.22.0', 'WikiAdmin' => '2.22.0', diff --git a/Notifications/Notifications.class.php b/Notifications/Notifications.class.php index 7afa9b4..373451a 100644 --- a/Notifications/Notifications.class.php +++ b/Notifications/Notifications.class.php @@ -70,7 +70,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/Notifications', EXTINFO::DEPS => array( 'bluespice' => '2.22.0' ) ); $this->mExtensionKey = 'MW::Notifications'; diff --git a/PageAccess/PageAccess.class.php b/PageAccess/PageAccess.class.php index 0ce51a0..69d2034 100644 --- a/PageAccess/PageAccess.class.php +++ b/PageAccess/PageAccess.class.php @@ -51,7 +51,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/PageAccess', EXTINFO::DEPS => array( 'bluespice' => '2.22.0' ) ); $this->mExtensionKey = 'MW::PageAccess'; diff --git a/PageTemplates/PageTemplates.class.php b/PageTemplates/PageTemplates.class.php index 8e61fef..8855c21 100644 --- a/PageTemplates/PageTemplates.class.php +++ b/PageTemplates/PageTemplates.class.php @@ -53,7 +53,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/PageTemplates', EXTINFO::DEPS => array( 'bluespice' => '2.22.0' ) diff --git a/PagesVisited/PagesVisited.class.php b/PagesVisited/PagesVisited.class.php index 59c8ffe..49918d8 100644 --- a/PagesVisited/PagesVisited.class.php +++ b/PagesVisited/PagesVisited.class.php @@ -59,7 +59,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/PagesVisited', EXTINFO::DEPS => array( 'bluespice' => '2.22.0', 'WhoIsOnline' => '2.22.0' diff --git a/PermissionManager/PermissionManager.class.php b/PermissionManager/PermissionManager.class.php index 0f4303d..0f2546e 100644 --- a/PermissionManager/PermissionManager.class.php +++ b/PermissionManager/PermissionManager.class.php @@ -70,7 +70,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/PermissionManager', EXTINFO::DEPS => array( 'bluespice' => '2.23.0' ) ); diff --git a/Preferences/Preferences.class.php b/Preferences/Preferences.class.php index 67747af..90f4264 100644 --- a/Preferences/Preferences.class.php +++ b/Preferences/Preferences.class.php @@ -54,7 +54,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/Preferences', EXTINFO::DEPS => array('bluespice' => '2.22.0') ); diff --git a/RSSFeeder/RSSFeeder.class.php b/RSSFeeder/RSSFeeder.class.php index 81efdfc..ad22577 100644 --- a/RSSFeeder/RSSFeeder.class.php +++ b/RSSFeeder/RSSFeeder.class.php @@ -53,7 +53,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/RSSFeeder', EXTINFO::DEPS => array( 'bluespice' => '2.22.0' ) ); $this->mExtensionKey = 'MW::RSSFeeder'; diff --git a/RSSStandards/RSSStandards.class.php b/RSSStandards/RSSStandards.class.php index 198bfbf..8f156b0 100644 --- a/RSSStandards/RSSStandards.class.php +++ b/RSSStandards/RSSStandards.class.php @@ -48,7 +48,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/RSSStandards', EXTINFO::DEPS => array('bluespice' => '2.22.0') ); $this->mExtensionKey = 'MW::RSSStandards'; diff --git a/Readers/Readers.class.php b/Readers/Readers.class.php index 88f9516..0a7574c 100644 --- a/Readers/Readers.class.php +++ b/Readers/Readers.class.php @@ -50,7 +50,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/Readers', EXTINFO::DEPS => array( 'bluespice' => '2.22.0' ) diff --git a/ResponsibleEditors/ResponsibleEditors.class.php b/ResponsibleEditors/ResponsibleEditors.class.php index 48794f7..3d2a4a5 100644 --- a/ResponsibleEditors/ResponsibleEditors.class.php +++ b/ResponsibleEditors/ResponsibleEditors.class.php @@ -49,7 +49,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/ResponsibleEditors', EXTINFO::DEPS => array( 'bluespice' => '2.22.0', 'StateBar' => '2.22.0', diff --git a/Review/Review.class.php b/Review/Review.class.php index ab30e05..59a182c 100644 --- a/Review/Review.class.php +++ b/Review/Review.class.php @@ -61,7 +61,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/Review', EXTINFO::DEPS => array( 'bluespice' => '2.22.0', 'StateBar' => '2.22.0' diff --git a/SaferEdit/SaferEdit.class.php b/SaferEdit/SaferEdit.class.php index 6041943..b39b7bf 100644 --- a/SaferEdit/SaferEdit.class.php +++ b/SaferEdit/SaferEdit.class.php @@ -55,7 +55,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/SaferEdit', EXTINFO::DEPS => array( 'bluespice' => '2.22.0', 'StateBar' => '2.22.0' diff --git a/SecureFileStore/SecureFileStore.class.php b/SecureFileStore/SecureFileStore.class.php index 2dea224..3a4971e 100644 --- a/SecureFileStore/SecureFileStore.class.php +++ b/SecureFileStore/SecureFileStore.class.php @@ -61,7 +61,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/SecureFileStore', EXTINFO::DEPS => array( 'bluespice' => '2.22.0' ) diff --git a/ShoutBox/ShoutBox.class.php b/ShoutBox/ShoutBox.class.php index d3d29ee..9ed3777 100644 --- a/ShoutBox/ShoutBox.class.php +++ b/ShoutBox/ShoutBox.class.php @@ -58,7 +58,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/Shoutbox', EXTINFO::DEPS => array( 'bluespice' => '2.22.0' ) ); $this->mExtensionKey = 'MW::ShoutBox'; diff --git a/SmartList/SmartList.class.php b/SmartList/SmartList.class.php index 8f78da3..2f56c3d 100644 --- a/SmartList/SmartList.class.php +++ b/SmartList/SmartList.class.php @@ -55,7 +55,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/SmartList', EXTINFO::DEPS => array( 'bluespice' => '2.22.0' ) diff --git a/StateBar/StateBar.class.php b/StateBar/StateBar.class.php index 9a0c24d..b0527ad 100644 --- a/StateBar/StateBar.class.php +++ b/StateBar/StateBar.class.php @@ -62,7 +62,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/StateBar', EXTINFO::DEPS => array( 'bluespice' => '2.22.0' ) ); $this->mExtensionKey = 'MW::StateBar'; diff --git a/Statistics/Statistics.class.php b/Statistics/Statistics.class.php index 0d49dc0..1fc3c49 100644 --- a/Statistics/Statistics.class.php +++ b/Statistics/Statistics.class.php @@ -70,7 +70,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com', EXTINFO::DEPS => array( 'bluespice' => '2.22.0' ) ); $this->mExtensionKey = 'MW::Statistics'; diff --git a/TopMenuBarCustomizer/TopMenuBarCustomizer.class.php b/TopMenuBarCustomizer/TopMenuBarCustomizer.class.php index 8b9c6b5..0225af8 100644 --- a/TopMenuBarCustomizer/TopMenuBarCustomizer.class.php +++ b/TopMenuBarCustomizer/TopMenuBarCustomizer.class.php @@ -65,7 +65,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/TopBarMenuCustomizer', EXTINFO::DEPS => array( 'bluespice' => '2.23.0' ) ); diff --git a/UEModulePDF/UEModulePDF.class.php b/UEModulePDF/UEModulePDF.class.php index 9192e4f..4f07ff6 100644 --- a/UEModulePDF/UEModulePDF.class.php +++ b/UEModulePDF/UEModulePDF.class.php @@ -53,7 +53,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/UEModulePDF', EXTINFO::DEPS => array( 'bluespice' => '2.22.0', 'UniversalExport' => '2.22.0' diff --git a/UniversalExport/UniversalExport.class.php b/UniversalExport/UniversalExport.class.php index 7abda8d..64646ee 100644 --- a/UniversalExport/UniversalExport.class.php +++ b/UniversalExport/UniversalExport.class.php @@ -67,7 +67,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/UniversalExport', EXTINFO::DEPS => array( 'bluespice' => '2.22.0', 'StateBar' => '2.22.0', diff --git a/UserManager/UserManager.class.php b/UserManager/UserManager.class.php index 20e75c9..67e86b1 100644 --- a/UserManager/UserManager.class.php +++ b/UserManager/UserManager.class.php @@ -52,7 +52,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/UserManager', EXTINFO::DEPS => array( 'bluespice' => '2.22.0' ) ); diff --git a/UserPreferences/UserPreferences.class.php b/UserPreferences/UserPreferences.class.php index b1cb2cf..876e134 100644 --- a/UserPreferences/UserPreferences.class.php +++ b/UserPreferences/UserPreferences.class.php @@ -51,7 +51,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/UserPreferences', EXTINFO::DEPS => array( 'bluespice' => '2.22.0' ) ); $this->mExtensionKey = 'MW::UserPreferences'; diff --git a/UserSidebar/UserSidebar.class.php b/UserSidebar/UserSidebar.class.php index 5ec7fc4..66b5ec5 100644 --- a/UserSidebar/UserSidebar.class.php +++ b/UserSidebar/UserSidebar.class.php @@ -55,7 +55,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/UserSidebar', EXTINFO::DEPS => array( 'bluespice' => '2.22.0', 'WidgetBar' => 'default' diff --git a/VisualEditor/VisualEditor.class.php b/VisualEditor/VisualEditor.class.php index e448fcb..b97e269 100644 --- a/VisualEditor/VisualEditor.class.php +++ b/VisualEditor/VisualEditor.class.php @@ -206,7 +206,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/VisualEditor', EXTINFO::DEPS => array('bluespice' => '2.22.0') ); $this->mExtensionKey = 'MW::VisualEditor'; diff --git a/WantedArticle/WantedArticle.class.php b/WantedArticle/WantedArticle.class.php index 4086764..86ca28a 100644 --- a/WantedArticle/WantedArticle.class.php +++ b/WantedArticle/WantedArticle.class.php @@ -56,7 +56,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/WantedArticle', EXTINFO::DEPS => array('bluespice' => '2.22.0') ); $this->mExtensionKey = 'MW::WantedArticle'; diff --git a/WatchList/WatchList.class.php b/WatchList/WatchList.class.php index a2e6b7f..5ac0aa9 100644 --- a/WatchList/WatchList.class.php +++ b/WatchList/WatchList.class.php @@ -54,7 +54,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/WatchList', EXTINFO::DEPS => array( 'bluespice' => '2.22.0', 'UserSidebar' => '2.22.0' diff --git a/WhoIsOnline/WhoIsOnline.class.php b/WhoIsOnline/WhoIsOnline.class.php index 53c0cc3..82502d4 100644 --- a/WhoIsOnline/WhoIsOnline.class.php +++ b/WhoIsOnline/WhoIsOnline.class.php @@ -55,7 +55,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/WhoIsOnline', EXTINFO::DEPS => array( 'bluespice' => '2.22.0' ) diff --git a/WidgetBar/WidgetBar.class.php b/WidgetBar/WidgetBar.class.php index 4033db9..118dc90 100644 --- a/WidgetBar/WidgetBar.class.php +++ b/WidgetBar/WidgetBar.class.php @@ -54,7 +54,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/WidgetBar', EXTINFO::DEPS => array( 'bluespice' => '2.22.0' ) ); $this->mExtensionKey = 'MW::WidgetBar'; diff --git a/WikiAdmin/WikiAdmin.class.php b/WikiAdmin/WikiAdmin.class.php index 4464bf2..e4fe8bb 100644 --- a/WikiAdmin/WikiAdmin.class.php +++ b/WikiAdmin/WikiAdmin.class.php @@ -165,7 +165,7 @@ EXTINFO::VERSION => 'default', EXTINFO::STATUS => 'default', EXTINFO::PACKAGE => 'default', - EXTINFO::URL => 'http://www.hallowelt.biz', + EXTINFO::URL => 'https://help.bluespice.com/index.php/WikiAdmin', EXTINFO::DEPS => array('bluespice' => '2.22.0') ); $this->mExtensionKey = 'MW::WikiAdmin'; diff --git a/examples/BoilerPlate/BoilerPlate.class.php b/examples/BoilerPlate/BoilerPlate.class.php index 35d80e0..b782263 100644 --- a/examples/BoilerPlate/BoilerPlate.class.php +++ b/examples/BoilerPlate/BoilerPlate.class.php @@ -51,7 +51,7 @@ EXTINFO::VERSION => 'default', // 'default' means in sync with BlueSpiceFoundation EXTINFO::STATUS => 'default', // 'default' means in sync with BlueSpiceFoundation EXTINFO::PACKAGE => 'default', // 'default' means in the free version of BlueSpice - EXTINFO::URL => 'http://www.hallowelt.com' + EXTINFO::URL => 'https://help.bluespice.com' ); // Unique key to identify the extension in various places, e.g. cache $this->mExtensionKey = 'MW::BoilerPlate'; -- To view, visit https://gerrit.wikimedia.org/r/250917 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4a16f9b97386c526b675d5809a8e554b4233fc18 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/BlueSpiceExtensions Gerrit-Branch: master Gerrit-Owner: Dvogel hallowelt <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
