Semantic MediaWiki and related extensions
Migration guide

This document contains migration information both for users and administratiors as well as developers when upgrading from Semantic MediaWiki 2.5.x to Semantic MediaWiki 3.0.x. Please consult the respective RELEASE-NOTES when upgrading from an earlier version of Semantic MediaWiki.

Users and administrators

List formats (incl. list, ol, ul, template)

For details also see the change description.

Maintenance scripts

Resources export

Developers

Removed classes and methods

Result formats

Hooks

Store

Register predefined property

::register( 'SMW::Property::initProperties', function( $propertyRegistry ) {
$propertyRegistry->registerProperty( '__FOO', '_txt', 'Foo' );

$propertyRegistry->registerPropertyDescriptionByMsgKey(
    '__FOO',
    'a-mediawiki-msg-key-with-a-description'
);

return true;
} );

About | General disclaimer | Privacy policy