ReleaseNotesXWiki72M2

Version 8.1 by Thomas Mortagne on 2015/07/29

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 <version - 1>)

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

<feature N>

<description of feature N>

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

New Space/XWikiSpace table

A new tables dedicated to spaces has been introduced. See DatabaseSchema for more details.

Queries improvement

Allow executing complete SELECT queries

In HQL and XWQL it's now possible to execute complete SELECT queries without programming right as long as you follow some rules currently defined in com.xpn.xwiki.internal.store.hibernate.query.HqlQueryUtils which is a list of database field allowed in the SELECT clause:

  • Document/XWikiDocument table: fullName, name, space, language, defaultLanguage, translation, hidden
  • Space/XWikiSpace table: reference, name, parent, hidden

New SecureQuery

The right to execute or not some query is now controlled by each org.xwiki.query.QueryExecutor.

Anyone can ask the executor to check or ignore right through the new org.xwiki.query.SecureQuery extending org.xwiki.query.Query:

  • checkCurrentAuthor: indicate if the current author right should be checked
  • checkCurrentUser: indicate if the result should be filtered based on current user right (only implemented by SOLR right now)

Deprecated and Retired projects

<description of deprecated and retired projects>

Upgrades

The following dependencies have been upgraded:

Miscellaneous

  • Custom displayers are now executed with the rights of the user who wrote them (i.e. author of the class document or content author of the displayer document), and not the rights of the user who wrote the script that uses them (i.e. current context document's content author). See XWIKI-12306 for more details.

Translations

The following translations have been updated: 

Tested Browsers & Databases

Performances tests compared to <last super stable version>

<a summary of the comparison with latest super stable version>

More details on <link to the test report>.

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 <version>

<issues specific to the project>

API Breakages

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

<clirr output here>

Get Connected