[Tickets #13947] Re: Calendar breaks on DST start date
noreply at bugs.horde.org
noreply at bugs.horde.org
Mon Apr 13 14:16:26 UTC 2015
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: https://bugs.horde.org/ticket/13947
------------------------------------------------------------------------------
Ticket | 13947
Updated By | jsveiga at it.eng.br
Summary | Calendar breaks on DST start date
Queue | Kronolith
Version | 4.2.2
Type | Bug
State | Not A Bug
Priority | 2. Medium
Milestone |
Patch |
Owners |
+New Attachment | calview.patch
------------------------------------------------------------------------------
jsveiga at it.eng.br (2015-04-13 14:16) wrote:
This includes the same workaround for the minical view (patch attached)
--- kronolith.js.orig 2015-04-13 10:56:33.267068678 -0300
+++ kronolith.js 2015-04-13 11:13:42.304493201 -0300
@@ -514,6 +514,7 @@
var tbody = $('kronolith-month-body'),
dates = this.viewDates(date, view),
day = dates[0].clone();
+ day.setHours(15);
$('kronolithCurrent')
.update(this.setViewTitle(date, view, data));
@@ -879,6 +880,7 @@
week = this.viewDates(this.date, 'week'),
workweek = this.viewDates(this.date, 'workweek'),
dateString, td, tr, i;
+ day.setHours(15);
// Remove old calendar rows. Maybe we should only rebuild the minical
// if necessary.
jsveiga at it.eng.br (2015-04-13 14:16) uploaded: calview.patch
https://bugs.horde.org/h/services/download/?app=whups&actionID=download_file&file=calview.patch&ticket=13947&fn=%2Fcalview.patch
More information about the bugs
mailing list