r47542 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r47541‎ | r47542 | r47543 >
Date:12:03, 20 February 2009
Author:siebrand
Status:deferred
Tags:
Comment:
Add basic header based on http://www.mediawiki.org/wiki/Extension:ClientSide. Apparently used as a dependency for extension CommunityVoice.

This is really badly documented and not something to be taken as an example.
Modified paths:
  • /trunk/extensions/ClientSide/ClientSide.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ClientSide/ClientSide.php
@@ -1,5 +1,13 @@
22 <?php
33
 4+$wgExtensionCredits['other'][] = array(
 5+ 'name' => 'ClientSide',
 6+ 'author' => 'Trevor Parscal',
 7+ 'url' => 'http://www.mediawiki.org/wiki/Extension:ClientSide',
 8+ //'descriptionmsg' => 'clientside-desc',
 9+ 'version' => '0.1.0',
 10+);
 11+
412 abstract class Html {
513
614 /* Static Functions */

Status & tagging log