[commits] Horde branch master updated. a458dc107b06ce03dd9ed14749046c97ab72d715

Michael J. Rubinsky mrubinsk at horde.org
Wed Mar 16 03:37:56 UTC 2011


The branch "master" has been updated.
The following is a summary of the commits.

from: 46af05603176e2a43ba976053893e4d503754f42

6e80327 Bug: 9666  License timeobjects under the BSD license.
5ff6976 fix license
53f5318 avoid undefined index warnings
d1d81e2 fix LoginTasks for Hermes
a458dc1 A bit of cleanup for timeobjects:

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

commit 6e80327492ad164e050ab72ce33c9926701238d5
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Tue Mar 15 23:04:55 2011 -0400

    Bug: 9666  License timeobjects under the BSD license.

 timeobjects/lib/Api.php                   |    5 +++++
 timeobjects/lib/Application.php           |   10 +++++++++-
 timeobjects/lib/Driver.php                |   15 +++++++++++++--
 timeobjects/lib/Driver/FacebookEvents.php |    2 ++
 timeobjects/lib/Driver/Weatherdotcom.php  |    3 ++-
 timeobjects/lib/Exception.php             |    5 +++++
 timeobjects/package.xml                   |    2 +-
 7 files changed, 37 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/6e80327492ad164e050ab72ce33c9926701238d5

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

commit 5ff69760ca8ae0bbbb908c09f55c69ad428beff4
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Tue Mar 15 23:14:23 2011 -0400

    fix license

 content/lib/Application.php |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/5ff69760ca8ae0bbbb908c09f55c69ad428beff4

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

commit 53f5318a6f6ce8b86a5f9731529d0b6fce90935f
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Tue Mar 15 23:29:24 2011 -0400

    avoid undefined index warnings

 components/lib/Components/Runner/PearPackageXml.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/53f5318a6f6ce8b86a5f9731529d0b6fce90935f

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

commit d1d81e2226db9e8c4ef116071ee6966a8ee42334
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Tue Mar 15 23:35:39 2011 -0400

    fix LoginTasks for Hermes

 hermes/lib/LoginTasks/SystemTask/Upgrade.php |   20 ++++++++++++--------
 1 files changed, 12 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/d1d81e2226db9e8c4ef116071ee6966a8ee42334

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

commit a458dc107b06ce03dd9ed14749046c97ab72d715
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Tue Mar 15 23:36:28 2011 -0400

    A bit of cleanup for timeobjects:
    
    Use a base driver class, add factory class

 timeobjects/lib/Api.php                   |   12 ++----
 timeobjects/lib/Driver/Base.php           |   60 +++++++++++++++++++++++++++++
 timeobjects/lib/Driver/FacebookEvents.php |    2 +-
 timeobjects/lib/Driver/Weatherdotcom.php  |    2 +-
 timeobjects/lib/Factory/Driver.php        |   31 +++++++++++++++
 timeobjects/package.xml                   |   12 ++++-
 6 files changed, 106 insertions(+), 13 deletions(-)
 create mode 100644 timeobjects/lib/Driver/Base.php
 create mode 100644 timeobjects/lib/Factory/Driver.php

http://git.horde.org/horde-git/-/commit/a458dc107b06ce03dd9ed14749046c97ab72d715




More information about the commits mailing list