Annoying little bugs

From MediaWiki.org
(Redirected from Annoying little bug)
Jump to: navigation, search

This page is meant to be a curated list of bugs that are relatively easy for a new MediaWiki coder to fix, or tiny features you could add. These are a good way to start getting familiar with the MediaWiki code base.

Relevant Bugzilla queries:

Defects to fix[edit | edit source]

System messages[edit | edit source]

System messages often need small corrections to the English text, but the source text can only be changed in the code by developers, contrary to translations; this has grown into a large backlog of usually very easy fixes (which might be as easy as fixing a typo).

Also, many messages are unclear and require better documentation (see Localisation#Message documentation if you're not convinced this is crucial). Missing documentation can also be added by just editing the /qqq subpage of the message on translatewiki.net, like all translations, but may require some study of the code to understand what a message is for: it's therefore optimal to start understanding the code, and very useful for the translators (which don't have such skills).

All the simple issues of this sort are (or should be) listed at the tracking bug 38638 as blockers[1]: pick one and start committing patches!

Little enhancements to add[edit | edit source]

should probably go somewhere in the makeHelpMsgParameters() method in includes/api/ApiBase.php."

If you have any trouble or questions, please feel free to contact sumanah or Quim Gil or ask for help via IRC.

See also[edit | edit source]