summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticMediaWiki/docs/releasenotes/RELEASE-NOTES-1.9.2.md
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/SemanticMediaWiki/docs/releasenotes/RELEASE-NOTES-1.9.2.md')
-rw-r--r--www/wiki/extensions/SemanticMediaWiki/docs/releasenotes/RELEASE-NOTES-1.9.2.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/www/wiki/extensions/SemanticMediaWiki/docs/releasenotes/RELEASE-NOTES-1.9.2.md b/www/wiki/extensions/SemanticMediaWiki/docs/releasenotes/RELEASE-NOTES-1.9.2.md
new file mode 100644
index 00000000..f1c58119
--- /dev/null
+++ b/www/wiki/extensions/SemanticMediaWiki/docs/releasenotes/RELEASE-NOTES-1.9.2.md
@@ -0,0 +1,37 @@
+# Semantic MediaWiki 1.9.2
+
+Released April 18th, 2014.
+
+### New features
+
+* #199 Added [object-Id lookup](https://www.semantic-mediawiki.org/wiki/Help:Object_ID_lookup) to SMWAdmin
+* #217 Extended ListResultPrinter to make `userparam` parameter available to intro and outro templates and introduced [additional parameters](https://github.com/SemanticMediaWiki/SemanticMediaWiki/pull/217)
+* #243 Added `--query` parameter to the `SMW_refreshData.php` maintenance script
+
+### Bug fixes
+
+* #203 Fixed undefined index in connection with `$smwgQuerySources`
+* #215 (Bug 62150) Fixed malformed query order in SparqlQueryEngine
+* #272 #276 Fixed ConceptCache on SQLite
+* #273 Fixed footer logo path for windows based installations
+
+### Deprecated
+
+* #187 Use of `SMW_conceptCache.php` has been deprecated in favour of `rebuildConceptCache.php`
+* #244 Use of `SMW_refreshData.php` has been deprecated in favour of `rebuildData.php`
+
+### Internal enhancements
+
+* #195 Improvement of handling configuration settings in getPropertyTables
+* #204 Added update job for new redirects
+* #207 Removed SMWParamSource and added a `$smwgQuerySources` integration test
+* #218 Extended SparqlStore to inject a SparqlDatabase to enable basic test coverage
+* #226 Added ExecutionTimeTestListener to report long running tests
+* #227 Moved all job related classes into the `SMW\MediaWiki\Jobs\` namespace
+* #234 Added redirects regression test
+* #236, #265 Removed wfGetDB from SMWSQLStore3Writers and extended test coverage
+* #244, #253, #256, #267, #268 Refactored and migrate `SMW_refreshData.php` to `rebuildData.php`
+* #248 Added support for the new MediaWiki i18n JSON system
+* #256 Improved data selection for DataRebuilder filters
+* #262 Improved SQLStore upgrading for Postgres
+* #270 Removed SQLStore3::getPropertyTables as static caller