[commits] Horde branch develop updated. 96d3e442db4c5bfe84e47deb78792a753401d612

Michael J. Rubinsky mrubinsk at horde.org
Mon Jul 30 20:07:37 UTC 2012


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

from: e50f9ab1d4b828fafbb419f95ba5a3e3e1ee2343

c011e5a Wrap
0dd7f6e Inject these from the bound factory.
968c585 Allow get and getByUID to fetch multiple tasks in one go.
454dc4c First round of adding smartlist support to Nag.
711b0cc Prevent attempting an empty sql query.
d33f578 Fix caching the rampage type
84416fd This is Nag, not Kronolith.
2809717 cs
5e2283a simplify
c4c2b93 simplify
96d3e44 Catch authentication errors from OPTIONS requests as well.

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

commit c011e5a49540c37a2b2f4be0917b74fbad7deb50
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jul 26 16:30:42 2012 -0400

    Wrap

 nag/lib/Nag.php |   20 +++++++++++++++-----
 1 files changed, 15 insertions(+), 5 deletions(-)

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

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

commit 0dd7f6ec69e96dbbf8ed2dab7b003191df725bb6
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jul 26 16:49:51 2012 -0400

    Inject these from the bound factory.

 nag/lib/Driver/Kolab.php   |    2 +-
 nag/lib/Driver/Sql.php     |    6 +-----
 nag/lib/Factory/Driver.php |   10 ++++++++++
 3 files changed, 12 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/0dd7f6ec69e96dbbf8ed2dab7b003191df725bb6

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

commit 968c5851cf308c44cb6a483cc8f21bc4d130f108
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jul 26 18:04:58 2012 -0400

    Allow get and getByUID to fetch multiple tasks in one go.

 nag/lib/Driver/Sql.php |   71 +++++++++++++++++++++++++++++++++++-------------
 1 files changed, 52 insertions(+), 19 deletions(-)

http://git.horde.org/horde-git/-/commit/968c5851cf308c44cb6a483cc8f21bc4d130f108

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

commit 454dc4c63ec0f0fb3358ff8d3d47346bee762f8f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jul 26 18:06:52 2012 -0400

    First round of adding smartlist support to Nag.
    
    No UI elements yet.

 nag/lib/Driver/Smartlist.php                |  110 +++++++++++++++++++++++++++
 nag/lib/Factory/Driver.php                  |   20 ++++-
 nag/lib/Nag.php                             |   18 ++++-
 nag/migration/11_nag_upgrade_smartlists.php |   39 ++++++++++
 4 files changed, 182 insertions(+), 5 deletions(-)
 create mode 100644 nag/lib/Driver/Smartlist.php
 create mode 100644 nag/migration/11_nag_upgrade_smartlists.php

http://git.horde.org/horde-git/-/commit/454dc4c63ec0f0fb3358ff8d3d47346bee762f8f

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

commit 711b0cc9bc187843b3706e2bdcb149fce3d5af87
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jul 26 18:53:21 2012 -0400

    Prevent attempting an empty sql query.

 nag/lib/Driver/Sql.php |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/711b0cc9bc187843b3706e2bdcb149fce3d5af87

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

commit d33f578dbd65fbb73ed9938fa7ad9a3f484a3011
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jul 26 18:53:55 2012 -0400

    Fix caching the rampage type

 nag/lib/Tagger.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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

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

commit 84416fd43a1e1b66f44740ef77aae85ed8327ef8
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jul 26 18:54:18 2012 -0400

    This is Nag, not Kronolith.

 nag/lib/Task.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/84416fd43a1e1b66f44740ef77aae85ed8327ef8

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

commit 2809717f5a402dd89c9dd87bc8b0c63efa8ec689
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jul 26 18:56:28 2012 -0400

    cs

 framework/Core/lib/Horde/Core/Tagger.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/2809717f5a402dd89c9dd87bc8b0c63efa8ec689

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

commit 5e2283aca00e4d0f4f77d92c527367f9a389cfd7
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jul 26 19:27:09 2012 -0400

    simplify

 trean/lib/View/BookmarkList.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

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

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

commit c4c2b9325dd656b5162c62f928902e5fb8a62145
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jul 26 19:27:49 2012 -0400

    simplify

 trean/lib/View/BookmarkList.php |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

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

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

commit 96d3e442db4c5bfe84e47deb78792a753401d612
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Jul 30 16:06:39 2012 -0400

    Catch authentication errors from OPTIONS requests as well.

 framework/ActiveSync/lib/Horde/ActiveSync.php |    2 +-
 framework/Rpc/lib/Horde/Rpc/ActiveSync.php    |   14 ++++++++++++--
 2 files changed, 13 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/96d3e442db4c5bfe84e47deb78792a753401d612




More information about the commits mailing list