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 @@
2
2
<?php
3
3
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
+
4
12
abstract class Html {
5
13
6
14
/* Static Functions */
Status & tagging log
18:18, 20 February 2009
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r47542
[
removed:
new
added:
deferred]