[commits] Horde branch imp_6_1 updated. 48c264a596e631a72f0faa211acc291f2f62b813

Michael M Slusarz slusarz at horde.org
Sat Feb 9 20:28:03 UTC 2013


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

from: 19702a11f374221a3a709c33bb0ab8120afb373f

ac4182a Fix getFormatHeight() and getFormatWidth() in landscape mode.
db0a992 Skip broken tests.
c85e58a Doesn't work at the moment.
e3b6a42 Remove owner from user permissions.
f81a86f Skip tests for now.
8d0b1db Return if connecting failed.
aabe980 ENT_HTML401 is PHP 5.4 only.
4fd02a5 Throw exception to find out what Travis sees, that I don't.
aa0fa47 Skip test if no LDAP extension available.
c11cc31 Fix class name.
b3640f7 [jan] Fix generating form tags.
6006d01 Fix tests.
a71e7cb Better still, just use the default value
e2d89d2 Fix tests.
b371e98 Skip if we cannot build a timestamp.
08f0260 More checks for valid timestamps.
8e70718 Travis is working fine now.
c1551f8 Add ability to indicate debugging output is required for pageoutput elements
48c264a Merge branch 'master' into imp_6_1

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

commit ac4182a5a0da1dc4acf4dfae7004a07f109faee7
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 8 15:40:02 2013 +0100

    Fix getFormatHeight() and getFormatWidth() in landscape mode.

 framework/Pdf/lib/Horde/Pdf/Writer.php      |    7 ++-----
 framework/Pdf/test/Horde/Pdf/WriterTest.php |   10 +++++-----
 2 files changed, 7 insertions(+), 10 deletions(-)

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

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

commit db0a992ffae1cb4851165962a364a2985e4c83c9
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 8 15:46:56 2013 +0100

    Skip broken tests.

 .../Prefs/test/Horde/Prefs/Unit/Storage/KolabImapLogTest.php      |    2 +
 framework/Prefs/test/Horde/Prefs/Unit/Storage/KolabImapTest.php   |   10 +---
 2 files changed, 5 insertions(+), 7 deletions(-)

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

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

commit c85e58a92fa01ec492a31af63df213800c1523eb
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 8 16:03:55 2013 +0100

    Doesn't work at the moment.

 framework/ActiveSync/test/Horde/ActiveSync/TimezoneTest.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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

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

commit e3b6a4247cfebf104f940ec95bbf06a2fec68922
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 8 16:21:20 2013 +0100

    Remove owner from user permissions.

 framework/Perms/lib/Horde/Perms/Permission/Kolab.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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

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

commit f81a86fac28b0fd8266733122a243b71a2292a48
Author: Jan Schneider <jan at horde.org>
Date:   Sat Feb 9 00:32:40 2013 +0100

    Skip tests for now.

 framework/Share/test/Horde/Share/Kolab/MockTest.php |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

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

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

commit 8d0b1db1c68371aa83c5f583354655f5f11035a3
Author: Jan Schneider <jan at horde.org>
Date:   Sat Feb 9 00:35:03 2013 +0100

    Return if connecting failed.

 framework/Db/test/Horde/Db/Adapter/MysqlTest.php     |    3 +++
 framework/Db/test/Horde/Db/Adapter/MysqliTest.php    |    3 +++
 framework/Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php |    3 +++
 3 files changed, 9 insertions(+), 0 deletions(-)

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

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

commit aabe980a34822da86b453886987fd3ad3c81fcdb
Author: Jan Schneider <jan at horde.org>
Date:   Sat Feb 9 00:47:55 2013 +0100

    ENT_HTML401 is PHP 5.4 only.

 framework/Util/lib/Horde/Domhtml.php |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

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

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

commit 4fd02a54135c189405fb8070af9ea7bd05315aca
Author: Jan Schneider <jan at horde.org>
Date:   Sat Feb 9 00:52:31 2013 +0100

    Throw exception to find out what Travis sees, that I don't.

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

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

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

commit aa0fa4770be93c5197b74e563333a13ef7de7623
Author: Jan Schneider <jan at horde.org>
Date:   Sat Feb 9 01:07:35 2013 +0100

    Skip test if no LDAP extension available.

 .../Horde/Kolab/Server/Class/Server/Connection/SimpleldapTest.php |    4 ++++
 .../Kolab/Server/Class/Server/Connection/SplittedldapTest.php     |    4 ++++
 2 files changed, 8 insertions(+), 0 deletions(-)

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

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

commit c11cc310e4b9cf092f2660d14a038808ec4e4c6e
Author: Jan Schneider <jan at horde.org>
Date:   Sat Feb 9 01:16:37 2013 +0100

    Fix class name.

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

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

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

commit b3640f7ee829fda4591409d6c0ec08faeda907f8
Author: Jan Schneider <jan at horde.org>
Date:   Sat Feb 9 01:30:38 2013 +0100

    [jan] Fix generating form tags.

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

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

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

commit 6006d015361a723c9b9016b57c974efaf3b8289a
Author: Jan Schneider <jan at horde.org>
Date:   Sat Feb 9 01:31:08 2013 +0100

    Fix tests.

 framework/View/test/Horde/View/Helper/DebugTest.php   |    6 +-
 framework/View/test/Horde/View/Helper/FormTagTest.php |   32 +++---
 framework/View/test/Horde/View/Helper/FormTest.php    |  114 ++++++++--------
 framework/View/test/Horde/View/Helper/TagTest.php     |   16 +-
 4 files changed, 86 insertions(+), 82 deletions(-)

http://git.horde.org/horde-git/-/commit/6006d015361a723c9b9016b57c974efaf3b8289a

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

commit a71e7cb102d17288622f811924db64ef84841f80
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Feb 8 17:31:56 2013 -0700

    Better still, just use the default value

 framework/Util/lib/Horde/Domhtml.php |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

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

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

commit e2d89d26f1454bc9d4f9ab6246365c0fddece83e
Author: Jan Schneider <jan at horde.org>
Date:   Sat Feb 9 01:37:05 2013 +0100

    Fix tests.

 .../Storage/ComponentTest/Data/Object/Message/ModifiedTest.php    |    3 +--
 .../Kolab/Storage/ComponentTest/Data/Object/Message/NewTest.php   |    4 +---
 .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/ObjectTest.php    |    4 +---
 3 files changed, 3 insertions(+), 8 deletions(-)

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

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

commit b371e98948ff9f8e702ec2e3a9107428894b8208
Author: Jan Schneider <jan at horde.org>
Date:   Sat Feb 9 01:57:13 2013 +0100

    Skip if we cannot build a timestamp.
    
    Not much we can do if we cannot decipher the date string or the system doesn't
    support timestamps for that date.

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

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

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

commit 08f0260a4cc820ed312f5fa8ccaf10ca32befabe
Author: Jan Schneider <jan at horde.org>
Date:   Sat Feb 9 10:12:21 2013 +0100

    More checks for valid timestamps.

 framework/Icalendar/lib/Horde/Icalendar/Vtimezone.php |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/08f0260a4cc820ed312f5fa8ccaf10ca32befabe

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

commit 8e707185f2f426b5aef2c0e7675f926ecdabfdaa
Author: Jan Schneider <jan at horde.org>
Date:   Sat Feb 9 10:55:23 2013 +0100

    Travis is working fine now.
    
    All test errors have been fixed. All that remains are real test failures that
    everybody should take a look at if time permits. Not all tests are enabled yet,
    but it's a good basis.

 .travis.yml |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

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

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

commit c1551f81be50841d0a3fc5d90e1900affc9663bd
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Feb 9 13:24:53 2013 -0700

    Add ability to indicate debugging output is required for pageoutput elements
    
    Currently, the only thing that is supported is switching the smartmobile
    delivery of jquery from compressed to uncompressed.
    
    This is NOT an API change - it is meant for developer debugging only -
    so the API version will not be bumped.

 framework/Core/lib/Horde/PageOutput.php |   21 +++++++++++++++------
 1 files changed, 15 insertions(+), 6 deletions(-)

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

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

commit 48c264a596e631a72f0faa211acc291f2f62b813
Merge: 19702a1 c1551f8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Feb 9 13:27:43 2013 -0700

    Merge branch 'master' into imp_6_1

 .travis.yml                                                       |    2 -
 framework/ActiveSync/test/Horde/ActiveSync/TimezoneTest.php       |    1 +
 framework/Core/lib/Horde/PageOutput.php                           |   21 +-
 framework/Db/test/Horde/Db/Adapter/MysqlTest.php                  |    3 +
 framework/Db/test/Horde/Db/Adapter/MysqliTest.php                 |    3 +
 framework/Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php              |    3 +
 framework/Icalendar/lib/Horde/Icalendar.php                       |    3 +
 framework/Icalendar/lib/Horde/Icalendar/Vtimezone.php             |    7 +-
 .../Horde/Kolab/Server/Class/Server/Connection/SimpleldapTest.php |    4 +
 .../Kolab/Server/Class/Server/Connection/SplittedldapTest.php     |    4 +
 .../Storage/ComponentTest/Data/Object/Message/ModifiedTest.php    |    3 +-
 .../Kolab/Storage/ComponentTest/Data/Object/Message/NewTest.php   |    4 +-
 .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/ObjectTest.php    |    4 +-
 framework/Pdf/lib/Horde/Pdf/Writer.php                            |    7 +-
 framework/Pdf/test/Horde/Pdf/WriterTest.php                       |   10 +-
 framework/Perms/lib/Horde/Perms/Permission/Kolab.php              |    1 +
 .../Prefs/test/Horde/Prefs/Unit/Storage/KolabImapLogTest.php      |    2 +
 framework/Prefs/test/Horde/Prefs/Unit/Storage/KolabImapTest.php   |   10 +-
 framework/Share/test/Horde/Share/Kolab/MockTest.php               |    3 +
 framework/Util/lib/Horde/Domhtml.php                              |    2 +-
 framework/View/lib/Horde/View/Helper/FormTag.php                  |    3 +-
 framework/View/package.xml                                        |    4 +-
 framework/View/test/Horde/View/Helper/DebugTest.php               |    6 +-
 framework/View/test/Horde/View/Helper/FormTagTest.php             |   32 +-
 framework/View/test/Horde/View/Helper/FormTest.php                |  114 ++--
 framework/View/test/Horde/View/Helper/TagTest.php                 |   16 +-
 26 files changed, 151 insertions(+), 121 deletions(-)

http://git.horde.org/horde-git/-/commit/48c264a596e631a72f0faa211acc291f2f62b813




More information about the commits mailing list