Skip to content

Commit

Permalink
remove broken extensions in MezaCoreExtensions.yml
Browse files Browse the repository at this point in the history
disable UniversalLanguageSelector and SimpleMathJax 

Add them back later when they are known to work
  • Loading branch information
ndc-rkevans authored Jan 8, 2024
1 parent 7ef9f7f commit 98cb096
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions config/MezaCoreExtensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,12 +224,12 @@ list:
repo: https://github.com/wikimedia/mediawiki-extensions-YouTube.git
version: "{{ mediawiki_default_branch }}"

# ULS - Allows users to select a language and configure its support in an easy way.
- name: UniversalLanguageSelector
repo: https://github.com/wikimedia/mediawiki-extensions-UniversalLanguageSelector
version: "{{ mediawiki_default_branch }}"
config: |
$wgULSIMEEnabled = false;
# # ULS - Allows users to select a language and configure its support in an easy way.
# - name: UniversalLanguageSelector
# repo: https://github.com/wikimedia/mediawiki-extensions-UniversalLanguageSelector
# version: "{{ mediawiki_default_branch }}"
# config: |
# $wgULSIMEEnabled = false;

# VE - Allows for editing pages as rich content
- name: VisualEditor
Expand Down Expand Up @@ -507,11 +507,11 @@ list:
# -----------------------------------------------------------------------------------------------------
# -----------------------------------------------------------------------------------------------------

# SimpleMathJax - Enables MathJax, a JavaScript library, for typesetting TeX formula in MediaWiki inside math environments
- name: SimpleMathJax
repo: https://github.com/jamesmontalvo3/SimpleMathJax.git
version: e94afaffcdde8d926b166fdd166162f9519beaa1
legacy_load: True
# # SimpleMathJax - Enables MathJax, a JavaScript library, for typesetting TeX formula in MediaWiki inside math environments
# - name: SimpleMathJax
# repo: https://github.com/jamesmontalvo3/SimpleMathJax.git
# version: e94afaffcdde8d926b166fdd166162f9519beaa1
# legacy_load: True

# TalkRight - Adds the 'talk' right making a permission for editing talk pages distinct from the editing of articles
- name: TalkRight
Expand Down

0 comments on commit 98cb096

Please sign in to comment.