[commits] Horde branch master updated. 35fdeb068c9d6795850d9a76ecd8ffcfc0e7e2e3

Jan Schneider jan at horde.org
Wed Feb 26 16:50:01 UTC 2014


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

from: 945cf81d3fbd11cc2bab84b9d29eb09f4f61bbb2

72fa12b Fix date format.
34d8efc Check if passwords are returned.
e759e47 Add Horde_Db_Adapter_Base#writeCache() and readCache().
e5b9b1a Avoid notice in the logs.
06a1e95 Use binaryToString().
69852fd Fix type.
f20b421 Fix notices and undefined row.
ccc9332 Spacing
aea3719 Use binaryToString() for text columns.
00c3f96 Typehint
35fdeb0 Avoid notices on null columns.

Summary: http://github.com/horde/horde/compare/945cf81d3fbd11cc2bab84b9d29eb09f4f61bbb2...35fdeb068c9d6795850d9a76ecd8ffcfc0e7e2e3

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

commit 72fa12be426c463e0e46fb4130bf8c0182fb2a7b
Author: Jan Schneider <jan at horde.org>
Date:   Tue Feb 25 13:04:25 2014 +0100

    Fix date format.

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

http://github.com/horde/horde/commit/72fa12be426c463e0e46fb4130bf8c0182fb2a7b
http://git.horde.org/horde-git/-/commit/72fa12be426c463e0e46fb4130bf8c0182fb2a7b

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

commit 34d8efc88f067eae7a32e0263fc9d96bd896d006
Author: Jan Schneider <jan at horde.org>
Date:   Wed Feb 26 12:57:20 2014 +0100

    Check if passwords are returned.

 gollem/lib/Auth.php |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/34d8efc88f067eae7a32e0263fc9d96bd896d006
http://git.horde.org/horde-git/-/commit/34d8efc88f067eae7a32e0263fc9d96bd896d006

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

commit e759e472810c1aeb7c782a683ec7d4153dc29831
Author: Jan Schneider <jan at horde.org>
Date:   Wed Feb 26 15:42:29 2014 +0100

    Add Horde_Db_Adapter_Base#writeCache() and readCache().
    
    Avoid cache collisions when changing adapters or configurations.

 framework/Db/lib/Horde/Db/Adapter/Base.php              |   35 +++++++++++++++
 framework/Db/lib/Horde/Db/Adapter/Base/Schema.php       |    4 +-
 framework/Db/lib/Horde/Db/Adapter/Mysql/Schema.php      |   12 +++---
 framework/Db/lib/Horde/Db/Adapter/Oracle/Schema.php     |   14 +++---
 framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php |    8 ++--
 framework/Db/lib/Horde/Db/Adapter/Sqlite/Schema.php     |   12 +++---
 framework/Db/package.xml                                |    4 ++
 7 files changed, 64 insertions(+), 25 deletions(-)

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

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

commit e5b9b1af379617dc1b76efe2b261067f05f721b1
Author: Jan Schneider <jan at horde.org>
Date:   Wed Feb 26 16:05:29 2014 +0100

    Avoid notice in the logs.

 turba/contact.php |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

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

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

commit 06a1e95577df6455cd4bcbaa993a45757969c9b4
Author: Jan Schneider <jan at horde.org>
Date:   Wed Feb 26 16:26:02 2014 +0100

    Use binaryToString().

 mnemo/docs/CHANGES       |    1 +
 mnemo/lib/Driver/Sql.php |   12 +++++++++++-
 mnemo/package.xml        |    4 +++-
 3 files changed, 15 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/06a1e95577df6455cd4bcbaa993a45757969c9b4
http://git.horde.org/horde-git/-/commit/06a1e95577df6455cd4bcbaa993a45757969c9b4

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

commit 69852fdcbe4773f3113a6f40b010daa09fc8ab77
Author: Jan Schneider <jan at horde.org>
Date:   Wed Feb 26 16:26:14 2014 +0100

    Fix type.

 mnemo/memo.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/69852fdcbe4773f3113a6f40b010daa09fc8ab77
http://git.horde.org/horde-git/-/commit/69852fdcbe4773f3113a6f40b010daa09fc8ab77

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

commit f20b42152b65e63f984bf7af5fca1a51bbc58b9e
Author: Jan Schneider <jan at horde.org>
Date:   Wed Feb 26 16:26:39 2014 +0100

    Fix notices and undefined row.

 nag/lib/Driver/Sql.php         |    2 +-
 nag/lib/Ui/VarRenderer/Nag.php |    4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

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

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

commit ccc933248e2a08705b807cb33f8256008335abae
Author: Jan Schneider <jan at horde.org>
Date:   Wed Feb 26 17:45:18 2014 +0100

    Spacing

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

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

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

commit aea3719b39d91e9f76b04dc5dfd7f38787ab5697
Author: Jan Schneider <jan at horde.org>
Date:   Wed Feb 26 17:48:52 2014 +0100

    Use binaryToString() for text columns.

 kronolith/docs/CHANGES                |    1 +
 kronolith/lib/Driver/Resource/Sql.php |   23 ++++++++++++++++--
 kronolith/lib/Driver/Sql.php          |   41 +++++++++++++++++++++++++++++++-
 kronolith/package.xml                 |    2 +
 4 files changed, 62 insertions(+), 5 deletions(-)

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

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

commit 00c3f96fa65c0260ca156d6c05a416f90249b340
Author: Jan Schneider <jan at horde.org>
Date:   Wed Feb 26 17:49:17 2014 +0100

    Typehint

 kronolith/lib/Event.php       |    2 +-
 kronolith/lib/Event/Horde.php |   10 +++++-----
 kronolith/lib/Event/Kolab.php |   12 ++++++------
 kronolith/lib/Event/Sql.php   |   12 ++++++------
 4 files changed, 18 insertions(+), 18 deletions(-)

http://github.com/horde/horde/commit/00c3f96fa65c0260ca156d6c05a416f90249b340
http://git.horde.org/horde-git/-/commit/00c3f96fa65c0260ca156d6c05a416f90249b340

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

commit 35fdeb068c9d6795850d9a76ecd8ffcfc0e7e2e3
Author: Jan Schneider <jan at horde.org>
Date:   Wed Feb 26 17:49:39 2014 +0100

    Avoid notices on null columns.

 kronolith/lib/Event/Sql.php |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/35fdeb068c9d6795850d9a76ecd8ffcfc0e7e2e3
http://git.horde.org/horde-git/-/commit/35fdeb068c9d6795850d9a76ecd8ffcfc0e7e2e3




More information about the commits mailing list