Wiki source code of ReleaseNotesXWikiEnterprise14

Version 8.1 by Guillaume Lerouge on 2008/05/01

Show last authors
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 TODO: Improve text + add screenshots + look for missing items
11
12 * *[Platform>platform:Main.WebHome]*
13 ** XWiki now requires [Java 1.5>http://java.sun.com/j2se/1.5.0/] to run.
14 ** The XWiki GWT API was upgraded to [GWT 1.4>http://code.google.com/webtoolkit/]. (~~GWT is used for [XWiki Watch>watch:Main.WebHome] & the coming [New WYSIWYG Editor>dev:Design.NewWysiwygEditorBasedOnGwt]~~)
15 ** Improvements on XWiki XMLRPC
16 * *[Attachments>platform:Features.Attachments]*
17 ** When [rollbacking a wiki page>platform:Features.VersionControl], [attachments>platform:Features.Attachments] versions are now rollbacked as well
18 ** The option to deactivate attachment versioning was added
19 * *[Skins>platform:Features.Skins]*
20 ** 2 new colors were added for [the toucan skin>code:Skins.ToucanSkin] : Black & Dark Blue (~~See screenshots below~~)
21 ** The brand new skin extensions plugin was committed.
22 * *Other New Features*
23 ** [Keyboard shortcuts were made a generic feature using a standard keyboard shortcuts set>platform:Features.KeyboardShortcuts].
24 ** [Improved statistics performances>platform:Features.IntegratedStatistics] (~~See screenshot below~~)
25 ** [Print and Print Preview now print the whole content of a document>platform:Features.DocumentLifecycle#HPrint]
26 ** The Index page was improved to add real-time page filtering. (~~See screenshot below~~)
27 ** Improved performances?
28
29 1.1 Screenshots
30
31 ~~The new Black color for the toucan skin & improved statistics :~~<br />
32 <img style="border: 1px solid #000;" src="$doc.getAttachmentURL("XWikiStats1-4.png")"></img>
33
34 ~~The new Dark BLue color for the toucan skin & new Wiki Index page :~~<br />
35 <img style="border: 1px solid #000;" src="$doc.getAttachmentURL("XWikiAllDocs1-4.png")"></img>
36
37 1.1 Known issues
38
39 * [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]
40
41 1.1 Common Migration notes
42
43 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.
44
45 #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>.")
46
47 You may also want to import the [default wiki XAR>Main.Download] in order to benefit from improvements listed above.
48
49 #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.")

Get Connected