[commits] Horde branch turba_4_2 updated. bce697eb66190383e1797edb1e76daeef9a4ecb7

Jan Schneider jan at horde.org
Fri Oct 18 12:44:37 UTC 2013


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

from: 1e168f3670398aa44f85a845b0e58b5c2cd44a48

1af2057 Fix links
912d96f Revert "Fix links"
5fbbcae Fix links correctly.
0790dbf explode() -> implode()
3e2762b PEAR can only handle one extends tag
4a7fbde [mms] Add Horde_ListHeaders#headers().
2351bcf Horde_Mime_Headers#listHeaders() is deprecated
b99128f [jan] Use orginally requested time zone instead of alias in TZID.
f207d5d [jan] Don't create transitions that overlap.
24f13b8 [jan] Fix missing time of day in DTSTART and UNTIL properties.
003fc41 [jan] Make BYMONTHDAY property as short as possible.
7d85279 [jan] Fix broken offsets during first zone rules.
4f8997d Fix and update test fixture.
691d36f Add test for America/Los_Angeles.
bce697e Merge branch 'master' into turba_4_2

Summary: http://github.com/horde/horde/compare/1e168f3670398aa44f85a845b0e58b5c2cd44a48...bce697eb66190383e1797edb1e76daeef9a4ecb7

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

commit 1af205721e13864cca96a42b2b6171152b54d2af
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Oct 17 08:05:12 2013 -0600

    Fix links

 horde/docs/INSTALL |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/1af205721e13864cca96a42b2b6171152b54d2af
http://git.horde.org/horde-git/-/commit/1af205721e13864cca96a42b2b6171152b54d2af

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

commit 912d96f37d3a18f919f8d54b3976176a739416ab
Author: Jan Schneider <jan at horde.org>
Date:   Thu Oct 17 16:32:49 2013 +0200

    Revert "Fix links"
    
    This reverts commit 1af205721e13864cca96a42b2b6171152b54d2af.

 horde/docs/INSTALL |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/912d96f37d3a18f919f8d54b3976176a739416ab
http://git.horde.org/horde-git/-/commit/912d96f37d3a18f919f8d54b3976176a739416ab

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

commit 5fbbcaefd39d391c65672351f9f30cbbf651af0e
Author: Jan Schneider <jan at horde.org>
Date:   Thu Oct 17 16:42:41 2013 +0200

    Fix links correctly.

 horde/docs/INSTALL |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

http://github.com/horde/horde/commit/5fbbcaefd39d391c65672351f9f30cbbf651af0e
http://git.horde.org/horde-git/-/commit/5fbbcaefd39d391c65672351f9f30cbbf651af0e

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

commit 0790dbfcbb62661eb11d02c7fceda96c462daecd
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Oct 17 11:10:38 2013 -0400

    explode() -> implode()

 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/0790dbfcbb62661eb11d02c7fceda96c462daecd
http://git.horde.org/horde-git/-/commit/0790dbfcbb62661eb11d02c7fceda96c462daecd

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

commit 3e2762ba3b843bd1d2ce2429ba5b24079b8eb69f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Oct 17 13:52:11 2013 -0600

    PEAR can only handle one extends tag

 framework/Icalendar/package.xml |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/3e2762ba3b843bd1d2ce2429ba5b24079b8eb69f
http://git.horde.org/horde-git/-/commit/3e2762ba3b843bd1d2ce2429ba5b24079b8eb69f

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

commit 4a7fbde4af94f7976b041dc7aa1008a0e2110628
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Oct 17 17:52:55 2013 -0600

    [mms] Add Horde_ListHeaders#headers().

 framework/ListHeaders/lib/Horde/ListHeaders.php             |   20 ++++
 framework/ListHeaders/lib/Horde/ListHeaders/Translation.php |   57 +++++++++++
 framework/ListHeaders/locale/Horde_ListHeaders.pot          |   46 +++++++++
 framework/ListHeaders/package.xml                           |   32 ++++--
 4 files changed, 146 insertions(+), 9 deletions(-)
 create mode 100644 framework/ListHeaders/lib/Horde/ListHeaders/Translation.php
 create mode 100644 framework/ListHeaders/locale/Horde_ListHeaders.pot

http://github.com/horde/horde/commit/4a7fbde4af94f7976b041dc7aa1008a0e2110628
http://git.horde.org/horde-git/-/commit/4a7fbde4af94f7976b041dc7aa1008a0e2110628

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

commit 2351bcf83f830618cc1a60f28e23531f1869805d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Oct 17 17:53:24 2013 -0600

    Horde_Mime_Headers#listHeaders() is deprecated

 framework/Mime/lib/Horde/Mime/Headers.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/2351bcf83f830618cc1a60f28e23531f1869805d
http://git.horde.org/horde-git/-/commit/2351bcf83f830618cc1a60f28e23531f1869805d

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

commit b99128f93cf78c7f45a354285d5b1b4fb7e2e4a5
Author: Jan Schneider <jan at horde.org>
Date:   Fri Oct 18 12:58:47 2013 +0200

    [jan] Use orginally requested time zone instead of alias in TZID.

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

http://github.com/horde/horde/commit/b99128f93cf78c7f45a354285d5b1b4fb7e2e4a5
http://git.horde.org/horde-git/-/commit/b99128f93cf78c7f45a354285d5b1b4fb7e2e4a5

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

commit f207d5d3e817fc721190843e767ea44ad923b414
Author: Jan Schneider <jan at horde.org>
Date:   Fri Oct 18 12:59:43 2013 +0200

    [jan] Don't create transitions that overlap.

 framework/Timezone/lib/Horde/Timezone/Rule.php |    3 +++
 framework/Timezone/package.xml                 |    2 ++
 2 files changed, 5 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/f207d5d3e817fc721190843e767ea44ad923b414
http://git.horde.org/horde-git/-/commit/f207d5d3e817fc721190843e767ea44ad923b414

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

commit 24f13b86557af5d43aac2d1fab35105e573a6997
Author: Jan Schneider <jan at horde.org>
Date:   Fri Oct 18 13:01:35 2013 +0200

    [jan] Fix missing time of day in DTSTART and UNTIL properties.

 framework/Timezone/lib/Horde/Timezone/Rule.php |   50 ++++++++++++++++-------
 framework/Timezone/package.xml                 |    2 +
 2 files changed, 37 insertions(+), 15 deletions(-)

http://github.com/horde/horde/commit/24f13b86557af5d43aac2d1fab35105e573a6997
http://git.horde.org/horde-git/-/commit/24f13b86557af5d43aac2d1fab35105e573a6997

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

commit 003fc416b690971a029f0f1594bcc3fb4578bf58
Author: Jan Schneider <jan at horde.org>
Date:   Fri Oct 18 13:04:51 2013 +0200

    [jan] Make BYMONTHDAY property as short as possible.

 framework/Timezone/lib/Horde/Timezone/Rule.php |    6 +++---
 framework/Timezone/package.xml                 |    2 ++
 2 files changed, 5 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/003fc416b690971a029f0f1594bcc3fb4578bf58
http://git.horde.org/horde-git/-/commit/003fc416b690971a029f0f1594bcc3fb4578bf58

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

commit 7d8527974b57bf91309cc59e693b24607b10c160
Author: Jan Schneider <jan at horde.org>
Date:   Fri Oct 18 13:05:49 2013 +0200

    [jan] Fix broken offsets during first zone rules.

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

http://github.com/horde/horde/commit/7d8527974b57bf91309cc59e693b24607b10c160
http://git.horde.org/horde-git/-/commit/7d8527974b57bf91309cc59e693b24607b10c160

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

commit 4f8997d91a9b767c4e25f575824620e7d95a53c5
Author: Jan Schneider <jan at horde.org>
Date:   Fri Oct 18 13:06:47 2013 +0200

    Fix and update test fixture.

 framework/Timezone/test/Horde/Timezone/fixtures/europe.ics |  561 ++++++------
 1 files changed, 271 insertions(+), 290 deletions(-)

http://github.com/horde/horde/commit/4f8997d91a9b767c4e25f575824620e7d95a53c5
http://git.horde.org/horde-git/-/commit/4f8997d91a9b767c4e25f575824620e7d95a53c5

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

commit 691d36f484f0de41c5dd2429c6ab2bb4de1a32b2
Author: Jan Schneider <jan at horde.org>
Date:   Fri Oct 18 13:07:34 2013 +0200

    Add test for America/Los_Angeles.

 framework/Timezone/package.xml                                 |    9 +-
 framework/Timezone/test/Horde/Timezone/IcalendarTest.php       |    9 +
 framework/Timezone/test/Horde/Timezone/fixtures/losangeles.ics |  122 ++++++++
 framework/Timezone/test/Horde/Timezone/fixtures/northamerica   |   27 ++
 4 files changed, 164 insertions(+), 3 deletions(-)
 create mode 100644 framework/Timezone/test/Horde/Timezone/fixtures/losangeles.ics
 create mode 100644 framework/Timezone/test/Horde/Timezone/fixtures/northamerica

http://github.com/horde/horde/commit/691d36f484f0de41c5dd2429c6ab2bb4de1a32b2
http://git.horde.org/horde-git/-/commit/691d36f484f0de41c5dd2429c6ab2bb4de1a32b2

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

commit bce697eb66190383e1797edb1e76daeef9a4ecb7
Merge: 1e168f3 691d36f
Author: Jan Schneider <jan at horde.org>
Date:   Fri Oct 18 14:43:58 2013 +0200

    Merge branch 'master' into turba_4_2

 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php        |    3 +-
 framework/Icalendar/package.xml                                |    1 -
 framework/ListHeaders/lib/Horde/ListHeaders.php                |   20 +
 framework/ListHeaders/lib/Horde/ListHeaders/Translation.php    |   57 +
 framework/ListHeaders/locale/Horde_ListHeaders.pot             |   46 +
 framework/ListHeaders/package.xml                              |   32 +-
 framework/Mime/lib/Horde/Mime/Headers.php                      |    2 +
 framework/Timezone/lib/Horde/Timezone.php                      |    2 +-
 framework/Timezone/lib/Horde/Timezone/Rule.php                 |   59 +-
 framework/Timezone/lib/Horde/Timezone/Zone.php                 |    3 +-
 framework/Timezone/package.xml                                 |   21 +-
 framework/Timezone/test/Horde/Timezone/IcalendarTest.php       |    9 +
 framework/Timezone/test/Horde/Timezone/fixtures/europe.ics     |  561 ++++----
 framework/Timezone/test/Horde/Timezone/fixtures/losangeles.ics |  122 ++
 framework/Timezone/test/Horde/Timezone/fixtures/northamerica   |   27 +
 horde/docs/INSTALL                                             |   24 +-
 16 files changed, 651 insertions(+), 338 deletions(-)

http://github.com/horde/horde/commit/bce697eb66190383e1797edb1e76daeef9a4ecb7
http://git.horde.org/horde-git/-/commit/bce697eb66190383e1797edb1e76daeef9a4ecb7




More information about the commits mailing list