Summary | Enhance recurrence API |
Queue | Kronolith |
Queue Version | HEAD |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 04/09/2007 (6680 days ago) |
Due | |
Updated | 05/14/2007 (6645 days ago) |
Assigned | |
Resolved | 04/17/2007 (6672 days ago) |
Milestone | |
Patch | No |
until Horde 3.2 is the offical standard so the patch won't get lost?
really a critical patch.
Horde 3.0 releases. That's why it won't be committed.
until Horde 3.2 is the offical standard so the patch won't get lost?
Cheers,
Thomas
Horde 3.0 releases. That's why it won't be committed.
New Attachment: kronolith-Recurrence-weekOfMonth.patch
it looks like one small change from my original patch was lost during
the merge.
Here's the lost son.
Thomas
State ⇒ Resolved
Why is "$end" in there? It gets set by the constructor but is never used.
The real recurrence end is stored in $recurEnd.
removed it, thanks for the catch.
Assigned to Jan Schneider
State ⇒ Feedback
leave the rest of this to Jan for now.
New Attachment: framework-Date-weekOfMonth.patch
Priority ⇒ 1. Low
State ⇒ New
New Attachment: kronolith-recurrence-API.patch
Queue ⇒ Kronolith
Summary ⇒ Enhance recurrence API
Type ⇒ Enhancement
attached patches enhance the recurrence API. It also adds a new
function to Horde_Date: weekOfMonth(). I needed this code in another
place so I thought it might be good to add it to the API.
I have a question about the recurrence API:
Why is "$end" in there? It gets set by the constructor but is never used.
The real recurrence end is stored in $recurEnd.
Best regards,
Thomas Jarosch