[commits] Horde branch develop updated. e01e2e9fb15fd7f38525ec7cfaf106db88e7def6

Michael J. Rubinsky mrubinsk at horde.org
Fri Jun 29 01:35:23 UTC 2012


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

from: 6c6346cf806989b76931c8349065cd2f10d9d52f

1647d8d Prefs documentation (Request #11131).
7fa90bd Update tr translation.
8d0bbca [jan] Avoid infinite loop when requesting invalid date property.
00a14c1 [jan] Fix exporting multi-all-day events to iCalendar.
935f024 Update/fix weather icon mapping for Google's weather API.
dfa2c6d Update endpoints to reflect changes in Twitter's REST API.
417439e BFN
3f1c90a Always use https
e30e4fa Fix generating the normalized url for OAuth base string.
2f05b72 Avoid extra comma at end of header string Avoid trailing comma at end of header string if not using a realm.
72e8253 Must use the oauth_verifier that twitter sends in this step.
4fe5c39 Catch exception
7827828 Always use https
f78e9fd use self::
386576e Pass the callback url to the OAuth consumer
cbf06e7 Need to include the callbackUrl when requesting the requestToken.
dae32b3 Do not urlencode this here.
8d14d75 BFN
fc126df This is Horde 4
b4cdd7a Released Horde_Oauth-1.0.2
a0100fd Development mode for Horde_Oauth-1.0.3
a529fa2 Released Horde_Service_Twitter-1.1.4
05b4349 Development mode for Horde_Service_Twitter-1.1.5
a4de6bb BFN
f3a7df6 Released Horde_Service_Weather-1.1.2
c42907d Development mode for Horde_Service_Weather-1.1.3
e01e2e9 Merge branch 'master' into develop

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

commit 1647d8d51c0ec73b39e8cef908fa02d04e3234b7
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Jun 27 19:59:30 2012 -0600

    Prefs documentation (Request #11131).

 imp/config/prefs.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/1647d8d51c0ec73b39e8cef908fa02d04e3234b7

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

commit 7fa90bd5240e5df25c79c254290cc340d316199e
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jun 28 11:17:11 2012 +0200

    Update tr translation.

 imp/locale/tr/LC_MESSAGES/imp.mo |  Bin 165599 -> 165599 bytes
 imp/locale/tr/LC_MESSAGES/imp.po |    4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)

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

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

commit 8d0bbca87f0ce78e7d8d3784ff66cbbf84a5a5a8
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jun 28 11:48:17 2012 +0200

    [jan] Avoid infinite loop when requesting invalid date property.

 framework/Date/lib/Horde/Date.php |    4 +++-
 framework/Date/package.xml        |    2 ++
 2 files changed, 5 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/8d0bbca87f0ce78e7d8d3784ff66cbbf84a5a5a8

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

commit 00a14c19088aa1fb4116dc5968a66190eac20123
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jun 28 11:54:32 2012 +0200

    [jan] Fix exporting multi-all-day events to iCalendar.

 kronolith/docs/CHANGES  |    1 +
 kronolith/lib/Event.php |    8 ++++++--
 kronolith/package.xml   |    2 ++
 3 files changed, 9 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/00a14c19088aa1fb4116dc5968a66190eac20123

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

commit 935f024c75afc141d0d4c879c8c7b01df157aee1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 28 11:50:35 2012 -0400

    Update/fix weather icon mapping for Google's weather API.

 framework/Service_Weather/lib/Horde/Service/Weather/Google.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/935f024c75afc141d0d4c879c8c7b01df157aee1

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

commit dfa2c6d6cedf5f9770cb04b8467bcd7007a2d703
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 28 12:15:24 2012 -0400

    Update endpoints to reflect changes in Twitter's REST API.

 framework/Service_Twitter/lib/Horde/Service/Twitter.php         |    6 +++---
 framework/Service_Twitter/lib/Horde/Service/Twitter/Account.php |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

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

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

commit 417439ebcabd9fd3609dba9aed66597b78d18e36
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 28 12:18:18 2012 -0400

    BFN

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

http://git.horde.org/horde-git/-/commit/417439ebcabd9fd3609dba9aed66597b78d18e36

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

commit 3f1c90ae0591f6e2f59016c0d3484eff6c071a5c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 28 20:29:40 2012 -0400

    Always use https

 framework/Service_Twitter/lib/Horde/Service/Twitter/Statuses.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/3f1c90ae0591f6e2f59016c0d3484eff6c071a5c

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

commit e30e4fa3d09157ad7224774cc5883ff2c306ac9a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 28 20:22:29 2012 -0400

    Fix generating the normalized url for OAuth base string.
    
    Fixes accessing services such as Twitter with OAuth over SSL

 framework/Oauth/lib/Horde/Oauth/Request.php |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

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

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

commit 2f05b729d3a7f742770cbf29a1f4ee614472ccda
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 28 20:21:37 2012 -0400

    Avoid extra comma at end of header string
    Avoid trailing comma at end of header string if not using a realm.

 framework/Oauth/lib/Horde/Oauth/Request.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

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

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

commit 72e8253b1731aebe5dd29f587241f5ebda6084d4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 28 19:24:25 2012 -0400

    Must use the oauth_verifier that twitter sends in this step.

 horde/services/twitter/index.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/72e8253b1731aebe5dd29f587241f5ebda6084d4

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

commit 4fe5c39e3bb78db7dba04f8dac8eb7bd5d7086ee
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 28 19:22:49 2012 -0400

    Catch exception

 horde/services/twitter/index.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/4fe5c39e3bb78db7dba04f8dac8eb7bd5d7086ee

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

commit 7827828c917dfaf55b67a1e155f8e421db31a151
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 28 19:22:35 2012 -0400

    Always use https

 framework/Service_Twitter/lib/Horde/Service/Twitter/Account.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/7827828c917dfaf55b67a1e155f8e421db31a151

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

commit f78e9fdfb22735594b6cebb0abf940efd33ebb3c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 28 13:18:43 2012 -0400

    use self::

 framework/Service_Twitter/lib/Horde/Service/Twitter.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

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

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

commit 386576e9041d26c80b4c166ce2fbff27564caa75
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 28 13:14:43 2012 -0400

    Pass the callback url to the OAuth consumer
    
    Conflicts:
    
    	framework/Core/lib/Horde/Core/Factory/Twitter.php

 framework/Core/lib/Horde/Core/Factory/Twitter.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/386576e9041d26c80b4c166ce2fbff27564caa75

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

commit cbf06e7717680cb71fa62587a07d0f84a47f9c63
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 28 13:15:10 2012 -0400

    Need to include the callbackUrl when requesting the requestToken.

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

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

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

commit dae32b3f1e391e07336a006d8fbf24881236770c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 28 13:18:00 2012 -0400

    Do not urlencode this here.

 framework/Oauth/lib/Horde/Oauth/Consumer.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 8d14d7570ab161461a678c336d94fb0f21d05913
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 28 20:45:05 2012 -0400

    BFN

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

http://git.horde.org/horde-git/-/commit/8d14d7570ab161461a678c336d94fb0f21d05913

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

commit fc126df8a4e7e45cfa8253e0712540367a4c43d8
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 28 20:45:50 2012 -0400

    This is Horde 4

 framework/Core/lib/Horde.php                      |    3 +++
 framework/Core/lib/Horde/Core/Factory/Twitter.php |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

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

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

commit b4cdd7aadc3627b334961ed43eb5396660b7760a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 28 21:03:06 2012 -0400

    Released Horde_Oauth-1.0.2

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

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

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

commit a0100fd43dc1795a5d421e0f19eff634917b003f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 28 21:03:06 2012 -0400

    Development mode for Horde_Oauth-1.0.3

 framework/Oauth/package.xml |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

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

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

commit a529fa28e05f14489e6cf21ca0f3a09da390642e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 28 21:04:05 2012 -0400

    Released Horde_Service_Twitter-1.1.4

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

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

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

commit 05b4349bb1478397ad032736a0ac775eb5f1598b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 28 21:04:05 2012 -0400

    Development mode for Horde_Service_Twitter-1.1.5

 framework/Service_Twitter/package.xml |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/05b4349bb1478397ad032736a0ac775eb5f1598b

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

commit a4de6bb72d07d27db926b3effbd2dfc8429d0aff
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 28 21:06:23 2012 -0400

    BFN

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

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

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

commit f3a7df678de0edc4c780bb57718b02dbcd0f0d5b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 28 21:06:58 2012 -0400

    Released Horde_Service_Weather-1.1.2

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

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

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

commit c42907d154d562cca6f81aa42a6380bddfb18bac
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 28 21:06:58 2012 -0400

    Development mode for Horde_Service_Weather-1.1.3

 framework/Service_Weather/package.xml |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

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

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

commit e01e2e9fb15fd7f38525ec7cfaf106db88e7def6
Merge: 6c6346c c42907d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 28 21:35:04 2012 -0400

    Merge branch 'master' into develop
    
    Conflicts:
    	framework/Core/lib/Horde.php
    	framework/Core/lib/Horde/Core/Factory/Twitter.php
    	framework/Date/package.xml
    	imp/config/prefs.php
    	kronolith/lib/Event.php

 framework/Core/lib/Horde.php          |  182 +++++++++++++++++++++++++++++++++
 framework/Date/lib/Horde/Date.php     |    4 +-
 framework/Date/package.xml            |    1 +
 framework/Oauth/package.xml           |   21 +++-
 framework/Service_Twitter/package.xml |   21 +++-
 framework/Service_Weather/package.xml |   21 +++-
 imp/config/prefs.php                  |    2 +-
 imp/locale/tr/LC_MESSAGES/imp.mo      |  Bin 165599 -> 165599 bytes
 imp/locale/tr/LC_MESSAGES/imp.po      |    4 +-
 kronolith/docs/CHANGES                |    1 +
 kronolith/lib/Event.php               |    6 +-
 kronolith/package.xml                 |    2 +
 12 files changed, 248 insertions(+), 17 deletions(-)

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




More information about the commits mailing list