<
From version < 51.1 >
edited by Thomas Mortagne
on 2014/10/14
To version < 54.1 >
edited by Marius Dumitru Florea
on 2014/10/14
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ThomasMortagne
1 +XWiki.mflorea
Content
... ... @@ -66,6 +66,7 @@
66 66  == Miscellaneous ==
67 67  
68 68  * The default color themes (DefaultColorTheme and FlamingoDefaultTheme) have been renamed Azure and Charcoal.
69 +* In the select field of the 'color theme' property, in the administration, the color themes are now ordered by name.
69 69  * In the administration, clicking the "Customize" button for customizing a Skin or a Color Theme now opens the page it leads to in edit mode.
70 70  * Improved L&F when a template fails to render:(((
71 71  {{image reference="templateerror.png" width="650px"/}}
... ... @@ -229,6 +229,7 @@
229 229  <logger name="org.xwiki.shutdown" level="debug"/>
230 230  {{/code}}
231 231  )))
233 +* When importing an extension unknown but valid versions are not removed anymore
232 232  
233 233  == Upgrades ==
234 234  
... ... @@ -263,6 +263,10 @@
263 263  
264 264  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.
265 265  
268 +== Programming Rights disabled for TextArea Properties ==
269 +
270 +If you have a class with a TextArea property and in your sheet you use ##$doc.display()## to display this property then you must know that starting with this version the content of the TextArea is rendered without programming rights, even if the last author or content author of the document that has the object with the TextArea property has programming rights. In other words, if you use wiki syntax in the TextArea content and you use script macros inside, the code that requires programming rights won't be executed even if you have the necessary rights. The reason for this change is because we can't know for sure who is the last author of the TextArea's content. We may remove this limitation in the future if we add a way to know the author. A solution we are currently investigating is the usage of signed scripts in TextArea's content. Until then, if you really want to execute the content of your TextArea properties using programming rights then you can use ##$doc.getRenderedContent()## in your sheet, passing the content of the TextArea property.
271 +
266 266  == API Breakages ==
267 267  
268 268  The following APIs were modified since XWiki 6.2:

Get Connected