Changes for page ReleaseNotesXWikiEnterprise18
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ThomasMortagne1 +XWiki.VincentMassol - Content
-
... ... @@ -14,17 +14,14 @@ 14 14 15 15 1.1 Changes since XWiki Enterprise 1.7 16 16 17 -1.1.1 1. First usable version of new rendering and new WYSIWYG editor17 +1.1.1 1. First usable version of new Rendering and new WYSIWYG editor 18 18 19 - * Add ability to configure xwiki to use the XWiki Syntax 2.0 as default when creating new pages 20 - * First usable version of the new GWT WYSIWYG editor 21 - * Upgrade to groovy 1.6. 22 - * new "useravatar" macro for 2.0 syntax 23 - * new "rss" macro for 2.0 syntax 19 + * Add ability to [configure XWiki to use the XWiki Syntax 2.0 as default when creating new pages>platform:AdminGuide.Configuration#HConfiguringWikiSyntaxesanddefaultSyntax]. 20 + * First usable version of the new GWT WYSIWYG editor. 21 + * New [UserAvatar>code:Macros.UserAvatarMacro20] macro for 2.0 syntax. 22 + * new [RSS>code:Macros.RssMacro20] macro for 2.0 syntax. 24 24 * Added [wiki syntax for embedded documents>platform:Main.XWikiSyntax#HEmbeddeddocuments28XWikisyntax20only29] 25 25 * Syntax API to convert a document from one syntax to another + new converter from XWiki Syntax 1.0 to XWiki Syntax 2.0. #info("You can try it by changing the syntax identifier of a page.") 26 - * Many bug fixes and improvements in the new GWT WYSIWYG editor 27 - * Many bug fixes and improvements in the new XWiki 2.0 syntax rendering 28 28 29 29 1.1.1 2. Usability Improvements 30 30 ... ... @@ -40,6 +40,10 @@ 40 40 ** Tag rename. 41 41 ** Tag delete.\\\\#displayImg("tags.jpg") 42 42 40 + * *Improved information section in document footer*, including document children:\\\\#displayImg("footer.jpg") 41 + 42 +1.1.1 3. Performance Improvements 43 + 43 43 * *Page loading time reduced by 30%*. Statistics on Sandbox.WebHome, ~~without client-side file caching~~ (most of the downloaded files are cached on the client after the first request):\\{table} 44 44 - | XE 1.8M1 | XE 1.8M2 45 45 Requests number | 37 | 25 ... ... @@ -46,34 +46,47 @@ 46 46 Total size | 332Ko | 200Ko 47 47 Download @ T1 (seconds) | 9.16 | 6.06 48 48 {table} 49 - * *Improved information section in document footer*, including document children:\\\\#displayImg("footer.jpg") 50 50 51 -1.1.1 3. Authentication 52 - 53 53 * Improved authentication performance for LDAP. By default the authentication system now calls the authenticator only once by session, this means it does not call the LDAP authenticator and does not generate queries on the LDAP server for each request anymore. This can be changed using the <tt>xwiki.authentication.always</tt> configuration property in <tt>xwiki.cfg</tt>. 54 54 55 55 1.1.1 4. Translations 56 56 57 - * New or improved translations: 58 - ** french 59 - ** german 60 - ** spanish 55 + * Most default applications have been internationalized. Some work remain for the Blog and Watchlist application to be performed in 1.8.x. 56 + * New or improved translations for the UI: 57 + ** French 58 + ** German 59 + ** Spanish 61 61 62 -1.1.1 5. Import ant bugs fixed61 +1.1.1 5. Office Importer 63 63 64 - * Scaled images in exported PDF and RTF have wrong dimensions 65 - * When a wiki is removed, it's not removed form the cache 66 - * Including a document with first or second heading level breaks the including document section edit link 67 - * PDF export does not take into account the encoding specified in xwiki.cfg 63 + * *[New Office Importer>code:Applications.OfficeImporterApplication]*: makes use of a running OpenOffice server to convert Office documents (MS Office or OO) into HTML before they are transformed into XWiki 2.0 syntax 64 +<img src="http://code.xwiki.org/xwiki/bin/download/Applications/OfficeImporterApplication/OfficeImporter.png" style="border: 2px solid #CDCDCD;"/> 68 68 69 -1.1.1 6. Others66 +1.1.1 6. REST API 70 70 71 - * *[New Office Importer>code:Applications.OfficeImporterApplication]*: makes use of a running OpenOffice server to convert the office documents into HTML before they are transformed into XWiki 2.0 syntax 72 -<img src="http://code.xwiki.org/xwiki/bin/download/Applications/OfficeImporterApplication/OfficeImporter.png" style="border: 2px solid #CDCDCD;"/> 68 + * New *[REST API>dev:Design.RestfulAPI* (user documentation forthcoming). Currently implemented: 69 + ** Access to wikis, spaces and pages 70 + ** Access to page history, translations and page children 71 + ** Access to tags, comments, objects and classes in general 72 + ** Access to attachments 73 73 74 - * *New REST API* 74 +1.1.1 7 New Blog Application 75 + 75 75 * *[New Blog application>code:Applications.BlogApplication]* 77 + ** Lightweight publishing workflow 78 + ** Category and sub-category support 79 + ** Ability to change published date 80 + ** Panels to display blog categories and unpublished posts 76 76 82 +1.1.1 8. Others 83 + 84 + * Upgrade to Groovy 1.6 final. 85 + * Important bugs fixed 86 + ** Scaled images in exported PDF and RTF have wrong dimensions 87 + ** When a wiki is removed, it's not removed form the cache 88 + ** Including a document with first or second heading level breaks the including document section edit link 89 + ** PDF export does not take into account the encoding specified in xwiki.cfg 90 + 77 77 ## + lots of other changes, see [Platform details>http://jira.xwiki.org/jira/secure/ReleaseNote.jspa?version=10696&styleName=Text&projectId=10010&Create=Create]. 78 78 79 79 1.1 Known issues