Developer hub

From MediaWiki.org

Jump to: navigation, search
150
Crystal Clear app display.png Users Crystal Clear app terminal.png System Administrators Crystal Clear app tutorials.png Developers

This is the place to come if you want to contribute to the development of the MediaWiki software. For help installing or customizing MediaWiki, please see the administrator help.

These pages are in the early stage of development. If you can't find the information you are looking for, or have found useful information somewhere we have not linked to, then please leave a comment on the talk page and someone will look into it.

Contents

Primary developer resources

  • BugZilla – Bug tracker for MediaWiki and issues with Wikimedia projects (sometimes referred to as MediaZilla)
  • Subversion browser – Web-based viewer for the MediaWiki source code
  • Code documentation – Machine-generated documentation on the classes and other functions used in MediaWiki
  • Code Review – List and status of recent commits

Info on MediaWiki.org

  • MediaWiki roadmap – planned features for forthcoming releases. Guidelines only, and subject to change.
  • Manual:Contents – Technical reference for the MediaWiki software (under development)
  • Commit access – How to commit to the MediaWiki code repository, and what you need to do to be granted permission to do so.
  • Localisation – Technical description of MediaWiki's I18N / internationalization system.
  • meta:Category:MediaWiki Development
  • API – external API for the direct data-layer access.

Extending MediaWiki

There are 5 main extension points that allow developers to add features and functionality to MediaWiki or to change existing functionality. MediaWiki has been designed to allow for modification without changing the "core code". This makes it easy to update to a new version of MediaWiki without having to manually merge in old extension code changes. The extension points are:

Help for extension writers

Developer discussion

For more information about the above, please see Communication.