Index: trunk/extensions/SemanticMediaWiki/RELEASE-NOTES |
— | — | @@ -6,7 +6,7 @@ |
7 | 7 | THIS IS NOT A RELEASE YET |
8 | 8 | |
9 | 9 | Semantic MediaWiki 1.7 is currently in beta-quality and is not recommended for use in |
10 | | -production untill the actual release. |
| 10 | +production until the actual release. |
11 | 11 | |
12 | 12 | * Added native "internal objects" that can be set using #setobject. |
13 | 13 | * Added support for selecting a default graph when using RDF stores, |
— | — | @@ -14,13 +14,17 @@ |
15 | 15 | * Use of native MediaWiki sortable tables for the table formats. |
16 | 16 | * Added value distribution functionality that can be used by result formats. |
17 | 17 | * Added validation and manipulation of the format paremeter using Validator. |
18 | | -* Added class parameter to the table format which allows setting the css class. |
19 | | -* Added alpha version of native SMW Ask API with moudles ask and askargs. |
| 18 | +* Added 'class' parameter to the 'table' format, which allows setting the CSS |
| 19 | + class. |
| 20 | +* Added automatically-generated CSS classes for rows and cells in 'table' format. |
| 21 | +* Added alpha version of native SMW Ask API with modules 'ask' and 'askargs'. |
20 | 22 | * Added setting to choose which optional special properties are enabled ($smwgPageSpecialProperties). |
21 | 23 | * Added creation date special property (disabled by default) (bug 32165). |
22 | 24 | * Added support for altitudes in geographic coordinates (bug 32698). |
23 | 25 | * Added definitions for missing params (sort, order, searchlabel) to the base query printer. |
24 | | -* Added automatic invocation of the SMW_setup maintenance script when running update.php (for MW >= 1.17). |
| 26 | +* Added automatic invocation of the SMW_setup maintenance script when running |
| 27 | + update.php (for MW >= 1.17). |
| 28 | +* Added support for the Page Schemas extension. |
25 | 29 | * Dropped compatibility with MediaWiki 1.15.x (and earlier). |
26 | 30 | * Dropped compatibility with old-style (SMW < 1.6) query printers. |
27 | 31 | * Removed defunct "SMWLight" files. |