Release Notes for XWiki Enterprise 4.1
This is the second release of the 4.x cycle (Roadmap). This release brings
New and Noteworthy (since XWiki Enterprise 4.0 version)
Here are notable new features and improvements. For the full list of issues (including statistics) see the JIRA Dashboard.
Miscellaneous
- There's now a link to the Getting Started Guide on the XWiki Enterprise home page.
For developers
Hiding of technical content from users.
The basic support for hidden documents introduced in XWiki Enterprise 1.7 has been reimplemented differently (the previous implementation was not allowing anyone, including Admins, to see hidden documents!). The new logic is currently as follows (it'll be discussed and probably modified in XWiki Enterprise 4.1):
- Simple users never see hidden documents
- For advanced users, it is now possible to specify that a document should be hidden when editing the document (only wiki or wysiwyg edit modes):
And now there's a new setting in the user profiles, letting users chose if they want hidden documents to appear in search results or not:
- If the user doesn't set explicitly the Hidden setting value in his profile, he won't see hidden documents by default. Thus seeing hidden documents is an explicit choice.
To test this feature do the following:
- Log as Admin on your wiki (or any user having edit rights)
- Create a Page, say in Sandbox.HiddenFeatureTest and put the following content in wiki edition mode:{{velocity}}
#set ($items = $services.query.xwql("where doc.name like 'S%'").setFilter("hidden").execute())
There are $items.size() documents starting with 'S'
#foreach ($item in $items)
* [[$item]]
#end
{{/velocity}} - It'll print the number of matching documents (31 in a XWiki Enterprise 4.0 RC 1 with the default XAR) and the list of matching documents
- Then go to Main.Search (for example), edit the page and check the Hidden checkbox and save
- Go back to the Sandbox.HiddenFeatureTest page and verify there's one less document printed now (it should say 30 in a XWiki Enterprise 4.0 RC 1 with the default XAR)
- Then go to your user profile and select "Display Hidden Documents" to "Yes"
- Go back to the Sandbox.HiddenFeatureTest page and verify it's listing all documents again (it should say 31 in a XWiki Enterprise 4.0 RC 1 with the default XAR)
Miscellaneous
Upgrades
The following dependencies have been upgraded:
Tested Browsers
Here's the list of browsers tested with this version (i.e. browsers that we've tested as working - Check the list of supported browsers):
Tested Databases
Known issues
Test Report
You can check the manual test report to learn about what was tested and the results on various browsers.
Backward Compatibility and Migration Notes
General Notes
You may also want to import the default wiki XAR in order to benefit from all the improvements listed above.
API Breakages
The following APIs were modified since version 4.0: