Ljonka has uploaded a new change for review.
https://gerrit.wikimedia.org/r/306418
Change subject: AJAXInterface: quickfix to make ajax functions available
......................................................................
AJAXInterface: quickfix to make ajax functions available
will be removed again after replacement implemented
Change-Id: I22d34d10fe55aff2a313758c31f350d6758e2bb2
---
M BlueSpiceFoundation.php
1 file changed, 8 insertions(+), 0 deletions(-)
git pull
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BlueSpiceFoundation
refs/changes/18/306418/1
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
--
To view, visit https://gerrit.wikimedia.org/r/306418
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I22d34d10fe55aff2a313758c31f350d6758e2bb2
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceFoundation
Gerrit-Branch: master
Gerrit-Owner: Ljonka <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits