Wiki source code of Roadmap

Version 469.1 by Vincent Massol on 2018/11/19

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 10.x [[Cycle>>dev:Community.VersioningAndReleasePractices]] =
27
28 Release dates for the 10.x Cycle:
29
30 * 10.0: January 2018 (/)
31 * 10.1: February 2018 (/)
32 * 10.2: March 2018 (/)
33 * 10.3: April 2018 (/)
34 * 10.4: May 2018 (/)
35 * 10.5: June 2018 (/)
36 * 10.6: July 2018 (/)
37 * 10.7: August 2018 (/)
38 * 10.8: September 2018 (/)
39 * 10.9: October 2018 (/)
40 * 10.10: November 2018
41 * 10.11: December 2018
42
43 = XWiki 10.11 =
44
45 * All: BFD (20%)
46 * Thomas/Vincent: Improve STAMP KPIs (20%)
47 * All: Bug fixing/small polishing focus on items added during 10.x
48 * Marius/Adel: Auto complete of references in WYSIWYG Macro Dialog (+ grouping feature so that users don't get both "page" and "reference" at the same time + "deprecated"/"priority" to show "page" more proeminently than "reference")
49 * Thomas: More async/caching of UIX.
50 * Thomas: Bug: Unsupported character exception is warned in console when downloading attachment(((
51 {{jira url="https://jira.xwiki.org"}}
52 XWIKI-14635
53 {{/jira}}
54 )))
55 * Simon: Import: make it work with new versions of Libre Office (idea: use a more recent fork of jodconverter, we identified one and check if we need to merge changes we did in our fork)
56
57 Dates:
58
59 * 10.11RC1: 17th of Dec 2018
60 * 10.11Final: 24th-31st of Dec 2018 (I’m putting a range since it’s Christmas and we don’t know who’ll be there)
61
62 = XWiki 10.10 =
63
64 BAU:
65
66 * Thomas/Vincent: Improve STAMP KPIs (20%)
67 * All: BFD (20%)
68
69 Outstanding work:
70
71 * Thomas: continue work on performance (started in 10.4). Goal: go back to XWiki 8.x performance!
72 ** Specifically commit the work already done on the asynchronous framework/macro + apply it for UIX + panels + other places - Status: work already done mostly, will require a few more days(((
73 {{jira url="https://jira.xwiki.org"}}
74 XWIKI-15640
75 XWIKI-15622
76 XCOMMONS-1505
77 XWIKI-10632
78 {{/jira}}
79 )))
80 ** Other performance-related topics
81 * Simon/Marius (moved from 10.8 roadmap): Macro inline editing in WYSIWYG
82 ** Work mostly done but there are still some leftovers, especially in [[XRENDERING-518>>https://jira.xwiki.org/browse/XRENDERING-518]] which is proving harder than expected. Since it’s already late in the release, it’ll be committed in 10.10RC1.(((
83 {{jira url="https://jira.xwiki.org"}}
84 XRENDERING-518
85 CKEDITOR-199
86 {{/jira}}
87 )))
88 * Adel (moved from 10.8 roadmap): finish applying Autocomplete on reference everywhere,
89 ** We have one issue that is in 10.9. The rest is ready but will be committed in 10.10 only (too late for 10.9).(((
90 {{jira url="https://jira.xwiki.org"}}
91 XWIKI-15579
92 XWIKI-15569
93 XWIKI-15573
94 XWIKI-15574
95 XWIKI-15576
96 {{/jira}}
97 )))
98 * Simon: Page Move/Renaming: don't allow and/or warn when moving pages containing xclass definitions. Use case: prevent users from breaking AWM apps they created
99 ** Work finished but too late to be in 10.9. Will now be in 10.10(((
100 {{jira url="https://jira.xwiki.org"}}
101 XWIKI-15653
102 {{/jira}}
103 )))
104 * Adel/Marius (moved from 10.8 roadmap): Auto complete of references in WYSIWYG Macro Dialog (+ grouping feature so that users don't get both "page" and "reference" at the same time + "deprecated"/"priority" to show "page" more proemintenly than "reference")(((
105 {{jira url="https://jira.xwiki.org"}}
106 XWIKI-13066
107 XWIKI-8613
108 XCOMMONS-1519
109 XRENDERING-533
110 XWIKI-15823
111 XCOMMONS-1518
112 XRENDERING-534
113 XWIKI-15825
114 XWIKI-13282
115 XWIKI-15827
116 XWIKI-15837
117 CKEDITOR-200
118 {{/jira}}
119 )))
120 * Guillaume: fix outstanding issues for notifications
121
122 New work:
123
124 * Simon: Button to remove all deleted pages/attachments in a single click(((
125 {{jira url="https://jira.xwiki.org"}}
126 XWIKI-15787
127 {{/jira}}
128 )))
129
130 Best effort (if time permits, the items below are previous leftovers from previous roadmaps or items originally planned for 10.10):
131
132 * Marius/Adel/Simon: ConfigurableClass doesn't support page level configuration ccse
133 * Marius/Adel/Simon: Import: make it work with new versions of Libre Office (idea: use a more recent fork of jodconverter, we identified one and check if we need to merge changes we did in our fork)
134 * Marius/Adel/Simon: Display Reference of documents to copy paste
135 * Marius/Adel/Simon: Improve the XClass picker when in object edit mode (make it like the Add Macro dialog for WYSIWYG editor)
136 * Thomas: work on some items to make the upgrade experience simpler + unattended upgrades (ability to upgrade XWiki from the command line without interaction). Use the result of Caty's investigation from XWiki 10.8 period.
137
138 == Dates ==
139
140 * 10.10RC1: 19th of November 2018
141 * 10.10Final: 26th of November 2018

Get Connected