Index: trunk/extensions/SemanticMediaWiki/RELEASE-NOTES |
— | — | @@ -13,16 +13,17 @@ |
14 | 14 | configuration called $smwgSparqlDefaultGraph |
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 | | -* Added definitions for missing params (sort, order, searchlabel) to the base query printer. |
18 | 17 | * Added validation and manipulation of the format paremeter using Validator. |
19 | 18 | * Added class parameter to the table format which allows setting the css class. |
20 | 19 | * Added alpha version of native SMW Ask API with moudles ask and askargs. |
21 | 20 | * Added setting to choose which optional special properties are enabled ($smwgPageSpecialProperties). |
22 | 21 | * Added creation date special property (disabled by default) (bug 32165). |
23 | 22 | * Added support for altitudes in geographic coordinates (bug 32698). |
| 23 | +* Added definitions for missing params (sort, order, searchlabel) to the base query printer. |
24 | 24 | * Added automatic invocation of the SMW_setup maintenance script when running update.php (for MW >= 1.17). |
25 | 25 | * Dropped compatibility with MediaWiki 1.15.x (and earlier). |
26 | 26 | * Dropped compatibility with old-style (SMW < 1.6) query printers. |
| 27 | +* Removed defunct "SMWLight" files. |
27 | 28 | * Fixed separator and filename parameters for the DSV format. |
28 | 29 | * Fixed display of properties of type URL (bug 30912). |
29 | 30 | * Fixed hide query functionality on Special:Ask (bug 30768). |