[commits] Horde branch imp_multiple_accounts updated. 64f065acb6b08fbb2ea0be565308c441284ab59a

Michael M Slusarz slusarz at horde.org
Mon Sep 16 23:19:47 UTC 2013


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

from: f15c20794b81f58bd9e82c5a9fec82f19a1249e2

b92ce68 [jan] Gracefully deal with columns removed from the backend.
8a1d66b Move default SQL quoting to base class.
dd81bd5 Add a CLI formatter and handler.
f711a68 Use new log handler.
e9b1405 Some places to use === instead of ==
3dae408 phpdoc
b8fffc4 [mms] Fix regression where INBOX may not be recognized as subscribed, if the server doesn't list it in the subscribed list.
3d4eeeb Released Horde_Imap_Client-2.15.3
427326c Development mode for Horde_Imap_Client-2.15.4
5ddae5d Merge branch 'master' into imp_6_2
64f065a Merge branch 'imp_6_2' into imp_multiple_accounts

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

commit b92ce68a0320c430b87fc8d50e0f1cc29b90c64b
Author: Jan Schneider <jan at horde.org>
Date:   Mon Sep 16 12:39:34 2013 +0200

    [jan] Gracefully deal with columns removed from the backend.

 turba/docs/CHANGES  |    1 +
 turba/lib/Turba.php |    7 ++++++-
 turba/package.xml   |    4 ++--
 3 files changed, 9 insertions(+), 3 deletions(-)

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

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

commit 8a1d66b839725bfb8e09c08286ad9f7d14739079
Author: Jan Schneider <jan at horde.org>
Date:   Mon Sep 16 17:48:42 2013 +0200

    Move default SQL quoting to base class.

 framework/Db/lib/Horde/Db/Adapter/Base/Schema.php       |   11 +++++---
 framework/Db/lib/Horde/Db/Adapter/Mysql/Schema.php      |    6 ++--
 framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php |   18 ++------------
 framework/Db/lib/Horde/Db/Adapter/Sqlite/Schema.php     |   18 ++------------
 4 files changed, 16 insertions(+), 37 deletions(-)

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

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

commit dd81bd5bc9520536d5efe31d0b2a2262aacf84f4
Author: Jan Schneider <jan at horde.org>
Date:   Tue Sep 17 00:40:26 2013 +0200

    Add a CLI formatter and handler.

 framework/Log/lib/Horde/Log/Formatter/Cli.php |   76 +++++++++++++++++++++++++
 framework/Log/lib/Horde/Log/Handler/Cli.php   |   56 ++++++++++++++++++
 framework/Log/package.xml                     |   28 ++++++---
 3 files changed, 151 insertions(+), 9 deletions(-)
 create mode 100644 framework/Log/lib/Horde/Log/Formatter/Cli.php
 create mode 100644 framework/Log/lib/Horde/Log/Handler/Cli.php

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

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

commit f711a682ce6ade8fea400c865bd083585c36e09d
Author: Jan Schneider <jan at horde.org>
Date:   Tue Sep 17 00:46:15 2013 +0200

    Use new log handler.

 framework/Group/test/Horde/Group/Sql/Base.php                     |    6 +----
 framework/Prefs/test/Horde/Prefs/Unit/Storage/Sql/Base.php        |    6 +----
 .../SessionHandler/test/Horde/SessionHandler/Storage/Sql/Base.php |    6 +----
 framework/Vfs/test/Horde/Vfs/Sql/Base.php                         |    6 +----
 framework/Vfs/test/Horde/Vfs/SqlFile/Base.php                     |    6 +----
 5 files changed, 5 insertions(+), 25 deletions(-)

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

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

commit e9b1405d405a98d43534724359fd4b06d85d04b5
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Sep 15 18:50:19 2013 -0600

    Some places to use === instead of ==

 imp/lib/Auth.php      |    2 +-
 imp/lib/Flags.php     |    2 +-
 imp/lib/Imap/Tree.php |    2 +-
 imp/lib/Mailbox.php   |    2 +-
 imp/rss.php           |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

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

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

commit 3dae408ad0dfd9a4c977dc4add8419180e8b8625
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Sep 16 16:50:11 2013 -0600

    phpdoc

 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit b8fffc488e5dc85b583c69b0085c06400f39b6cd
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Sep 16 16:50:41 2013 -0600

    [mms] Fix regression where INBOX may not be recognized as subscribed, if the server doesn't list it in the subscribed list.

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

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

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

commit 3d4eeeb8fecbd637ad7ebda3c7e9a5a5bf346cc7
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Sep 16 17:13:41 2013 -0600

    Released Horde_Imap_Client-2.15.3

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

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

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

commit 427326ccc3036165e28594814715d602de23065c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Sep 16 17:13:41 2013 -0600

    Development mode for Horde_Imap_Client-2.15.4

 framework/Imap_Client/package.xml |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/427326ccc3036165e28594814715d602de23065c

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

commit 5ddae5d5995e0221bfc55ab3221ec47df9c84901
Merge: 80aa3e6 427326c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Sep 16 17:16:26 2013 -0600

    Merge branch 'master' into imp_6_2

 framework/Db/lib/Horde/Db/Adapter/Base/Schema.php                 |   11 +-
 framework/Db/lib/Horde/Db/Adapter/Mysql/Schema.php                |    6 +-
 framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php           |   18 +-
 framework/Db/lib/Horde/Db/Adapter/Sqlite/Schema.php               |   18 +-
 framework/Group/test/Horde/Group/Sql/Base.php                     |    6 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php            |    4 +-
 framework/Imap_Client/package.xml                                 |   19 +-
 framework/Log/lib/Horde/Log/Formatter/Cli.php                     |   76 +++++
 framework/Log/lib/Horde/Log/Handler/Cli.php                       |   56 +++
 framework/Log/package.xml                                         |   28 +-
 framework/Prefs/test/Horde/Prefs/Unit/Storage/Sql/Base.php        |    6 +-
 .../SessionHandler/test/Horde/SessionHandler/Storage/Sql/Base.php |    6 +-
 framework/Vfs/test/Horde/Vfs/Sql/Base.php                         |    6 +-
 framework/Vfs/test/Horde/Vfs/SqlFile/Base.php                     |    6 +-
 imp/lib/Auth.php                                                  |    2 +-
 imp/lib/Flags.php                                                 |    2 +-
 imp/lib/Imap/Tree.php                                             |    2 +-
 imp/lib/Mailbox.php                                               |    2 +-
 imp/rss.php                                                       |    2 +-
 turba/docs/CHANGES                                                |    1 +
 turba/lib/Turba.php                                               |    7 +-
 turba/package.xml                                                 |    4 +-
 22 files changed, 204 insertions(+), 84 deletions(-)

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

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

commit 64f065acb6b08fbb2ea0be565308c441284ab59a
Merge: f15c207 5ddae5d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Sep 16 17:19:01 2013 -0600

    Merge branch 'imp_6_2' into imp_multiple_accounts
    
    Conflicts:
    	imp/lib/Imap/Tree.php

 framework/Db/lib/Horde/Db/Adapter/Base/Schema.php                 |   11 +-
 framework/Db/lib/Horde/Db/Adapter/Mysql/Schema.php                |    6 +-
 framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php           |   18 +-
 framework/Db/lib/Horde/Db/Adapter/Sqlite/Schema.php               |   18 +-
 framework/Group/test/Horde/Group/Sql/Base.php                     |    6 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php            |    4 +-
 framework/Imap_Client/package.xml                                 |   19 +-
 framework/Log/lib/Horde/Log/Formatter/Cli.php                     |   76 +++++
 framework/Log/lib/Horde/Log/Handler/Cli.php                       |   56 +++
 framework/Log/package.xml                                         |   28 +-
 framework/Prefs/test/Horde/Prefs/Unit/Storage/Sql/Base.php        |    6 +-
 .../SessionHandler/test/Horde/SessionHandler/Storage/Sql/Base.php |    6 +-
 framework/Vfs/test/Horde/Vfs/Sql/Base.php                         |    6 +-
 framework/Vfs/test/Horde/Vfs/SqlFile/Base.php                     |    6 +-
 imp/lib/Auth.php                                                  |    2 +-
 imp/lib/Flags.php                                                 |    2 +-
 imp/lib/Ftree.php                                                 |    2 +-
 imp/lib/Mailbox.php                                               |    2 +-
 imp/rss.php                                                       |    2 +-
 turba/docs/CHANGES                                                |    1 +
 turba/lib/Turba.php                                               |    7 +-
 turba/package.xml                                                 |    4 +-
 22 files changed, 204 insertions(+), 84 deletions(-)

http://git.horde.org/horde-git/-/commit/64f065acb6b08fbb2ea0be565308c441284ab59a




More information about the commits mailing list