Wiki source code of ReleaseNotesXWikiEnterprise18
Version 2.1 by Thomas Mortagne on 2009/03/19
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | #startfloatingbox() | ||
2 | *Contents* | ||
3 | #toc ("2" "3" "") | ||
4 | #endfloatingbox() | ||
5 | |||
6 | 1 Release Notes for XWiki Enterprise 1.8 | ||
7 | |||
8 | 1.1 Summary of changes since XWiki Enterprise 1.7 | ||
9 | |||
10 | Main changes: | ||
11 | |||
12 | * *New Wiki Dashboard* on the home page: | ||
13 | ** Spaces: all the spaces within your wiki (technical spaces are hidden): | ||
14 | *** Links to the list of pages within each spaces. | ||
15 | *** Links to the administration of each space. | ||
16 | *** Allows to create new spaces. | ||
17 | ** Tags: all the tags in the wiki under the form of a tag cloud. | ||
18 | ** Recent changes: all the recent modifications in the wiki, grouped by author and by date.\\\\#displayImg("dashboard.jpg") | ||
19 | * *New way of displaying tags*, with 2 new features: | ||
20 | ** Tag rename. | ||
21 | ** Tag delete.\\\\#displayImg("tags.jpg") | ||
22 | * *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} | ||
23 | - | XE 1.8M1 | XE 1.8M2 | ||
24 | Requests number | 37 | 25 | ||
25 | Total size | 332Ko | 200Ko | ||
26 | Download @ T1 (seconds) | 9.16 | 6.06 | ||
27 | {table} | ||
28 | * *Improved information section in document footer*, including document children:\\\\#displayImg("footer.jpg") | ||
29 | * *Added [wiki syntax for embedded documents>platform:Main.XWikiSyntax#HEmbeddeddocuments28XWikisyntax20only29]* | ||
30 | * *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>. | ||
31 | * *Syntax API to convert a document from one syntax to another + first beta of the XWiki 1.0 syntax to XWiki 2.0 syntax*. #info("You can try it by changing the syntax identifier of a page.") | ||
32 | * *[New Office Importer>code:Applications.OfficeImporterApplication]* | ||
33 | * *New converter from XWiki Syntax 1.0 to XWiki Syntax 2.0* | ||
34 | * *New REST API* | ||
35 | * *[New Blog application>code:Applications.BlogApplication]* | ||
36 | * *First usable version of the new GWT WYSIWYG editor* | ||
37 | * *Upgrade to groovy 1.6.* | ||
38 | * *new "useravatar" macro for 2.0 syntax* | ||
39 | * *Add ability to configure xwiki to use the XWiki Syntax 2.0 as default when creating new pages* | ||
40 | * *Update french translations* | ||
41 | * *Update german translations* | ||
42 | * *Update spanish translation* | ||
43 | |||
44 | Important bug fixes: | ||
45 | |||
46 | * Many bug fixes and improvements in the new GWT WYSIWYG editor | ||
47 | * Many bug fixes and improvements in the new XWiki 2.0 syntax rendering | ||
48 | * Many bug fixes and improvements in 1.0->2.0 syntaxes conversion | ||
49 | * Erroneous rendering of links to page anchors | ||
50 | * If a macro fail it breaks the whole rendering process | ||
51 | |||
52 | ## + lots of other changes, see [Platform details>http://jira.xwiki.org/jira/secure/ReleaseNote.jspa?version=10696&styleName=Text&projectId=10010&Create=Create]. | ||
53 | |||
54 | 1.1 Known issues | ||
55 | |||
56 | * [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] | ||
57 | |||
58 | 1.1 Common Migration notes | ||
59 | |||
60 | #warning("If you're running in a multiwiki setup you'll also need to define the property <tt>xwiki.store.migration.databases=all</tt> to your <tt>xwiki.cfg</tt> file or explicitely name all databases to be migrated as in <tt>xwiki.store.migration.databases=db1,db2,...</tt>.") | ||
61 | |||
62 | You may also want to [import the default wiki XAR>Main.Download] in order to benefit from improvements listed above. | ||
63 | |||
64 | #warning("Always make sure you compare your <tt>xwiki.cfg</tt> file with the newest version since some configuration parameters were added. Of note, you should add <tt>xwiki.store.migration=1</tt> so that XWiki will attempt to automatically migrate your current database to the new schema. Make sure you backup your Database before doing anything.") |