Last modified by Thomas Mortagne on 2017/03/24

From version 13.5
edited by Thomas Mortagne
on 2014/05/05
Change comment: There is no comment for this version
To version 13.6
edited by Thomas Mortagne
on 2014/05/05
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -79,9 +79,32 @@
79 79  
80 80  == Miscellaneous ==
81 81  
82 +* The document references are displayed as //wiki >> Space >> Page// path in the extension install log.(((
83 +{{image reference="ReleaseNotesXWiki60M1@docRefInExtensionLog.png"/}}
84 +)))
85 +* The "membership type" options are more clear(((
86 +{{image reference="ReleaseNotesXWiki60M1@membershipType.png"/}}
87 +)))
88 +* Added built in support for Apple's open directory groups in LDAP authenticator
89 +* Generate extension event in Wikistream XAR input module when the XAR contains extension informations
90 +* Add new Locale based API to manipulate current Locale:(((
91 +{{code language="velocity}}
92 + $xcontext.locale
93 + $xcontext.interfaceLocale
94 +{{/code}}
95 +)))
96 +* The [[Container Macro>>extensions:Extension.Container Macro]] is now responsive. So if there is not enough place to display several columns side by side, they are displayed instead one after the other in a vertical alignment.(((
97 +[[{{image reference="ReleaseNotesXWiki60M1@responsive.png" width="35%"/}}>>attach:ReleaseNotesXWiki60M1@responsive.png]]
98 +)))
99 +* The Windows Installer (EXE) now also work on Windows 8 and Windows 8.1.
100 +* By default the Total Installs and Active Installs figures displayed by the [[Active Installs Application>>extensions:Extension.Active Installs Server Application]] now counts non-SNAPSHOT XWiki Enterprise instances (it used to count everything: SNAPSHOTs installs and even non-XE instances).
101 +* Authenticators can be installed as extensions. Note that they still require to modify xwiki.cfg to indicate the selected authenticator.
102 +* A new macro ~{~{watchlist/}} can be used to embed the watchlist of the current user on any page. This is especially useful for a dashboard:(((
103 +{{image reference="ReleaseNotesXWiki60M1@watchlist.png"/}}
104 +)))
105 +* Debian installer allow XWiki to create new wikis by default in MySQL
82 82  
83 83  
84 -
85 85  See the [[full list of JIRA issues>>http://jira.xwiki.org/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+in+%28XCOMMONS%2C+XRENDERING%2C+XWIKI%2C+XE%2C+XEM%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%22<version>%22&tempMax=1000]] fixed in this release.
86 86  
87 87  = For Developers =
... ... @@ -169,7 +169,12 @@
169 169  {{/velocity}}
170 170  {{/code}}
171 171  )))
172 -
195 +* Add new Locale based API to manipulate current Locale:(((
196 +{{code language="velocity}}
197 + $xcontext.locale
198 + $xcontext.interfaceLocale
199 +{{/code}}
200 +)))
173 173  * ##$services.wiki.getAll()## makes a better use of its internal cache, so the performances are better.
174 174  * New API to test if logs of specific level exist in LogQueue.
175 175  * Added support for several sets of properties for the same reference in ##org.xwiki.model.reference.EntityReferenceSet##.

Get Connected