-
Added case_tracker_time_totals a new Feature that gives a table report with the total time and estimations for projects and users to get metrics and forecasts about the spend and estimated time. This Feature depends on views_crosstab module and must be patched to work. All the details to do it in README.txt
-
Avoid that the timers in writing contexts keep running after posted comment and get the previous timer context restored automatically.
-
Protect the Case Tracker Time to avoid Fatal Errors in case case_tracker_time_reports get disabled and previously configured to render the view casetracker_time report.
-
fixed new problem of case javascript ajax status sync that was not working as expected for other cases different to ongoing/stop. Also fixed the force only one running timer behavior.
-
Fix the Views permissions to get identified as Atrium Feature with capability to enable/disable it. Fix for the change overlapping of status case select that was sync with remote status without considering that the user could want to change it in a comment
-
Fix for some minor bugs, added new reports views to the Case Tracker Time Reports feature and modified the dates to standard format YYYY-MM-DD to make it usable to exportable reports via CVS Views Bonus Export. Added the clock icon to the Feature to integrate better with Open Atrium.
-
Initial implementation of context timings now are differenced in executing task and writing contexts. The writing context is applied when the user start keydown event in textarea or CKeditor.
-
Added the report views inside case_tracker_time_reports feature. The time view is a block that can be configured to be embedded in the case time summary at the node view.
-
fixed the views handler casetracker_time field used by time seconds representation, implemented some helpers functions to friendly time formatter
-
initial commit casetracker_time module