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
-
... ... @@ -90,7 +90,6 @@ 90 90 91 91 * 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) 92 92 * Faster navigation for image and link insertion with tabs provided for easily selecting recently viewed pages and the addition of a search box 93 -* Added internationalization support and French translations 94 94 * Dialog boxes in the WYSIWYG editor have been aligned and are now following XWiki's usability guidelines 95 95 96 96 === 3 Macros === ... ... @@ -159,8 +159,15 @@ 159 159 * JS and CSS files are now compressed. 160 160 * 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). 161 161 162 -=== 8 Changesfor Developers ===161 +=== 8 Translations === 163 163 163 +* Added translations for Swedish 164 +* Added translations for Korean 165 +* Updated translations for lots of other languages 166 +* Added internationalization support to the WYSWIWYG editor and added French translations 167 + 168 +=== 9 Changes for Developers === 169 + 164 164 * 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. 165 165 * 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##. 166 166 * The WYSIWYG editor menus are now more easily configured since it nows reads the following XWikiPreferences properties: ... ... @@ -188,7 +188,7 @@ 188 188 ** Upgraded to Smart GWT 1.2 189 189 ** Upgraded to Prototype 1.6.1 190 190 191 -=== 9Others ===197 +=== 10 Others === 192 192 193 193 * The Scheduler now allows to manually trigger a job (execute it once) 194 194