Changes for page Release Notes for XWiki Enterprise 2.0.1
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
The AllDocs page needs to be saved with a user having programming rights to work
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,0 @@ 1 -Release Notes for XWiki Enterprise 2.0 - Content
-
... ... @@ -1,12 +1,14 @@ 1 1 {{box cssClass="floatinginfobox" title="**Contents**"}}{{toc start="2"/}}{{/box}} 2 2 3 += Release Notes for XWiki Enterprise 2.0 = 4 + 3 3 More than 400 issues were fixed from XWiki Enterprise 1.9.3 to XWiki Enterprise 2.0. 4 4 5 -= New and Noteworthy (since XWiki Enterprise 1.9.3) = 7 +== New and Noteworthy (since XWiki Enterprise 1.9.3) == 6 6 7 -== 1 User Interface == 9 +=== 1 User Interface === 8 8 9 -=== Colibri skin === 11 +==== Colibri skin ==== 10 10 11 11 XWiki 2.0 introduces a new, lightweight, easily customizable skin. The main goal of the Colibri skin is to provide the proper support for fast and easy modifications of the look and feel of the wiki. 12 12 ... ... @@ -14,7 +14,7 @@ 14 14 15 15 See [[Colibri skin documentation>>code:Skins.ColibriSkin]] for more details. 16 16 17 -=== Color Themes === 19 +==== Color Themes ==== 18 18 19 19 [[Color Themes>>code:Skins.ColibriSkin]] is an easy way to modify colors for your wiki: 20 20 ... ... @@ -26,7 +26,7 @@ 26 26 27 27 {{info}}Themes are indepedent of skins. However currently only the new Colibri skin uses them. Future skins will be made to use Color Themes. In addition, the Class/Object editor has been modified to use the selected color theme.{{/info}} 28 28 29 -=== New Title handling === 31 +==== New Title handling ==== 30 30 31 31 The document title is now used as the top level header of pages. If no title is specified then it's extracted from the content of the page automatically. 32 32 ... ... @@ -38,19 +38,19 @@ 38 38 39 39 {{info}}We recommend that you modify your pages to **always** use a title from now on.{{/info}} 40 40 41 -=== New Search Interface === 43 +==== New Search Interface ==== 42 42 43 43 The default search page UI has been improved to be easier to understand and use. 44 44 45 45 [[image:ReleaseNotesXWikiEnterprise20M1@newsearchui.png||style="border: 1px solid #000; width: 600px;"]] 46 46 47 -=== New Tag Cloud Panel === 49 +==== New Tag Cloud Panel ==== 48 48 49 49 A panel containing the tag cloud is now provided by default and can be used like any other panel. 50 50 51 51 [[image:ReleaseNotesXWikiEnterprise20M1@tagcloudpanel.png||style="border: 1px solid #000;"]] 52 52 53 -=== General UI improvements === 55 +==== General UI improvements ==== 54 54 55 55 * The Space Index page has been modified to use the Livetable component:((([[image:spaceindex.png||style="border: 1px solid #000;"]]))) 56 56 * The top level menu has been refactored in the Colibri skin: ... ... @@ -74,11 +74,11 @@ 74 74 * Several IE6/7 bugfixes 75 75 * Documents created internally for XWiki's needs are now created under the ##superadmin## user and are not visible to Simple Users by default (Advanced users and Admin see them though) 76 76 77 -== 2 WYSIWYG == 79 +=== 2 WYSIWYG === 78 78 79 79 See [[WYSIWYG documentation>>platform:Features.WysiwygEditor]] for more details. 80 80 81 -=== Macro improvements === 83 +==== Macro improvements ==== 82 82 83 83 * User can now double click on a macro to edit it and double click in the list of macro to insert it. 84 84 * Macro names are now displayed instead of their internal IDs. ... ... @@ -85,13 +85,13 @@ 85 85 * Macros are now categorized and it's possible to override macro category through configuration:((([[image:ReleaseNotesXWikiEnterprise20M4@macro-category.png||style="border: 1px solid #000;"]]))) 86 86 * The Insert Macro dialog box now has a live search for easily finding macros:((([[image:ReleaseNotesXWikiEnterprise20M4@macro-filter.png||style="border: 1px solid #000;"]]))) 87 87 88 -=== Other improvements === 90 +==== Other improvements ==== 89 89 90 90 * Added IE8 support (thanks to the [[GWT 1.7.0>>http://code.google.com/webtoolkit/releases/release-notes-1.7.0.html#Release_Notes_Current]] upgrade) 91 91 * Faster navigation for image and link insertion with tabs provided for easily selecting recently viewed pages and the addition of a search box 92 92 * Dialog boxes in the WYSIWYG editor have been aligned and are now following XWiki's usability guidelines((([[image:wysiwyg-dialogbox.png||style="border: 1px solid #000;"]]))) 93 93 94 -== 3 Macros == 96 +=== 3 Macros === 95 95 96 96 * New [[Formula macro>>code:Macros.FormulaMacro]] for displaying Mathematical formulas. For example:((([[image:code:Macros.FormulaMacro@inlineBlockFormula.png||style="border: 1px solid #000;"]]))) 97 97 * New [[Info, Warning and Error macros>>code:Macros.MessageMacro]]. ... ... @@ -106,9 +106,9 @@ 106 106 ** It's now possible to not parse velocity macro content for wiki syntax by using the ##wiki="false"## parameter. 107 107 * The Table Of Content macro now starts at the first level by default (it used to start at the second level by default). 108 108 109 -== 4 Rendering == 111 +=== 4 Rendering === 110 110 111 -=== General improvements === 113 +==== General improvements ==== 112 112 113 113 * Section editing is now supported with XWiki Syntax 2.0 114 114 * Definition lists now support parameters ... ... @@ -122,13 +122,13 @@ 122 122 123 123 {{warning}}Not all the pages from the default XAR have been converted to the XWiki Syntax 2.0 yet.{{/warning}} 124 124 125 -=== Output syntax parameter === 127 +==== Output syntax parameter ==== 126 126 127 127 It's now possible to decide which renderer to use to print the document content. For example if you want to generate a 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.) 128 128 129 129 See [[URL parsing documentation>>platform:AdminGuide.URL resolution#HoutputSyntaxandoutputSyntaxVersion]]. 130 130 131 -== 5 Watchlist == 133 +=== 5 Watchlist === 132 132 133 133 * Add watch/unwatch wiki in the Watch menu 134 134 * Improve notification email readability by displaying icons for objects, classes and properties ... ... @@ -142,7 +142,7 @@ 142 142 * Allow to create watchlist notifications for any interval of time 143 143 * Mails design improvement((([[[[image:watchlist-small.png||style="border: 1px solid #000;"]]>>http://www.xwiki.org/xwiki/bin/download/Main/ReleaseNotesXWikiEnterprise20/watchlist.png]]))) 144 144 145 -== 6 Clustering == 147 +=== 6 Clustering === 146 146 147 147 See [[Clustering administration documentation>>platform:AdminGuide.Clustering]] and [[Remote Observation Manager documentation>>code:Modules.RemoteObservationModule]] for more details. 148 148 ... ... @@ -152,13 +152,13 @@ 152 152 - clustering 153 153 - external monitoring of XWiki 154 154 155 -== 7 Performance == 157 +=== 7 Performance === 156 156 157 157 * We have introduced a lighter XHTML renderer which avoid having all extra datas needed by the WYSIWYG, thus reducing a lot the size of rendered pages in view mode. 158 158 * JS and CSS files are now compressed. 159 159 * The watchlist feature now supports multi wiki and has improved performances to prevent farm wikis to be stuck when sending all notifications for all wikis (this is done by using the new Activity Stream feature). 160 160 161 -== 8 Translations == 163 +=== 8 Translations === 162 162 163 163 * Added translations for Swedish 164 164 * Added translations for Korean ... ... @@ -165,7 +165,7 @@ 165 165 * Updated translations for lots of other languages 166 166 * Added internationalization support to the WYSWIWYG editor and added French translations 167 167 168 -== 9 Changes for Developers == 170 +=== 9 Changes for Developers === 169 169 170 170 * Renderers are now real components. The same way it's possible to add any parser it's now possible to add any renderer for a specific output simply by registering it as a component. See [[code:Modules.RenderingModule]] for more details. 171 171 * New plain text parser. Pain text parser make possible to put in a page some plain text to render it exactly as it. The syntax name of plain text renderer is ##plain/1.0##, you can enable it in ##xwiki.cfg##. ... ... @@ -194,18 +194,18 @@ 194 194 ** Upgraded to Smart GWT 1.2 195 195 ** Upgraded to Prototype 1.6.1 196 196 197 -== 10 Others == 199 +=== 10 Others === 198 198 199 199 * The Scheduler now allows to manually trigger a job (execute it once)((([[image:scheduler.png||style="border: 1px solid #000;"]]))) 200 200 201 -= Known issues = 203 +== Known issues == 202 202 203 203 * The AllDocs page needs to be saved with a user having programming rights to work (otherwise the Attachment tab will show empty results). See [[XWIKI-4407>>http://jira.xwiki.org/jira/browse/XWIKI-4407]] for more details. 204 204 * [[Bugs we know about>>http://jira.xwiki.org/jira/secure/IssueNavigator.jspa?reset=true&&type=1&pid=10010&resolution=-1&sorter/field=updated&sorter/order=DESC]] 205 205 206 -= Backward Compatibility and Migration Notes = 208 +== Backward Compatibility and Migration Notes == 207 207 208 -== General Notes == 210 +=== General Notes === 209 209 210 210 {{warning}}If you're running in a multiwiki setup you'll also need to define the property ##xwiki.store.migration.databases=all## to your ##xwiki.cfg## file or explicitly name all databases to be migrated as in ##xwiki.store.migration.databases=db1,db2,...##. 211 211 {{/warning}} ... ... @@ -216,11 +216,11 @@ 216 216 Always make sure you compare your ##xwiki.cfg## file with the newest version since some configuration parameters were added. Of note, 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. 217 217 {{/warning}} 218 218 219 -== API Breakages == 221 +=== API Breakages === 220 220 221 221 The following APIs were modified since XWiki Enterprise 1.9: 222 222 223 -=== Rendering api === 225 +==== Rendering api ==== 224 224 225 225 * ##Block.replace()## has been replaced by ##Block.replaceChild()## 226 226 * ##ParseException## constructor and methods have been modified since they were unused ... ... @@ -332,7 +332,7 @@ 332 332 [ERROR] org.xwiki.rendering.util.RenderersUtils: Class org.xwiki.rendering.util.RenderersUtils removed 333 333 {{/code}} 334 334 335 -=== Component Manager api === 337 +==== Component Manager api ==== 336 336 337 337 * maven project artifact changed from ##xwiki-core-component## to ##xwiki-core-component-api## 338 338 * to get the ComponentManager in a component you need to declare it has like any other component requirement ... ... @@ -384,7 +384,7 @@ 384 384 [ERROR] org.xwiki.component.phase.Composable: Class org.xwiki.component.phase.Composable removed 385 385 {{/code}} 386 386 387 -=== Observation Manager api === 389 +==== Observation Manager api ==== 388 388 389 389 * maven project artifact changed from ##xwiki-core-observation## to ##xwiki-core-observation-local## 390 390 * ObservationManager#addListener and ObservationManager#removeListener does not need the ##org.xwiki.observation.event.Event## anymore ... ... @@ -401,17 +401,17 @@ 401 401 [ERROR] org.xwiki.observation.ObservationManager: Method 'public void removeListener(org.xwiki.observation.event.Event, org.xwiki.observation.EventListener)' has been removed 402 402 {{/code}} 403 403 404 -= Dependencies = 406 +== Dependencies == 405 405 406 406 This release includes the following modules in the specified versions since XWiki Enterprise 1.9.3 was released: 407 407 408 -== Core/Web == 410 +=== Core/Web === 409 409 410 410 |=Group Id|=Artifact Id|=New Version|=Old Version|=JIRA URL 411 411 |##com.xpn.xwiki.platform##|##xwiki-*##|2.0|1.9.3 412 412 |##org.xwiki.platform##|##xwiki-*##|2.0|1.9.3 413 413 414 -== Applications == 416 +=== Applications === 415 415 416 416 |=Group Id|=Artifact Id|=New Version|=Old Version|=JIRA URL 417 417 |##com.xpn.xwiki.platform.applications##|##xwiki-application-administration##|1.17|1.12|[[jira>>http://jira.xwiki.org/jira/browse/XAADMINISTRATION]] ... ... @@ -425,7 +425,7 @@ 425 425 |##com.xpn.xwiki.platform.applications##|##xwiki-application-webdav##|1.2|1.2 426 426 |##com.xpn.xwiki.platform.applications##|##xwiki-application-wiki-macro-bridge##|1.2|N/A 427 427 428 -== Plugins == 430 +=== Plugins === 429 429 430 430 |=Group Id|=Artifact Id|=New Version|=Old Version|=JIRA URL 431 431 |##com.xpn.xwiki.platform.plugins##|##xwiki-plugin-activitystream##|1.4|N/A ... ... @@ -437,7 +437,7 @@ 437 437 |##com.xpn.xwiki.platform.plugins##|##xwiki-plugin-tag##|1.7|1.6 438 438 |##com.xpn.xwiki.platform.plugins##|##xwiki-plugin-watchlist##|1.20|1.16 439 439 440 -== Skins == 442 +=== Skins === 441 441 442 442 |=Group Id|=Artifact Id|=New Version|=Old Version|=JIRA URL 443 443 |##com.xpn.xwiki.platform.skins##|##xwiki-skin-albatross##|1.24|1.21 ... ... @@ -444,12 +444,12 @@ 444 444 |##com.xpn.xwiki.platform.skins##|##xwiki-skin-colibri##|1.3|N/A 445 445 |##com.xpn.xwiki.platform.skins##|##xwiki-skin-toucan##|1.28|1.22 446 446 447 -== Top Level POM == 449 +=== Top Level POM === 448 448 449 449 |=Group Id|=Artifact Id|=New Version|=Old Version|=JIRA URL 450 450 |##com.xpn.xwiki.platform##|##xwiki##|27|24 451 451 452 -== Tools == 454 +=== Tools === 453 453 454 454 |=Group Id|=Artifact Id|=New Version|=Old Version|=JIRA URL 455 455 |##org.xwiki.platform.tools##|##xwiki-jetty-resources##|1.16|1.14