ReleaseNotesXWiki62M1

Version 15.1 by Guillaume Delhumeau on 2014/07/10

This is the release notes for XWiki Commons, XWiki Rendering, XWiki Platform and XWiki Enterprise. They share the same release notes as they are released together and have the same version.

<insert description of release here>

New and Noteworthy (since XWiki 6.1)

Full list of issues fixed and Dashboard for <version>.

Flamingo Skin

  • The user profile looks better on smartphones:

      flamingo-user-profile.png

New structure for apps created with App Within Minutes

When you create a new application using AWM, your application will be structured into 2 spaces (one for data and the other for code). For more details, see AWM's documentation.

AppWithinMinutes-Step1.png

Miscellaneous

<insert misc user stuff and important bug fix descriptions here in a list, when they are too small to warrant a section by themselves - Change the version in the URL below!>

See the full list of JIRA issues fixed in this release.

For Developers

Wiki module improvements

  • added an API to directly get the wiki identifiers
    #set($wikiIds = $services.wki.allIds)
    Collection<String> wikiIds = wikiDescriptorManager.getAllIds();

Deprecated and Retired projects

<description of deprecated and retired projects>

Upgrades

The following dependencies have been upgraded:

Miscellaneous

  • The new Mail Sender API is now bundled by default in XWiki Enterprise. In addition it's now possible to access the Mail Sendingg API configuration from scripts by calling $services.mailsender.configuration.
  • The user of an Activity Stream event is now always stored as an absolute serialized reference. See XWIKI-9066 for more details.

Translations

The following translations have been updated: 

Tested Browsers & Databases

Known issues

Backward Compatibility and Migration Notes

General Notes

When upgrading make sure you compare your xwiki.cfg, xwiki.properties and web.xml files with the newest version since some configuration parameters may have been modified or added. Note that you should add xwiki.store.migration=1 so that XWiki will attempt to automatically migrate your current database to the new schema. Make sure you backup your Database before doing anything.

Issues specific to XWiki 6.2-milestone-1

  • After the upgrade, old Activity Stream events might now be visible anymore. Only new events will start to be displayed. See XWIKI-9066.
  • The new Mail Sender API was using a property named smtp_from when the from address was not specified when sending an email. Even though this property is used by the old Mail Sender plugin, it doesn't exist by default in XWikiPreferences. We're now using the admin_email property which is the one you see in the Admin UI.

API Breakages

The following APIs were modified since <project> <version - 1>:

<clirr output here>

Get Connected