Wiki source code of Roadmap

Version 645.1 by Vincent Massol on 2020/10/12

Show last authors
1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc depth="2"/}}
3 {{/box}}
4
5 The [[XWiki development process>>dev:Main.WebHome]] uses [[JIRA>>https://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>>https://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 and XWiki Platform.
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>>Roadmaps.Archives.WebHome]].
23
24 Note that all planned release dates are also entered in the Calendar on [[JIRA>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=10000]].
25
26 = XWiki 12.x [[Cycle>>dev:Community.VersioningAndReleasePractices]] =
27
28 Release dates for the 12.x Cycle:
29
30 * 12.0: January 2020 (/)
31 * 12.1: February 2020 (/)
32 * 12.2: March 2020 (/)
33 * 12.3: April 2020 (/)
34 * 12.4: May 2020 (/)
35 * 12.5: June 2020 (/)
36 * 12.6: July 2020 (/)
37 * 12.7: August 2020 (/)
38 * 12.8: September 2020 (/)
39 * 12.9: October 2020 (x)
40 * 12.10: November 2020 (x)
41 * 12.10.1: December 2020 (x)
42 * 12.10.2: December 2020 (x)
43
44 {{comment}}
45 * TBD - TBD(((
46 {{jira id="xwikiorg"}}
47 TBD-1234
48 {{/jira}}
49 )))
50 {{/comment}}
51
52 = XWiki 12.9 =
53
54 * Finish Struts 1.x to 2.x migration - Thomas
55 * Finish local Extension Index - Thomas
56 * Solr improvements - Thomas
57 * Finish Ratings extension refactoring - Simon
58 ** Improve the UI for displaying likers info with LiveTable
59 ** Migration between stores
60 * Finish inplace editor leftover - Marius(((
61 {{jira id="xwikiorg"}}
62 XWIKI-17762
63 XWIKI-17651
64 XWIKI-17284
65 XWIKI-17323
66 XWIKI-17593
67 {{/jira}}
68 )))
69 * Continue LiveData work - Marius + ClementD
70 ** Connect the front-end with the back-end and fix the issues that we may encounter
71 ** Merge the livedata branch into master
72 ** Find simple livetable instances that could be replaced with livedata without feature regressions
73 * Improve the “Skip the recycle bin” feature - Manuel(((
74 {{jira id="xwikiorg"}}
75 XWIKI-17820
76 XWIKI-17821
77 {{/jira}}
78 )))
79
80 New work
81 * LaTeX -> PDF online conversion - Vincent
82 * All: BFD
83 * All: Leave some time to fix some flickers and make sure we don’t introduce new ones. Idea: keep 1 day per week for this?
84 * ActivityPub extension work (NGI #2) - Manuel + Simon?
85 ** define the jiras and list some that can be taken for the 12.9 timeframe
86 * Upgrade xwiki.org to 12.6.3 - Simon
87 * Bugfix: "Adding a MIME-type to attachment.download.blacklist doesn’t work with attachment added with PR" - Simon(((
88 {{jira id="xwikiorg"}}
89 XWIKI-17754
90 {{/jira}}
91 )))
92
93 == Dates ==
94
95 12.9RC1: 19th of October 2020
96 12.9Final: 26th of October 2020
97
98 = XWiki 12.8 =
99
100 Leftovers from previous version (12.7):
101
102 * (((
103 Finish Page Likes - Simon* Improve the UI for displaying likers info and liked pages with LiveTable
104
105 (((
106 {{jira id="xwikiorg"}}
107 XWIKI-17724
108 XWIKI-17733
109 {{/jira}}
110 )))
111
112 * Refactoring of ratings so that all feature of Like are native Ratings feature(((
113 {{jira id="xwikiorg"}}
114 XWIKI-17761
115 XWIKI-17521
116 {{/jira}}
117 )))
118 * Refactor Content menu to add UIXP for viewers and move "View Like" entry there(((
119 {{jira id="xwikiorg"}}
120 XWIKI-17725
121 XWIKI-17682
122 {{/jira}}
123 )))
124 * Migration between stores
125 )))
126 * Finish local Extension Index (needed for FASTEN) - Thomas(((
127 {{jira id="xwikiorg"}}
128 XCOMMONS-2008
129 XWIKI-17634
130 {{/jira}}
131 )))
132 * Finish recycle bin skipping) - Manuel(((
133 {{jira id="xwikiorg"}}
134 XWIKI-17401
135 {{/jira}}
136 )))
137 * Finish "don't display wysiwyg in comment form" - Manuel(((
138 {{jira id="xwikiorg"}}
139 XWIKI-17656
140 {{/jira}}
141 )))
142 * Finish leftovers for mentions (https://jira.xwiki.org/issues/?jql=component%20%3D%20Mentions%20%20and%20resolution%20%3D%20Unresolved%20) - Manuel(((
143 {{jira id="xwikiorg"}}
144 XWIKI-17579
145 XWIKI-17715
146 XWIKI-17718
147 {{/jira}}
148 )))
149 * Continue LiveData work - ClementD + Marius
150 ** Merge front and back!
151 ** add more displayers and filters
152 ** data export ?
153
154 New work:
155
156 * Potential LaTeX work to do live conversion from LaTeX to PDF during the export. -Vincent
157 * Struts 1.x to 2.x migration - Thomas(((
158 {{jira id="xwikiorg"}}
159 XWIKI-15586
160 {{/jira}}
161 )))
162
163 == Dates ==
164
165 * 12.8RC1: --21st of September 2020-- 22nd of September 2020
166 * 12.8Final: 28th of September 2020

Get Connected