Wiki source code of ReleaseNotesXWikiEnterprise20RC1
Version 5.1 by Thomas Mortagne on 2009/09/10
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | #startfloatingbox() | ||
2 | *Contents* | ||
3 | #toc ("2" "4" "") | ||
4 | #endfloatingbox() | ||
5 | |||
6 | 1 Release Notes for XWiki Enterprise 2.0 Release Candidate 1 | ||
7 | |||
8 | This is the first Release Candidate for the XWiki enterprise 2.0 version ([Roadmap>enterprise:Main.Roadmap]). | ||
9 | |||
10 | 1.1 New and Noteworthy (since XWiki Enterprise 2.0 Milestone 4) | ||
11 | |||
12 | At a glance (see below for details): | ||
13 | * Many improvements and bug fixes in the new Colibri skin | ||
14 | * Many general UI improvements | ||
15 | * Many WYSIWYG improvements | ||
16 | * Many Rendering 2.0 improvements | ||
17 | ** Script macro improvements | ||
18 | ** Introduce Python macro | ||
19 | * Many Watchlist improvements | ||
20 | * Activity stream improvements | ||
21 | * Blog categories UI improvement | ||
22 | |||
23 | 1.1.1 Colibro skin | ||
24 | |||
25 | See [Colibri skin detailed release note>http://jira.xwiki.org/jira/secure/ReleaseNote.jspa?version=11215&styleName=Html&projectId=10435&Create=Create] for the complete list | ||
26 | |||
27 | * Make the color theme selectable from the Administration | ||
28 | * New "Create" menu | ||
29 | |||
30 | 1.1.1 General UI improvements | ||
31 | |||
32 | * Remove "History" from the edit modes | ||
33 | * TOC macro now starts at first level by default | ||
34 | * Several IE6/7 bugfixes | ||
35 | * Improve group creation form | ||
36 | * Reorganize editor button | ||
37 | * Diff UI improvement | ||
38 | * Improve the Rename form | ||
39 | * Nicer pagination of the document history | ||
40 | * Display a friendly message instead of an error when clicking on History after having created a new page | ||
41 | * The "Rights editor help" panels has been removed | ||
42 | * Improve Import administration section | ||
43 | |||
44 | 1.1.1 WYSIWYG | ||
45 | |||
46 | * Add internationalization support | ||
47 | * Improve UX in wysiwyg dialogs / wizards: navigation, error reporting, forms, etc | ||
48 | * \[Bug\] . key acts like the delete key at the end of the list items | ||
49 | * \[Bug\] "Enter" doesn't work in the Table Dialog | ||
50 | * \[Bug\] "Tab" doesn't work in the Table Dialog in FF 3.5.2 | ||
51 | * \[Bug\] Add configuration support for the list of GWT-WYSIWYG plugins | ||
52 | * \[Bug\] The browser's Back button doesn't restore unsaved changes to the edited content | ||
53 | |||
54 | 1.1.1 Rendering 2.0 | ||
55 | |||
56 | * Several bugfixes in the xwiki/2.0 syntax renderer and parser | ||
57 | * Several bugfixes in the xhtml/1.0 syntax renderer and parser | ||
58 | |||
59 | 1.1.1.1 Script macro | ||
60 | See the [Script Macro documentation>code:Macros.ScriptMacro] for more details. | ||
61 | |||
62 | * Ability to add JARs attached to a page to the Script Macro class loader. | ||
63 | * All the script macros in the same rendering process (a document and it's included documents) share the same class loader. For example this makes possible to declare a groovy class in a document and use it in other documents which includes it. | ||
64 | |||
65 | 1.1.1.1 Python macro | ||
66 | |||
67 | See [code:Macros.PythonMacro] | ||
68 | |||
69 | 1.1.1 Watchlist | ||
70 | |||
71 | * Add watch/unwatch wiki in the Watch menu | ||
72 | * Improve notification email readability by displaying icons for objects, classes and properties | ||
73 | * Watch List support registering for user activity | ||
74 | * Put document metadata modifications in diffs | ||
75 | * Make the watchlist work across multiple wikis | ||
76 | * Put links to pages in email notifications | ||
77 | * Use activitystream feed building feature to generate watchlist RSS feed | ||
78 | * In virtual mode allow each wiki to have its own watchlist email template document | ||
79 | |||
80 | 1.1.1 Activity stream | ||
81 | |||
82 | * Provide a way to delete events after a configurable amount of time | ||
83 | * Allow to store all activity events in the main wiki in virtual mode | ||
84 | |||
85 | 1.1.1 Important bugs fixed | ||
86 | |||
87 | * XWIKI-4308: Panels in syntax xwiki/2.0 does not work when the current page is not xwiki/2.0 | ||
88 | * XE-485: Activitystream mapping file is not referenced in the default hibernate configuration | ||
89 | |||
90 | 1.1 Known issues | ||
91 | |||
92 | * [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] | ||
93 | |||
94 | 1.1 Backward Compatibility and Migration Notes | ||
95 | |||
96 | 1.1.1 General Notes | ||
97 | |||
98 | #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 explicitly name all databases to be migrated as in <tt>xwiki.store.migration.databases=db1,db2,...</tt>.") | ||
99 | |||
100 | You may also want to [import the default wiki XAR>Main.Download] in order to benefit from improvements listed above. | ||
101 | |||
102 | #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.") | ||
103 | |||
104 | #*1.1.1 API Breakages | ||
105 | |||
106 | The following APIs were modified since XWiki Enterprise 2.0M4: | ||
107 | |||
108 | * Rendering Module | ||
109 | ** #error("TODO") | ||
110 | ** Details:\\{code:none}{code} | ||
111 | *# |