Wiki source code of Roadmap
Version 231.4 by Eduard Moraru on 2016/02/22
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{box cssClass="floatinginfobox" title="**Contents**"}} | ||
2 | {{toc depth="2"/}} | ||
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 | |||
47 | * 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((( | ||
48 | {{jira url="http://jira.xwiki.org" fields="type, key, status, summary" source="jql"}} | ||
49 | project = CKEDITOR AND fixVersion in ("1.2", "1.3") ORDER BY status, type, priority DESC | ||
50 | {{/jira}} | ||
51 | ))) | ||
52 | * Write Migration tools to help migrate users from pre-Nested Space to Nested Spaces - GuillaumeD | ||
53 | * Polish/finish the Nested Spaces topics (leftovers from previous releases). Needed in 7.4.1 and 7.4.2. Edy for hiding WebHome in links/images, everyone for the rest.((( | ||
54 | {{jira url="http://jira.xwiki.org" fields="type, key, status, summary" source="jql"}} | ||
55 | category = "Top Level Projects" and labels in (NestedSpaces) AND fixVersion in ("7.4.1", "7.4.2") | ||
56 | {{/jira}} | ||
57 | ))) | ||
58 | * Continue improving upgrade tools: Scriptable upgrades (priority 1), Simulation (priority 2), others - Edy | ||
59 | * Finish Flavor mechanism + provide Platform Flavor + minimalistic XWiki distribution - Thomas((( | ||
60 | {{jira url="http://jira.xwiki.org" fields="type, key, status, summary"}} | ||
61 | XWIKI-12978 | ||
62 | {{/jira}} | ||
63 | ))) | ||
64 | * Improved xwiki.org: better download and install pages, improved style, etc - Caty | ||
65 | * Define new UI Extension points - Caty | ||
66 | |||
67 | == Priority 2 (if priority 1 items are finished) == | ||
68 | |||
69 | * MediaWiki Import - Thomas | ||
70 | * Better notifications: live notifications (when a forum post is added, when a comment is posted), app-related AS events, other - Edy | ||
71 | |||
72 | == Proposed dates == | ||
73 | |||
74 | * 8.0M1: --25 Jan 2016-- 9 Feb 2016 (/) | ||
75 | * 8.0M2: --15 Feb 2016-- 22 Feb 2016 (/) | ||
76 | * 8.0RC1: --29 Feb 2016-- 3 Mar 2016 | ||
77 | * 8.0Final: 14 Mar 2016 |