r60605 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60604‎ | r60605 | r60606 >
Date:16:36, 4 January 2010
Author:yaron
Status:deferred
Tags:
Comment:
Small fixes, and information about new Special:Ask
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/RELEASE-NOTES (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/RELEASE-NOTES
@@ -4,7 +4,7 @@
55
66 * The "like" comparator ~ in inline queries is now enabled by default. To use
77 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
99 numbers based on RFC 3966. Only global phone numbers are accepted, and no
1010 vanity numbers (those containing letters) are allowed. Use Type:String if
1111 you want to store more general strings as telephone numbers.
@@ -17,8 +17,12 @@
1818 * Support for inverse properties: use "-" in front of property names anywhere to
1919 refer to the inverse direction of a property. Works in browsing interfaces,
2020 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"
2222 * 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
2327
2428 == SMW 1.4.3 ==
2529

Status & tagging log