[commits] Horde branch develop updated. 10584099df1edf6c94b5237b1f06497b3d5c4734

Michael J. Rubinsky mrubinsk at horde.org
Mon Nov 14 16:21:33 UTC 2011


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

from: 57ca97ba04bd6a1cce98072a68065db2afe43a5c

f333bdd Style the calendar edit icon using the calendar's foreground/background colors instead of a bubble
de89d6a Log errors before trying to display them, so the log is there in case something goes wrong with display
5e89807 Fix grammar
07ef7fc Fix icon display for sent-mail mailboxes with children
665e293 [mms] Always use canonical line endings in sendmail driver (Bug #10696).
cae1294 Properly catch exception
aba44f8 Catch case where JSON returned is invalid.
087c930 Catch error responses from API call
2e3204a Need rawurlencode here, as we need % encoding of spaces
7ba663c Fix throwing exception
351190d Add Autoloader_Cache library to cache class maps from the Autoloader package (Request #10396).
87e310d Use Horde_Autoloader_Cache if available.
47ba824 Add script to prune autoloader cache.
afea8bd phpdoc
a35b14c An RC should be fine after some days of developer testing.
5aed764 Initial draft for facebook support, improved Twitter support (tags, links).
827f5e2 Add bug number.
d26a8a9 Don't re-use Horde_Http_Client instances, they leak (Bug #10740).
e21efa1 Don't clear out user-entered values if they don't match an available time choice.
4145745 Allow replacing an existing, selected, time with a user-entered time that is *not* in the list.
9532219 BFN
1058409 Merge branch 'master' into develop

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

commit f333bddf63c36067cf9b9507b9d9dc7f79bd12d8
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sat Nov 12 12:48:52 2011 -0500

    Style the calendar edit icon using the calendar's foreground/background colors instead of a bubble

 kronolith/js/kronolith.js           |    1 +
 kronolith/themes/default/screen.css |    8 +++-----
 2 files changed, 4 insertions(+), 5 deletions(-)

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

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

commit de89d6af23d64bfeceb26fb931a348262149af6d
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sat Nov 12 15:47:43 2011 -0500

    Log errors before trying to display them, so the log is there in case something goes wrong with display

 framework/Core/lib/Horde.php |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

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

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

commit 5e89807cc60a614a1722ccf7d0660a9c0e4a272d
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sat Nov 12 23:32:45 2011 -0500

    Fix grammar

 content/lib/Objects/Manager.php |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

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

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

commit 07ef7fc73aff8d730d30f317af9514b30d6dd08b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Nov 13 20:31:47 2011 -0700

    Fix icon display for sent-mail mailboxes with children

 imp/js/dimpbase.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/07ef7fc73aff8d730d30f317af9514b30d6dd08b

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

commit 665e293401e447aed3fc4e38f7256cba668f104e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Nov 13 20:34:12 2011 -0700

    [mms] Always use canonical line endings in sendmail driver (Bug #10696).

 framework/Mail/package.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/665e293401e447aed3fc4e38f7256cba668f104e

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

commit cae1294aa123f15d4af33dc8da8bc64ae4d1cb05
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Nov 13 23:31:23 2011 -0500

    Properly catch exception

 horde/lib/Block/Weather.php |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

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

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

commit aba44f804cb5bfbd7bdbf3cab40f9689518a9f7e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Nov 13 23:30:04 2011 -0500

    Catch case where JSON returned is invalid.
    
    This happens in a few cases currently with Wunderground, when property values are empty.
    Ticket opened with Wunderground.

 .../lib/Horde/Service/Weather/WeatherUnderground.php              |    6 ++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

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

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

commit 087c930fbdc744a076198957c5b76bd5cdd403f6
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Nov 13 23:17:26 2011 -0500

    Catch error responses from API call

 .../lib/Horde/Service/Weather/WeatherUnderground.php              |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/087c930fbdc744a076198957c5b76bd5cdd403f6

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

commit 2e3204aea79d59800755b7b0bf882696cc1d23e8
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Nov 13 23:16:57 2011 -0500

    Need rawurlencode here, as we need % encoding of spaces

 .../lib/Horde/Service/Weather/WeatherUnderground.php              |   12 ++--
 1 files changed, 6 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/2e3204aea79d59800755b7b0bf882696cc1d23e8

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

commit 7ba663c7467d3aab64ddb385af7605b0fbd7fa82
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Nov 13 23:14:35 2011 -0500

    Fix throwing exception

 horde/lib/Block/Weather.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/7ba663c7467d3aab64ddb385af7605b0fbd7fa82

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

commit 351190d0cd4e7ae85690fab2b861b6263cda23d6
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 14 06:00:24 2011 +0100

    Add Autoloader_Cache library to cache class maps from the Autoloader package (Request #10396).

 framework/Autoloader_Cache/doc/Horde/Autoloader/Cache/COPYING |  458 +++++++++
 framework/Autoloader_Cache/lib/Horde/Autoloader/Cache.php     |   60 ++
 framework/Autoloader_Cache/package.xml                        |   91 ++
 3 files changed, 609 insertions(+), 0 deletions(-)
 create mode 100644 framework/Autoloader_Cache/doc/Horde/Autoloader/Cache/COPYING
 create mode 100644 framework/Autoloader_Cache/lib/Horde/Autoloader/Cache.php
 create mode 100644 framework/Autoloader_Cache/package.xml

http://git.horde.org/horde-git/-/commit/351190d0cd4e7ae85690fab2b861b6263cda23d6

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

commit 87e310dafefdfc09d830610ccbbf92eb1959e01c
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 14 06:00:51 2011 +0100

    Use Horde_Autoloader_Cache if available.

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

http://git.horde.org/horde-git/-/commit/87e310dafefdfc09d830610ccbbf92eb1959e01c

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

commit 47ba8243b9589588e41d2ae22fef13c7b78f1274
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 14 06:20:09 2011 +0100

    Add script to prune autoloader cache.

 framework/Autoloader_Cache/bin/horde-autoloader-cache-prune |   28 +++++++++++
 framework/Autoloader_Cache/package.xml                      |   24 +++++++--
 2 files changed, 47 insertions(+), 5 deletions(-)
 create mode 100755 framework/Autoloader_Cache/bin/horde-autoloader-cache-prune

http://git.horde.org/horde-git/-/commit/47ba8243b9589588e41d2ae22fef13c7b78f1274

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

commit afea8bd2820eb3eb4a11c979d823f18a26dc7c6f
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 14 06:23:01 2011 +0100

    phpdoc

 framework/Autoloader_Cache/lib/Horde/Autoloader/Cache.php |   17 +++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

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

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

commit a35b14cc5e8469e8ab6a0da0f0836756b4007dfb
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 14 06:24:49 2011 +0100

    An RC should be fine after some days of developer testing.

 framework/Autoloader_Cache/package.xml |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

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

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

commit 5aed764f71a1cbb1dade8ebb353c4f916ec90bbc
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Nov 14 15:59:47 2011 +0100

    Initial draft for facebook support, improved Twitter support (tags, links).
    
    Just hack-as-you-go-along code, needs more thought, testing and refinement later.

 framework/Push/lib/Horde/Push.php                    |   91 ++++++++++++++++--
 framework/Push/lib/Horde/Push/Cli.php                |   26 +++++
 framework/Push/lib/Horde/Push/Factory/Push.php       |   12 +++
 framework/Push/lib/Horde/Push/Factory/Recipients.php |   28 +++++-
 framework/Push/lib/Horde/Push/Recipient/Blogger.php  |    4 +
 framework/Push/lib/Horde/Push/Recipient/Facebook.php |   69 +++++++++++++
 framework/Push/lib/Horde/Push/Recipient/Mail.php     |    1 +
 framework/Push/lib/Horde/Push/Recipient/Twitter.php  |   35 ++++++-
 8 files changed, 252 insertions(+), 14 deletions(-)
 create mode 100644 framework/Push/lib/Horde/Push/Recipient/Facebook.php

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

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

commit 827f5e295ccc22663546b0d5be55256992b887bc
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 14 15:42:37 2011 +0100

    Add bug number.

 kronolith/docs/CHANGES |    2 +-
 kronolith/package.xml  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/827f5e295ccc22663546b0d5be55256992b887bc

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

commit d26a8a9036edc53ffe02cd0522a1f776dd0b2fde
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 14 16:36:10 2011 +0100

    Don't re-use Horde_Http_Client instances, they leak (Bug #10740).

 kronolith/docs/CHANGES        |    2 ++
 kronolith/lib/Driver/Ical.php |    4 ----
 kronolith/package.xml         |    4 +++-
 3 files changed, 5 insertions(+), 5 deletions(-)

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

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

commit e21efa164a250c22e7838aab68bf6b1f11784a96
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Nov 14 11:10:20 2011 -0500

    Don't clear out user-entered values if they don't match an available time choice.
    
    Bug: 10737

 kronolith/js/kronolith.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

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

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

commit 4145745a4fc0340bb0d7893ef6eff185c8f4f1ab
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Nov 14 11:15:41 2011 -0500

    Allow replacing an existing, selected, time with a user-entered time that is *not* in the list.
    
    Bug: 10737

 kronolith/js/kronolith.js |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/4145745a4fc0340bb0d7893ef6eff185c8f4f1ab

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

commit 9532219a32665e65a8a37210c2ac1f0c6d3cc224
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Nov 14 11:19:22 2011 -0500

    BFN

 kronolith/docs/CHANGES |    1 +
 kronolith/package.xml  |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/9532219a32665e65a8a37210c2ac1f0c6d3cc224

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

commit 10584099df1edf6c94b5237b1f06497b3d5c4734
Merge: 57ca97b 9532219
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Nov 14 11:21:08 2011 -0500

    Merge branch 'master' into develop
    
    Conflicts:
    	kronolith/package.xml

 framework/Autoloader_Cache/bin/horde-autoloader-cache-prune   |   28 +
 framework/Autoloader_Cache/doc/Horde/Autoloader/Cache/COPYING |  458 +++++++++
 framework/Autoloader_Cache/lib/Horde/Autoloader/Cache.php     |   77 ++
 framework/Autoloader_Cache/package.xml                        |  105 ++
 framework/Mail/package.xml                                    |    4 +-
 framework/Push/lib/Horde/Push.php                             |   91 ++-
 framework/Push/lib/Horde/Push/Cli.php                         |   26 +
 framework/Push/lib/Horde/Push/Factory/Push.php                |   12 +
 framework/Push/lib/Horde/Push/Factory/Recipients.php          |   28 +-
 framework/Push/lib/Horde/Push/Recipient/Blogger.php           |    4 +
 framework/Push/lib/Horde/Push/Recipient/Facebook.php          |   69 ++
 framework/Push/lib/Horde/Push/Recipient/Mail.php              |    1 +
 framework/Push/lib/Horde/Push/Recipient/Twitter.php           |   35 +-
 horde/lib/Block/Weather.php                                   |    1 -
 horde/lib/core.php                                            |    4 +-
 imp/js/dimpbase.js                                            |    4 +-
 kronolith/docs/CHANGES                                        |    5 +-
 kronolith/js/kronolith.js                                     |   17 +-
 kronolith/lib/Driver/Ical.php                                 |    4 -
 kronolith/package.xml                                         |    4 +-
 20 files changed, 950 insertions(+), 27 deletions(-)

http://git.horde.org/horde-git/-/commit/10584099df1edf6c94b5237b1f06497b3d5c4734




More information about the commits mailing list