Wiki source code of Roadmap

Version 228.1 by Marius Dumitru Florea on 2016/02/02

Show last authors
1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc depth="1"/}}
3 {{/box}}
4
5 The [[XWiki development process>>dev:Main.WebHome]] uses [[JIRA>>http://jira.xwiki.org]] for listing all tasks to be implemented and all bugs to be fixed.
6
7 You'll find there the dates and versions planned for issues to be fixed and hence the XWiki roadmaps. There's also a [[release calendar>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=10000]] listing all known dates for future releases. Please understand that these dates are often tentative since XWiki's development is open source and lots of committers/contributors are working in their free time on XWiki.
8
9 If you're interested to help out check the [[contributing page>>dev:Community.Contributing]].
10
11 {{info}}
12 We're releasing several top level projects together and as such we've decided to have the same Roadmap page for all of them. Thus this page contains the roadmap for the following projects: XWiki Commons, XWiki Rendering, XWiki Platform and XWiki Enterprise.
13 {{/info}}
14
15 General goals for all releases:
16
17 * More tests
18 * Better javadoc
19 * More documentation on xwiki.org
20 * Code cleanup/refactoring
21
22 Already implemented roadmaps can be found in the [[archives>>Archives]].
23
24 Note that all planned release dates are also entered in the Calendar on [[JIRA>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=10000]].
25
26 = XWiki Enterprise 8.x [[Cycle>>dev:Community.VersioningAndReleasePractices]] =
27
28 Release dates for the 8.x Cycle:
29
30 * 8.0: March 2016
31 * 8.1: May 2016
32 * 8.2: July 2016
33 * 8.3: September 2016
34 * 8.4: November 2016
35
36 = XWiki 8.0 =
37
38 {{velocity}}
39 #if ($xwiki.exists($services.model.createDocumentReference("xwiki", "ReleaseNotes", "ReleaseNotesXWiki80")))
40 See what was done in the [[release notes>>xwiki:ReleaseNotes.ReleaseNotesXWiki80]].
41 #end
42 Check the [[complete list of issues fixed for 8.0>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=13593]].
43 {{/velocity}}
44
45 Priority 1:
46 * Polish the CKEditor integration and bring it up to par with our current WYSIWYG editor with the goal of replacing our current editor in XWiki 8.1. - Marius(((
47 {{jira url="http://jira.xwiki.org" fields="type, key, status, summary" source="jql"}}
48 project = CKEDITOR AND fixVersion in ("1.2", "1.3") ORDER BY status, type, priority DESC
49 {{/jira}}
50 )))
51 * Polish/finish the Nested Spaces topics (migrations, leftovers). Needed in 7.4.1 and 7.4.2. See bit.ly/1ORc8zD - GuillaumeD for the migrations, everyone for the rest.
52 * Continue improving upgrade tools: Scriptable upgrades (priority 1), Simulation (priority 2), others - Edy
53 * Finish Flavor mechanism + provide Platform Flavor + minimalistic XWiki distribution - Thomas
54 * Improved xwiki.org: better download and install pages, improved style, etc - Caty
55 * Define new UI Extension points - Caty
56
57 Priority 2 (if priority 1 items are finished):
58 * MediaWiki Import - Thomas
59 * Better notifications: live notifications (when a forum post is added, when a comment is posted), app-related AS events, other - Edy
60
61 == Proposed dates ==
62
63 * 8.0M1: 25 Jan 2016
64 * 8.0M2: 15 Feb 2016
65 * 8.0RC1: 29 Feb 2016
66 * 8.0Final: 14 Mar 2016

Get Connected