Page MenuHomePhabricator
Paste P345

kill sajax
ActivePublic

Authored by Legoktm on Mar 3 2015, 8:19 PM.
Tags
None
Referenced Files
F54199: kill_sajax
Mar 3 2015, 8:19 PM
Subscribers
None
[km@km-tp extensions]$ ack "wgAjaxExportList" --php
ReaderFeedback/ReaderFeedback.php
142:$wgAjaxExportList[] = 'ReaderFeedbackPage::AjaxReview';
SemanticPageMaker/specials/WikiObjectEditor/SPM_AjaxAccess.php
9:global $wgAjaxExportList;
12:$wgAjaxExportList[] = 'spm_om_ObjectModelAccess';
SemanticPageMaker/includes/widgets/SPM_WFAjaxAccess.php
9:global $wgAjaxExportList;
12:$wgAjaxExportList[] = 'spm_wf_EditorAccess';
WYSIWYG/WYSIWYG/WYSIWYG.php
79:$wgAjaxExportList[] = 'wfSajaxSearchImageCKeditor';
80:$wgAjaxExportList[] = 'wfSajaxSearchArticleCKeditor';
81:$wgAjaxExportList[] = 'wfSajaxSearchCategoryCKeditor';
82:$wgAjaxExportList[] = 'wfSajaxWikiToHTML';
83:$wgAjaxExportList[] = 'wfSajaxGetImageUrl';
84:$wgAjaxExportList[] = 'wfSajaxGetMathUrl';
85:$wgAjaxExportList[] = 'wfSajaxSearchTemplateCKeditor';
86:$wgAjaxExportList[] = 'wfSajaxSearchSpecialTagCKeditor';
87://$wgAjaxExportList[] = 'wfSajaxToggleCKeditor';
Phalanx/Phalanx.php
164:$wgAjaxExportList[] = 'PhalanxAjax';
Collection/Collection.php
258:$wgAjaxExportList[] = 'wfAjaxGetCollection';
282:$wgAjaxExportList[] = 'wfAjaxPostCollection';
295:$wgAjaxExportList[] = 'wfAjaxGetMWServeStatus';
302:$wgAjaxExportList[] = 'wfAjaxCollectionAddArticle';
309:$wgAjaxExportList[] = 'wfAjaxCollectionRemoveArticle';
316:$wgAjaxExportList[] = 'wfAjaxCollectionAddCategory';
340:$wgAjaxExportList[] = 'wfAjaxCollectionGetBookCreatorBoxContent';
361:$wgAjaxExportList[] = 'wfAjaxCollectionGetItemList';
368:$wgAjaxExportList[] = 'wfAjaxCollectionRemoveItem';
375:$wgAjaxExportList[] = 'wfAjaxCollectionAddChapter';
382:$wgAjaxExportList[] = 'wfAjaxCollectionRenameChapter';
393:$wgAjaxExportList[] = 'wfAjaxCollectionSetTitles';
408:$wgAjaxExportList[] = 'wfAjaxCollectionSetSorting';
416:$wgAjaxExportList[] = 'wfAjaxCollectionClear';
447:$wgAjaxExportList[] = 'wfAjaxCollectionGetPopupData';
482:$wgAjaxExportList[] = 'wfAjaxCollectionSuggestBanArticle';
488:$wgAjaxExportList[] = 'wfAjaxCollectionSuggestAddArticle';
494:$wgAjaxExportList[] = 'wfAjaxCollectionSuggestRemoveArticle';
503:$wgAjaxExportList[] = 'wfAjaxCollectionSuggestUndoArticle';
510:$wgAjaxExportList[] = 'wfAjaxCollectionSortItems';
MassEditRegex/MassEditRegex.php
68:$wgAjaxExportList[] = 'MassEditRegexAPI::edit';
SemanticComments/specials/Comment/CE_CommentAjaxAccess.php
35:global $wgAjaxExportList;
37:$wgAjaxExportList[] = 'cef_comment_createNewPage';
38:$wgAjaxExportList[] = 'cef_comment_editPage';
39:$wgAjaxExportList[] = 'cef_comment_deleteComment';
40:$wgAjaxExportList[] = 'cef_comment_fullDeleteComments';
FlaggedRevs/FlaggedRevs.php
81:FlaggedRevsUISetup::defineAjaxFunctions( $wgAjaxExportList );
FlaggedRevs/frontend/FlaggedRevsUI.setup.php
183: * @param $ajaxExportList Array $wgAjaxExportList
Convert2Wiki/Convert2Wiki.php
43: global $wgExtensionCredits, $wgExtensionMessagesFiles, $wgResourceModules, $wgSpecialPages, $wgAjaxExportList;
67: $wgAjaxExportList[] = 'Convert2Wiki\API\API::getConversionList';
68: $wgAjaxExportList[] = 'Convert2Wiki\API\API::convert';
ExtTab/includes/ET_AjaxAccess.php
3:global $wgAjaxExportList;
5:$wgAjaxExportList[] = 'smwf_et_Access';
Spreadsheet/Spreadsheet.php
82:$wgAjaxExportList[] = "SpreadsheetAjax::getData";
BlogPage/Blog.php
129:$wgAjaxExportList[] = 'SpecialCreateBlogPost::checkTitleExistence';
VoteNY/Vote_AjaxFunctions.php
5:$wgAjaxExportList[] = 'wfVoteClick';
24:$wgAjaxExportList[] = 'wfVoteDelete';
42:$wgAjaxExportList[] = 'wfVoteStars';
59:$wgAjaxExportList[] = 'wfVoteStarsMulti';
76:$wgAjaxExportList[] = 'wfVoteStarsDelete';
CategoryTree/CategoryTree.php
132:$wgAjaxExportList[] = 'efCategoryTreeAjaxWrapper';
226: * Entry point for Ajax, registered in $wgAjaxExportList.
SocialProfile/UserBoard/UserBoard_AjaxFunctions.php
5:$wgAjaxExportList[] = 'wfSendBoardMessage';
28:$wgAjaxExportList[] = 'wfDeleteBoardMessage';
SocialProfile/UserRelationship/Relationship_AjaxFunctions.php
6:$wgAjaxExportList[] = 'wfRelationshipRequestResponse';
SemanticForms/SemanticForms.php
210:$GLOBALS['wgAjaxExportList'][] = 'SFAutoeditAPI::handleAutoEdit';
SecurePoll/SecurePoll.php
178:$wgAjaxExportList[] = 'wfSecurePollStrike';
OnlineStatus/OnlineStatus.php
70:$wgAjaxExportList[] = 'OnlineStatus::Ajax';
BlueSpiceExtensions/InsertLink/InsertLink.setup.php
45:$wgAjaxExportList[] = 'InsertLink::getPage';
BlueSpiceExtensions/SmartList/SmartList.setup.php
13:$wgAjaxExportList[] = 'SmartList::getMostVisitedPages';
14:$wgAjaxExportList[] = 'SmartList::getMostEditedPages';
15:$wgAjaxExportList[] = 'SmartList::getMostActivePortlet';
16:$wgAjaxExportList[] = 'SmartList::getYourEditsPortlet';
BlueSpiceExtensions/Flexiskin/Flexiskin.setup.php
64:$wgAjaxExportList[] = 'Flexiskin::getFlexiskins';
65:$wgAjaxExportList[] = 'Flexiskin::saveFlexiskin';
66:$wgAjaxExportList[] = 'Flexiskin::saveFlexiskinPreview';
67:$wgAjaxExportList[] = 'Flexiskin::getFlexiskinConfig';
68:$wgAjaxExportList[] = 'Flexiskin::deleteFlexiskin';
69:$wgAjaxExportList[] = 'Flexiskin::addFlexiskin';
70:$wgAjaxExportList[] = 'Flexiskin::activateFlexiskin';
71:$wgAjaxExportList[] = 'Flexiskin::resetFlexiskin';
72:$wgAjaxExportList[] = 'Flexiskin::uploadFile';
BlueSpiceExtensions/ResponsibleEditors/ResponsibleEditors.setup.php
83:$wgAjaxExportList[] = 'SpecialResponsibleEditors::ajaxGetResponsibleEditors'
84:$wgAjaxExportList[] = 'SpecialResponsibleEditors::ajaxSetResponsibleEditors'
85:$wgAjaxExportList[] = 'SpecialResponsibleEditors::ajaxGetPossibleEditors';
86:$wgAjaxExportList[] = 'ResponsibleEditors::ajaxGetActivatedNamespacesForCombobox';
87:$wgAjaxExportList[] = 'ResponsibleEditors::ajaxGetResponsibleEditorsByArticleId';
88:$wgAjaxExportList[] = 'ResponsibleEditors::ajaxGetArticlesByNamespaceId';
89:$wgAjaxExportList[] = 'ResponsibleEditors::ajaxGetListOfResponsibleEditorsForArticle';
90:$wgAjaxExportList[] = 'ResponsibleEditors::ajaxDeleteResponsibleEditorsForArticle';
91:$wgAjaxExportList[] = 'ResponsibleEditors::getResponsibleEditorsPortletData'
BlueSpiceExtensions/GroupManager/GroupManager.setup.php
30:$wgAjaxExportList[] = 'GroupManager::getData';
31:$wgAjaxExportList[] = 'GroupManager::getGroups';
32:$wgAjaxExportList[] = 'GroupManager::addGroup';
33:$wgAjaxExportList[] = 'GroupManager::editGroup';
34:$wgAjaxExportList[] = 'GroupManager::removeGroup';
35:$wgAjaxExportList[] = 'GroupManager::removeGroups';
BlueSpiceExtensions/StateBar/StateBar.setup.php
30:$wgAjaxExportList[] = 'StateBar::ajaxCollectBodyViews';
BlueSpiceExtensions/PageTemplates/PageTemplates.setup.php
36:$wgAjaxExportList[] = 'PageTemplatesAdmin::getTemplates';
37:$wgAjaxExportList[] = 'PageTemplatesAdmin::getNamespaces';
38:$wgAjaxExportList[] = 'PageTemplatesAdmin::doEditTemplate';
39:$wgAjaxExportList[] = 'PageTemplatesAdmin::doDeleteTemplate';
40:$wgAjaxExportList[] = 'PageTemplatesAdmin::doDeleteTemplates';
BlueSpiceExtensions/Dashboards/Dashboards.setup.php
23:$wgAjaxExportList[] = 'Dashboards::saveAdminDashboardConfig';
24:$wgAjaxExportList[] = 'Dashboards::saveUserDashboardConfig';
25:$wgAjaxExportList[] = 'Dashboards::saveTagDashboardConfig';
26:$wgAjaxExportList[] = 'Dashboards::getPortlets';
27:$wgAjaxExportList[] = 'Dashboards::getAdminDashboardConfig';
28:$wgAjaxExportList[] = 'Dashboards::getUserDashboardConfig';
BlueSpiceExtensions/Review/Review.setup.php
63:$wgAjaxExportList[] = 'Review::doEditReview';
64:$wgAjaxExportList[] = 'Review::getVoteResponse';
65:$wgAjaxExportList[] = 'Review::getUsers';
66:$wgAjaxExportList[] = 'SpecialReview::ajaxGetOverview';
BlueSpiceExtensions/Checklist/Checklist.setup.php
46:$wgAjaxExportList[] = 'Checklist::doChangeCheckItem';
47:$wgAjaxExportList[] = 'Checklist::getOptionsList';
48:$wgAjaxExportList[] = 'Checklist::ajaxGetTemplateData';
49:$wgAjaxExportList[] = 'Checklist::ajaxSaveOptionsList';
50:$wgAjaxExportList[] = 'Checklist::ajaxGetItemStoreData';
51:$wgAjaxExportList[] = 'Checklist::getAvailableOptions';
BlueSpiceExtensions/InsertFile/InsertFile.setup.php
13:$wgAjaxExportList[] = 'InsertFileAJAXBackend::getFilePage';
14:$wgAjaxExportList[] = 'InsertFileAJAXBackend::getFiles';
15:$wgAjaxExportList[] = 'InsertFileAJAXBackend::getLicenses';
16:$wgAjaxExportList[] = 'InsertFileAJAXBackend::getExistsWarning';
BlueSpiceExtensions/InterWikiLinks/InterWikiLinks.setup.php
38:$wgAjaxExportList[] = 'InterWikiLinks::getInterWikiLinks';
39:$wgAjaxExportList[] = 'InterWikiLinks::doEditInterWikiLink';
40:$wgAjaxExportList[] = 'InterWikiLinks::doDeleteInterWikiLink';
BlueSpiceExtensions/Readers/Readers.setup.php
16:$wgAjaxExportList[] = 'Readers::getUsers';
17:$wgAjaxExportList[] = 'Readers::getData';
BlueSpiceExtensions/FormattingHelp/FormattingHelp.setup.php
30:$wgAjaxExportList[] = 'FormattingHelp::getFormattingHelp';
BlueSpiceExtensions/Avatars/Avatars.setup.php
43:$wgAjaxExportList[] = 'Avatars::uploadFile';
44:$wgAjaxExportList[] = 'Avatars::generateAvatarAjax';
45:$wgAjaxExportList[] = 'Avatars::setUserImage';
BlueSpiceExtensions/UserManager/UserManager.setup.php
33:$wgAjaxExportList[] = 'UserManager::getUsers';
34:$wgAjaxExportList[] = 'UserManager::addUser';
35:$wgAjaxExportList[] = 'UserManager::editUser';
36:$wgAjaxExportList[] = 'UserManager::deleteUser';
37:$wgAjaxExportList[] = 'UserManager::setUserGroups';
BlueSpiceExtensions/SaferEdit/SaferEdit.setup.php
39:$wgAjaxExportList[] = 'SaferEdit::doCancelSaferEdit';
40:$wgAjaxExportList[] = 'SaferEdit::getLostTexts';
41:$wgAjaxExportList[] = 'SaferEdit::saveText';
BlueSpiceExtensions/InsertMagic/InsertMagic.setup.php
12:$wgAjaxExportList[] = 'InsertMagic::ajaxGetData';
BlueSpiceExtensions/Statistics/Statistics.setup.php
89:$wgAjaxExportList[] = 'Statistics::ajaxGetAvalableDiagrams';
90:$wgAjaxExportList[] = 'Statistics::ajaxGetUserFilter';
91:$wgAjaxExportList[] = 'Statistics::ajaxGetNamespaceFilter';
92:$wgAjaxExportList[] = 'Statistics::ajaxGetCategoryFilter';
93:$wgAjaxExportList[] = 'Statistics::ajaxGetSearchscopeFilter';
94:$wgAjaxExportList[] = 'SpecialExtendedStatistics::ajaxSave';
BlueSpiceExtensions/BlueSpiceProjectFeedbackHelper/BlueSpiceProjectFeedbackHelper.setup.php
16:$wgAjaxExportList[] = 'BlueSpiceProjectFeedbackHelper::disableFeedback';
BlueSpiceExtensions/NamespaceManager/NamespaceManager.setup.php
35:$wgAjaxExportList[] = 'NamespaceManager::getForm';
36:$wgAjaxExportList[] = 'NamespaceManager::getData';
37:$wgAjaxExportList[] = 'NamespaceManager::addNamespace';
38:$wgAjaxExportList[] = 'NamespaceManager::editNamespace';
39:$wgAjaxExportList[] = 'NamespaceManager::deleteNamespace';
40:$wgAjaxExportList[] = 'NamespaceManager::isNamespaceEmpty';
BlueSpiceExtensions/ShoutBox/ShoutBox.setup.php
50:$wgAjaxExportList[] = 'ShoutBox::getShouts';
51:$wgAjaxExportList[] = 'ShoutBox::insertShout';
52:$wgAjaxExportList[] = 'ShoutBox::archiveShout';
BlueSpiceExtensions/VisualEditor/VisualEditor.setup.php
12:$wgAjaxExportList[] = 'VisualEditor::doSaveArticle';
13:$wgAjaxExportList[] = 'VisualEditor::checkLinks';
BlueSpiceExtensions/PermissionManager/PermissionManager.setup.php
53:$wgAjaxExportList[] = 'PermissionManager::setTemplateData';
54:$wgAjaxExportList[] = 'PermissionManager::deleteTemplate';
55:$wgAjaxExportList[] = 'PermissionManager::savePermissions';
BlueSpiceExtensions/WantedArticle/WantedArticle.setup.php
23:$wgAjaxExportList[] = 'WantedArticle::ajaxAddWantedArticle';
24:$wgAjaxExportList[] = 'WantedArticle::ajaxGetWantedArticles';
BlueSpiceExtensions/ExtendedSearch/ExtendedSearch.setup.php
52:$wgAjaxExportList[] = 'ExtendedSearch::getRequestJson';
53:$wgAjaxExportList[] = 'ExtendedSearchBase::getAutocompleteData';
54:$wgAjaxExportList[] = 'ExtendedSearchBase::getRecentSearchTerms';
56:$wgAjaxExportList[] = 'ExtendedSearchAdmin::getProgressBar';
BlueSpiceExtensions/RSSStandards/RSSStandards.setup.php
17:$wgAjaxExportList[] = 'RSSStandards::getPages';
BlueSpiceExtensions/SecureFileStore/SecureFileStore.setup.php
11:$wgAjaxExportList[] = 'SecureFileStore::getFile';
BlueSpiceExtensions/InsertCategory/InsertCategory.setup.php
34:$wgAjaxExportList[] = 'InsertCategory::addCategoriesToArticle';
BlueSpiceExtensions/RSSFeeder/RSSFeeder.setup.php
18:$wgAjaxExportList[] = 'RSSFeeder::getRSS';
SlimboxThumbs/SlimboxThumbs.php
49:$wgAjaxExportList[] = 'efSBTGetImageSizes';
50:$wgAjaxExportList[] = 'efSBTRemoteThumb';
SemanticSifter/SemanticSifter.php
17:global $wgExtensionCredits,$wgHooks,$wgExtensionMessagesFiles,$wgMessagesDirs,$wgResourceModules,$wgAjaxExportList;
31:$wgAjaxExportList[] = 'SemanticSifter\API\API::filter';
SemanticImageAnnotator/SemanticImageAnnotator.php
78:global $wgAjaxExportList;
80:$wgAjaxExportList[] = 'getAnnotations';
81:$wgAjaxExportList[] = 'writeAnnotationProperties';
82:$wgAjaxExportList[] = 'removeAnnotation';
BlueSpiceFoundation/BlueSpiceFoundation.php
60:$wgAjaxExportList[] = 'BsCommonAJAXInterface::getTitleStoreData';
61:$wgAjaxExportList[] = 'BsCommonAJAXInterface::getNamespaceStoreData';
62:$wgAjaxExportList[] = 'BsCommonAJAXInterface::getUserStoreData';
63:$wgAjaxExportList[] = 'BsCommonAJAXInterface::getCategoryStoreData';
64:$wgAjaxExportList[] = 'BsCommonAJAXInterface::getAsyncCategoryTreeStoreData'
65:$wgAjaxExportList[] = 'BsCommonAJAXInterface::getFileUrl';
66:$wgAjaxExportList[] = 'BsCore::ajaxBSPing';
CommunityVoice/Modules/Ratings.php
130: global $wgParser, $wgAjaxExportList;
134: $wgAjaxExportList[] = __CLASS__ . '::handleScaleVoteCall';
Configure/scripts/findSettings.php
151: 'wgAjaxExportList', // Extensions only
MsUpload/MsUpload.php
48:$wgAjaxExportList[] = 'MsUpload::saveCat';
AJAXPoll/AJAXPoll.php
60:$wgAjaxExportList[] = 'AJAXPoll::submitVote';
WebPlatformAuth/WebPlatformAuth.php
33:$wgAjaxExportList[] = 'WebPlatformAuthHooks::ajaxGetUserInfoById';
34:$wgAjaxExportList[] = 'WebPlatformAuthHooks::ajaxGetUserInfoByName';
LinkSuggest/LinkSuggest.php
96:global $wgAjaxExportList;
97:$wgAjaxExportList[] = 'getLinkSuggest';
98:$wgAjaxExportList[] = 'getLinkSuggestImage';