[commits] Horde branch kronolith-resource-to-shares updated. 290b9fbf051e854fffa4b24e3b1b1b32c3995691

Michael J. Rubinsky mrubinsk at horde.org
Fri Apr 10 17:58:27 UTC 2015


The branch "kronolith-resource-to-shares" has been updated.
The following is a summary of the commits.

from: d48b608a4d873a5997b640e1cc8fc58424de1f86

8a786c9 This is no longer a SQL driver now that we use shares.
13c52d1 Update configuration switch for resources.
2fce18f phpdoc
f976776 Start process of migrating existing resources.
24e5862 Use the existing calendar id as the share name.
2962954 Default perms when migrating resources.
a4cc99f This is already handled in another case.
290b9fb Finish resource group support for share implementation.

Summary: http://github.com/horde/horde/compare/d48b608a4d873a5997b640e1cc8fc58424de1f86...290b9fbf051e854fffa4b24e3b1b1b32c3995691

-----------------------------------------------------------------------

commit 8a786c91f0ad5bfb36163255e9946ae08cf30eeb
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Apr 7 21:00:07 2015 -0400

    This is no longer a SQL driver now that we use shares.

 kronolith/lib/Driver/Resource.php     |  450 +++++++++++++++++++++++++++++++
 kronolith/lib/Driver/Resource/Sql.php |  472 ---------------------------------
 kronolith/lib/Event/Resource.php      |  104 +++++++
 kronolith/lib/Event/Resource/Sql.php  |  104 -------
 4 files changed, 554 insertions(+), 576 deletions(-)
 create mode 100644 kronolith/lib/Driver/Resource.php
 delete mode 100644 kronolith/lib/Driver/Resource/Sql.php
 create mode 100644 kronolith/lib/Event/Resource.php
 delete mode 100644 kronolith/lib/Event/Resource/Sql.php

http://github.com/horde/horde/commit/8a786c91f0ad5bfb36163255e9946ae08cf30eeb

-----------------------------------------------------------------------

commit 13c52d15afcaa7c97aef9151dde9d005fece653d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Apr 7 21:02:29 2015 -0400

    Update configuration switch for resources.

 kronolith/attendees.php                     |    2 +-
 kronolith/config/conf.xml                   |   17 ++++-------------
 kronolith/lib/Ajax.php                      |    2 +-
 kronolith/lib/Ajax/Application/Handler.php  |    4 ++--
 kronolith/lib/Application.php               |    2 +-
 kronolith/lib/CalendarsManager.php          |    2 +-
 kronolith/lib/Factory/Driver.php            |   14 +++-----------
 kronolith/lib/Kronolith.php                 |    4 ++--
 kronolith/lib/View/Sidebar.php              |    2 +-
 kronolith/package.xml                       |   16 ++++++----------
 kronolith/templates/attendees/attendees.inc |    4 ++--
 kronolith/templates/chunks/calendar.php     |    4 ++--
 kronolith/templates/dynamic/edit.inc        |    2 +-
 13 files changed, 27 insertions(+), 48 deletions(-)

http://github.com/horde/horde/commit/13c52d15afcaa7c97aef9151dde9d005fece653d

-----------------------------------------------------------------------

commit 2fce18fd687ee20bf0e4bf683a90e97f46dfcba5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Apr 7 21:52:44 2015 -0400

    phpdoc

 kronolith/lib/Resource.php |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/2fce18fd687ee20bf0e4bf683a90e97f46dfcba5

-----------------------------------------------------------------------

commit f97677693baadaac47e0219fba28266faf82be02
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Apr 7 21:52:58 2015 -0400

    Start process of migrating existing resources.
    
    Still need to work out ownership and perms.

 kronolith/migration/24_kronolith_upgrade_resourcestoshares.php |   46 ++++++++
 1 files changed, 46 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/f97677693baadaac47e0219fba28266faf82be02

-----------------------------------------------------------------------

commit 24e5862ed2f0cde13b0006df7f2f0a1ddfadde88
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Apr 10 10:00:14 2015 -0400

    Use the existing calendar id as the share name.

 kronolith/migration/24_kronolith_upgrade_resourcestoshares.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/24e5862ed2f0cde13b0006df7f2f0a1ddfadde88

-----------------------------------------------------------------------

commit 2962954d1ec40548e442b7b2636485fc8322db8c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Apr 10 10:00:31 2015 -0400

    Default perms when migrating resources.

 kronolith/migration/24_kronolith_upgrade_resourcestoshares.php |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/2962954d1ec40548e442b7b2636485fc8322db8c

-----------------------------------------------------------------------

commit a4cc99f8f25bdd4f5b158253856628829f712756
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Apr 10 10:18:47 2015 -0400

    This is already handled in another case.

 kronolith/lib/Ajax/Application/Handler.php |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/a4cc99f8f25bdd4f5b158253856628829f712756

-----------------------------------------------------------------------

commit 290b9fbf051e854fffa4b24e3b1b1b32c3995691
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Apr 10 13:56:44 2015 -0400

    Finish resource group support for share implementation.
    
    Also, fix and simplify a bunch of other resource related stuff.

 kronolith/lib/Ajax/Application/Handler.php                     |   26 +-
 kronolith/lib/Application.php                                  |    2 +-
 kronolith/lib/CalendarsManager.php                             |    2 +-
 kronolith/lib/Driver/Resource.php                              |   10 +-
 kronolith/lib/Event.php                                        |    1 +
 kronolith/lib/Factory/Driver.php                               |    3 +
 kronolith/lib/Factory/Shares.php                               |    4 +-
 kronolith/lib/Form/CreateResource.php                          |    2 +-
 kronolith/lib/Form/CreateResourceGroup.php                     |    2 +-
 kronolith/lib/Form/EditResource.php                            |    2 +-
 kronolith/lib/Form/EditResourceGroup.php                       |    2 +-
 kronolith/lib/Kronolith.php                                    |    2 +-
 kronolith/lib/Resource.php                                     |   26 ++-
 kronolith/lib/Resource/Base.php                                |   28 +--
 kronolith/lib/Resource/Group.php                               |    2 +-
 kronolith/lib/Resource/Single.php                              |   15 --
 kronolith/lib/Shares.php                                       |   97 ++++++++
 kronolith/migration/24_kronolith_upgrade_resourcestoshares.php |   11 +-
 kronolith/templates/chunks/calendar.php                        |    2 +-
 19 files changed, 161 insertions(+), 78 deletions(-)
 create mode 100644 kronolith/lib/Shares.php

http://github.com/horde/horde/commit/290b9fbf051e854fffa4b24e3b1b1b32c3995691




More information about the commits mailing list