Index: trunk/extensions/Maps/Maps.php |
— | — | @@ -41,7 +41,7 @@ |
42 | 42 | 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 />' ); |
43 | 43 | } |
44 | 44 | |
45 | | -define( 'Maps_VERSION', '1.0.1 alpha' ); |
| 45 | +define( 'Maps_VERSION', '1.0.1 RC' ); |
46 | 46 | |
47 | 47 | $wgExtensionCredits['parserhook'][] = array( |
48 | 48 | 'path' => __FILE__, |
Index: trunk/extensions/Maps/RELEASE-NOTES |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | |
10 | 10 | |
11 | 11 | === Maps 1.0.1 === |
12 | | -(2011-08-xx) |
| 12 | +(2011-08-17) |
13 | 13 | |
14 | 14 | * Added language parameter to the mapsdoc hook. |
15 | 15 | |
Index: trunk/extensions/Maps/includes/Maps_Settings.php |
— | — | @@ -312,6 +312,17 @@ |
313 | 313 | |
314 | 314 | } |
315 | 315 | |
| 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 | + */ |
316 | 327 | class Setting { |
317 | 328 | |
318 | 329 | public $name; |