Wiki source code of ReleaseNotesXWikiEnterprise14
Version 13.3 by Vincent Massol on 2008/05/02
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 | ||
7 | |||
8 | 1.1 Changes since XWiki Enterprise 1.3 | ||
9 | |||
10 | 1.1.1 Platform Improvements | ||
11 | |||
12 | * XWiki now requires [Java 1.5>http://java.sun.com/j2se/1.5.0/] to run. | ||
13 | * The XWiki GWT API was upgraded to [GWT 1.4>http://code.google.com/webtoolkit/]. ~~GWT is used for [XWiki Watch>watch:Main.WebHome], [Curriki>curriki:Main.WebHome] & the coming [New WYSIWYG Editor>dev:Design.NewWysiwygEditorBasedOnGwt]~~ | ||
14 | * Improvements on the XWiki XMLRPC interface. ~~Those improvements were required in order to add [Object Edition Support>platform:DevGuide.DataModel] to [XEclipse>code:Extensions.XEclipseExtension]~~ | ||
15 | * JavaScript changes (functions written with Rico were coded anew using Scriptaculous in order to reduce the number of JS frameworks we use) | ||
16 | |||
17 | 1.1.1 Attachment Rollback | ||
18 | |||
19 | * When [rollbacking a wiki page>platform:Features.VersionControl], [attachments>platform:Features.Attachments] versions are now rollbacked as well. | ||
20 | * The option to deactivate attachment versioning was added. If you're not interested in versioning attachments this can speed up your XWiki instance. | ||
21 | |||
22 | 1.1.1 Skin Improvements | ||
23 | |||
24 | * 2 new colors were added for [the toucan skin>code:Skins.ToucanSkin] : Black & Dark Blue. | ||
25 | |||
26 | ~~The new Black color for the toucan skin~~<br /> | ||
27 | <img style="border: 1px solid #000;" src="$doc.getAttachmentURL("XWikiStats1-4.png")"></img> | ||
28 | |||
29 | ~~The new Dark BLue color for the toucan skin~~<br /> | ||
30 | <img style="border: 1px solid #000;" src="$doc.getAttachmentURL("XWikiAllDocs1-4.png")"></img> | ||
31 | |||
32 | * The brand new skin extensions plugin was committed. | ||
33 | |||
34 | 1.1.1 Keyboard Shortcuts | ||
35 | |||
36 | * [Keyboard shortcuts were made a generic feature using a standard keyboard shortcuts set>platform:Features.KeyboardShortcuts]. | ||
37 | |||
38 | 1.1.1 Performance Improvements | ||
39 | |||
40 | * [Improved statistics performances>platform:Features.IntegratedStatistics]. Statistics were impacting XWiki peformance. They're now queue and written to the database in a seprate thread resulting to minimal performance slowdown. We now recommend leaving them on. ~~See screenshot below~~ | ||
41 | * Generally improve XWiki's performances. (TODO: explain more here) | ||
42 | |||
43 | 1.1.1 Usability Improvements | ||
44 | |||
45 | * The Index page was improved to add real-time page filtering. ~~See screenshot below~~ | ||
46 | |||
47 | 1.1.1 Important bugs fixed | ||
48 | |||
49 | * [Print and Print Preview now print the whole content of a document>platform:Features.DocumentLifecycle#HPrint]. | ||
50 | |||
51 | 1.1 Known issues | ||
52 | |||
53 | * [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] | ||
54 | |||
55 | 1.1 Common Migration notes | ||
56 | |||
57 | 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. Just make sure you [backup it>platform:AdminGuide.Backup] before upgrading. | ||
58 | |||
59 | #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>.") | ||
60 | |||
61 | You may also want to import the [default wiki XAR>Main.Download] in order to benefit from improvements listed above. Make sure you read the [XWiki upgrade guide>platform:AdminGuide.Installation#HUpgradinganXWikiInstallation] before importing the new XAR since it can cause an overwrite of changes you made to some pages. | ||
62 | |||
63 | #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.") |