Wiki source code of Roadmap

Version 171.1 by Ecaterina Moraru (Valica) on 2015/01/07

Hide last authors
Thomas Mortagne 1.1 1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc depth="1"/}}
3 {{/box}}
4
Vincent Massol 30.1 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
Vincent Massol 89.2 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.
Vincent Massol 30.1 8
9 If you're interested to help out check the [[contributing page>>dev:Community.Contributing]].
10
Thomas Mortagne 1.1 11 {{info}}
Vincent Massol 66.3 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.
Thomas Mortagne 1.1 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
Thomas Mortagne 2.1 22 Already implemented roadmaps can be found in the [[archives>>Archives]].
Thomas Mortagne 1.1 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
Vincent Massol 106.1 26 = XWiki Enterprise 6.x [[Cycle>>dev:Community.VersioningAndReleasePractices]] =
Vincent Massol 17.1 27
Vincent Massol 106.1 28 * Theme: **Slick, Slim and Secure**
Vincent Massol 17.1 29
Vincent Massol 106.1 30 Explanations:
Thomas Mortagne 109.1 31
Vincent Massol 106.1 32 * Performance improvements across the board: page load time, scalability, activity stream rewrite, memory usage rationalization.
33 * Introduce the flavor mechanism (as already discussed here) with the idea of removing the maximum of extensions from the base and be able to build a minimal, lightweight wiki, have a few flavors.
34 * Slickiness achieved with things like new skin, syntax highlighting + autocompletion, easier rights UI and more.
35 * Also spend time improving various security aspects, including the addition of Signed scripts.
Vincent Massol 17.1 36
Vincent Massol 106.1 37 In short we’ve realized that XWiki has grown along the years and it’s becoming a bit heavyweight in various aspects. So the idea would be to focus on performances and ease of use to slim it down and ensure it’s kicking fast!
Eduard Moraru 20.2 38
Vincent Massol 106.1 39 Release dates for the 6.x Cycle:
Vincent Massol 17.1 40
Thomas Mortagne 123.1 41 * 6.0: --April 2014-- May 2014 (/)
Thomas Mortagne 137.1 42 * 6.1: --June 2014-- July 2014 (/)
Marius Dumitru Florea 154.2 43 * 6.2: --August 2014-- September 2014 (/)
Guillaume Delhumeau 155.1 44 * 6.3: --October 2014-- November 2014 (/)
Vincent Massol 106.1 45 * 6.4: December 2014 (x)
Vincent Massol 17.1 46
Guillaume Delhumeau 155.1 47 = XWiki 6.4 =
Vincent Massol 136.1 48
49 {{velocity}}
Guillaume Delhumeau 155.1 50 #if ($xwiki.exists($services.model.createDocumentReference("xwiki", "ReleaseNotes", "ReleaseNotesXWiki64M1")))
51 See what was done in the [[release notes>>xwiki:ReleaseNotes.ReleaseNotesXWiki64M1]].
Vincent Massol 136.1 52 #end
Guillaume Delhumeau 155.1 53 Check the [[complete list of issues fixed for 6.4>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=12599]].
Vincent Massol 136.1 54 {{/velocity}}
Vincent Massol 156.1 55
56 {{comment}}
57 To copy for specific jira listing...
58 {{jira url="http://jira.xwiki.org" fields="type, key, status, summary, assignee"}}
59 {{/jira}}
60 )))
61 {{/comment}}
62
63 * Performances and core bug fixes/stabilization - Thomas(((
Thomas Mortagne 165.1 64 {{jira url="http://jira.xwiki.org" fields="type, key, status, summary, assignee" source="jql"}}
Thomas Mortagne 169.1 65 project in (XWIKI, XE, XRENDERING, XCOMMONS) AND fixVersion = "6.4-milestone-2" AND labels = performance AND assignee in (tmortagne)
Thomas Mortagne 163.1 66 {{/jira}}
Thomas Mortagne 164.1 67
Thomas Mortagne 165.1 68 {{jira url="http://jira.xwiki.org" fields="type, key, status, summary, assignee" source="jql"}}
Thomas Mortagne 169.1 69 project in (XWIKI, XE, XRENDERING, XCOMMONS) AND issuetype = Bug AND fixVersion = "6.4-milestone-2" AND status = Closed AND assignee in (tmortagne)
Thomas Mortagne 164.1 70 {{/jira}}
Vincent Massol 156.1 71 )))
Marius Dumitru Florea 168.1 72 * New Trees - Marius(((
73 {{jira url="http://jira.xwiki.org" fields="type, key, status, summary, assignee"}}
74 XWIKI-5484
75 XWIKI-8760
76 XWIKI-10204
77 XWIKI-11398
78 XWIKI-3796
79 XWIKI-5852
80 XWIKI-11046
81 XWIKI-11494
82 XWIKI-11550
83 {{/jira}}
Vincent Massol 156.1 84 )))
Vincent Massol 161.1 85 * Flamingo polishing + Add button/Navbar decisions - Guillaume + Caty (+ Others to help)(((
Vincent Massol 160.2 86 {{jira url="http://jira.xwiki.org" fields="type, key, status, summary, assignee"}}
Vincent Massol 160.1 87 XWIKI-11361
88 XWIKI-10736
89 XWIKI-11374
90 XWIKI-11408
91 XWIKI-10708
92 XWIKI-11479
Vincent Massol 160.2 93 {{/jira}}
Vincent Massol 156.1 94 )))
Vincent Massol 161.1 95 * General stabilization - Edy/Vincent (+ Others to help)(((
Vincent Massol 160.1 96 {{jira url="http://jira.xwiki.org" fields="type, key, status, summary, assignee"}}
97 XWIKI-11416
98 XWIKI-9920
99 XWIKI-10789
100 {{/jira}}
Vincent Massol 161.1 101
Vincent Massol 161.2 102 + [[XWIKI-11355>>http://jira.xwiki.org/browse/XWIKI-11355]] (confidential)
Vincent Massol 156.1 103 )))
104 * Collaborative Apps improvements/new design - Caty + Lyes + Victor + Gabriela(((
Ecaterina Moraru (Valica) 159.1 105 * Forum - finishing touches
106 * Meeting, FAQ, Ideas - fixing bugs, design
Vincent Massol 156.1 107 )))
Ecaterina Moraru (Valica) 159.1 108
Vincent Massol 156.1 109 * Addition of Ratings feature in Repository app - Victor(((
Victor Rachieru 166.2 110 {{jira url="http://jira.xwiki.org" fields="type, key, status, summary, assignee"}}
111 XWIKI-7780
112 XWIKI-11507
113 XWIKI-11508
114 XWIKI-11509
115 XARATINGS-9
116 {{/jira}}
Vincent Massol 156.1 117 )))
118 * Improved mail sender for large volumes - Vincent + Lyes(((
Vincent Massol 162.1 119 {{jira url="http://jira.xwiki.org" fields="type, key, status, summary, assignee"}}
120 XWIKI-11486
121 {{/jira}}
Vincent Massol 156.1 122 )))
123
Vincent Massol 157.1 124 == Proposed dates ==
Vincent Massol 156.1 125
Eduard Moraru 170.2 126 * 6.4M1: --1st of Dec-- 3rd of Dec (/)
127 * 6.4M2: --15 Dec-- 18th of Dec (/)
Ecaterina Moraru (Valica) 171.1 128 * 6.4M3: --not planned initially-- --5th of Jan-- 7th of Jan
Vincent Massol 170.1 129 * 6.4RC1: --22 Dec-- 12th of Jan
130 * 6.4Final: --29 Dec-- 19th of Jan

Get Connected