r94431 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94430‎ | r94431 | r94432 >
Date:21:13, 13 August 2011
Author:jeroendedauw
Status:deferred (Comments)
Tags:
Comment:
1.0.1 RC
Modified paths:
  • /trunk/extensions/Maps/Maps.php (modified) (history)
  • /trunk/extensions/Maps/RELEASE-NOTES (modified) (history)
  • /trunk/extensions/Maps/includes/Maps_Settings.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/Maps.php
@@ -41,7 +41,7 @@
4242 die( '<b>Error:</b> You need to have <a href="http://www.mediawiki.org/wiki/Extension:Validator">Validator</a> installed in order to use <a href="http://www.mediawiki.org/wiki/Extension:Maps">Maps</a>.<br />' );
4343 }
4444
45 -define( 'Maps_VERSION', '1.0.1 alpha' );
 45+define( 'Maps_VERSION', '1.0.1 RC' );
4646
4747 $wgExtensionCredits['parserhook'][] = array(
4848 'path' => __FILE__,
Index: trunk/extensions/Maps/RELEASE-NOTES
@@ -8,7 +8,7 @@
99
1010
1111 === Maps 1.0.1 ===
12 -(2011-08-xx)
 12+(2011-08-17)
1313
1414 * Added language parameter to the mapsdoc hook.
1515
Index: trunk/extensions/Maps/includes/Maps_Settings.php
@@ -312,6 +312,17 @@
313313
314314 }
315315
 316+/**
 317+ * Simple class to define settings, which can be represented
 318+ * as key values pairs, together with meta data such as
 319+ * description messages and how they can berepresented in
 320+ * as UI elements.
 321+ *
 322+ * @since ?
 323+ *
 324+ * @licence GNU GPL v3
 325+ * @author Jeroen De Dauw < jeroendedauw@gmail.com >
 326+ */
316327 class Setting {
317328
318329 public $name;

Follow-up revisions

RevisionCommit summaryAuthorDate
r94438fu r94431jeroendedauw00:47, 14 August 2011

Comments

#Comment by Nikerabbit (talk | contribs)   21:30, 13 August 2011

berepresented