[commits] Horde branch master updated. 56582f782ffec1a27cb48b3e65b758e550ca8c77
Michael J. Rubinsky
mrubinsk at horde.org
Thu Oct 4 20:44:32 UTC 2012
The branch "master" has been updated.
The following is a summary of the commits.
from: 086dd0cb24762c41f0442930680cbdffa714b855
c1ffb6e Bug: 11283 Decouple Resource driver from calendar driver.
8326971 Need to use copy() here.
56582f7 Fix diplay/links for resources and groups in traditional sidebar.
-----------------------------------------------------------------------
commit c1ffb6e7534689b35cd477e1af87e7fe414d65eb
Author: Michael J Rubinsky <mrubinsk at 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(-)
delete mode 100644 kronolith/lib/Driver/Resource.php
create mode 100644 kronolith/lib/Driver/Resource/Sql.php
delete mode 100644 kronolith/lib/Event/Resource.php
create mode 100644 kronolith/lib/Event/Resource/Sql.php
http://git.horde.org/horde-git/-/commit/c1ffb6e7534689b35cd477e1af87e7fe414d65eb
-----------------------------------------------------------------------
commit 8326971204b0392f36aaff14d5e83f26b00ea99b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Oct 4 16:23:11 2012 -0400
Need to use copy() here.
kronolith/lib/Application.php | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/8326971204b0392f36aaff14d5e83f26b00ea99b
-----------------------------------------------------------------------
commit 56582f782ffec1a27cb48b3e65b758e550ca8c77
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Oct 4 16:42:30 2012 -0400
Fix diplay/links for resources and groups in traditional sidebar.
kronolith/lib/Application.php | 6 +++---
kronolith/lib/Kronolith.php | 4 +++-
2 files changed, 6 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/56582f782ffec1a27cb48b3e65b758e550ca8c77
More information about the commits
mailing list