Last modified by Thomas Mortagne on 2023/10/13

<
From version < 35.2 >
edited by Vincent Massol
on 2016/02/01
To version < 37.1 >
edited by Guillaume Delhumeau
on 2016/02/02
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.VincentMassol
1 +XWiki.gdelhumeau
Content
... ... @@ -30,7 +30,7 @@
30 30  
31 31  The location picker used on the Create, Copy and Rename page UI is now hiding the advanced edit fields (wiki, parent and name) for simple users. Simple users will have to use the tree picker to select the target location. As a consequence the form validation is now performed on the fields that are visible to the current user.
32 32  
33 -{{image reference="simpleLocationPickerValidation.png" width="600" /}}
33 +{{image reference="simpleLocationPickerValidation.png" width="600"/}}
34 34  
35 35  == Link syntax improvements for Nested Pages ==
36 36  
... ... @@ -47,6 +47,12 @@
47 47  
48 48  The same thing applies for ##image~:## (e.g. ##image~:[email protected]## translates technically to ##image~:[email protected]##) and for ##attach~:## syntax (e.g. ##attach~:[email protected]## translates technically to ##attach~:[email protected]##).
49 49  
50 +== Color Theme Displayer ==
51 +
52 +In the administration, an error message is displayed if the configured color theme is invalid. It could happen after an upgrade if you were using an old Colibri Theme.
53 +
54 +{{image reference="ColorThemeDisplayer.png"/}}
55 +
50 50  == Miscellaneous ==
51 51  
52 52  * The WebDAV feature is [[now configured using Servlet 3.0 annotations>>||anchor="HIssuesspecifictoXWiki8.0Milestone1"]].
... ... @@ -108,7 +108,7 @@
108 108  * Replaced a few String based APIs by Locale based equivalent
109 109  * Generated URLs for document-based skin extensions (SSX and JSX) now contain the version of the document, so when a change is made to the extension the browser don't use an outdated version from its cache.
110 110  * Support for chaining uberspectors, first introduced in XWiki as an enhancement of Velocity 1.5, has been part of the official library since Velocity 1.6. As such, we're deprecating our custom classes that provide this functionality. If you have custom uberspectors that implement ##org.xwiki.velocity.introspection.ChainableUberspector## or extend ##org.xwiki.velocity.introspection.AbstractChainableUberspector##, update them to ##org.apache.velocity.util.introspection.ChainableUberspector## and ##org.apache.velocity.util.introspection.AbstractChainableUberspector##. If you have a custom list of uberspectors specified under ##runtime.introspector.uberspect.chainClasses##, just use the ##runtime.introspector.uberspect## property for defining the list.
111 -* the [[XWiki Select Widget>>platform:DevGuide.XWikiSelect]] now offers a javascript API in the form of a jQuery plugin, to get the current value or clear the selection (it was also introduced in [[XWiki 7.4.1>>ReleaseNotes.ReleaseNotesXWiki741]]).
117 +* the [[XWiki Select Widget>>platform:DevGuide.XWikiSelect]] now offers a javascript API in the form of a jQuery plugin, to get the current value or clear the selection.
112 112  * the [[WYSIWYG editor>>extensions:Extension.WYSIWYG Editor Module]] script service has a new method to render a document as a full HTML page. You can use it like this:(((
113 113  {{code language="none"}}<textarea class="wysiwyg">$escapetool.xml($services.wysiwyg.render('Some.Content.Template'))</textarea>{{/code}}
114 114  The main difference between this API and the existing ##$doc.getRenderedContent()## is that it replaces [[the skin extension hooks>>extensions:Extension.Skin Extension Plugin]] with the corresponding resource includes (e.g. style sheets includes), allowing us to define a WYSIWYG editor content template in a wiki page.
ColorThemeDisplayer.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.gdelhumeau
Size
... ... @@ -1,0 +1,1 @@
1 +11.4 KB
Content

Get Connected