Wiki source code of ReleaseNotesXWikiEnterprise16

Version 1.1 by Jean-Vincent Drean on 2008/10/03

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 The focus for the 1.6 release was on having beta versions of new rendering and new WYSIWYG editor, improving the stability and performance.
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 WYSIWYG editor (Work In Progress)#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 activate the new editor you must be logged with admin rights, go to the page you wish to edit, change the Syntax of the page to <tt>XWiki 2.0</tt> (right panel in edit mode), save. From then on when you edit with the WYSIWYG editor you'll be using the new editor. For some details about the new syntax please see the [XWiki Syntax 2.0>platform:Main.XWikiSyntax]. Again this is work in progress but we'd like *as much feedback as possible*. Known issues with the editor:\\- Heading doesn't work in IE6/7.\\- Nested lists does not work.\\- Switching from any heading level to normal leaves the id that was previously associated with that heading.\\- Editing in wiki mode and then switching to wysiwyg may determine an unexpected behavior from the wysiwyg (like being unable to un-bold the text).")
15
16 1.1.1 2. Usability Improvements
17
18 * Improved page footer displaying : comments, attachments, history, various information {image:pagebottom.png}
19 * New "Password Renewal and Forgot Username" feature
20 * Rights Management interface now support adding groups into groups
21
22 1.1.1 3. Platform Improvements
23
24 * Default account validation & confirmation emails provided in the wiki preferences
25 * Added .xml extensions to all exported wiki pages (XAR)
26 * The generated HTML for wiki titles now start at h1 instead of h2
27 * 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
28 * 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:
29 ** Ability to use positional parameters in Query (only named parameters supported earlier).
30 ** Ability to add a new Query Language easily simply by adding a JAR to the Classpath.
31 * 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>.")
32
33 1.1.1 4. Translations
34
35 * New or improved translations:
36 ** german
37 ** french
38 ** czech
39 ** norwegian
40 ** ukrainian
41
42 1.1.1 5. LDAP
43
44 * Use of "." in LDAP logins fixed
45
46 1.1.1 6. Important bugs fixed
47
48 * Various fixes in the watchlist:
49 ** Watchlist now works with platform 1.5 and 1.6
50 ** Fixed rights checks in multiwiki mode
51 ** Fixed RSS feed generation in multiwiki
52 * In some context URLFactory generate URL with wrong server/domain
53
54 1.1.1 7. Others
55
56 * XWIKI-2623 - Update MSSQL hibernate mapping file and ship it with xwiki distributions
57 * XE-300 - The treeview should sort spaces by their name
58 * XWIKI-2573 - viewrev action fails with ugly stacktrace for documents with attachments when no revision number is requested
59 * XWIKI-2649 - xwiki.authentication.ldap.mode_group_sync is not "always" by default
60 * XE-244 - Upgrade IzPack installer to version 4.0.1
61
62 1.1 Known issues
63
64 * [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]
65
66 1.1 Common Migration notes
67
68 #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>.")
69
70 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.
71
72 #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