Mon, 09 Aug 2021 15:50:37 +0200
#105 fixes wrong font for form controls
| 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 | ||
| 27 | <h3>Version 0.6 (snapshot)</h3> | |
| 28 | ||
| 29 | <ul> | |
| 30 | <li>Adds about page.</li> | |
|
207
479dd7993ef9
#22 adds possibility to edit own comments
Mike Becker <universe@uap-core.de>
parents:
204
diff
changeset
|
31 | <li>Adds possibility to edit own comments.</li> |
|
212
c50da26a6d31
#154 improves issue view
Mike Becker <universe@uap-core.de>
parents:
207
diff
changeset
|
32 | <li>Improves Issue View.</li> |
| 204 | 33 | <li>Changes sort order of versions in the versions overview to be the same as in the left menu.</li> |
| 34 | <li>Fixes duplicates in the components and versions lists.</li> | |
| 35 | <li>Fixes leaking prepared statements.</li> | |
| 36 | </ul> | |
| 37 | ||
| 38 | <h3>Version 0.5</h3> | |
| 39 | ||
| 40 | <ul> | |
| 41 | <li>Adds separate issue detail view.</li> | |
| 42 | <li>Adds manual project ordering.</li> | |
| 43 | <li>Adds <em>Create Another</em> checkbox to the issue form.</li> | |
| 44 | <li>Adds tooltip to dates displaying the time.</li> | |
| 45 | <li>Adds markdown support for descriptions and comments.</li> | |
| 46 | <li>Adds a mailto Link to the display name above comments where possible.</li> | |
| 47 | <li>Increases maximum length of project names.</li> | |
| 48 | <li>Highlight ETA when it has passed.</li> | |
| 49 | <li>Hides deprecated versions from left menu.</li> | |
| 50 | <li>Greatly reduces footprint of used markdown library.</li> | |
| 51 | <li>Fixes text in the version status tags not being translated.</li> | |
| 52 | <li>Fixes <em>Updated</em> date not updated when a comment has been added.</li> | |
| 53 | <li>Fixes border rendering issues in Chrome.</li> | |
| 54 | <li>Fixes UTF-8 not being used everywhere.</li> | |
| 55 | <li>Fixes comments not supporting line breaks.</li> | |
| 56 | <li>Migrates the Project from Java to Kotlin</li> | |
| 57 | </ul> | |
| 58 | ||
| 59 | <h3>Version 0.4</h3> | |
| 60 | ||
| 61 | <ul> | |
| 62 | <li>Adds components.</li> | |
| 63 | <li>Adds automatic issue assignedment based on project and/or component lead.</li> | |
| 64 | <li>Adds comments.</li> | |
| 65 | <li>Adds version overview.</li> | |
| 66 | <li>Adds colored status indicators to versions.</li> | |
| 67 | <li>Changes sort order of issues to move completed issues to the bottom.</li> | |
| 68 | <li>Overall improvement of URLs.</li> | |
| 69 | </ul> | |
| 70 | ||
| 71 | <h3>Version 0.3</h3> | |
| 72 | ||
| 73 | <ul> | |
| 74 | <li>Adds colored tags for issue types and issue status.</li> | |
| 75 | <li>Removes separate progress bars for affected and reported issue lists.</li> | |
| 76 | <li>Fixes issue status <em>Scheduled</em> already considered <em>in progress</em>.</li> | |
| 77 | </ul> | |
| 78 | ||
| 79 | <h3>Version 0.2</h3> | |
| 80 | ||
| 81 | <ul> | |
| 82 | <li>Adds progress bar for projects and their versions.</li> | |
| 83 | <li>Adds issues per version list.</li> | |
| 84 | <li>Changes height of issue description text area.</li> | |
| 85 | </ul> | |
| 86 | ||
| 87 | <h3>Version 0.1</h3> | |
| 88 | ||
| 89 | First usable version. |