r60179 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60178‎ | r60179 | r60180 >
Date:21:07, 17 December 2009
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Changes for 0.5.1.
Modified paths:
  • /trunk/extensions/Maps/Maps.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/Maps.php
@@ -33,7 +33,7 @@
3434 echo '<b>Warning:</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>.';
3535 }
3636 else {
37 - define('Maps_VERSION', '0.5');
 37+ define('Maps_VERSION', '0.5.1 a1');
3838
3939 $egMapsScriptPath = $wgScriptPath . '/extensions/Maps';
4040 $egMapsIP = $IP . '/extensions/Maps';
@@ -130,7 +130,6 @@
131131 * Adds a link to Admin Links page
132132 */
133133 function efMapsAddToAdminLinks(&$admin_links_tree) {
134 - // TODO: move the documentation link to another section - and make it non dependant on SMW?
135134 $displaying_data_section = $admin_links_tree->getSection(wfMsg('smw_adminlinks_displayingdata'));
136135
137136 // Escape if SMW hasn't added links

Status & tagging log