r75079 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75078‎ | r75079 | r75080 >
Date:09:26, 20 October 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Changes for 0.7.2, follow up to r75078
Modified paths:
  • /trunk/extensions/SemanticMaps/INSTALL (modified) (history)
  • /trunk/extensions/SemanticMaps/RELEASE-NOTES (modified) (history)
  • /trunk/extensions/SemanticMaps/SemanticMaps.php (modified) (history)
  • /trunk/extensions/SemanticMaps/includes/forminputs/SM_FormInput.php (modified) (history)
  • /trunk/extensions/SemanticMaps/includes/queryprinters/SM_QueryPrinters.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMaps/INSTALL
@@ -1,4 +1,4 @@
2 -[[Semantic Maps 0.7.1]]
 2+[[Semantic Maps 0.7.2]]
33
44 Make sure you have Semantic MediaWiki, Maps and Validator successfully installed before proceeding
55 withthe installation. Semantic Maps and Maps are always released together. This means you should
Index: trunk/extensions/SemanticMaps/RELEASE-NOTES
@@ -7,6 +7,11 @@
88 http://www.mediawiki.org/wiki/Extension:Semantic_Maps/Version_history#Semantic_Maps_change_log
99
1010
 11+=== Semantic Maps 0.7.2 ===
 12+(2010-1x-xx)
 13+
 14+* ...
 15+
1116 === Semantic Maps 0.7.1 ===
1217 (2010-10-20)
1318
Index: trunk/extensions/SemanticMaps/includes/forminputs/SM_FormInput.php
@@ -397,8 +397,6 @@
398398 )
399399 );
400400
401 - $params['centre']->lowerCaseValue = false;
402 -
403401 //$params['foobar'] = new Parameter('foobar');
404402
405403 // TODO
Index: trunk/extensions/SemanticMaps/includes/queryprinters/SM_QueryPrinters.php
@@ -71,7 +71,6 @@
7272 $params['staticlocations']->addAliases( 'locations' );
7373 $params['staticlocations']->addCriteria( new CriterionIsLocation( '~' ) );
7474 $params['staticlocations']->addManipulations( new MapsParamCoordSet( '~' ) );
75 - $params['staticlocations']->lowerCaseValue = false;
7675 $params['staticlocations']->setDefault( array() );
7776
7877 $params['centre'] = new Parameter(
@@ -83,7 +82,6 @@
8483 new CriterionIsLocation(),
8584 )
8685 );
87 - $params['centre']->lowerCaseValue = false;
8886
8987 $params['icon'] = new Parameter(
9088 'icon',
@@ -94,7 +92,6 @@
9593 New CriterionNotEmpty()
9694 )
9795 );
98 - $params['icon']->lowerCaseValue = false;
9996
10097 $params['forceshow'] = new Parameter(
10198 'forceshow',
@@ -121,14 +118,12 @@
122119 New CriterionNotEmpty()
123120 )
124121 );
125 - $params['template']->lowerCaseValue = false;
126122
127123 $params['title'] = new Parameter(
128124 'title',
129125 Parameter::TYPE_STRING,
130126 $egMapsDefaultTitle
131127 );
132 - $params['title']->lowerCaseValue = false;
133128
134129 $params['label'] = new Parameter(
135130 'label',
@@ -136,7 +131,6 @@
137132 $egMapsDefaultLabel,
138133 array( 'text' )
139134 );
140 - $params['label']->lowerCaseValue = false;
141135
142136 return $params;
143137 }
Index: trunk/extensions/SemanticMaps/SemanticMaps.php
@@ -38,7 +38,7 @@
3939
4040 // Only initialize the extension when all dependencies are present.
4141 if ( defined( 'Maps_VERSION' ) && defined( 'SMW_VERSION' ) ) {
42 - define( 'SM_VERSION', '0.7.1' );
 42+ define( 'SM_VERSION', '0.7.2 alpha' );
4343
4444 $useExtensionPath = version_compare( $wgVersion, '1.16', '>=' ) && isset( $wgExtensionAssetsPath ) && $wgExtensionAssetsPath;
4545 $smgScriptPath = ( $useExtensionPath ? $wgExtensionAssetsPath : $wgScriptPath . '/extensions' ) . '/SemanticMaps';

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r75078Changes for 0.7.2, follow up to r75077jeroendedauw09:25, 20 October 2010

Status & tagging log