Wiki source code of ReleaseNotesXWikiEnterprise16

Version 3.1 by Guillaume Lerouge on 2008/10/07

Show last authors
1 #startfloatingbox()
2 *Contents*
3 #toc ("2" "3" "")
4 #endfloatingbox()
5
6 1 Release Notes for XWiki Enterprise 1.6
7
8 Our development team has been working quite hard for the past 2 months on bringing a number of improvements to our flagship product [XWiki Enterprise>enterprise:Main.WebHome]. The focus for the 1.6 release was on having beta versions of new rendering and new WYSIWYG editor, improving the stability and performance. *We closed approximately 150 JIRA issues during the release timespan !!*
9
10 1.1 Changes since XWiki Enterprise 1.5.x
11
12 1.1.1 1. Beta version of new rendering and new WYSIWYG editor
13
14 * New experimental support for other syntaxes (Confluence, JSPWiki, Creole, MediaWiki, TWiki and XHTML), including a new [XWiki Syntax v2.0>platform:Main.XWikiSyntax].#info("You'll find information on how to enter content using the new syntaxes in the [Page Editing Guide>platform:Features.PageEditing].")
15
16 ~~Users can choose the syntax they want to use to edit their wiki pages :~~<br />
17 <img style="border: 1px solid #000;" src="$doc.getAttachmentURL('XWikiSyntax.png')" /><br />
18
19 * New experimental WYSIWYG editor (Work In Progress).
20
21 #info("The look & feel is not the final one. Please look at the [new WYSIWYG Design page>dev:Design.NewWysiwygEditorInterface] to see what it'll look like (except for the colors which will be different). To start using the new editor, check out the [Page Editing Guide>platform:Features.PageEditing]. Again this is work in progress but we'd like *as much feedback as possible*. Please raise any issue you find in [JIRA>http://jira.xwiki.org].")
22
23 ~~XWiki's new WYSIWYG editor :~~<br />
24 <img style="border: 1px solid #000;" src="$doc.getAttachmentURL('wysiwygx.png')" /><br />
25
26 1.1.1 2. Usability Improvements
27
28 * XWiki Enterprise's User Interface was improved through *the refactoring of page footers :* they now provide a quick access to page comments, attachments and history. They also add a new document information tab that lists the page backlinks and let users edit page tags easily.
29
30 ~~The new footer is available at the bottom of every wiki page page :~~<br />
31 <img style="border: 1px solid #000;" src="$doc.getAttachmentURL('XEFooter.png')" /><br />
32
33 ~~The footer features a brand new document information tab :~~<br />
34 <img style="border: 1px solid #000;" src="$doc.getAttachmentURL('XEInfo.png')" /><br />
35
36 * The much-needed *password recovery feature is now available :* now, an user who has fogotten his password can simply click on a link available on the login page in order to have a password recovery email sent to him. Similarly, an user who forgot her username can provide her email address and have her username sent back to her.
37
38 ~~Users can retrieve their passwords by clicking on the relevant link on the login page :~~<br />
39 <img style="border: 1px solid #000;" src="$doc.getAttachmentURL('PasswordReset.png')" /><br />
40
41 * The [Rights Management interface>] now supports adding groups into groups
42
43 1.1.1 3. Platform Improvements
44
45 * Default account validation & confirmation emails provided in the wiki preferences
46 * Added .xml extensions to all exported wiki pages (XAR)
47 * The generated HTML for wiki titles now start at h1 instead of h2
48 * The name of the main database in virtual wiki mode is not hardcoded to 'xwiki' anymore, and in virtual mode all database names can be prefixed with a configurable value
49 * Improvement of Query Manager which was introduced in 1.6M1. The purpose of the Query Manager is to allow using multiple Query Languages and manage them (HQL is one such language). The changes are:
50 ** Ability to use positional parameters in Query (only named parameters supported earlier).
51 ** Ability to add a new Query Language easily simply by adding a JAR to the Classpath.
52 * New experimental XWiki Query Language called XWQL. #info("More about the language in [XWQL design page>dev:Design.XWikiQueryLanguage]. The Main syntax and a translator to HQL are implemented. It currently requires programming rights to use in scripts. The current XWQL syntax is not the final one. We'd like some feedback to improve it. The language will fully replace current <tt>$xwiki.search</tt> methods in XE 1.7. The XWQL language is accessible via the Query Manager. Example: <tt>$xwiki.xWiki.store.queryManager.createQuery('from doc.object(XWiki.XWikiUsers) as user', 'xwql').execute()</tt>.")
53
54 1.1.1 4. Translations
55
56 * New or improved translations:
57 ** german
58 ** french
59 ** czech
60 ** norwegian
61 ** ukrainian
62
63 1.1.1 5. LDAP
64
65 * Use of "." in LDAP logins fixed
66
67 1.1.1 6. Important bugs fixed
68
69 * Various fixes in the watchlist:
70 ** Watchlist now works with platform 1.5 and 1.6
71 ** Fixed rights checks in multiwiki mode
72 ** Fixed RSS feed generation in multiwiki
73 * In some context URLFactory generate URL with wrong server/domain
74
75 1.1.1 7. Others
76
77 * XWIKI-2623 - Update MSSQL hibernate mapping file and ship it with xwiki distributions
78 * XE-300 - The treeview should sort spaces by their name
79 * XWIKI-2573 - viewrev action fails with ugly stacktrace for documents with attachments when no revision number is requested
80 * XWIKI-2649 - xwiki.authentication.ldap.mode_group_sync is not "always" by default
81 * XE-244 - Upgrade IzPack installer to version 4.0.1
82
83 1.1 Known issues
84
85 * [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]
86
87 1.1 Common Migration notes
88
89 #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>.")
90
91 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.
92
93 #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