Clone this repo:

Branches

  1. 44330d2 Clean up .gitignore by Gergő Tisza · 3 months ago master
  2. 88877b6 Add git submodule sync by Brian Wolff · 1 year ago
  3. ca3e6d6 This is hitting timeouts on the graphite request by Brian Wolff · 1 year, 2 months ago
  4. 177a743 increase default_socket_timeout by Brian Wolff · 1 year, 2 months ago
  5. 87f3115 Add support for collecting popularity stats by Brian Wolff · 1 year, 2 months ago

extjsonuploader collects extension data and makes it available to mediawiki.org templates. See its tool page for more information.

Installation: after checkout, run composer install, then copy config.dist.php to config.php and edit it. Check out the mediawiki/extensions repository to the configured location, and make sure it's kept up to date.

Running: just run bin/extjsonuploader.

Development: run tests with composer test. Submit patches to labs/tools/extjsonuploader.