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
  • SourceForge project – Was used in the past to host distribution files

Info on MediaWiki.org

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:

  • Hooks – Every time "X" happens do something...
  • Tag Extensions – Create a new tag like: <newtag>...</newtag>
  • Parser Functions – Create a new command like: {{#if:...|...|...}}
  • Special Pages – Add a new special page.
  • Skins – Change the look and feel of MediaWiki.

Help for extension writers

Developer discussion

For more information about the above, please see Communication.