r107703 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107702‎ | r107703 | r107704 >
Date:04:05, 31 December 2011
Author:jeroendedauw
Status:ok
Tags:
Comment:
docs++
Modified paths:
  • /trunk/extensions/Maps/includes/layers/Maps_ImageLayer.php (modified) (history)
  • /trunk/extensions/Maps/includes/layers/Maps_KMLLayer.php (modified) (history)
  • /trunk/extensions/Maps/includes/manipulations/Maps_ParamDimension.php (modified) (history)
  • /trunk/extensions/Maps/includes/manipulations/Maps_ParamFile.php (modified) (history)
  • /trunk/extensions/Maps/includes/manipulations/Maps_ParamGeoService.php (modified) (history)
  • /trunk/extensions/Maps/includes/manipulations/Maps_ParamLocation.php (modified) (history)
  • /trunk/extensions/Maps/includes/manipulations/Maps_ParamService.php (modified) (history)
  • /trunk/extensions/Maps/includes/manipulations/Maps_ParamZoom.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/includes/manipulations/Maps_ParamLocation.php
@@ -8,8 +8,9 @@
99 * @file Maps_ParamLocation.php
1010 * @ingroup Maps
1111 * @ingroup ParameterManipulations
12 - *
13 - * @author Jeroen De Dauw
 12+ *
 13+ * @licence GNU GPL v3
 14+ * @author Jeroen De Dauw < jeroendedauw@gmail.com >
1415 * @author Daniel Werner
1516 */
1617 class MapsParamLocation extends ItemParameterManipulation {
@@ -17,7 +18,7 @@
1819 /**
1920 * In some usecases, the parameter values will contain extra location
2021 * metadata, which should be ignored here. This field holds the delimiter
21 - * used to seperata this data from the actual location.
 22+ * used to separate this data from the actual location.
2223 *
2324 * @since 0.7.2
2425 *
Index: trunk/extensions/Maps/includes/manipulations/Maps_ParamGeoService.php
@@ -9,8 +9,9 @@
1010 * @file Maps_ParamGeoService.php
1111 * @ingroup Maps
1212 * @ingroup ParameterManipulations
13 - *
14 - * @author Jeroen De Dauw
 13+ *
 14+ * @licence GNU GPL v3
 15+ * @author Jeroen De Dauw < jeroendedauw@gmail.com >
1516 */
1617 class MapsParamGeoService extends ItemParameterManipulation {
1718
Index: trunk/extensions/Maps/includes/manipulations/Maps_ParamFile.php
@@ -8,8 +8,9 @@
99 * @file Maps_ParamFile.php
1010 * @ingroup Maps
1111 * @ingroup ParameterManipulations
12 - *
13 - * @author Jeroen De Dauw
 12+ *
 13+ * @licence GNU GPL v3
 14+ * @author Jeroen De Dauw < jeroendedauw@gmail.com >
1415 */
1516 class MapsParamFile extends ItemParameterManipulation {
1617
Index: trunk/extensions/Maps/includes/manipulations/Maps_ParamService.php
@@ -1,15 +1,16 @@
22 <?php
33
44 /**
5 - * Parameter manipulation ensuring the service is valid and loading adittional parameter definitions.
 5+ * Parameter manipulation ensuring the service is valid and loading additional parameter definitions.
66 *
77 * @since 0.7
88 *
99 * @file Maps_ParamService.php
1010 * @ingroup Maps
1111 * @ingroup ParameterManipulations
12 - *
13 - * @author Jeroen De Dauw
 12+ *
 13+ * @licence GNU GPL v3
 14+ * @author Jeroen De Dauw < jeroendedauw@gmail.com >
1415 */
1516 class MapsParamService extends ItemParameterManipulation {
1617
@@ -24,7 +25,9 @@
2526
2627 /**
2728 * Constructor.
28 - *
 29+ *
 30+ * @param string $feature
 31+ *
2932 * @since 0.7
3033 */
3134 public function __construct( $feature ) {
Index: trunk/extensions/Maps/includes/manipulations/Maps_ParamZoom.php
@@ -1,15 +1,16 @@
22 <?php
33
44 /**
5 - * Parameter manipulation for zoom levels that overides the default in case of multiple locations.
 5+ * Parameter manipulation for zoom levels that overrides the default in case of multiple locations.
66 *
77 * @since 0.7
88 *
99 * @file Maps_ParamZoom.php
1010 * @ingroup Maps
1111 * @ingroup ParameterManipulations
12 - *
13 - * @author Jeroen De Dauw
 12+ *
 13+ * @licence GNU GPL v3
 14+ * @author Jeroen De Dauw < jeroendedauw@gmail.com >
1415 */
1516 class MapsParamZoom extends ItemParameterManipulation {
1617
Index: trunk/extensions/Maps/includes/manipulations/Maps_ParamDimension.php
@@ -9,7 +9,8 @@
1010 * @ingroup Maps
1111 * @ingroup ParameterManipulations
1212 *
13 - * @author Jeroen De Dauw
 13+ * @licence GNU GPL v3
 14+ * @author Jeroen De Dauw < jeroendedauw@gmail.com >
1415 */
1516 class MapsParamDimension extends ItemParameterManipulation {
1617
@@ -25,6 +26,8 @@
2627 /**
2728 * Constructor.
2829 *
 30+ * @param string $dimension
 31+ *
2932 * @since 0.7
3033 */
3134 public function __construct( $dimension ) {
Index: trunk/extensions/Maps/includes/layers/Maps_ImageLayer.php
@@ -7,13 +7,14 @@
88 *
99 * @file Maps_ImageLayer.php
1010 * @ingroup Maps
11 - *
12 - * @author Jeroen De Dauw
 11+ *
 12+ * @licence GNU GPL v3
 13+ * @author Jeroen De Dauw < jeroendedauw@gmail.com >
1314 */
1415 class MapsImageLayer extends MapsLayer {
1516
1617 /**
17 - * Registeres the layer.
 18+ * Registers the layer.
1819 *
1920 * @since 0.7.2
2021 */
Index: trunk/extensions/Maps/includes/layers/Maps_KMLLayer.php
@@ -7,8 +7,9 @@
88 *
99 * @file Maps_KMLLayer.php
1010 * @ingroup Maps
11 - *
12 - * @author Jeroen De Dauw
 11+ *
 12+ * @licence GNU GPL v3
 13+ * @author Jeroen De Dauw < jeroendedauw@gmail.com >
1314 */
1415 class MapsKMLLayer extends MapsLayer {
1516

Status & tagging log