Summary | Resources need to be optional |
Queue | Kronolith |
Queue Version | Git develop |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | jan (at) horde (dot) org |
Created | 07/19/2012 (4735 days ago) |
Due | |
Updated | 10/15/2012 (4647 days ago) |
Assigned | |
Resolved | 10/04/2012 (4658 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | 4 |
Patch | No |
commit c1ffb6e7534689b35cd477e1af87e7fe414d65eb
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Thu Oct 4 16:03:50 2012 -0400
Bug: 11283Decouple Resource driver from calendar driver.kronolith/config/conf.xml | 18 +
kronolith/lib/Application.php | 2 +-
kronolith/lib/Driver/Resource.php | 336 ------------------
kronolith/lib/Driver/Resource/Sql.php | 495
+++++++++++++++++++++++++++
kronolith/lib/Driver/Sql.php | 17 +-
kronolith/lib/Event.php | 3 +-
kronolith/lib/Event/Resource.php | 49 ---
kronolith/lib/Event/Resource/Sql.php | 64 ++++
kronolith/lib/Factory/Driver.php | 21 +-
kronolith/lib/Kronolith.php | 5 +
kronolith/lib/Resource/Base.php | 8 +-
kronolith/lib/Resource/Group.php | 2 +-
kronolith/lib/Resource/Single.php | 34 +-
kronolith/lib/View/Sidebar.php | 2 +-
kronolith/package.xml | 18 +-
kronolith/templates/attendees/attendees.inc | 4 +
16 files changed, 653 insertions(+), 425 deletions(-)
http://git.horde.org/horde-git/-/commit/c1ffb6e7534689b35cd477e1af87e7fe414d65eb
commit c1ffb6e7534689b35cd477e1af87e7fe414d65eb
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Thu Oct 4 16:03:50 2012 -0400
Bug: 11283Decouple Resource driver from calendar driver.kronolith/config/conf.xml | 18 +
kronolith/lib/Application.php | 2 +-
kronolith/lib/Driver/Resource.php | 336 ------------------
kronolith/lib/Driver/Resource/Sql.php | 495
+++++++++++++++++++++++++++
kronolith/lib/Driver/Sql.php | 17 +-
kronolith/lib/Event.php | 3 +-
kronolith/lib/Event/Resource.php | 49 ---
kronolith/lib/Event/Resource/Sql.php | 64 ++++
kronolith/lib/Factory/Driver.php | 21 +-
kronolith/lib/Kronolith.php | 5 +
kronolith/lib/Resource/Base.php | 8 +-
kronolith/lib/Resource/Group.php | 2 +-
kronolith/lib/Resource/Single.php | 34 +-
kronolith/lib/View/Sidebar.php | 2 +-
kronolith/package.xml | 18 +-
kronolith/templates/attendees/attendees.inc | 4 +
16 files changed, 653 insertions(+), 425 deletions(-)
http://git.horde.org/horde-git/-/commit/c1ffb6e7534689b35cd477e1af87e7fe414d65eb
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒ 4
Assigned to Michael Rubinsky
Assigned to Jan Schneider
Queue ⇒ Kronolith
Summary ⇒ Resources need to be optional
Type ⇒ Bug
State ⇒ Assigned
support. Resource backends should be configurable independent from the
storage backends and should be optional.