https://bugzilla.wikimedia.org/show_bug.cgi?id=27580

--- Comment #1 from Max Semenik <maxsem.w...@gmail.com> 2011-02-20 08:47:51 UTC 
---
Neat!

See
http://www.mediawiki.org/wiki/Manual:Developing_extensions#Publishing_your_extension
regarding publishing on mediawiki.org

If you want to host your extension in our SVN repository (which will allow it
to benefit from localisation and other developers' attention), you can apply
for commit access: http://www.mediawiki.org/wiki/Commit_access

A few nitpicks after looking at code:
* We don't use ?> - it helps nothing and can lead to hard to track bugs if
someone leaves whitespace after it
* You don't need to split i18n messages into two files
* Message keys should have an unique prefix, such as offline_ to avoid possible
conflicts with other extensions
* APC functions are not available on every PHP installation, check with
function_exists() first
* Why are you disabling other databases unconditionally?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to