jenkins-bot has submitted this change and it was merged.

Change subject: AJAXInterface: quickfix to make ajax functions available
......................................................................


AJAXInterface: quickfix to make ajax functions available

will be removed again after replacement implemented

PatchSet 2: Removed unnecessary config vars from extension.json

Change-Id: I22d34d10fe55aff2a313758c31f350d6758e2bb2
---
M BlueSpiceFoundation.php
M extension.json
2 files changed, 9 insertions(+), 9 deletions(-)

Approvals:
  Robert Vogel: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/BlueSpiceFoundation.php b/BlueSpiceFoundation.php
index 89f9aa4..5b3a44e 100644
--- a/BlueSpiceFoundation.php
+++ b/BlueSpiceFoundation.php
@@ -53,3 +53,11 @@
        $wgExtensionFunctions,
        'BsCore::doInitialise'
 );
+
+//make old ajax functions available, remove this after replacement implemented
+$wgAjaxExportList[] = 'BsCommonAJAXInterface::getTitleStoreData';
+$wgAjaxExportList[] = 'BsCommonAJAXInterface::getNamespaceStoreData';
+$wgAjaxExportList[] = 'BsCommonAJAXInterface::getUserStoreData';
+$wgAjaxExportList[] = 'BsCommonAJAXInterface::getCategoryStoreData';
+$wgAjaxExportList[] = 'BsCommonAJAXInterface::getAsyncCategoryTreeStoreData';
+$wgAjaxExportList[] = 'BsCommonAJAXInterface::getFileUrl';
\ No newline at end of file
diff --git a/extension.json b/extension.json
index df7ec19..da9e743 100644
--- a/extension.json
+++ b/extension.json
@@ -86,15 +86,7 @@
                        "author": [
                                "[http://www.hallowelt.com Hallo Welt! GmbH]"
                        ]
-               },
-               "AjaxExportList": [
-                       "BsCommonAJAXInterface::getTitleStoreData",
-                       "BsCommonAJAXInterface::getNamespaceStoreData",
-                       "BsCommonAJAXInterface::getUserStoreData",
-                       "BsCommonAJAXInterface::getCategoryStoreData",
-                       "BsCommonAJAXInterface::getAsyncCategoryTreeStoreData",
-                       "BsCommonAJAXInterface::getFileUrl"
-               ]
+               }
        },
        "AutoloadClasses": {
                "BsCore": "includes/Core.class.php",

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I22d34d10fe55aff2a313758c31f350d6758e2bb2
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/BlueSpiceFoundation
Gerrit-Branch: master
Gerrit-Owner: Ljonka <[email protected]>
Gerrit-Reviewer: Dvogel hallowelt <[email protected]>
Gerrit-Reviewer: Mglaser <[email protected]>
Gerrit-Reviewer: Pwirth <[email protected]>
Gerrit-Reviewer: Robert Vogel <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to