Plugin: Update list of official plugins based on issue table - refs #2661

pull/5330/head
Yannick Warnier 1 year ago
parent 9bf12605b4
commit 06d23cad72
  1. 30
      public/main/inc/lib/plugin.lib.php

@ -200,11 +200,8 @@ class AppPlugin
static $officialPlugins = null; static $officialPlugins = null;
// Please keep this list alphabetically sorted // Please keep this list alphabetically sorted
$officialPlugins = [ $officialPlugins = [
'add_cas_login_button',
'add_cas_logout_button',
'add_facebook_login_button',
'add_shibboleth_login_button',
'advanced_subscription', 'advanced_subscription',
'ai_helper',
'azure_active_directory', 'azure_active_directory',
'bbb', 'bbb',
'before_login', 'before_login',
@ -212,7 +209,6 @@ class AppPlugin
'card_game', 'card_game',
'check_extra_field_author_company', 'check_extra_field_author_company',
'cleandeletedfiles', 'cleandeletedfiles',
'clockworksms',
'courseblock', 'courseblock',
'coursehomenotify', 'coursehomenotify',
'courselegal', 'courselegal',
@ -220,43 +216,33 @@ class AppPlugin
'customcertificate', 'customcertificate',
'customfooter', 'customfooter',
'dashboard', 'dashboard',
'date',
'dictionary', 'dictionary',
'embedregistry', 'embedregistry',
'exercise_signature', 'exercise_signature',
'ext_auth_chamilo_logout_button_behaviour', 'ext_auth_chamilo_logout_button_behaviour',
'follow_buttons', 'externalnotificationconnect',
'formLogin_hide_unhide', 'extramenufromwebservice',
'google_maps', 'google_maps',
'google_meet',
'grading_electronic', 'grading_electronic',
'h5p', 'h5pimport',
'hello_world', 'hello_world',
'ims_lti', 'ims_lti',
'jcapture',
'justification', 'justification',
'kannelsms',
'keycloak',
'learning_calendar', 'learning_calendar',
'lti_provider',
'maintenancemode', 'maintenancemode',
'migrationmoodle', 'migrationmoodle',
'mindmap', 'mobidico',
'nosearchindex', 'nosearchindex',
'notebookteacher', 'notebookteacher',
'oauth2',
'olpc_peru_filter',
'openmeetings',
'pausetraining', 'pausetraining',
'pens', 'pens',
'positioning', 'positioning',
'questionoptionsevaluation', 'questionoptionsevaluation',
'redirection', 'redirection',
'reports',
'resubscription', 'resubscription',
'rss', 'rss',
'search_course', 'search_course',
'sepe',
'share_buttons',
'show_regions', 'show_regions',
'show_user_info', 'show_user_info',
'static', 'static',
@ -264,12 +250,10 @@ class AppPlugin
'surveyexportcsv', 'surveyexportcsv',
'surveyexporttxt', 'surveyexporttxt',
'test2pdf', 'test2pdf',
'toplinks',
'tour', 'tour',
'userremoteservice', 'userremoteservice',
'vchamilo',
'whispeakauth',
'zoom', 'zoom',
'xapi',
]; ];
return $officialPlugins; return $officialPlugins;

Loading…
Cancel
Save