Wiki source code of ReleaseNotesXWikiEnterprise14M2
Version 2.2 by Jean-Vincent Drean on 2008/04/28
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.4 Milestone 2 | ||
7 | |||
8 | Second (and last) milestone of the XWiki Enterprise 1.4 version. | ||
9 | |||
10 | Note that general goals for XWiki Enterprise 1.4 are: | ||
11 | * Switch to Java 1.5 | ||
12 | * Improved stats performances | ||
13 | * XMLRPC improvements | ||
14 | * Improved performances (less Javascript files, more optimized CSS, better caching, etc) | ||
15 | * Skins extensions | ||
16 | * Bug fixes | ||
17 | * More automated tests | ||
18 | |||
19 | 1.1 Summary of changes since XWiki Enterprise 1.4 Milestone 1 | ||
20 | |||
21 | Main changes: | ||
22 | |||
23 | * New colors for the toucan skin : black and dark blue | ||
24 | * New option to deactivate attachment versioning | ||
25 | * New [skin extensions plugin>http://dev.xwiki.org/xwiki/bin/view/Design/SkinExtensions] | ||
26 | * Improvements on XWiki XMLRPC | ||
27 | * Improved statistics performances | ||
28 | * Print and Print Preview now print the whole content of a document | ||
29 | * User creation from the administration lightbox is working fine now | ||
30 | * Fixed character escaping using \ | ||
31 | |||
32 | + lots of other changes, see [Platform details>http://jira.xwiki.org/jira/secure/ReleaseNote.jspa?version=10652&styleName=Text&projectId=10010&Create=Create]. | ||
33 | |||
34 | 1.1 Known issues | ||
35 | |||
36 | * [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] | ||
37 | |||
38 | 1.1 Common Migration notes | ||
39 | |||
40 | The database structure has been changed but we have set up an automatic migration system so you shouldn't have to touch your Database to upgrade to 1.4M2. Thus you can simply install this version and configure it to point to your existing database. | ||
41 | |||
42 | #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>.") | ||
43 | |||
44 | You may also want to [import the default wiki XAR>Main.Download] in order to benefit from improvements listed above. | ||
45 | |||
46 | #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.") |