Extensions that need love
From MediaWiki.org
The following is a list of extensions that should be looked at by a developer. They might be using outdated interfaces, have ugly code, or just need some attention. Talk to johnduhart on IRC for ideas and suggestions on what to improve.
If you plan to tackle cleanup for an extension, be sure to note that on the list.
Extensions used on Wikimedia [edit]
- Extension:Quiz
- Extension:Cite/Special:Cite.php
- Make use of ResourceContext instead of using global variables
- Convert CiteForm into an HTMLForm
- Extension:CheckUser
- Convert the form on Special:CheckUser to an HTMLForm
- ResourceContext usage
- Move the database update/install logic into the hook so it works with update.php
- In progress Johnduhart 02:00, 21 October 2011 (UTC)
- Extension:ConfirmEdit
- Using global in the global scope (wtf)
- Setting a global variable to change the capctha type and still having to require the file is ugly. Surely something better can be thought of.
- Direct use of $_GET and $_POST in some spots.
- Needs moar ContextSource