[commits] Horde branch kronolith_4_2 updated. a268cae539e4a35c883940564cb7abe0844a50d0

Michael J. Rubinsky mrubinsk at horde.org
Mon Aug 19 03:59:30 UTC 2013


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

from: 87ef672729e42026d52af99274eedc20b9ba826d

e747dee [mms] Fix sniffing capabilities for POP3 servers that don't support the CAPA command.
a5d20cf [mms] Add remote POP3 server test.
4163fea Released Horde_Imap_Client-2.12.2
25597a2 Development mode for Horde_Imap_Client-2.12.3
9664382 fix broken unauthenticated calls for $_external handler methods For all other handler methods, ajax.php does checking for the session key later on
064a64e [jan] Fix autocompletion for requester field.
2433970 Add Ajax handler for setPrefValue calls.
4b5334c We require ajax for the sort callback.
fb5ab7f Need to load manually because header() is already called at this point.
39d88de Sigh. Doesn't work either. Whups needs some refactoring.
dbeee80 [jan] Fix sorting tickets by date.
ac60cec Don't require the device to actually be loaded.
e8e1ce6 horde-db-migrate and horde-db-migrate-component need to use the same table name
10e094e phpdoc
68a07bd Bug: 12486 Ensure the Content-Type header is sent before the buffer is flushed.
b662b93 Missing part of fix for Bug: 12486
5620118 [mms] Allow non-authenticated AJAX actions to be defined.
9fb57bf [mms] Cache any data returned from POP3 capability sniffing.
9187c48 [mms] Fix regression in caching for POP3 servers.
a8324f0 Released Horde_Imap_Client-2.12.3
f2f2c55 Development mode for Horde_Imap_Client-2.12.4
30b3c7e Add Horde_Mail_Transport_SmtpHorde#getSMTPObject()
6a8ce37 Fix name of Horde Smtp driver
5a146af [mms] Support Horde_Mail_Transport_Smtphorde when sending messages.
1bae3d7 Correct RFCs
64e7800 Update RFC list
2964817 [mms] The Horde_Mail factory now uses Horde_Smtp as the underlying SMTP driver instead of Net_SMTP.
8f27523 [mms] Use Horde_Smtp to send messages via SMTP.
2398c56 Stress testing on Horde_Smtp - all obvious bugs are fixed now
b22a289 Bump up to 1.0.0 for initial release
ea55f51 Released Horde_Smtp-1.0.0
4b0a5a2 Development mode for Horde_Smtp-1.0.1
63c2c5b Use procid in log entry.
40cec33 Attempt to convert text <-> html when syncing notes via EAS.
ea417af No longer need to load the entire device here.
e2620d1 Output the X-MS-RP header.
8bb3f10 Merge branch 'migrate-component-tablename' of git://github.com/atoomic/horde into atoomic-migrate-component-tablename
41426d7 Remove comment.
4188fa4 Update the JobType selects when the job type list changes.
d5f6635 Update the JobType selects when the job type list changes.
59400b3 Fix highlighting the current sidebar link.
8a04b4e Fix highlighting the current sidebar link.
3f37341 Use the default SMTP port of 25, not the MSA port of 587.
dce33f2 BFN
b223a16 Released Horde_ActiveSync-2.6.2
3a4c2c1 Development mode for Horde_ActiveSync-2.6.3
99391c5 Improve JobType admin form.
83d3567 Initial support for managing Deliverables in Dynamic view.
9e81fde Some css/layout tweaks.
35a59fe Make these collapsable
68eb08e Check for proper values before submitting.
a0503e9 Fix class name
b0e4749 wrap
dcc01dc Merge branch 'hermes_2_0'
01210dc Fix case on macos.
a268cae Merge branch 'master' into kronolith_4_2

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

commit e747dee6de55e24e2d59b091d431e105c3428798
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Aug 15 12:52:15 2013 -0600

    [mms] Fix sniffing capabilities for POP3 servers that don't support the CAPA command.

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

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

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

commit a5d20cf9f1627e9ae085c144576698f90c241c78
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Aug 15 13:32:12 2013 -0600

    [mms] Add remote POP3 server test.

 framework/Imap_Client/package.xml                                 |   10 +-
 .../Imap_Client/test/Horde/Imap/Client/RemoteImapServerTest.php   |    4 +
 .../Imap_Client/test/Horde/Imap/Client/RemotePop3ServerTest.php   |   81 +++++
 framework/Imap_Client/test/Horde/Imap/Client/conf.php.dist        |   19 +
 4 files changed, 111 insertions(+), 3 deletions(-)
 create mode 100644 framework/Imap_Client/test/Horde/Imap/Client/RemotePop3ServerTest.php

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

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

commit 4163fea44d221ef777a0e5dc58faf95fca672620
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Aug 15 13:42:56 2013 -0600

    Released Horde_Imap_Client-2.12.2

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

http://git.horde.org/horde-git/-/commit/4163fea44d221ef777a0e5dc58faf95fca672620

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

commit 25597a21162d3fbbeeb84ee94a7f2902ad046fc8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Aug 15 13:42:56 2013 -0600

    Development mode for Horde_Imap_Client-2.12.3

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

http://git.horde.org/horde-git/-/commit/25597a21162d3fbbeeb84ee94a7f2902ad046fc8

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

commit 9664382ee6550dd91db57c713de1b85bde630576
Author: Ralf Lang <lang at b1-systems.de>
Date:   Fri Aug 16 06:46:26 2013 +0200

    fix broken unauthenticated calls for $_external handler methods
    For all other handler methods, ajax.php does checking for the session key later on

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

http://git.horde.org/horde-git/-/commit/9664382ee6550dd91db57c713de1b85bde630576

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

commit 064a64ef4519b9e9775115726b8e75cb20aa5b32
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 16 16:30:05 2013 +0200

    [jan] Fix autocompletion for requester field.

 whups/docs/CHANGES                 |    1 +
 whups/lib/Ui/VarRenderer/Whups.php |    8 +++++---
 whups/package.xml                  |    2 ++
 3 files changed, 8 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/064a64ef4519b9e9775115726b8e75cb20aa5b32

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

commit 2433970c0284f961fa79a2fd747af378e0dacf74
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 16 16:31:25 2013 +0200

    Add Ajax handler for setPrefValue calls.

 whups/docs/CHANGES             |    1 +
 whups/lib/Ajax/Application.php |   35 +++++++++++++++++++++++++++++++++++
 whups/package.xml              |   10 +++++++---
 3 files changed, 43 insertions(+), 3 deletions(-)
 create mode 100644 whups/lib/Ajax/Application.php

http://git.horde.org/horde-git/-/commit/2433970c0284f961fa79a2fd747af378e0dacf74

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

commit 4b5334ca983d9c038f209f95c82ad25abbbd5697
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 16 16:43:21 2013 +0200

    We require ajax for the sort callback.

 whups/lib/View/Results.php |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

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

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

commit fb5ab7fbdbc44b428b0b3edf975fa5d27d8a7020
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 16 16:49:59 2013 +0200

    Need to load manually because header() is already called at this point.

 whups/lib/View/Results.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 39d88de1ed8d4c8d8a62e2898110f84a982d53fe
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 16 17:12:45 2013 +0200

    Sigh. Doesn't work either. Whups needs some refactoring.

 whups/lib/View/Results.php |    2 --
 whups/query/run.php        |    1 +
 whups/queue/index.php      |    1 +
 whups/search.php           |    1 +
 4 files changed, 3 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/39d88de1ed8d4c8d8a62e2898110f84a982d53fe

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

commit dbeee80cfa53b2746643f21db1c69b279ed971f5
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 16 17:21:36 2013 +0200

    [jan] Fix sorting tickets by date.

 whups/docs/CHANGES               |    1 +
 whups/package.xml                |    2 ++
 whups/templates/view/results.inc |    2 +-
 3 files changed, 4 insertions(+), 1 deletions(-)

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

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

commit ac60cec7872f65dc4880827eb39cf7c2b61a7872
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Aug 16 12:20:35 2013 -0400

    Don't require the device to actually be loaded.
    
    No need to have the device loaded if we already know the info we need.

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

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

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

commit e8e1ce6f4cb96606307104db792ad4efe2b70eca
Author: Nicolas Rochelemagne <nicolas.rochelemagne at cpanel.net>
Date:   Fri Aug 9 16:47:20 2013 -0500

    horde-db-migrate and horde-db-migrate-component need to use the same table name

 framework/Db/bin/horde-db-migrate-component |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

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

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

commit 10e094ea8eeea2f43d4b308b23aba2435daecbdc
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Aug 16 12:37:07 2013 -0400

    phpdoc

 .../ActiveSync/lib/Horde/ActiveSync/Request/ItemOperations.php    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/10e094ea8eeea2f43d4b308b23aba2435daecbdc

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

commit 68a07bdfc1d0b073d25cf6e48286d75fba345917
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Aug 16 12:48:44 2013 -0400

    Bug: 12486 Ensure the Content-Type header is sent before the buffer is flushed.

 framework/ActiveSync/lib/Horde/ActiveSync.php                     |   17 +++++
 .../ActiveSync/lib/Horde/ActiveSync/Request/GetAttachment.php     |    5 ++
 .../ActiveSync/lib/Horde/ActiveSync/Request/ItemOperations.php    |    1 +
 3 files changed, 23 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/68a07bdfc1d0b073d25cf6e48286d75fba345917

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

commit b662b9311f20833b70308404d927e3b982385ca8
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Aug 16 12:57:46 2013 -0400

    Missing part of fix for Bug: 12486

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

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

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

commit 5620118b8ca9a9ab7ed381b809398372acb1247f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Aug 15 14:40:12 2013 -0600

    [mms] Allow non-authenticated AJAX actions to be defined.

 horde/docs/CHANGES      |    1 +
 horde/package.xml       |    2 ++
 horde/services/ajax.php |    8 ++++----
 3 files changed, 7 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/5620118b8ca9a9ab7ed381b809398372acb1247f

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

commit 9fb57bff8a27ffb478f247bc951dbdc060798983
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 16 12:21:30 2013 -0600

    [mms] Cache any data returned from POP3 capability sniffing.

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

http://git.horde.org/horde-git/-/commit/9fb57bff8a27ffb478f247bc951dbdc060798983

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

commit 9187c4812f3b0563d41d82e5777950dbaebe6da3
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 16 12:30:49 2013 -0600

    [mms] Fix regression in caching for POP3 servers.

 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php |   10 ++++++++++
 framework/Imap_Client/package.xml                           |    2 ++
 2 files changed, 12 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/9187c4812f3b0563d41d82e5777950dbaebe6da3

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

commit a8324f0769115251dad18c491960b9af141aade1
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 16 12:48:06 2013 -0600

    Released Horde_Imap_Client-2.12.3

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

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

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

commit f2f2c55636a652f25fa64c18dfada495a66af8bc
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 16 12:48:06 2013 -0600

    Development mode for Horde_Imap_Client-2.12.4

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

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

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

commit 30b3c7ece5f22206e551fa293c3ad92db819dc5f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 16 14:12:42 2013 -0600

    Add Horde_Mail_Transport_SmtpHorde#getSMTPObject()

 framework/Mail/lib/Horde/Mail/Transport/SmtpHorde.php |   29 ++++++++++++-----
 1 files changed, 21 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/30b3c7ece5f22206e551fa293c3ad92db819dc5f

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

commit 6a8ce37f0a1e5c4c7dcb2cb52a71bd7862351f34
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 16 14:35:34 2013 -0600

    Fix name of Horde Smtp driver

 framework/Mail/doc/Horde/Mail/UPGRADING               |    2 +-
 framework/Mail/lib/Horde/Mail/Transport/SmtpHorde.php |  151 -----------------
 framework/Mail/lib/Horde/Mail/Transport/Smtphorde.php |  151 +++++++++++++++++
 framework/Mail/package.xml                            |   12 +-
 4 files changed, 159 insertions(+), 157 deletions(-)
 delete mode 100644 framework/Mail/lib/Horde/Mail/Transport/SmtpHorde.php
 create mode 100644 framework/Mail/lib/Horde/Mail/Transport/Smtphorde.php

http://git.horde.org/horde-git/-/commit/6a8ce37f0a1e5c4c7dcb2cb52a71bd7862351f34

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

commit 5a146af23129e344482a952af8cbe073190c6706
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 16 14:13:14 2013 -0600

    [mms] Support Horde_Mail_Transport_Smtphorde when sending messages.

 framework/Mime/lib/Horde/Mime/Part.php |    6 ++++++
 framework/Mime/package.xml             |    2 ++
 2 files changed, 8 insertions(+), 0 deletions(-)

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

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

commit 1bae3d7dfb98eae3e512ef1984373cb9ee89f1fe
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 16 14:17:22 2013 -0600

    Correct RFCs

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

http://git.horde.org/horde-git/-/commit/1bae3d7dfb98eae3e512ef1984373cb9ee89f1fe

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

commit 64e78003bab3cbf26ebbd3e4f46e24ad4a1681ec
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 16 14:22:06 2013 -0600

    Update RFC list

 imp/docs/RFCS |   35 +++++++++++++++++++++++++----------
 1 files changed, 25 insertions(+), 10 deletions(-)

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

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

commit 2964817ffd81680efa81cb8a7d3670350dc38509
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 16 14:25:11 2013 -0600

    [mms] The Horde_Mail factory now uses Horde_Smtp as the underlying SMTP driver instead of Net_SMTP.

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

http://git.horde.org/horde-git/-/commit/2964817ffd81680efa81cb8a7d3670350dc38509

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

commit 8f27523e591823ea89e3d028f7f6b223313ccc47
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 16 14:37:03 2013 -0600

    [mms] Use Horde_Smtp to send messages via SMTP.

 imp/docs/CHANGES         |    1 +
 imp/lib/Factory/Mail.php |   67 +++++----------------------------------------
 imp/package.xml          |    4 ++-
 3 files changed, 12 insertions(+), 60 deletions(-)

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

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

commit 2398c56a9be7fd8cd5ce867277ba6021eb7a870a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 16 15:26:06 2013 -0600

    Stress testing on Horde_Smtp - all obvious bugs are fixed now

 framework/Smtp/lib/Horde/Smtp.php             |   26 +++++---------
 framework/Smtp/lib/Horde/Smtp/Connection.php  |   48 +++++++++++++++++++++---
 framework/Smtp/lib/Horde/Smtp/Debug.php       |    7 ++--
 framework/Smtp/lib/Horde/Smtp/Filter/Data.php |    2 +-
 4 files changed, 56 insertions(+), 27 deletions(-)

http://git.horde.org/horde-git/-/commit/2398c56a9be7fd8cd5ce867277ba6021eb7a870a

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

commit b22a289631bdff939f3bb8258bb6164aeea87b2b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 16 15:27:23 2013 -0600

    Bump up to 1.0.0 for initial release

 framework/Smtp/package.xml |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

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

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

commit ea55f51f2be537659e6c9f5ca61c895059e2f375
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 16 15:33:24 2013 -0600

    Released Horde_Smtp-1.0.0

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

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

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

commit 4b0a5a250686b651f77d18017eb963e3167b0f0b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 16 15:33:24 2013 -0600

    Development mode for Horde_Smtp-1.0.1

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

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

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

commit 63c2c5b498e0ca8104f6a2d1102051cff8c59e21
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Aug 16 21:46:27 2013 -0400

    Use procid in log entry.

 .../ActiveSync/lib/Horde/ActiveSync/Request/GetAttachment.php     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/63c2c5b498e0ca8104f6a2d1102051cff8c59e21

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

commit 40cec33d0bcea715326c6183fb743ee1c53cff06
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Aug 16 21:47:11 2013 -0400

    Attempt to convert text <-> html when syncing notes via EAS.
    
    Someone will need to test the html client -> server, as none of my
    test clients support HTML notes on the client.
    
    Related to, but I doubt it fixes Bug: 12574

 mnemo/lib/Api.php    |    8 +++++++-
 mnemo/lib/Driver.php |   27 +++++++++++++++++++--------
 2 files changed, 26 insertions(+), 9 deletions(-)

http://git.horde.org/horde-git/-/commit/40cec33d0bcea715326c6183fb743ee1c53cff06

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

commit ea417afc964936024daee0b24092e00a0727d426
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Aug 16 22:02:48 2013 -0400

    No longer need to load the entire device here.
    
    Saves a few database calls, but requires H_ActiveSync 2.6.2,
    so bumb the minimum version.

 horde/admin/activesync.php |    5 +----
 horde/package.xml          |    2 +-
 2 files changed, 2 insertions(+), 5 deletions(-)

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

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

commit e2620d152e2206c0fedd5f57f6af7b5553b58dea
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Aug 16 22:28:21 2013 -0400

    Output the X-MS-RP header.
    
    Notifies clients when the server supports a newer version of EAS than
    the one it is currently paired to the server with.

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

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

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

commit 8bb3f1070e9c160b984a29496b887c1fe7492f69
Merge: e2620d1 e8e1ce6
Author: Jan Schneider <jan at horde.org>
Date:   Sat Aug 17 15:59:40 2013 +0200

    Merge branch 'migrate-component-tablename' of git://github.com/atoomic/horde into atoomic-migrate-component-tablename

 framework/Db/bin/horde-db-migrate-component |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

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

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

commit 41426d768415c49994dfd7541bca0d47659f9a9c
Author: Jan Schneider <jan at horde.org>
Date:   Sat Aug 17 16:00:24 2013 +0200

    Remove comment.
    
    Horde_Db doesn't know about horde-db-migrate.

 framework/Db/bin/horde-db-migrate-component |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/41426d768415c49994dfd7541bca0d47659f9a9c

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

commit 4188fa4678948161f89d74aaaddbc47657f85e6d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 18 02:23:21 2013 -0400

    Update the JobType selects when the job type list changes.

 hermes/js/hermes.js |   27 ++++++++++++++++++++++++++-
 hermes/lib/Ajax.php |    1 +
 2 files changed, 27 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/4188fa4678948161f89d74aaaddbc47657f85e6d

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

commit d5f663546b17e0162783fe9cf74f550b6c131575
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 18 02:23:21 2013 -0400

    Update the JobType selects when the job type list changes.

 hermes/js/hermes.js |   27 ++++++++++++++++++++++++++-
 hermes/lib/Ajax.php |    1 +
 2 files changed, 27 insertions(+), 1 deletions(-)

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

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

commit 59400b3b576c1d164dec8c7539008b08bcb26574
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 18 02:47:09 2013 -0400

    Fix highlighting the current sidebar link.

 hermes/js/hermes.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/59400b3b576c1d164dec8c7539008b08bcb26574

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

commit 8a04b4efff6e92f06b965f7d8f2fb436bd694411
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 18 02:47:09 2013 -0400

    Fix highlighting the current sidebar link.

 hermes/js/hermes.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

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

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

commit 3f373410d7d68db94f209efb09c67e343764516f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 18 15:41:29 2013 -0400

    Use the default SMTP port of 25, not the MSA port of 587.
    
    Horde advertises the default as 25 in the mailer configuration,
    so this needs to match what the mailer code actually uses as the default.
    If we want to change this, it needs to be changed as the advertised default
    in the config and announced loudly in UPGRADING. Just spend 40 minutes
    trying to figure out why I couldn't send mail after upgrading my checkout.

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

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

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

commit dce33f231c38166dce3287a39d151fb6c1dd2c5d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 18 16:18:23 2013 -0400

    BFN

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

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

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

commit b223a16c1002a52632ba860ea0fda9562b25b797
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 18 16:30:02 2013 -0400

    Released Horde_ActiveSync-2.6.2

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

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

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

commit 3a4c2c14189ad0f823f0f2b2a481c8b11777db1a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 18 16:30:02 2013 -0400

    Development mode for Horde_ActiveSync-2.6.3

 framework/ActiveSync/package.xml |   23 ++++++++++++++++-------
 1 files changed, 16 insertions(+), 7 deletions(-)

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

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

commit 99391c55a4dbc261feb6c575aed69d1750257603
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 18 19:47:51 2013 -0400

    Improve JobType admin form.

 hermes/js/hermes.js                      |   88 ++++++++++++++++++++++++------
 hermes/lib/Ajax/Application/Handler.php  |   19 ++++++-
 hermes/lib/Hermes.php                    |    9 +++-
 hermes/templates/dynamic/jobtypes.inc    |   63 ++++++++++++++-------
 hermes/themes/default/dynamic/screen.css |   41 ++++++++++----
 5 files changed, 167 insertions(+), 53 deletions(-)

http://git.horde.org/horde-git/-/commit/99391c55a4dbc261feb6c575aed69d1750257603

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

commit 83d3567afd77e5f641c537ebe0eb244f330ba707
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 18 22:56:06 2013 -0400

    Initial support for managing Deliverables in Dynamic view.
    
    Eventually you will be able to see basic reports/stats on each cost object
    from these views. For now, just exposes admin actions.

 hermes/js/hermes.js                       |  200 ++++++++++++++++++++++++++---
 hermes/lib/Ajax/Application/Handler.php   |   62 +++++++++
 hermes/templates/dynamic/deliverables.inc |   43 ++++++
 hermes/templates/dynamic/index.inc        |    1 +
 hermes/templates/dynamic/jobtypes.inc     |    6 +-
 hermes/templates/dynamic/sidebar.html.php |    6 +
 hermes/themes/default/dynamic/screen.css  |   53 ++++++--
 7 files changed, 335 insertions(+), 36 deletions(-)
 create mode 100644 hermes/templates/dynamic/deliverables.inc

http://git.horde.org/horde-git/-/commit/83d3567afd77e5f641c537ebe0eb244f330ba707

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

commit 9e81fdec722b04476e7e7db556a95e9a2e9a0cbc
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 18 23:19:57 2013 -0400

    Some css/layout tweaks.

 hermes/js/hermes.js                       |    2 +-
 hermes/templates/dynamic/deliverables.inc |   24 ++++++++++++------------
 hermes/templates/dynamic/jobtypes.inc     |    6 +++---
 hermes/themes/default/dynamic/screen.css  |   12 ++++++------
 4 files changed, 22 insertions(+), 22 deletions(-)

http://git.horde.org/horde-git/-/commit/9e81fdec722b04476e7e7db556a95e9a2e9a0cbc

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

commit 35a59feca56f7c2121d6d01b1259d5490e451960
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 18 23:36:59 2013 -0400

    Make these collapsable

 hermes/js/hermes.js                       |    5 +++--
 hermes/lib/Ajax/Application/Handler.php   |    4 ++--
 hermes/templates/dynamic/deliverables.inc |    4 +++-
 hermes/templates/dynamic/jobtypes.inc     |    2 +-
 hermes/templates/dynamic/slices.inc       |    2 +-
 5 files changed, 10 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/35a59feca56f7c2121d6d01b1259d5490e451960

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

commit 68eb08e7a934e95e82b8c6de0fcdef8e70cdbfac
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 18 23:44:17 2013 -0400

    Check for proper values before submitting.

 hermes/js/hermes.js |    9 +++++++++
 hermes/lib/Ajax.php |    3 ++-
 2 files changed, 11 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/68eb08e7a934e95e82b8c6de0fcdef8e70cdbfac

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

commit a0503e970f71f98ddca7d328d40a3239c1d8e612
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 18 23:47:48 2013 -0400

    Fix class name

 hermes/js/hermes.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit b0e474915864a456daa5cac1dcb5254c2f2e40ec
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 18 23:47:58 2013 -0400

    wrap

 hermes/themes/default/dynamic/screen.css |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

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

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

commit dcc01dc126b0ffad60054d1b65b1c8a38513fcec
Merge: 3a4c2c1 b0e4749
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 18 23:50:23 2013 -0400

    Merge branch 'hermes_2_0'
    
    Conflicts:
    	hermes/js/hermes.js
    	hermes/lib/Ajax.php

 hermes/js/hermes.js                       |  290 +++++++++++++++++++++++++----
 hermes/lib/Ajax.php                       |    3 +-
 hermes/lib/Ajax/Application/Handler.php   |   81 ++++++++-
 hermes/lib/Hermes.php                     |    9 +-
 hermes/templates/dynamic/deliverables.inc |   45 +++++
 hermes/templates/dynamic/index.inc        |    1 +
 hermes/templates/dynamic/jobtypes.inc     |   63 ++++--
 hermes/templates/dynamic/sidebar.html.php |    6 +
 hermes/templates/dynamic/slices.inc       |    2 +-
 hermes/themes/default/dynamic/screen.css  |   73 ++++++--
 10 files changed, 500 insertions(+), 73 deletions(-)

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

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

commit 01210dcebd11484644d91a34d4289fc93fd23695
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 18 23:57:39 2013 -0400

    Fix case on macos.

 framework/Mail/lib/Horde/Mail/Transport/SmtpHorde.php |  138 -----------------
 framework/Mail/lib/Horde/Mail/Transport/Smtphorde.php |  138 +++++++++++++++++
 2 files changed, 138 insertions(+), 138 deletions(-)
 delete mode 100644 framework/Mail/lib/Horde/Mail/Transport/SmtpHorde.php
 create mode 100644 framework/Mail/lib/Horde/Mail/Transport/Smtphorde.php

http://git.horde.org/horde-git/-/commit/01210dcebd11484644d91a34d4289fc93fd23695

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

commit a268cae539e4a35c883940564cb7abe0844a50d0
Merge: 01210dc dcc01dc
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 18 23:58:31 2013 -0400

    Merge branch 'master' into kronolith_4_2

 framework/ActiveSync/lib/Horde/ActiveSync.php                     |   31 +-
 .../ActiveSync/lib/Horde/ActiveSync/Request/GetAttachment.php     |    7 +-
 .../ActiveSync/lib/Horde/ActiveSync/Request/ItemOperations.php    |    3 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php           |   12 +-
 framework/ActiveSync/package.xml                                  |   27 +-
 framework/Core/lib/Horde/Core/Factory/Mail.php                    |    4 +-
 framework/Core/package.xml                                        |    2 +
 framework/Db/bin/horde-db-migrate-component                       |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php       |   65 +-
 framework/Imap_Client/package.xml                                 |   38 +-
 .../Imap_Client/test/Horde/Imap/Client/RemoteImapServerTest.php   |    4 +
 .../Imap_Client/test/Horde/Imap/Client/RemotePop3ServerTest.php   |   81 ++
 framework/Imap_Client/test/Horde/Imap/Client/conf.php.dist        |   19 +
 framework/Mail/doc/Horde/Mail/UPGRADING                           |    2 +-
 framework/Mail/lib/Horde/Mail/Transport/Smtphorde.php             |   31 +-
 framework/Mail/package.xml                                        |   12 +-
 framework/Mime/lib/Horde/Mime/Part.php                            |    6 +
 framework/Mime/package.xml                                        |    2 +
 framework/Smtp/lib/Horde/Smtp.php                                 |   32 +-
 framework/Smtp/lib/Horde/Smtp/Connection.php                      |   48 +-
 framework/Smtp/lib/Horde/Smtp/Debug.php                           |    7 +-
 framework/Smtp/lib/Horde/Smtp/Filter/Data.php                     |    2 +-
 framework/Smtp/package.xml                                        |   35 +-
 hermes/js/hermes.js                                               |  297 ++++-
 hermes/lib/Ajax.php                                               |    2 +
 hermes/lib/Ajax/Application/Handler.php                           |   81 ++-
 hermes/lib/Hermes.php                                             |    9 +-
 hermes/templates/dynamic/deliverables.inc                         |   45 +
 hermes/templates/dynamic/index.inc                                |    1 +
 hermes/templates/dynamic/jobtypes.inc                             |   63 +-
 hermes/templates/dynamic/sidebar.html.php                         |    6 +
 hermes/templates/dynamic/slices.inc                               |    2 +-
 hermes/themes/default/dynamic/screen.css                          |   73 +-
 horde/admin/activesync.php                                        |    5 +-
 horde/docs/CHANGES                                                |    1 +
 horde/package.xml                                                 |    4 +-
 horde/services/ajax.php                                           |    8 +-
 imp/docs/CHANGES                                                  |    1 +
 imp/docs/RFCS                                                     |   35 +-
 imp/lib/Factory/Mail.php                                          |   67 +-
 imp/package.xml                                                   |    4 +-
 mnemo/lib/Api.php                                                 |    8 +-
 mnemo/lib/Driver.php                                              |   27 +-
 whups/docs/CHANGES                                                |    3 +
 whups/lib/Ajax/Application.php                                    |   35 +
 whups/lib/Ui/VarRenderer/Whups.php                                |    8 +-
 whups/lib/View/Results.php                                        |    5 +-
 whups/package.xml                                                 |   14 +-
 whups/query/run.php                                               |    1 +
 whups/queue/index.php                                             |    1 +
 whups/search.php                                                  |    1 +
 whups/templates/view/results.inc                                  |    2 +-
 52 files changed, 1025 insertions(+), 256 deletions(-)

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




More information about the commits mailing list