Update git submodules

* Update MultimediaViewer from branch 'master'
  to 67c1a4a3e358759482ad057cfbd12e5c67c375f4
  - Increase minimum size for carousel images to 100px
    
    Bug: T428810
    Change-Id: I66471b72af1eb115c6eda9a11c6901c31ee154a5
    
1 file changed
tree: ae29cdcd62ffde04cc0aa6e5484144996d33c949
  1. .gitignore
  2. .gitmodules
  3. .gitreview
  4. check-entry-points.py
  5. check-sync.sh
  6. quick-update
  7. README.md
  8. sort-gitmodules.py
  9. sync-with-gerrit.py
README.md

This is the collection of all MediaWiki extensions.

You can check out all MediaWiki extensions by cloning this repository, and then doing git submodule update --init.

Several maintenance and utility scripts are included:

  • check-entry-points.py - Validate extension entry points.
  • check-sync.sh - Compare latest submodule pointers with the master branch of each repo.
  • quick-update - Fetch and update submodules in parallel.
  • sort-gitmodules.py - Reorder existing .gitmodules
  • sync-with-gerrit.py - Find all MediaWiki extensions in gerrit, add as submodules if state is not READONLY, removes any that state: READ_ONLY and rebuild .gitmodules