Releases: TravisSpangle/redmine_spent_time_in_issue_description
Patch for 3.2
This resolves a css issue introduced with Redmine 3.2
Stable
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
Incorrect syntax prevented default columns from being selected.
Reports error in configuration
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
Now displays Date according to your Redmine configuration. Resolves issue 17
Adjust position of Time Spent data.
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
In the settings panel you can specify Spent Time should be displayed floating to the right. This mimics the display of revisions.
v1.5
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