6.0.0-beta1
7/6/25

[#11283] Resources need to be optional
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

History
10/15/2012 08:42:34 PM Git Commit Comment #3 Reply to this comment
Changes have been made in Git (develop):

commit c1ffb6e7534689b35cd477e1af87e7fe414d65eb
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date:   Thu Oct 4 16:03:50 2012 -0400

     Bug: 11283  Decouple 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
10/04/2012 08:45:41 PM Michael Rubinsky State ⇒ Resolved
 
10/04/2012 08:44:34 PM Git Commit Comment #2 Reply to this comment
Changes have been made in Git (master):

commit c1ffb6e7534689b35cd477e1af87e7fe414d65eb
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date:   Thu Oct 4 16:03:50 2012 -0400

     Bug: 11283  Decouple 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
10/03/2012 04:22:08 PM Michael Rubinsky Taken from Jan Schneider
 
07/19/2012 08:01:59 AM Jan Schneider Comment #1
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
Reply to this comment
If using a non-SQL backend like Kolab, resources still require SQL 
support. Resource backends should be configurable independent from the 
storage backends and should be optional.

Saved Queries