Commit Graph

23 Commits

Author SHA1 Message Date
Jens Kraemer
bd6711a59f plugin config - default activity setting
- this can be set to make the new 'Start tracking for issue' function a
  one click operation
2021-10-05 11:26:51 +08:00
Jens Kraemer
d32845cc6e extract controller base class 2021-10-05 11:26:51 +08:00
Jens Kraemer
317aa08365 time entry form fixes
- issue selection selects the project accordingly
- issue / project selection updates available activities
- move project / issue selector to top. more logical this way, since
making a selection there may change the available activities
2021-10-05 11:26:51 +08:00
Jens Kraemer
b4af7e0eb3 adds project_id arg to 'log time' link to preselect the current project, if any. 2021-10-05 11:26:34 +08:00
Jens Kraemer
a2096e3208 remove running timer info when the time entry is removed 2021-10-05 10:44:37 +08:00
Jens Kraemer
53d5fbafd2 cleanup test helper 2021-08-31 14:27:50 +08:00
Jens Kraemer
6c51ef795a always show the running timer in the timers list #5 2021-08-31 14:24:24 +08:00
jan-imrich
9802307e5e fix rounding problem
Fixes the rounding problem. Since entry.hours is an getter with integrated round(2), its result should not be used for spent time calculation. Given the update function is called quite often (every 1-2 minutes), especially when the redmine issue is open in browser, it can disrupt the resulting overall logged time by up to 50%.
2020-12-19 08:44:15 +08:00
Jens Krämer
742157a1f1 Merge pull request #2 from vividtone/custom_fields_helper-is-missing
thanks!
2020-08-19 07:45:26 +08:00
MAEDA Go
4c9539c59a Clicking "Log time" causes NoMethodError 2020-08-04 23:14:37 +09:00
Jens Kraemer
c53f1d006c travis 2020-07-24 11:32:42 +08:00
Jens Kraemer
37d47f58cf fix travis(?) 2020-07-24 08:16:13 +08:00
Jens Kraemer
049cbd6c8f travis 2020-07-24 07:59:14 +08:00
Jens Kraemer
1ed6942f0c fix test 2020-07-24 07:59:12 +08:00
Jens Kraemer
ff8fdf7d40 adds bundle install step to installation instructions 2020-07-23 17:02:28 +08:00
Jens Kraemer
d6770f1883 add screenshot 2020-07-23 09:12:53 +08:00
Jens Kraemer
f293ed7348 adds readme, license, Gemfile 2020-07-23 08:37:30 +08:00
Jens Kraemer
5653845c28 updating entries from overlay 2020-07-23 08:35:01 +08:00
Jens Kraemer
30bcd5ff8c show currently running timer in window title, menu item 2020-04-25 17:09:38 +08:00
Jens Kraemer
797e40384a adds running class when rendering modal 2020-04-24 17:29:43 +08:00
Jens Kraemer
ba92f9fc30 only show menu item if user can log time 2020-04-24 17:22:45 +08:00
Jens Kraemer
20ccbba2c1 works, basically 2020-04-24 17:20:18 +08:00
Jens Kraemer
70257cdee0 initial commit 2020-04-22 18:03:56 +08:00