Wed, 18 Aug 2021 15:30:49 +0200
#162 adds active flag to component
204 | 1 | <%-- |
2 | ~ Copyright 2021 Mike Becker. All rights reserved. | |
3 | ~ | |
4 | ~ Redistribution and use in source and binary forms, with or without | |
5 | ~ modification, are permitted provided that the following conditions are met: | |
6 | ~ | |
7 | ~ 1. Redistributions of source code must retain the above copyright | |
8 | ~ notice, this list of conditions and the following disclaimer. | |
9 | ~ | |
10 | ~ 2. Redistributions in binary form must reproduce the above copyright | |
11 | ~ notice, this list of conditions and the following disclaimer in the | |
12 | ~ documentation and/or other materials provided with the distribution. | |
13 | ~ | |
14 | ~ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | |
15 | ~ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | |
16 | ~ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
17 | ~ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | |
18 | ~ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | |
19 | ~ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | |
20 | ~ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | |
21 | ~ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | |
22 | ~ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | |
23 | ~ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |
24 | --%> | |
25 | <%@ page contentType="text/html;charset=UTF-8" %> | |
26 | ||
223
df31e4332063
update changelog + add min-width to side menu
Mike Becker <universe@uap-core.de>
parents:
219
diff
changeset
|
27 | <h3>Version 1.0 (snapshot)</h3> |
df31e4332063
update changelog + add min-width to side menu
Mike Becker <universe@uap-core.de>
parents:
219
diff
changeset
|
28 | |
df31e4332063
update changelog + add min-width to side menu
Mike Becker <universe@uap-core.de>
parents:
219
diff
changeset
|
29 | <ul> |
227
f0ede8046b59
#162 adds active flag to component
Mike Becker <universe@uap-core.de>
parents:
226
diff
changeset
|
30 | <li>Adds possibility to deactivate a component.</li> |
225
87328572e36f
#159 adds release and eol dates
Mike Becker <universe@uap-core.de>
parents:
224
diff
changeset
|
31 | <li>Adds release and end of life dates to versions.</li> |
224
da975b1f188d
#158 adds total number of comments
Mike Becker <universe@uap-core.de>
parents:
223
diff
changeset
|
32 | <li>Adds the total number of comments to the caption.</li> |
223
df31e4332063
update changelog + add min-width to side menu
Mike Becker <universe@uap-core.de>
parents:
219
diff
changeset
|
33 | <li>Adds assignee to the issue overview tables.</li> |
226
c8e1b5282f69
adds mailto link to issue-view.jsp
Mike Becker <universe@uap-core.de>
parents:
225
diff
changeset
|
34 | <li>Adds mailto link in issue view when the assignee has a mail address.</li> |
223
df31e4332063
update changelog + add min-width to side menu
Mike Becker <universe@uap-core.de>
parents:
219
diff
changeset
|
35 | <li>Adds install instructions.</li> |
df31e4332063
update changelog + add min-width to side menu
Mike Becker <universe@uap-core.de>
parents:
219
diff
changeset
|
36 | </ul> |
df31e4332063
update changelog + add min-width to side menu
Mike Becker <universe@uap-core.de>
parents:
219
diff
changeset
|
37 | |
219
556c03f1dd4e
minor hotfixes for the 0.6 release
Mike Becker <universe@uap-core.de>
parents:
217
diff
changeset
|
38 | <h3>Version 0.6</h3> |
204 | 39 | |
40 | <ul> | |
41 | <li>Adds about page.</li> | |
207
479dd7993ef9
#22 adds possibility to edit own comments
Mike Becker <universe@uap-core.de>
parents:
204
diff
changeset
|
42 | <li>Adds possibility to edit own comments.</li> |
216 | 43 | <li>Adds possibility to leave a comment when editing an issue.</li> |
212
c50da26a6d31
#154 improves issue view
Mike Becker <universe@uap-core.de>
parents:
207
diff
changeset
|
44 | <li>Improves Issue View.</li> |
204 | 45 | <li>Changes sort order of versions in the versions overview to be the same as in the left menu.</li> |
217
a5ad7cd5d000
#104 changes base layout from fixed to grid
Mike Becker <universe@uap-core.de>
parents:
216
diff
changeset
|
46 | <li>Removes unused width from the left menu.</li> |
204 | 47 | <li>Fixes duplicates in the components and versions lists.</li> |
216 | 48 | <li>Fixes issue form not loaded with the correct version info.</li> |
204 | 49 | <li>Fixes leaking prepared statements.</li> |
50 | </ul> | |
51 | ||
52 | <h3>Version 0.5</h3> | |
53 | ||
54 | <ul> | |
55 | <li>Adds separate issue detail view.</li> | |
56 | <li>Adds manual project ordering.</li> | |
57 | <li>Adds <em>Create Another</em> checkbox to the issue form.</li> | |
58 | <li>Adds tooltip to dates displaying the time.</li> | |
59 | <li>Adds markdown support for descriptions and comments.</li> | |
60 | <li>Adds a mailto Link to the display name above comments where possible.</li> | |
61 | <li>Increases maximum length of project names.</li> | |
62 | <li>Highlight ETA when it has passed.</li> | |
63 | <li>Hides deprecated versions from left menu.</li> | |
64 | <li>Greatly reduces footprint of used markdown library.</li> | |
65 | <li>Fixes text in the version status tags not being translated.</li> | |
66 | <li>Fixes <em>Updated</em> date not updated when a comment has been added.</li> | |
67 | <li>Fixes border rendering issues in Chrome.</li> | |
68 | <li>Fixes UTF-8 not being used everywhere.</li> | |
69 | <li>Fixes comments not supporting line breaks.</li> | |
70 | <li>Migrates the Project from Java to Kotlin</li> | |
71 | </ul> | |
72 | ||
73 | <h3>Version 0.4</h3> | |
74 | ||
75 | <ul> | |
76 | <li>Adds components.</li> | |
77 | <li>Adds automatic issue assignedment based on project and/or component lead.</li> | |
78 | <li>Adds comments.</li> | |
79 | <li>Adds version overview.</li> | |
80 | <li>Adds colored status indicators to versions.</li> | |
81 | <li>Changes sort order of issues to move completed issues to the bottom.</li> | |
82 | <li>Overall improvement of URLs.</li> | |
83 | </ul> | |
84 | ||
85 | <h3>Version 0.3</h3> | |
86 | ||
87 | <ul> | |
88 | <li>Adds colored tags for issue types and issue status.</li> | |
89 | <li>Removes separate progress bars for affected and reported issue lists.</li> | |
90 | <li>Fixes issue status <em>Scheduled</em> already considered <em>in progress</em>.</li> | |
91 | </ul> | |
92 | ||
93 | <h3>Version 0.2</h3> | |
94 | ||
95 | <ul> | |
96 | <li>Adds progress bar for projects and their versions.</li> | |
97 | <li>Adds issues per version list.</li> | |
98 | <li>Changes height of issue description text area.</li> | |
99 | </ul> | |
100 | ||
101 | <h3>Version 0.1</h3> | |
102 | ||
103 | First usable version. |