| Summary | Exported tasks contain unix timestamp for start/due date |
| Queue | Nag |
| Queue Version | Git master |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | mrubinsk (at) horde (dot) org |
| Requester | thomas.jarosch (at) intra2net (dot) com |
| Created | 10/17/12 (4923 days ago) |
| Due | |
| Updated | 10/27/12 (4913 days ago) |
| Assigned | 10/18/12 (4922 days ago) |
| Resolved | 10/18/12 (4922 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
commit 84a050bf0d378de3efffe86b02785eca275c8041
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Thu Oct 18 09:25:50 2012 -0400
Properly fix
Bug: 11537Only format datetime fields when exporting to CSV.
nag/lib/Application.php | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/84a050bf0d378de3efffe86b02785eca275c8041
commit 4cd02435e6c6ae2f7096b64515baa4ca9004b0f5
Author: Jan Schneider <jan@horde.org>
Date: Thu Oct 18 12:58:36 2012 +0200
Revert "
Bug: 11537Output a formatted datetime when converting toHash."This reverts commit 7a58d380086552bc6bae786299a2050c599d02f6.
This commit broke editing of tasks (
Bug #11549).nag/lib/Task.php | 14 ++++----------
1 files changed, 4 insertions(+), 10 deletions(-)
http://git.horde.org/horde-git/-/commit/4cd02435e6c6ae2f7096b64515baa4ca9004b0f5
commit 7a58d380086552bc6bae786299a2050c599d02f6
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Wed Oct 17 13:41:33 2012 -0400
Bug: 11537Output a formatted datetime when converting toHash.nag/lib/Task.php | 14 ++++++++++----
1 files changed, 10 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/7a58d380086552bc6bae786299a2050c599d02f6
commit 84a050bf0d378de3efffe86b02785eca275c8041
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Thu Oct 18 09:25:50 2012 -0400
Properly fix
Bug: 11537Only format datetime fields when exporting to CSV.
nag/lib/Application.php | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/84a050bf0d378de3efffe86b02785eca275c8041
commit 4cd02435e6c6ae2f7096b64515baa4ca9004b0f5
Author: Jan Schneider <jan@horde.org>
Date: Thu Oct 18 12:58:36 2012 +0200
Revert "
Bug: 11537Output a formatted datetime when converting toHash."This reverts commit 7a58d380086552bc6bae786299a2050c599d02f6.
This commit broke editing of tasks (
Bug #11549).nag/lib/Task.php | 14 ++++----------
1 files changed, 4 insertions(+), 10 deletions(-)
http://git.horde.org/horde-git/-/commit/4cd02435e6c6ae2f7096b64515baa4ca9004b0f5
State ⇒ Resolved
commit 7a58d380086552bc6bae786299a2050c599d02f6
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Wed Oct 17 13:41:33 2012 -0400
Bug: 11537Output a formatted datetime when converting toHash.nag/lib/Task.php | 14 ++++++++++----
1 files changed, 10 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/7a58d380086552bc6bae786299a2050c599d02f6
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ Nag
Summary ⇒ Exported tasks contain unix timestamp for start/due date
Type ⇒ Bug
Priority ⇒ 1. Low
when you export a task in nag as CSV, the start/due date will be a
unix timestamp.
We should use something more readable here.
Happens at least with the Kolab backend.
Thomas