Summary | [dynamic] Add interface elements for creating exceptions when editing a recurring event. |
Queue | Kronolith |
Queue Version | Git master |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | mrubinsk (at) horde (dot) org |
Created | 04/17/2011 (5182 days ago) |
Due | |
Updated | 08/29/2012 (4682 days ago) |
Assigned | |
Resolved | 01/12/2012 (4912 days ago) |
Milestone | 3.1 |
Patch | No |
commit 1f173b68c2f08815460e04c1f0c8ea9544398c2e
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Thu Jan 12 12:43:32 2012 -0500
No need to use a form field for this, it's never transmitted to server.
Bug: 9926Use a local memeber to track these values if needed.
kronolith/js/kronolith.js | 24 +++++++++++++-----------
kronolith/templates/index/edit.inc | 20 ++++++++++----------
2 files changed, 23 insertions(+), 21 deletions(-)
http://git.horde.org/horde-git/-/commit/1f173b68c2f08815460e04c1f0c8ea9544398c2e
commit 1415158b55e203737599e4fa7ec8788142234aa2
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Thu Jan 12 12:24:58 2012 -0500
Implement editing recurring event series in dynamic view.
Bug: 9926kronolith/js/kronolith.js | 50 ++++++++-
kronolith/lib/Ajax/Application.php | 213
++++++++++++++++++++++++++++++------
kronolith/templates/index/edit.inc | 10 ++
3 files changed, 233 insertions(+), 40 deletions(-)
http://git.horde.org/horde-git/-/commit/1415158b55e203737599e4fa7ec8788142234aa2
commit 74465bb4661f430b118d7d8ca590aa1a838b0df1
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Thu Jan 12 12:23:15 2012 -0500
Pass view_start/view_end, and continue to require it in _saveEvent()
Bug: 9926kronolith/js/kronolith.js | 2 ++
kronolith/lib/Ajax/Application.php | 8 ++++----
2 files changed, 6 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/74465bb4661f430b118d7d8ca590aa1a838b0df1
commit e7bae5da9cd314554a43fed6fbc665909077d2bb
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Thu Jan 12 11:21:30 2012 -0500
Implement deleting current | future | all recurring event
instances in ajax view.
Bug: 9926kronolith/js/kronolith.js | 47 +++++++++++++++++-
kronolith/lib/Ajax/Application.php | 94
++++++++++++++++++++++++++----------
kronolith/templates/index/edit.inc | 13 +++++-
3 files changed, 126 insertions(+), 28 deletions(-)
http://git.horde.org/horde-git/-/commit/e7bae5da9cd314554a43fed6fbc665909077d2bb
State ⇒ Resolved
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ [dynamic] Add interface elements for creating exceptions when editing a recurring event.
Queue ⇒ Kronolith
Assigned to Michael Rubinsky
Milestone ⇒ 3.1
Patch ⇒ No
State ⇒ Assigned
traditional view does.