Downloads
Download tar.gz
25.64 KB
MD5: 58395820fbea8bdc848202db1ccaa501
SHA-1: 9842902a2264aaba80358fe32eff921387a7f1e0
SHA-256: 38a2c2a3ea0ce0ff91d71839b76041d98d111838978a96a7907105285e31a5b2
Download zip
29.84 KB
MD5: b8070982508d49770174c5f2a0e7191d
SHA-1: 78e88fd2a9ee37406e698df231b5b2b0ea42d2b1
SHA-256: 38a3770859cc1b4f2b9aa5306845a7dd56fba6b587cf0a92c0781736c061d035
Release notes
There is no upgrade path from version 1!
An upgrade path could be implemented and patches are welcome.
Version 2 has been refactored and re-architectured, but with the same core algorithm at it's heart. It depends on Redmine API version 2 and Toggl.com API version 2.
The main features & changes in version 2 are:
- Drush commands for
togmine-push-projects; new in v2togmine-push-issues; As autocomplete suggestions, new in v2togmine-pull-time-entries; Previouslytogmine-synchronize
- Wide test coverage; Estimated about 70-90%
- No longer connects to Redmine's database, uses Redmine's REST API instead. (Technically, this is a feature of Redmine API module.)
- There is still no GUI, but the TogMine command has been abstracted into a class in such a way that a user interface is now simply that: An interface to an existing controller that is easy to setup, manipulate and execute.
- Overhauled REST data CRUD abstraction in Redmine API and Toggl.com API modules into REST API Query API module (all separate packages).