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