Index: trunk/extensions/SemanticMediaWiki/RELEASE-NOTES |
— | — | @@ -4,7 +4,7 @@ |
5 | 5 | |
6 | 6 | * The "like" comparator ~ in inline queries is now enabled by default. To use |
7 | 7 | the former setting, use $smwgQComparators = '<|>|!'; in your LocalSettings.php. |
8 | | -* A new datatype "Telephone number" has been introduced for validating phone |
| 8 | +* A new datatype, "Telephone number", has been introduced for validating phone |
9 | 9 | numbers based on RFC 3966. Only global phone numbers are accepted, and no |
10 | 10 | vanity numbers (those containing letters) are allowed. Use Type:String if |
11 | 11 | you want to store more general strings as telephone numbers. |
— | — | @@ -17,8 +17,12 @@ |
18 | 18 | * Support for inverse properties: use "-" in front of property names anywhere to |
19 | 19 | refer to the inverse direction of a property. Works in browsing interfaces, |
20 | 20 | queries, and query output directives. In queries only for properties of Type:Page. |
21 | | -* Compatibility to new MediaWiki skin "vector" |
| 21 | +* Compatibility with new MediaWiki skin "Vector" |
22 | 22 | * Removed support for backwards compatibility to SMW <1.0 ($smwgSMWBetaCompatible). |
| 23 | +* The page Special:Ask was overhauled to include inputs for entering values |
| 24 | +for the selected format's parameters, and to use Ajax where possible |
| 25 | +* To that end, each format's query printer now includes a getParameters() |
| 26 | +function that supplies the name and attributes of each the format's parameters |
23 | 27 | |
24 | 28 | == SMW 1.4.3 == |
25 | 29 | |