Plugins Directory » RE-timer
|
Author: | Roman Kharchenko |
---|---|---|
Website: | https://redmine-evolution.com/re-timer-redmine-plugin/ | |
Code repository: | - | |
Registered on: | 2023-06-29 (almost 2 years ago) | |
Current version: | 1.1.0 | |
Compatible with: | Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x | |
User ratings: |
Features:
- List of tasks assigned to the current user.
- Quick start time counter.
- Manual ajax time entry form.
- Minimum operating time – minimum amount of work on a task after which time can be recorded.
- Round counter up to – the time spent will be rounded up to the nearest specified value.
- Maximum number of trackers at the same time.
![]() |
![]() |
Installation notes
To install the plugin, do the following:
- Copy "redmine_evolution_timer" to {RAILS_APP}/plugins on your redmine path
- bundle exec rake redmine:plugins NAME=redmine_evolution_timer RAILS_ENV=production
- bundle exec rake redmine:plugins:migrate NAME=redmine_evolution_timer RAILS_ENV=production
- Restart Redmine
To uninstall the plugin, do the following:
- Remove folder "redmine_evolution_timer" from {RAILS_APP}/plugins on your redmine path
- Restart Redmine
Changelog
1.1.0 (2024-11-02)
Compatible with Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x.
Added a settings page with the following options:
- Order of task priorities.
- Show/hide tasks whose start date is later than the current date.
- Show/hide project name.
- Show/hide tracker.
- Close with button.
- Close with an overlay.
1.0 (2023-06-28)
Compatible with Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x.