6.0.0-alpha14
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
7/3/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#6031] recurring events are not displayed
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ .__..__ .__.. . [ __[__][__)| ||\ | [_./| |[__)|__|| \|
Comment
> to my understanding of the kolab backend recurrent events can go back > far into the past, thus in order to be able to view even those > recurrent events started a long time ago, we also have to start > searching for events in the year "0"... > > > > on my system the issue is solved with this attached patch. but one > should waste a though on performance and memory limit (cache) as with > every calendar view all IMAP items of all visible kolab folders have > to be analyzed... > > > > grimnir:/usr/local/share/_horde-versions_# diff -u > horde-webmail-1.1-rc1/kronolith/lib/Driver/kolab.php > horde-webmail-1.1-rc1-netzwerkteam/kronolith/lib/Driver/kolab.php > > --- horde-webmail-1.1-rc1/kronolith/lib/Driver/kolab.php > 2007-11-29 12:33:10.000000000 +0000 > > +++ horde-webmail-1.1-rc1-netzwerkteam/kronolith/lib/Driver/kolab.php > 2007-12-26 18:02:59.000000000 +0000 > > @@ -1096,9 +1096,8 @@ > > return $result; > > } > > > > - if (is_null($startDate)) { > > - $startDate = &new Horde_Date(array('mday' => 1, 'month' > => 1, 'year' => 0000)); > > - } > > + $startDate = &new Horde_Date(array('mday' => 1, 'month' => > 1, 'year' => 0000)); > > + > > if (is_null($endDate)) { > > $endDate = &new Horde_Date(array('mday' => 31, 'month' > => 12, 'year' => 9999)); > > } > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers