Changes for page Release Notes for XWiki Enterprise 2.0
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -22,7 +22,7 @@ 22 22 23 23 * Make section editing work for any section level. You can configure it using the new property ##xwiki.section.depth## in ##xwiki.cfg## file 24 24 * Change button order in preview mode 25 -* Make all skins display the document title as the top level header and ensure there's no duplicate titles displayed. Not all the pages has been converted to new title handling. It will be fixed during the 2.0.x branch life (hopefully for 2.0.1) 25 +* Make all skins display the document title as the top level header and ensure there's no duplicate titles displayed. {{warning}}Not all the pages has been converted to new title handling. It will be fixed during the 2.0.x branch life (hopefully for 2.0.1){{/warning}}. 26 26 * Space Index, Document Index and Orphaned Page now use generic livetable tools 27 27 * Remove "History" from the edit modes 28 28 * TOC macro now starts at first level by default ... ... @@ -64,10 +64,13 @@ 64 64 65 65 === Rendering 2.0 66 66 67 -* Not all the pages has been converted to new xwiki/2.0 syntax. It will be fixed during the 2.0.x branch life (hopefully for 2.0.1). 68 68 * New Section editing 69 69 * Allow default document syntax to be specified in User profile configuration 70 70 70 +{{warning}} 71 +Not all the pages has been converted to new xwiki/2.0 syntax. It will be fixed during the 2.0.x branch life (hopefully for 2.0.1). 72 +{{warning}} 73 + 71 71 ==== Output syntax parameter 72 72 73 73 It's now possible to decide which renderer to use to print the document content. For example if you want to generate dome JSON page you can use "?outputSyntax=plain&xpage=plain" to make sure only the content is printed and there is no html syntax printed, just a plain text of what exactly was generated by a velocity macro (without macro markers html comments etc.)