Menu

NewFeatures221

Ulf Dittmer

New and changed features in JTrac 2.2.1

You can download this version in the Files section. It comes complete with a Jetty server to get it up and running quickly on port 8888. You can also use the war file (located in the webapps directory of the download) in a servlet container of your choice.


New Features and fixes

  • fixed bug that caused Markdown not to be applied on the search results page
  • stored searches (a.k.a. dashboard links) can optionally be made to open in new tabs, instead of always doing so
  • guard against XSS when using Markdown
  • [#164] Fix broken Excel export
  • [#175] Make background colors configurable, using HTML5 color input fields
  • [#166] Don't display time for custom date fields
  • [#176] Spaces can be made inactive, so they don't display on the dashboard
  • Database changes are now applied automatically rather than having to be done manually; this makes updates much simpler.

Libraries

  • revert fiddling of Apache log4j dependency, since the API jar is not vulnerable
  • updated Apache POI from 5.1.0 to 5.2.0
  • updated HtmlUnit from 2.55.0 to 2.56.0

New Options

Name Default value Description
jtrac.color.gray #CCCCCC Background color for labels
jtrac.color.header #E1ECFE Background color for header
jtrac.color.lightblue #E1ECFE Background color
jtrac.color.mediumblue #C3D9FF Background color for highlighting
jtrac.color.darkblue #0000D9 Background color for highlighting
jtrac.color.error #CC2200 Color for error messages
jtrac.color.errorbg #FFB6C1 Background Color for error messages

Database Changes

  • new boolean field StoredSearch.new_window
  • new boolean field Space.is_active

Related

Bugs: #164
Bugs: #166
Feature Requests: #175
Feature Requests: #176
News: 2022/02/jtrac-221-released
Wiki: Home