http://www.mediawiki.org/wiki/Special:Code/MediaWiki/73378

Revision: 73378
Author:   jeroendedauw
Date:     2010-09-20 14:33:11 +0000 (Mon, 20 Sep 2010)

Log Message:
-----------
Changes for 0.7 - small improvements

Modified Paths:
--------------
    trunk/extensions/SemanticMaps/includes/SM_GeoCoordsValue.php
    trunk/extensions/SemanticMaps/includes/forminputs/SM_FormInput.php
    trunk/extensions/SemanticMaps/includes/queryprinters/SM_Mapper.php

Modified: trunk/extensions/SemanticMaps/includes/SM_GeoCoordsValue.php
===================================================================
--- trunk/extensions/SemanticMaps/includes/SM_GeoCoordsValue.php        
2010-09-20 14:32:38 UTC (rev 73377)
+++ trunk/extensions/SemanticMaps/includes/SM_GeoCoordsValue.php        
2010-09-20 14:33:11 UTC (rev 73378)
@@ -1,29 +1,17 @@
 <?php
+
 /**
- * File holding the SMGeoCoordsValue class.
+ * Implementation of datavalues that are geographic coordinates.
  * 
+ * @since 0.6
+ * 
  * @file SM_GeoCoordsValue.php
- * @ingroup SMWDataValues
  * @ingroup SemanticMaps
+ * @ingroup SMWDataValues
  * 
  * @author Jeroen De Dauw
  * @author Markus Krötzsch
  */
-
-if ( !defined( 'MEDIAWIKI' ) ) {
-       die( 'Not an entry point.' );
-}
-
-/**
- * Implementation of datavalues that are geographic coordinates.
- *
- * @author Jeroen De Dauw
- * @author Markus Krötzsch
- * 
- * @since 0.6
- * 
- * @ingroup SemanticMaps
- */
 class SMGeoCoordsValue extends SMWDataValue {
 
        protected $coordinateSet;

Modified: trunk/extensions/SemanticMaps/includes/forminputs/SM_FormInput.php
===================================================================
--- trunk/extensions/SemanticMaps/includes/forminputs/SM_FormInput.php  
2010-09-20 14:32:38 UTC (rev 73377)
+++ trunk/extensions/SemanticMaps/includes/forminputs/SM_FormInput.php  
2010-09-20 14:33:11 UTC (rev 73378)
@@ -8,11 +8,6 @@
  *
  * @author Jeroen De Dauw
  */
-
-if ( !defined( 'MEDIAWIKI' ) ) {
-       die( 'Not an entry point.' );
-}
-
 abstract class SMFormInput implements iMappingFeature {
 
        /**

Modified: trunk/extensions/SemanticMaps/includes/queryprinters/SM_Mapper.php
===================================================================
--- trunk/extensions/SemanticMaps/includes/queryprinters/SM_Mapper.php  
2010-09-20 14:32:38 UTC (rev 73377)
+++ trunk/extensions/SemanticMaps/includes/queryprinters/SM_Mapper.php  
2010-09-20 14:33:11 UTC (rev 73378)
@@ -1,18 +1,13 @@
 <?php
 
 /**
- * General map query printer class
+ * General map query printer class.
  *
  * @file SM_Mapper.php
  * @ingroup SemanticMaps
  *
  * @author Jeroen De Dauw
  */
-
-if ( !defined( 'MEDIAWIKI' ) ) {
-       die( 'Not an entry point.' );
-}
-
 final class SMMapper {
        
        /**



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to