Version 4.1 by Vincent Massol on 2015/11/30

Hide last authors
Vincent Massol 1.1 1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc depth="1"/}}
3 {{/box}}
4
5 This page contains the roadmap for past releases that were part of the 7.x Release Cycle. Latest roadmaps can be found on the [[XWiki Enterprise Roadmap page>>Main.Roadmap]].
6
Vincent Massol 4.1 7 = XWiki 7.3 =
8
9 {{velocity}}
10 #if ($xwiki.exists($services.model.createDocumentReference("xwiki", "ReleaseNotes", "ReleaseNotesXWiki73")))
11 See what was done in the [[release notes>>xwiki:ReleaseNotes.ReleaseNotesXWiki73]].
12 #end
13 Check the [[complete list of issues fixed for 7.3>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=13500]].
14 {{/velocity}}
15
16 This is a stabilization releases with the following priorities:
17
18 * Work on all existing Nested Spaces/Nested Pages issues and reduce [[this list to zero>>http://jira.xwiki.org/secure/IssueNavigator!executeAdvanced.jspa?jqlQuery=%28project+in+%2810010%2C11230%2C10620%2C10610%2C10222%29+AND+labels+in+%28NestedSpaces%29+AND+status+in+%281%29%29&runQuery=true&clear=true]]
19 * Work on making well-known/standard Extensions work well with Nested spaces/Nested Pages, starting with:
20 ** File Manager
21 ** Meeting Manager
22 ** Forum
23 ** Calendar
24 ** Totem
25 ** Tour
26 ** Task Manager
27 ** Idea
28 * Fix any important bugs from other features too
29 * BFDs
30 * In addition a user has asked us to look at http://jira.xwiki.org/browse/XWIKI-12294: Unable to build on Windows because of failing META-INF/components.txt check
31 * Last, in 7.3 and 7.4 we should also work on fixing/polishing features that have been introduced in this cycle (7.x), such as DW/EM work to improve upgrades.
32
33 == Proposed dates ==
34
35 * 7.3M1: --12 October 2015-- 13 October 2015
36 * 7.3M2: --26 October 2015-- 29 October 2015
37 * 7.3RC1: --2 November 2015-- 9 November 2015
38 * 7.3Final: --9 Novembre 2015-- 11 November 2015
39
Vincent Massol 3.1 40 = XWiki 7.2 =
41
42 {{velocity}}
43 #if ($xwiki.exists($services.model.createDocumentReference("xwiki", "ReleaseNotes", "ReleaseNotesXWiki72")))
44 See what was done in the [[release notes>>xwiki:ReleaseNotes.ReleaseNotesXWiki72]].
45 #end
46 Check the [[complete list of issues fixed for 7.2>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=13390]].
47 {{/velocity}}
48
49 * [[Nested Spaces>>design:Proposal.NestedSpaces]] - Thomas/Marius/Guillaume/Edy/Caty/Gabriela/Vincent.(((
50 {{jira url="http://jira.xwiki.org" fields="type, key, status, summary, assignee" source="jql"}}
51 project in (XWIKI, XE, XRENDERING, XCOMMONS) AND fixVersion in ("7.2-milestone-1", "7.2-milestone-2", "7.2-milestone-3", "7.2-rc-1", "7.2") AND labels = NestedSpaces
52 {{/jira}}
53 )))
54 * Add a new right to allow users to write scripts in wiki pages - Eduard(((
55 {{jira url="http://jira.xwiki.org" fields="type, key, status, summary, assignee"}}
56 XWIKI-12171
57 {{/jira}}
58 )))
59
60 == Proposed dates ==
61
62 * 7.2M1: --6 July 2015-- --13 July 2015-- 16 July 2015 (/)
63 * 7.2M2: --3 Aug 2015-- 7 Aug 2015 (/)
64 * 7.2M3: --24 Aug 2015-- --27 Aug 2015-- --31 Aug 2015-- 2 Sep 2015 (/)
65 * 7.2RC1: --7 Sep 2015-- --14 Sep 2015-- 15 Sep 2015 (/)
66 * 7.2Final: --14 Sep 2015-- --21 Sep 2015-- 24 Sep 2015 (/)
67
Ecaterina Moraru (Valica) 2.1 68 = XWiki 7.1 =
69
70 {{velocity}}
71 #if ($xwiki.exists($services.model.createDocumentReference("xwiki", "ReleaseNotes", "ReleaseNotesXWiki71")))
72 See what was done in the [[release notes>>xwiki:ReleaseNotes.ReleaseNotesXWiki71]].
73 #end
74 Check the [[complete list of issues fixed for 7.1>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=13193]].
75 {{/velocity}}
76
77 * Improve upgrade tools - Improve DW - Marius(((
78 {{jira url="http://jira.xwiki.org" fields="type, key, status, summary, assignee"}}
79 XWIKI-11502
80 XWIKI-11504
81 XWIKI-11505
82 XWIKI-11074
83 {{/jira}}
84 )))
85 * Notifications improvements - Immediate mail notif in watchlist + immediate notif in comment - Edy(((
86 {{jira url="http://jira.xwiki.org" fields="type, key, status, summary, assignee, note"}}
87 XWIKI-11959
88 XWIKI-11957
89
90 XWIKI-6239
91 XWIKI-12063
92
93 XWIKI-11756
94 {{/jira}}
95 )))
96 * Continue performance improvements - Dev: Thomas(((
97 {{jira url="http://jira.xwiki.org" fields="type, key, status, summary, assignee" source="jql"}}
98 project in (XWIKI, XE, XRENDERING, XCOMMONS) AND fixVersion in ("7.1-milestone-1", "7.1-milestone-2", "7.1-rc-1", "7.1") AND labels = performance AND assignee in (tmortagne)
99 {{/jira}}
100 )))
101 * Totem Application cleanup and release - GuillaumeD(((
102 {{jira url="http://jira.xwiki.org" fields="type, key, status, summary, assignee, note"}}
103 XTOTEM-14
104 XTOTEM-15
105 XTOTEM-17
106 XTOTEM-18
107 XTOTEM-7
108 {{/jira}}
109 )))
110 * Flavor mechanism - UI part - GuillaumeD(((
111 {{jira url="http://jira.xwiki.org" fields="type, key, status, summary, assignee, note"}}
112 XWIKI-11741
113 {{/jira}}
114 )))
115 * [[JS API / REST Improvements>>design:Proposal.ExtensibleAPIforaccessingstructuredata]] - GuillaumeD does the investigation in 7.1 and if possible starts implementation in 7.1 if enough time(((
116 {{todo}}
117 Create and list specific jiras taken for this release
118 {{/todo}}
119 )))
120 * Some important JIRAs:(((
121 {{jira url="http://jira.xwiki.org" fields="type, key, status, summary, assignee, note"}}
122 XWIKI-9920
123 XWIKI-11096
124 XWIKI-11611
125 XWIKI-11786
126 {{/jira}}
127 )))
128 * Investigations:(((
129 * SOLR performance investigation - Thomas
130 * Totem Design + Public Website Flavor - Caty
131 * Bootstrap tour - Gabi + Caty
132 * Dropping support for Colibri? - Silvia/Caty
133 * Dropping support for IE8/9? - Silvia/Caty
134 )))
135
136 == Proposed dates ==
137
138 * 7.1M1: --4 May 2015-- 6 May 2015 (/)
139 * 7.1M2: 18 May 2015 (/)
140 * 7.1RC1: --1 June 2015-- 4 June 2015 (/)
141 * 7.1Final: --8 June 2015-- 15 June 2015 (/)
Vincent Massol 1.1 142 = XWiki 7.0 =
143
144 {{velocity}}
145 #if ($xwiki.exists($services.model.createDocumentReference("xwiki", "ReleaseNotes", "ReleaseNotesXWiki70")))
146 See what was done in the [[release notes>>xwiki:ReleaseNotes.ReleaseNotesXWiki70]].
147 #end
148 Check the [[complete list of issues fixed for 7.0>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=13000]].
149 {{/velocity}}
150
151 * Improve upgrade tools - Improve DW - Dev: Marius(((
152 {{jira url="http://jira.xwiki.org" fields="type, key, status, summary, assignee, note"}}
153 XWIKI-11506
154 XWIKI-11502
155 XWIKI-10027
156 XWIKI-10323
157 {{/jira}}
158 )))
159 * Continue performance improvements - Dev: Thomas(((
160 {{jira url="http://jira.xwiki.org" fields="type, key, status, summary, assignee" source="jql"}}
161 project in (XWIKI, XE, XRENDERING, XCOMMONS) AND fixVersion = "7.0-milestone-1" AND labels = performance AND assignee in (tmortagne)
162 {{/jira}}
163 )))
164 * Flavor mechanism - Dev: Thomas(((
165 {{jira url="http://jira.xwiki.org" fields="type, key, status, summary, assignee, note"}}
166 XCOMMONS-736
167 XCOMMONS-759
168 XCOMMONS-758
169 XWIKI-11741
170 XWIKI-11792
171 XWIKI-11899
172 {{/jira}}
173 )))
174 * Notifications improvements (e.g. Immediate mail notif in watchlist + immediate notif in comment) - Dev: Edy(((
175 {{jira url="http://jira.xwiki.org" fields="type, key, status, summary, assignee, note"}}
176 XWIKI-11754
177 XWIKI-7339
178 XWIKI-6239
179 XWIKI-11756
180 XE-1467
181 {{/jira}}
182 )))
183 * Full integration of new technologies (less, bootstrap) in XWiki - Dev: Guillaume(((
184 {{jira url="http://jira.xwiki.org" fields="type, key, status, summary, assignee, note"}}
185 XWIKI-11527
186 XWIKI-11394
187 {{/jira}}
188 )))
189 * Implement the “XWiki Core” strategy as defined in http://markmail.org/message/keo7cs6u3fuf676w - Dev: Vincent(((
190 {{todo}}
191 Create and list specific jiras taken for this release
192 {{/todo}}
193 )))
194 * Some important JIRAs (several of them should be taken up when defining what to implement from the general list above):(((
195 {{jira url="http://jira.xwiki.org" fields="type, key, status, summary, assignee, note"}}
196 XWIKI-9920
197 XWIKI-11096
198 XWIKI-11394
199 XWIKI-11611
200 XWIKI-9879
201 XWIKI-11234
202 XWIKI-11527|Should be merged in 6.4.x
203 XWIKI-9425
204 XWIKI-11504
205 XWIKI-11505
206 XWIKI-11074
207 {{/jira}}
208
209 + XWIKI-11355 (confidential, high importance)
210 )))
211 * Investigations:(((
212 * [[Better WYSIWYG editor - CKEditor investigation>>design:Proposal.WYSIWYGEditorEvaluation]] (1 Week) - Marius (/) see also [[CKEditor Integration>>extensions:Extension.CKEditor Integration]]
213 * [[Better CAPTCHA module>>design:Proposal.CAPTCHAinvestigation70]] - Edy
214 )))
215
216 == Proposed dates ==
217
218 * 7.0M1: 9 Feb 2015 (/)
219 * 7.0M2: --2 march 2015-- 4 march 2015 (/)
220 * 7.0RC1: --16 march 2015-- 24 march 2015 (/)
221 * 7.0Final: 30 march 2015 (/)
222

Get Connected