Wiki source code of XWiki Enterprise 3.0 Milestone 3
Version 4.1 by Marius Dumitru Florea on 2011/03/10
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{box cssClass="floatinginfobox" title="**Contents**"}} | ||
2 | {{toc/}} | ||
3 | {{/box}} | ||
4 | |||
5 | Third milestone of the XWiki Enterprise 3.0 version ([[Roadmap>>enterprise:Main.Roadmap]]). | ||
6 | |||
7 | = New and Noteworthy (since XWiki Enterprise 3.0 Milestone 2) = | ||
8 | |||
9 | == Dashboard Editing == | ||
10 | |||
11 | {{todo}}Anca?{{/todo}} | ||
12 | |||
13 | == Gallery macro and office presentation viewer based on it == | ||
14 | |||
15 | {{todo}}Marius?{{/todo}} | ||
16 | |||
17 | == Instant search == | ||
18 | |||
19 | * [XASEARCH-22] Support for multi-sources live suggestions when typing in the search box | ||
20 | * [XWIKI-6040] New suggest widget with support for multiple source of suggestions | ||
21 | |||
22 | {{todo}}Jerome?{{/todo}} | ||
23 | |||
24 | == User status == | ||
25 | |||
26 | * [XWIKI-6047] New EventStream component | ||
27 | * [XAADMINISTRATION-233] Add the ability to "follow" users | ||
28 | * [XE-770] Friends and Status feature | ||
29 | |||
30 | {{todo}}Sergiu?{{/todo}} | ||
31 | |||
32 | == XWiki Query Generator == | ||
33 | |||
34 | * [XWIKI-1090] XWiki Query Generator | ||
35 | |||
36 | {{todo}}Ludovic?{{/todo}} | ||
37 | |||
38 | == Programming Rights Status == | ||
39 | |||
40 | * [XAADMINISTRATION-220] Provide a UI in the programming section that shows status of document that declare requiring rights (and when needed a way to fix missing rights) | ||
41 | * [XE-831] Provide a XClass that allow to mark pages that require to be saved by a user with certain rights | ||
42 | * [XE-832] Add XWiki.RequiredRightClass to XE documents that require to be saved with certain rights | ||
43 | |||
44 | {{todo}}Jerome?{{/todo}} | ||
45 | |||
46 | == Improved macro support in the WYSIWYG content editor == | ||
47 | |||
48 | Changes to the way users interact with macro output inside the rich text area of the WYSIWYG content editor (including cross browser support). | ||
49 | |||
50 | {{todo}}Marius?{{/todo}} | ||
51 | |||
52 | == Rendering and Commons top level projects == | ||
53 | |||
54 | {{todo}}Vincent?{{/todo}} | ||
55 | |||
56 | == Miscellaneous == | ||
57 | |||
58 | * UI improvements | ||
59 | ** [XWIKI-5993] Align Copy Page UI on other action features | ||
60 | ** [XWIKI-5990] Make User Account Activation form conform to the inline form standard | ||
61 | * Object editor bug fixes | ||
62 | ** [XWIKI-5832] Cannot create groups or add members to existing groups using the object editor | ||
63 | * More PDF export bug fixes | ||
64 | ** [XWIKI-5112] Anchor in title breaks PDF export | ||
65 | ** [XWIKI-6046] Wiki markup in document titles ends up as visible XML in exported PDFs | ||
66 | * WYSIWYG content editor bug fixes and improvements | ||
67 | * Proper rights check for copy page feature | ||
68 | * Include macro improvements | ||
69 | ** [XWIKI-1776] Support Include of Section Content | ||
70 | * Improved syntax guide | ||
71 | ** [XE-839] Add XWiki Syntax 2.1 link specifications to syntax guide | ||
72 | * Improved extension manager | ||
73 | ** [XWIKI-5557] Add extension manager xar handler | ||
74 | ** [XWIKI-5705] Add multiwiki support to extension | ||
75 | |||
76 | == Translations == | ||
77 | |||
78 | * The following translations have been updated: | ||
79 | |||
80 | = Known issues = | ||
81 | |||
82 | * [[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]] | ||
83 | |||
84 | = Test Report = | ||
85 | |||
86 | You can check the [[manual test report>>TestReports.ManualTestReportXE30M3]] to learn about what was tested and the results on various browsers. | ||
87 | |||
88 | = Backward Compatibility and Migration Notes = | ||
89 | |||
90 | == General Notes == | ||
91 | |||
92 | {{warning}} | ||
93 | If you're running in a multiwiki setup you'll also need to define the property //xwiki.store.migration.databases=all// to your //xwiki.cfg// file or explicitly name all databases to be migrated as in //xwiki.store.migration.databases=db1,db2,...//. | ||
94 | {{/warning}} | ||
95 | |||
96 | You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from the improvements listed above. | ||
97 | |||
98 | {{warning}} | ||
99 | Always make sure you compare your //xwiki.cfg// file with the newest version since some configuration parameters were added. Note you should add //xwiki.store.migration=1// so that XWiki will attempt to automatically migrate your current database to the new schema. Make sure you backup your Database before doing anything. | ||
100 | {{/warning}} | ||
101 | |||
102 | == Notes specific to XWiki Enterprise 3.0M3 == | ||
103 | |||
104 | * We have created a [[new top level project called XWiki Commons>>commons:Main.WebHome]], which contains libraries that are generic enough to be reused outside of the XWiki project. New modules are now located under the ##org.xwiki.commons## groupd id at http://maven.xwiki.org/releases/org/xwiki/commons/ | ||
105 | * We have created a [[new top level project called XWiki Rendering>>rendering:Main.WebHome]], which contains a generic rendering engine. New modules are now located under the ##org.xwiki.rendering## group Id, at http://maven.xwiki.org/releases/org/xwiki/rendering/ | ||
106 | |||
107 | == API Breakages == | ||
108 | |||
109 | The following xwiki-core APIs were modified since XWiki Enterprise 2.7: | ||
110 | |||
111 | {{code language="none"}} | ||
112 | TODO | ||
113 | {{/code}} | ||
114 | |||
115 | The following XWiki GWT APIs were modified since XWiki Enterprise 2.7: | ||
116 | |||
117 | {{code language="none"}} | ||
118 | TODO | ||
119 | {{/code}} |