Changes for page Release Notes for XWiki 5.1
Last modified by Thomas Mortagne on 2017/03/24
From version 17.1
edited by Marius Dumitru Florea
on 2013/07/03
on 2013/07/03
Change comment:
There is no comment for this version
To version 18.1
edited by Marius Dumitru Florea
on 2013/07/03
on 2013/07/03
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -112,6 +112,7 @@ 112 112 113 113 Scripting: 114 114 115 +* A new [[UI extension point>>doc:extensions:Extension.UIExtension Module]] is available: ##org.xwiki.platform.template.header.after##. See the list of [[available UIXs>>doc:extensions:Extension.UIExtension Module||anchor="HAvailableUIExtensionPoints"]] for more information. 115 115 * Added API to easily create a DocumentReference from a LocalDocumentReference 116 116 {{code language="java"}}DocumentReference documentReference = new DocumentReference(localReference, wikiReference);{{/code}} 117 117 * A new Velocity macro is available to display the title of a [[sheet>>doc:extensions:Extension.Sheet Module]]. Most of the times when you have a sheet you want to display some text when the user visits the sheet page and something different when the user visits a page where the sheet is applied. Up until now the solution was to write an if in the sheet title to check if the current document is the sheet. E.g.:(((