Skip to content

Releases: TravisSpangle/redmine_spent_time_in_issue_description

Patch for 3.2

05 Jan 17:11
Compare
Choose a tag to compare

This resolves a css issue introduced with Redmine 3.2

Stable

01 Sep 16:28
Compare
Choose a tag to compare

The fixes introduced into this release will stabilize the installation and configuration process.

  • If the plugin cannot write the files it needs to it will report it to the admin
  • Loads helper methods another way that seems to be universal. Should finally squash undefined method for 'spent_on_shown?'

Corrected default columns

03 Aug 05:29
Compare
Choose a tag to compare

Incorrect syntax prevented default columns from being selected.

Reports error in configuration

26 Jul 16:44
Compare
Choose a tag to compare

Until the hooks I need are installed I am having the plugin do file management. This is causing problems for users who do not give directory write permissions to the plugins app/view/ https://www.redmine.org/issues/19188.

This release will report the error on the configuration settings page. Providing instructions to the admin on how to manually complete the installation.

Date Format follows your configuration

10 Apr 01:37
Compare
Choose a tag to compare

Now displays Date according to your Redmine configuration. Resolves issue 17

Adjust position of Time Spent data.

10 Apr 01:34
Compare
Choose a tag to compare

This release addresses a few problems and adds a new feature.

Issues

500 error when other plugins are installed. Users reported they couldn't this plugin along with the redmine_checklist plugin. The issue was identified and corrected

Managing different Redmine versions. The plugin works by overwriting a Redmine View. This release will be able to provide the correct Issues/show.html.erb for your Redmine version.

Features

List the 'Time Spent' under or above the Associated Revisions In the Plugin configuration you can specify where the Spent Time data is dispalyed: Ticket Body, Above VC Revisions, or Below VC Revisions.

Floating report

19 Nov 21:06
Compare
Choose a tag to compare

In the settings panel you can specify Spent Time should be displayed floating to the right. This mimics the display of revisions.

v1.5

06 Nov 18:54
Compare
Choose a tag to compare

Translated with i18n. Currently supporting French.

Time Format can now be toggled in Settings on how it is displayed:

  • Human "1 hour 30 minutes"
  • Decimal "1.5"

Add fields to Time Entries Custimizes what columns are displayed for the time report. It's currently limited to:

  • Spent on
  • User
  • Hours
  • Comments
  • Activity