Last modified by Thomas Mortagne on 2023/10/13

From version 4.14
edited by Ecaterina Moraru (Valica)
on 2015/11/10
Change comment: There is no comment for this version
To version 4.15
edited by Ecaterina Moraru (Valica)
on 2015/11/10
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -155,12 +155,15 @@
155 155  )))
156 156  * Removed the 'Edit' button when editing a template provider document. See [[XWIKI-12675>>http://jira.xwiki.org/browse/XWIKI-12675]]
157 157  * The [[Invitation Application>>extensions:Extension.Invitation Application]] now has an entry point in the App Bar (only visible to Admins).
158 +* The [[Active Installs Client module>>extensions:Extension.Active Installs Client API||anchor="HFormatEvolution"]] had a bug leading to the ##sinceDays## field not being set correctly (was almost always set to 0).
159 +* [[New ##xpage## parameter>>platform:DevGuide.Standard URL Format||anchor="HParameter:xpage"]]: ##outputTitle##. If ##true## then also display the title in addition to the content. Defaults to ##false## if not specified.
160 +* The XWiki Syntax help now no longer shows help for syntaxes that are not available in the wiki.
158 158  
159 159  See the [[full list of JIRA issues>>http://jira.xwiki.org/issues/?filter=14214]] fixed in this release.
160 160  
161 161  = For Developers =
162 162  
163 -== Extension Manager improvements ==
166 +== Extension Manager ==
164 164  
165 165  === Custom repositories ===
166 166  
... ... @@ -174,8 +174,13 @@
174 174  
175 175  The extension repository is checked first when searching for extension dependencies.
176 176  
177 -== REST API improvements ==
180 +== Extensions Repository ==
178 178  
182 +* New Extensions are now created in their own space by default (as the space home page). It will make it easier to organize documentation for large Extensions.
183 +* Custom Extension repositories are now sent by the Extension Repository REST service
184 +
185 +== REST API ==
186 +
179 179  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:
180 180  
181 181  * ##objects##: enable returning document objects
... ... @@ -233,9 +233,9 @@
233 233  
234 234  See [[The XWiki RESTful API>>platform:Features.XWikiRESTfulAPI]] for more details.
235 235  
236 -== Flamingo Improvements ==
244 +== Flamingo ==
237 237  
238 -The Drawer menu is now implemented with [[UI extensions>>extensions:Extension.UIExtension Module]]. The new Extension Points are:
246 +The Drawer menu and the content menus are now implemented with [[UI extensions>>extensions:Extension.UIExtension Module]]. The new Extension Points are:
239 239  
240 240  |= [[##org.xwiki.plaftorm.drawer##>>platform:ExtensionPoint.DrawerItem]]|=[[##org.xwiki.plaftorm.drawer.header##>>platform:ExtensionPoint.DrawerHeaderItem]]
241 241  |(((
... ... @@ -243,7 +243,17 @@
243 243  )))|(((
244 244  {{image reference="ReleaseNotesXWiki73M1@drawer-header.png" width="20%"/}}
245 245  )))
254 +|= [[##org.xwiki.plaftorm.editactions##>>platform:ExtensionPoint.Edit Actions]]|=[[##org.xwiki.plaftorm.adminactions##>>platform:ExtensionPoint.Admin Actions]]|=[[##org.xwiki.plaftorm.moreoptions##>>platform:ExtensionPoint.More Options]]
255 +|(((
256 +{{image reference="editactions.png" width="50%"/}}
257 +)))|(((
258 +{{image reference="adminactions.png" width="50%"/}}
259 +)))|(((
260 +{{image reference="moreoptions.png" width="50%"/}}
261 +)))
246 246  
263 +The extension point [[platform:ExtensionPoint.DrawerItem]] has now a parameter ##separator## to add a line separator before the drawer item.
264 +
247 247  == Miscellaneous ==
248 248  
249 249  * New ##getReference()## API public scripting Element (Object, Class, etc.) to get the EntityReference of the element
... ... @@ -253,9 +253,9 @@
253 253  * The [[XAR plugin>>dev:Community.XARPlugin]] now verifies that Technical Pages are set as hidden and the Format Mojo sets them as hidden.
254 254  * 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.
255 255  * Issue management information are now imported, displayed and exposed in the REST service in the Extensions Repository
274 +* A ##displayTitle## option has been added to the hierarchy macros. By default, it is set to true. When disabled, the names of the references are displayed in the breadcrumb, instead of the document titles.
275 +* The ##documentTree## macro has been moved to its own module, under the Index application, so that it can be used as a dependency in other modules without pulling the entire Index application.
256 256  
257 -
258 -
259 259  * XAR plugin's [[Verify Mojo>>dev:Community.XARPlugin||anchor="HVerifyMojo"]] can now verify that defined pages have matching titles.
260 260  * log4j 1.2.17 and commons-logging 1.2 are now found as core extension (which prevent them being installed as dependencies)
261 261  
... ... @@ -275,6 +275,8 @@
275 275  * [[Lucene and Solr 5.3.1>>http://jira.xwiki.org/browse/XWIKI-12131]]
276 276  * [[LessJs 2.5.3>>http://jira.xwiki.org/browse/XWIKI-12655]]
277 277  * [[Jetty 9.2.13.v20150730>>http://jira.xwiki.org/browse/XWIKI-12677]]. Note that this dependency is used only in the Jetty distribution.
296 +* [[Jackson 2.6.3>>http://jira.xwiki.org/browse/XCOMMONS-861]]
297 +* [[LiveValidation 1.4>>http://jira.xwiki.org/browse/XWIKI-12712]]
278 278  
279 279  = Translations =
280 280  

Get Connected