Version 48.1 by Vincent Massol on 2015/10/13

Hide last authors
Thomas Mortagne 1.1 1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
5 This is the release notes for [[XWiki Commons>>http://commons.xwiki.org]], [[XWiki Rendering>>http://rendering.xwiki.org]], [[XWiki Platform>>http://platform.xwiki.org]] and [[XWiki Enterprise>>http://enterprise.xwiki.org]]. They share the same release notes as they are released together and have the same version.
6
7 <insert description of release here>
8
9 = New and Noteworthy (since XWiki 7.2) =
10
11 [[Full list of issues fixed and Dashboard for <version>>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=<fill id here>]].
12
Guillaume Delhumeau 11.1 13 == Office Importer ==
Thomas Mortagne 1.1 14
Vincent Massol 30.2 15 The [[extensions:Extension.Office Importer Application]] has been redesigned visually and now supports importing into Nested Spaces:
Thomas Mortagne 1.1 16
Vincent Massol 23.2 17 {{image reference="OfficeImporter" width="50%"/}}
Guillaume Delhumeau 11.1 18
Guillaume Delhumeau 41.1 19 == Flamingo ==
20
21 The search bar on the top of the screen have been improved a bit.
22
23 When the user clicks on the search button, the search bar is opened and gets the focus. Then, when the users clicks in other place, the search bar is closed, slowly.
24
25 * Closed:(((
26 {{image reference="search-closed.png"/}}
27 )))
28 * Open:(((
29 {{image reference="search.png"/}}
30 )))
31
Vincent Massol 30.4 32 == Flamingo Theme Editor ==
33
34 The [[extensions:Extension.Flamingo Theme Application]] now handles the ##@lessCode## field. It means that you can add any code, written with LESS, to your theme and see the result in live!
35
36 {{image reference="LESSCode.png" width="40%"/}}
37
Thomas Mortagne 1.1 38 == Miscellaneous ==
39
Manuel Smeria 9.1 40 * Added the Actions column for the FAQ Application:(((
Vincent Massol 23.2 41 {{image reference="faqActions.png"/}}
Manuel Smeria 9.1 42 )))
Vincent Massol 30.3 43 * In the Drawer (top right menu), the pages for which the user doesn't have permissions to access are not displayed anymore.
Guillaume Delhumeau 34.1 44 * The user's avatar is now displayed between the search icon and the drawer icon:(((
45 {{image reference="avatar.png"/}}
46 )))
Marius Dumitru Florea 46.1 47 * Pages with Slovak and Brazilian Portuguese language are now indexed by Solr and thus they are included in the search results. See the [[Migration Notes>>||anchor="HIssuesspecifictoXWiki7.3-milestone-1"]] below in case you are performing an upgrade and you want support for these languages.
Eduard Moraru 35.3 48 * Clicking on the Logo (top-left of the screen) will now take you to the page that you have configured as wiki homepage by using the "Wiki Administration > Wikis > Descriptor" section. See the related [[documentation section>>extensions:Extension.Wiki Application||anchor="HConfigureWiki"]].
Guillaume Delhumeau 37.1 49 * The template providers edition has been rewritten to be more consistent with other edit forms:(((
50 {{image reference="template-provider-edit.png" width="50%"/}}
51 )))
Eduard Moraru 42.1 52 * Removed the 'Edit' button when editing a template provider document. See [[XWIKI-12675>>http://jira.xwiki.org/browse/XWIKI-12675]]
Thomas Mortagne 1.1 53
Manuel Smeria 7.1 54 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%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%227.3-milestone-1%22&tempMax=1000]] fixed in this release.
Thomas Mortagne 1.1 55
56 = For Developers =
57
Thomas Mortagne 16.1 58 == Extension Manager improvements ==
59
Thomas Mortagne 17.1 60 === Custom repositories ===
Thomas Mortagne 16.1 61
Thomas Mortagne 17.1 62 Extensions and dependencies can now provide custom repositories. For now only dependencies repositories are directly used when resolving it before trying registered repositories.
Thomas Mortagne 16.1 63
Thomas Mortagne 17.1 64 In practice it means that Maven custom repositories are now supported properly (at least to resolve artifacts dependencies). On Extension Manager side it means you get the same custom repositories duplicated in the Extension and in each ExtensionDependency.
Thomas Mortagne 16.1 65
Thomas Mortagne 17.1 66 Support also been added to Extension Repository API. What's left to do is adding support in XWiki based Extension Repository implementation (among other things to properly import a Maven extension with such custom repositories).
67
Thomas Mortagne 22.1 68 === Resolve dependencies in extension repository first ===
69
70 The extension repository is checked first when searching for extension dependencies.
71
Thomas Mortagne 2.1 72 == REST API improvements ==
Thomas Mortagne 1.1 73
Thomas Mortagne 2.1 74 It's now possible to get a page with everything but attachment content: for this you can enable various part of the document using the following URL parameters:
Thomas Mortagne 1.1 75
Thomas Mortagne 2.1 76 * ##objects##: enable returning document objects
77 * ##class##: enable returning document class properties
78 * ##attachments##: enable returning document attachments
79
80 They are all disabled by default.
81
Vincent Massol 5.2 82 Page objects support has also been added to the Page PUT API.
Thomas Mortagne 2.1 83
84 See [[The XWiki RESTful API>>platform:Features.XWikiRESTfulAPI]] for more details.
85
Guillaume Delhumeau 20.1 86 == Flamingo Improvements ==
87
Vincent Massol 30.4 88 The Drawer menu is now implemented with [[UI extensions>>extensions:Extension.UIExtension Module]]. The new Extension Points are:
Guillaume Delhumeau 20.1 89
Guillaume Delhumeau 32.1 90 |= [[##org.xwiki.plaftorm.drawer##>>platform:ExtensionPoint.DrawerItem]]|=[[##org.xwiki.plaftorm.drawer.header##>>platform:ExtensionPoint.DrawerHeaderItem]]
Guillaume Delhumeau 31.1 91 |(((
92 {{image reference="drawer-with-languages.png" width="20%"/}}
93 )))|(((
94 {{image reference="drawer-header.png" width="20%"/}}
Guillaume Delhumeau 20.1 95 )))
96
Vincent Massol 30.4 97 == Miscellaneous ==
Guillaume Delhumeau 28.1 98
Vincent Massol 30.4 99 * New ##getReference()## API public scripting Element (Object, Class, etc.) to get the EntityReference of the element
100 * New functional tests for the [[extensions:Extension.Office Importer Application]] have been added to ##xwiki-platform##. To enable them, you need to enable the new profile ##office-tests##.
101 * For testing purpose, an environment variable ##XWIKI_OFFICE_HOME## can bet set to configure where the Office server is installed on the system.
102 * New [[Time Zone XProperty type>>platform:DevGuide.DataModel]] to represent Time Zones.
Vincent Massol 44.1 103 * The [[XAR plugin>>dev:Community.XARPlugin]] now verifies that Technical Pages are set as hidden and the Format Mojo sets them as hidden.
Vincent Massol 48.1 104 * A new [[XAR Integration testing framework>>dev:Community.Testing||anchor="HXARTesting"]] has been introduced. It can be used to write integration tests for wiki pages.
105 * The [[Invitation Application>>extensions:Extension.Invitation Application]] now has an entry point in the App Bar (only visible to Admins).
Guillaume Delhumeau 28.1 106
Thomas Mortagne 1.1 107 == Deprecated and Retired projects ==
108
Vincent Massol 6.1 109 * The [[XML-RPC Integration>>extensions:Extension.XML-RPC Integration]] has been retired. It had been deprecated several years ago in favor of the [[REST API>>platform:Features.XWikiRESTfulAPI]] and it wasn't actively supported.
Thomas Mortagne 1.1 110
111 == Upgrades ==
112
113 The following dependencies have been upgraded:
114
Thomas Mortagne 3.1 115 * [[JSqlParser 0.9.4>>http://jira.xwiki.org/browse/XWIKI-12603]]
Thomas Mortagne 4.1 116 * [[Jackson 2.6.2>>http://jira.xwiki.org/browse/XCOMMONS-848]]
Thomas Mortagne 5.1 117 * [[httpclient 4.5.1>>http://jira.xwiki.org/browse/XCOMMONS-850]]
Thomas Mortagne 14.1 118 * [[Groovy 2.4.5>>http://jira.xwiki.org/browse/XCOMMONS-852]]
Thomas Mortagne 25.1 119 * [[Restlet 2.3.5 and JAX-RS 2>>http://jira.xwiki.org/browse/XCOMMONS-341]]
Thomas Mortagne 26.1 120 * [[Lucene and Solr 5.3.1>>http://jira.xwiki.org/browse/XWIKI-12131]]
Guillaume Delhumeau 27.1 121 * [[LessJs 2.5.3>>http://jira.xwiki.org/browse/XWIKI-12655]]
Vincent Massol 43.1 122 * [[Jetty 9.2.13.v20150730>>http://jira.xwiki.org/browse/XWIKI-12677]]. Note that this dependency is used only in the Jetty distribution.
Thomas Mortagne 1.1 123
124 = Translations =
125
126 The following translations have been updated:
127
128 {{language codes="none, none"/}}
129
130 = Tested Browsers & Databases =
131
132 {{include reference="TestReports.ManualTestReportTemplateSummary"/}}
133
134 = Performances tests compared to <last super stable version> =
135
136 <a summary of the comparison with latest super stable version>
137
138 More details on <link to the test report>.
139
140 = Known issues =
141
142 * [[Bugs we know about>>http://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=category+%3D+%22Top+Level+Projects%22+AND+issuetype+%3D+Bug+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC]]
143
144 = Backward Compatibility and Migration Notes =
145
146 == General Notes ==
147
148 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.
149
Vincent Massol 24.1 150 == Issues specific to XWiki 7.3-milestone-1 ==
Thomas Mortagne 1.1 151
Vincent Massol 24.1 152 * If you had modified the custom displayer for Time Zones in either ##XWiki.XWikiUsers## or ##XWiki.XWikiPreferences## then when upgrading to 7.3M1 your change will be removed. This is because we've introduced a Time Zone XProperty type which is replacing the String type used before for storing the Time Zones. If you wish to put back your change you can define a custom displayer on the new Time Zone XProperty in ##XWiki.XWikiUsers## or ##XWiki.XWikiPreferences##.
Marius Dumitru Florea 47.1 153 * In order to add support for Slovak and Brazilian Portuguese languages to the Solr search we had to modify the Solr schema and unfortunately we don't have support for automatic Solr search index migration at this point. If you want to support these languages you have to delete the 'solr' folder from the configured permanent directory of your XWiki instance. The Solr index will be recreated automatically and the entire wiki/farm (including the pages in the Slovak and Brazilian Portuguese language) will be re-indexed after a server restart.
Thomas Mortagne 1.1 154
155 == API Breakages ==
156
157 The following APIs were modified since <project> <version - 1>:
158
159 {{code language="none"}}
160 <clirr output here>
161 {{/code}}

Get Connected