-
Added a hook_enable to perform a devel settings check and display a message if necessary.
-
Issue #1417438 by tkeppens: Fixed an issue where $day could be undefined in a users time sheet.
-
Issue #1473480 by codi: Fixed an issue where deleting a ticket with an active timer would prevent a user from stopping or removing a timer.
-
Issue #1443512 by hejazee: Table prefixing issue.
-
Added in some email field detection for selecting a specific email field value to inkdit. Also added some form id auto detection so the component works no matter what webform it's attached to.
-
Initial commit of the webform_inkdit module. So far it provides a simple component that takes a contract id and token and displays the agree widget.
-
Initial commit.
-
Added support for VBO to time tracker. Provides custom table support for VBO as well as a simple action for marking time entries as billed.
-
Removed another dependency on castracker. We had previously been using a casetracker function for populating the timetracker user select list. Now casetracker is optional and if not present will pull all users from the Drupal database. In the future, it might be nice to have a view that controls what users are available for time entry attribution.
-
Made the deductions field views accessible.