Wiki source code of ReleaseNotesXWikiEnterprise20RC1
Version 7.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 | * Update translations: fr, de, ro, sv | ||
23 | |||
24 | 1.1.1 Colibri skin | ||
25 | |||
26 | 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 | ||
27 | |||
28 | * Make the color theme selectable from the Administration | ||
29 | * New "Create" menu | ||
30 | |||
31 | 1.1.1 General UI improvements | ||
32 | |||
33 | * Remove "History" from the edit modes | ||
34 | * TOC macro now starts at first level by default | ||
35 | * Several IE6/7 bugfixes | ||
36 | * Improve group creation form | ||
37 | * Reorganize editor button | ||
38 | * Diff UI improvement | ||
39 | * Improve the Rename form | ||
40 | * Nicer pagination of the document history | ||
41 | * Display a friendly message instead of an error when clicking on History after having created a new page | ||
42 | * The "Rights editor help" panels has been removed | ||
43 | * Improve Import administration section | ||
44 | |||
45 | 1.1.1 WYSIWYG | ||
46 | |||
47 | * Add internationalization support | ||
48 | * Improve UX in wysiwyg dialogs / wizards: navigation, error reporting, forms, etc | ||
49 | * \[Bug\] . key acts like the delete key at the end of the list items | ||
50 | * \[Bug\] "Enter" doesn't work in the Table Dialog | ||
51 | * \[Bug\] "Tab" doesn't work in the Table Dialog in FF 3.5.2 | ||
52 | * \[Bug\] Add configuration support for the list of GWT-WYSIWYG plugins | ||
53 | * \[Bug\] The browser's Back button doesn't restore unsaved changes to the edited content | ||
54 | |||
55 | 1.1.1 Rendering 2.0 | ||
56 | |||
57 | * Several bugfixes in the xwiki/2.0 syntax renderer and parser | ||
58 | * Several bugfixes in the xhtml/1.0 syntax renderer and parser | ||
59 | |||
60 | 1.1.1.1 Script macro | ||
61 | See the [Script Macro documentation>code:Macros.ScriptMacro] for more details. | ||
62 | |||
63 | * Ability to add JARs attached to a page to the Script Macro class loader. | ||
64 | * 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. | ||
65 | |||
66 | 1.1.1.1 Python macro | ||
67 | |||
68 | See [code:Macros.PythonMacro] for more details. | ||
69 | |||
70 | 1.1.1 Watchlist | ||
71 | |||
72 | * Add watch/unwatch wiki in the Watch menu | ||
73 | * Improve notification email readability by displaying icons for objects, classes and properties | ||
74 | * Watch List support registering for user activity | ||
75 | * Put document metadata modifications in diffs | ||
76 | * Make the watchlist work across multiple wikis | ||
77 | * Put links to pages in email notifications | ||
78 | * Use activitystream feed building feature to generate watchlist RSS feed | ||
79 | * In virtual mode allow each wiki to have its own watchlist email template document | ||
80 | |||
81 | 1.1.1 Activity stream | ||
82 | |||
83 | * Provide a way to delete events after a configurable amount of time | ||
84 | * Allow to store all activity events in the main wiki in virtual mode | ||
85 | |||
86 | 1.1.1 Important bugs fixed | ||
87 | |||
88 | * XWIKI-4308: Panels in syntax xwiki/2.0 does not work when the current page is not xwiki/2.0 | ||
89 | * XE-485: Activitystream mapping file is not referenced in the default hibernate configuration | ||
90 | |||
91 | 1.1 Known issues | ||
92 | |||
93 | * [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] | ||
94 | |||
95 | 1.1 Backward Compatibility and Migration Notes | ||
96 | |||
97 | 1.1.1 General Notes | ||
98 | |||
99 | #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>.") | ||
100 | |||
101 | You may also want to [import the default wiki XAR>Main.Download] in order to benefit from improvements listed above. | ||
102 | |||
103 | #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.") | ||
104 | |||
105 | #*1.1.1 API Breakages | ||
106 | |||
107 | The following APIs were modified since XWiki Enterprise 2.0M4: | ||
108 | |||
109 | * Rendering Module | ||
110 | ** #error("TODO") | ||
111 | ** Details:\\{code:none}{code} | ||
112 | *# |