Wiki source code of ReleaseNotesXWikiEnterprise18M2
Version 10.1 by Thomas Mortagne on 2009/02/02
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | #startfloatingbox() | ||
2 | *Contents* | ||
3 | #toc ("2" "3" "") | ||
4 | #endfloatingbox() | ||
5 | |||
6 | #macro(displayImg $img) | ||
7 | <a href="/xwiki/bin/download/Main/ReleaseNotesXWikiEnterprise18M2/${img}"><img src="/xwiki/bin/download/Main/ReleaseNotesXWikiEnterprise18M2/${img}" style="width:400px;border: 2px solid #CDCDCD;"/></a><br /> | ||
8 | #end | ||
9 | |||
10 | 1 Release Notes for XWiki Enterprise 1.8 Milestone 2 | ||
11 | |||
12 | Second milestone of the XWiki Enterprise 1.8 version ([Roadmap>enterprise:Main.Roadmap]). | ||
13 | |||
14 | 1.1 Summary of changes since XWiki Enterprise 1.8 Milestone 1 | ||
15 | |||
16 | 1.1.1 Main changes | ||
17 | |||
18 | * *New Wiki Dashboard* on the home page (more about this below):\\\\#displayImg("dashboard.jpg") | ||
19 | ** Spaces: all the spaces within your wiki (technical spaces are hidden): | ||
20 | *** Links to the list of pages within each spaces. | ||
21 | *** Links to the administration of each space. | ||
22 | *** Allows to create new spaces. | ||
23 | ** Tags: all the tags in the wiki under the form of a tag cloud. | ||
24 | ** Recent changes: all the recent modifications in the wiki, grouped by author and by date. | ||
25 | * *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} | ||
26 | - | XE 1.8M1 | XE 1.8M2 | ||
27 | Requests number | 37 | 25 | ||
28 | Total size | 332Ko | 200Ko | ||
29 | Download @ T1 (seconds) | 9.16 | 6.06 | ||
30 | {table} | ||
31 | * *Improved information section in document footer*, including document children:\\\\#displayImg("footer.jpg") | ||
32 | * *Add wiki syntax for Embedded documents*, see http://platform.xwiki.org/xwiki/bin/view/Main.XWikiSyntax#HEmbeddeddocuments28XWikisyntax20only29 | ||
33 | * *By default the authentication system call authenticator only once by session*, this means it does not call the LDAP authenticator and does generate queries on LDAP server for each request enymore. This can be changed using the <tt>xwiki.authentication.always</tt> in xwiki.cfg. | ||
34 | |||
35 | 1.1.1 Important bug fixes | ||
36 | |||
37 | * Many bugfixes and improvements in WYSIWYG | ||
38 | * Add support for velocity and html as well as and many bugfixes and improvements in 1.0 to 2.0 XWiki syntax converter | ||
39 | |||
40 | ## + lots of other changes, see [Platform details>http://jira.xwiki.org/jira/secure/ReleaseNote.jspa?version=10895&styleName=Html&projectId=10010&Create=Create]. | ||
41 | |||
42 | |||
43 | |||
44 | |||
45 | |||
46 | 1.1 Known issues | ||
47 | |||
48 | * [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] | ||
49 | |||
50 | 1.1 Common Migration notes | ||
51 | |||
52 | #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 explicitly name all databases to be migrated as in <tt>xwiki.store.migration.databases=db1,db2,...</tt>.") | ||
53 | |||
54 | You may also want to [import the default wiki XAR>Main.Download] in order to benefit from improvements listed above. | ||
55 | |||
56 | #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.") |