[commits] Horde branch imp_multiple_accounts updated. 85ea911fc784c1ee87b3d97be1f51afe0fb10708

Michael M Slusarz slusarz at horde.org
Tue Sep 10 18:55:16 UTC 2013


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

from: 0edbf334d535fc57046c78a0d09fc34b9e50ba66

a095760 Add flotr2.js
4b2fde1 Add template/css for a deliverables detail page.
c474988 Rough idea of a details page. Work In Progress (tm).
8b310ac ws
9733ad4 Tweak graphs, css etc...
bcf96d7 More tweaks.
3e8a179 ..and actually populate the data.
356aef1 Add excanvas for IE < 9  canvas compatibility.
cd651b9 Better method name.
50155e8 Remove commented out code.
3ff37bf This should float right.
a4d6ad0 Better method name.
08adc8c Extract out Hermes::getCostObjects().
586938a Return ALL deliverables/costobjects, not just local.
1c247d8 ws
497b180 Extract to separate methods.
0c90ed8 use gettext strings
442ffd5 Clear the billable chart
55941ada Merge branch 'hermes'
6109eca Requires Core 2.9.0
0b09067 ws
f5d86c6 Fix variables
3417f32 Make sure SMTP default port is 25, at least until H6
77c0b9b This is a select list, not a menu.
6b56b55 Allow switching the text of the first element in the select list.
219ba1a Display the "general" cost objects when no client is selected.
9b2d21b phpdoc
aca52bf [mms] Fix aborting a pipelined DATA command if only a subset of recipients were rejected (Bug #12659).
830d8d8 Released Horde_Smtp-1.2.2
1a7681f Development mode for Horde_Smtp-1.2.3
0714750 Don't fail if we don't find the message, log it and continue.
5943d00 CHANGES
53fe969 Correct way to prevent the infinite loop.
01b768c Released Horde_ActiveSync-2.7.3
206efe4 Development mode for Horde_ActiveSync-2.7.4
5fc3cb8 Show either/or, not both.
ee57cd3 Add some missing comments/jsdoc
2d58dcb Add a participants graph, tweak layout/css.
be00974 Ensure we have a username.
239a45a Move this to the other side of the chart.
0e8fcdd Make this a bit wider
eebaedf Tweak charts, only add the data to the series if it is non-zero.
47c032c Don't limit to 30days of data.
7be97d9 Some more chart/css/canvas tweaks.
ac03697 Bug #12662 - fix object return
c6d318e Don't attach address book behavior if contacts API is unavailable.
baf19b7 Fix generated URL.
ec204dc [jan] Don't attach address book behavior if contacts API is unavailable.
ba0ae75 [jan] Display "Other Options" icon instead of "New Window" icon in collapsed preview headers.
52015a5 Bug: 12660 Don't query History when we don't need to.
e3060f8 CHANGES
7b15d38 Another place to work around broken clients.
b949643 Still add the collection or it possibly won't be picked up for PING.
0fa5b22 Proper place to validate this.
244e722 Viral typo
b74bb78 Only send the data that we have.
9e77984 If we are doing OL AutoDiscovery, require SMTP host.
5e01d76 *sigh* Revert 0fa5b22537e55728862b83d1f3d4f70cc0c7731d.
99665b6 Merge branch 'master' into imp_6_2
8a576e9 Fix icon positioning
498b913 Make execute() and select() abstract, deprecate execute().
8a7f6a0 Refactor unit tests (again).
6473f78 [jan] Don't ping server before each query in PDO drivers (Bug #12656).
ad0c9e6 Use constant.
9ebe9f1 Possible fix for Bug: 12647, add missing 'id' attribute to form.
cff7a6b Not used.
e125ba7 phpdoc
f21a905 We haven't needed this hack/workaround for sometime now. Remove.
91ce576 typo
cd6639e This is not always a modseq value, log it accordingly.
ec342e8 Tweak some comments/spacing.
e83c71f phpdoc
d19ee6e Support sending SOFTDELETE changes to the client.
269f539 Some comments while I'm poking around.
f686341 [mms] Don't attempt to get quota information from non-IMAP mailboxes (Bug #12608).
02f123c Typo
f31d7a7 Improved parsing of e-mail address input
949b895 Clean-up addresses when saving a draft
c980954 Merge branch 'master' into imp_6_2
85ea911 Merge branch 'imp_6_2' into imp_multiple_accounts

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

commit a0957604f097416c8f26f34779e7c83e3d75a88b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Sep 4 18:45:51 2013 -0400

    Add flotr2.js

 framework/Core/js/flotr2/flotr2.js | 7203 ++++++++++++++++++++++++++++++++++++
 framework/Core/package.xml         |    5 +-
 2 files changed, 7207 insertions(+), 1 deletions(-)
 create mode 100644 framework/Core/js/flotr2/flotr2.js

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

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

commit 4b2fde119c04273ab305940cc0c28bde6da7400a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Sep 4 18:46:46 2013 -0400

    Add template/css for a deliverables detail page.

 hermes/templates/dynamic/deliverabledetail.inc |   11 +++++
 hermes/templates/dynamic/deliverables.inc      |    3 +-
 hermes/templates/dynamic/index.inc             |    3 +
 hermes/themes/default/dynamic/screen.css       |   50 +++++++++++++-----------
 4 files changed, 42 insertions(+), 25 deletions(-)
 create mode 100644 hermes/templates/dynamic/deliverabledetail.inc

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

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

commit c4749880b26e6104e33f69c6d2d3a9c4c42156d7
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Sep 4 18:47:10 2013 -0400

    Rough idea of a details page. Work In Progress (tm).

 hermes/js/hermes.js                     |  124 ++++++++++++++++++++++++++++++-
 hermes/lib/Ajax.php                     |    7 ++-
 hermes/lib/Ajax/Application/Handler.php |   20 +++++
 hermes/lib/Driver/Sql.php               |    2 +-
 4 files changed, 150 insertions(+), 3 deletions(-)

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

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

commit 8b310acbced6d45d31c1c7219a09c433a724c712
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Sep 4 20:14:13 2013 -0400

    ws

 framework/Core/js/flotr2/flotr2.js |  466 ++++++++++++++++++------------------
 1 files changed, 233 insertions(+), 233 deletions(-)

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

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

commit 9733ad4ed7b1d58e32e31ca3a00ba4456bcb91b0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Sep 4 20:14:45 2013 -0400

    Tweak graphs, css etc...
    
    Just trying things out at this point, feel free to move around.

 hermes/js/hermes.js                            |   23 ++++++++-----
 hermes/lib/Ajax.php                            |    3 +-
 hermes/templates/dynamic/deliverabledetail.inc |   22 ++++++++++---
 hermes/themes/default/dynamic/screen.css       |   39 ++++++++++++++++++++----
 4 files changed, 66 insertions(+), 21 deletions(-)

http://git.horde.org/horde-git/-/commit/9733ad4ed7b1d58e32e31ca3a00ba4456bcb91b0

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

commit bcf96d737127d5e7aa38abe30eabb95fb4f76783
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Sep 4 20:17:18 2013 -0400

    More tweaks.

 hermes/js/hermes.js                            |    4 +---
 hermes/templates/dynamic/deliverabledetail.inc |    1 +
 2 files changed, 2 insertions(+), 3 deletions(-)

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

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

commit 3e8a17949dabf66e9dd9ddbeecf296005e5ba22e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Sep 4 20:36:09 2013 -0400

    ..and actually populate the data.

 hermes/js/hermes.js                            |    8 +++++++-
 hermes/templates/dynamic/deliverabledetail.inc |    6 +++---
 hermes/themes/default/dynamic/screen.css       |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)

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

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

commit 356aef1a01e740c1ebd983d38a565ee842e62d8e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Sep 4 23:21:16 2013 -0400

    Add excanvas for IE < 9  canvas compatibility.

 framework/Core/js/excanvas/excanvas.js     |  924 ++++++++++++++++++++++++++++
 framework/Core/js/excanvas/excanvas.min.js |   35 +
 framework/Core/package.xml                 |   10 +-
 hermes/lib/Ajax.php                        |    3 +
 4 files changed, 970 insertions(+), 2 deletions(-)
 create mode 100755 framework/Core/js/excanvas/excanvas.js
 create mode 100755 framework/Core/js/excanvas/excanvas.min.js

http://git.horde.org/horde-git/-/commit/356aef1a01e740c1ebd983d38a565ee842e62d8e

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

commit cd651b92d5d32058832e369d278b39a1306eccaa
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Sep 4 23:32:24 2013 -0400

    Better method name.

 hermes/js/hermes.js                     |    8 ++++----
 hermes/lib/Ajax/Application/Handler.php |    5 +++--
 2 files changed, 7 insertions(+), 6 deletions(-)

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

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

commit 50155e8ffbdf41389aff24a549b49ed82c68897e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Sep 4 23:32:41 2013 -0400

    Remove commented out code.

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

http://git.horde.org/horde-git/-/commit/50155e8ffbdf41389aff24a549b49ed82c68897e

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

commit 3ff37bf7877f733615a0b0fad6eeda7f9c9a2e54
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Sep 4 23:33:01 2013 -0400

    This should float right.

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

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

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

commit a4d6ad0b6444f365e8763f2a33349e03198a3b48
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Sep 4 23:33:55 2013 -0400

    Better method name.

 hermes/js/hermes.js                     |    6 +++---
 hermes/lib/Ajax/Application/Handler.php |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

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

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

commit 08adc8c124f3747c15fd225bfe01d6b7ba59fd59
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Sep 4 23:40:09 2013 -0400

    Extract out Hermes::getCostObjects().

 hermes/lib/Hermes.php |   30 +++++++++++++++++++-----------
 1 files changed, 19 insertions(+), 11 deletions(-)

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

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

commit 586938a1546d1c4e6f7657516b449cb047c9e87b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Sep 5 00:15:42 2013 -0400

    Return ALL deliverables/costobjects, not just local.
    
    Remove edit/delete funcationality for non-local costobjects as well.

 hermes/js/hermes.js                     |    6 ++++++
 hermes/lib/Ajax/Application/Handler.php |   25 ++++++++++++++++++++-----
 hermes/lib/Hermes.php                   |    5 +++--
 3 files changed, 29 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/586938a1546d1c4e6f7657516b449cb047c9e87b

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

commit 1c247d814d2571e0606c7a1f5d107f2918853614
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Sep 5 00:28:55 2013 -0400

    ws

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

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

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

commit 497b180630995e923d8809c2087f019b8d82931c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Sep 5 00:29:11 2013 -0400

    Extract to separate methods.

 hermes/js/hermes.js |  154 ++++++++++++++++++++++++++++-----------------------
 1 files changed, 84 insertions(+), 70 deletions(-)

http://git.horde.org/horde-git/-/commit/497b180630995e923d8809c2087f019b8d82931c

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

commit 0c90ed83be621961bf98613c8caad26ca6afc1d7
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Sep 5 00:32:48 2013 -0400

    use gettext strings

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

http://git.horde.org/horde-git/-/commit/0c90ed83be621961bf98613c8caad26ca6afc1d7

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

commit 442ffd55fc8e7fdf77a5bf3fa24344102706e4cb
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Sep 5 00:45:35 2013 -0400

    Clear the billable chart

 hermes/js/hermes.js |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/442ffd55fc8e7fdf77a5bf3fa24344102706e4cb

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

commit 55941ada6f595593a71e70c0b50a6f3c9f312c03
Merge: ce1f8c5 442ffd5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Sep 5 00:47:24 2013 -0400

    Merge branch 'hermes'

 framework/Core/js/excanvas/excanvas.js         |  924 +++
 framework/Core/js/excanvas/excanvas.min.js     |   35 +
 framework/Core/js/flotr2/flotr2.js             | 7203 ++++++++++++++++++++++++
 framework/Core/package.xml                     |   15 +-
 hermes/js/hermes.js                            |  174 +-
 hermes/lib/Ajax.php                            |   11 +-
 hermes/lib/Ajax/Application/Handler.php        |   52 +-
 hermes/lib/Driver/Sql.php                      |    2 +-
 hermes/lib/Hermes.php                          |   33 +-
 hermes/templates/dynamic/deliverabledetail.inc |   24 +
 hermes/templates/dynamic/deliverables.inc      |    3 +-
 hermes/templates/dynamic/index.inc             |    3 +
 hermes/themes/default/dynamic/screen.css       |   79 +-
 13 files changed, 8500 insertions(+), 58 deletions(-)

http://git.horde.org/horde-git/-/commit/55941ada6f595593a71e70c0b50a6f3c9f312c03

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

commit 6109eca6f380ed34a0a9e2806642f89de678907b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Sep 5 00:48:56 2013 -0400

    Requires Core 2.9.0

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

http://git.horde.org/horde-git/-/commit/6109eca6f380ed34a0a9e2806642f89de678907b

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

commit 0b0906709b1a0db5ac879a7b59ff57e225a1976a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Sep 5 09:15:33 2013 -0400

    ws

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

http://git.horde.org/horde-git/-/commit/0b0906709b1a0db5ac879a7b59ff57e225a1976a

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

commit f5d86c68b155f0e06c76eed174745bc0fd5f9019
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Sep 5 08:53:57 2013 -0600

    Fix variables

 imp/lib/Ajax/Application/Handler/Common.php  |    2 +-
 imp/lib/Ajax/Application/Handler/Dynamic.php |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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

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

commit 3417f328455b3ad3680f00fdf7af57eef8506e15
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Sep 5 08:57:11 2013 -0600

    Make sure SMTP default port is 25, at least until H6

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

http://git.horde.org/horde-git/-/commit/3417f328455b3ad3680f00fdf7af57eef8506e15

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

commit 77c0b9b912e83ec8cd284b7487a99914efb86652
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Sep 5 11:06:25 2013 -0400

    This is a select list, not a menu.

 hermes/js/hermes.js                     |    8 ++++----
 hermes/lib/Ajax/Application/Handler.php |    4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/77c0b9b912e83ec8cd284b7487a99914efb86652

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

commit 6b56b55da3daae7379790592b59479559f9816bb
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Sep 5 11:06:43 2013 -0400

    Allow switching the text of the first element in the select list.

 hermes/lib/Hermes.php                     |   17 +++++++++++++----
 hermes/templates/dynamic/deliverables.inc |    2 +-
 2 files changed, 14 insertions(+), 5 deletions(-)

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

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

commit 219ba1a61704d4f60be66544396fd76692c8006f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Sep 5 12:24:44 2013 -0400

    Display the "general" cost objects when no client is selected.
    
    Also, tweak display a bit of the cost objects to show where they
    are sourced from.

 hermes/js/hermes.js                     |    9 +++++++++
 hermes/lib/Ajax/Application/Handler.php |   19 ++++++++++++++-----
 2 files changed, 23 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/219ba1a61704d4f60be66544396fd76692c8006f

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

commit 9b2d21b231caf0df664bbfdeb7c3d91f8e7f3eca
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Sep 5 10:40:10 2013 -0600

    phpdoc

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

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

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

commit aca52bf6d1e07b04ec77d6bb61af8e5a6111c192
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Sep 5 10:41:43 2013 -0600

    [mms] Fix aborting a pipelined DATA command if only a subset of recipients were rejected (Bug #12659).
    
    See: http://www.imc.org/ietf-smtp/mail-archive/msg02687.html
    
    The RFC 2920 text is a bit vague.  Servers must issue a 554 if ALL
    recipients are rejected.  This might not happen until after the DATA
    command is sent though (which is why we were sending empty DATA data).
    Unfortunately, *partial* rejection of recipients will NOT abort the DATA
    command. Since we don't pre-verify mail recipients, we want to catch the
    case if ANY recipients are bad, since the user generally is expecting
    that all e-mail addresses provided will have the message sent to.  This
    means we can't pipeline DATA.

 framework/Smtp/lib/Horde/Smtp.php |   49 ++++++++++++++++++-------------------
 framework/Smtp/package.xml        |    2 +
 2 files changed, 26 insertions(+), 25 deletions(-)

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

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

commit 830d8d8c951b5b646017a07d8b859c7cb57b3364
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Sep 5 10:55:08 2013 -0600

    Released Horde_Smtp-1.2.2

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

http://git.horde.org/horde-git/-/commit/830d8d8c951b5b646017a07d8b859c7cb57b3364

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

commit 1a7681f63130af6675662f08ad648b235bfd07e2
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Sep 5 10:55:08 2013 -0600

    Development mode for Horde_Smtp-1.2.3

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

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

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

commit 07147503490dc75b2776c522847ef4f40546cd8b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Sep 5 13:35:47 2013 -0400

    Don't fail if we don't find the message, log it and continue.

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

http://git.horde.org/horde-git/-/commit/07147503490dc75b2776c522847ef4f40546cd8b

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

commit 5943d005197ead0380a946416802b7d12270e9e1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Sep 5 13:40:07 2013 -0400

    CHANGES

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

http://git.horde.org/horde-git/-/commit/5943d005197ead0380a946416802b7d12270e9e1

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

commit 53fe969b75072161d2fa4823ae734fa7adba508b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Sep 5 13:48:42 2013 -0400

    Correct way to prevent the infinite loop.
    
    Previous "fix" was simply reverting the fix to attempt to always
    send up to WINDOW_SIZE.

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

http://git.horde.org/horde-git/-/commit/53fe969b75072161d2fa4823ae734fa7adba508b

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

commit 01b768cfea30d75de8ef9da7dbb38dd9a47fd555
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Sep 5 13:59:47 2013 -0400

    Released Horde_ActiveSync-2.7.3

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

http://git.horde.org/horde-git/-/commit/01b768cfea30d75de8ef9da7dbb38dd9a47fd555

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

commit 206efe4f89e0699fff90fc4f28e428de63619765
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Sep 5 13:59:47 2013 -0400

    Development mode for Horde_ActiveSync-2.7.4

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

http://git.horde.org/horde-git/-/commit/206efe4f89e0699fff90fc4f28e428de63619765

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

commit 5fc3cb865582d3fdd4e5903a33da135c5cbaa819
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Sep 5 14:38:24 2013 -0400

    Show either/or, not both.
    
    Either show the external cost objects, or the hermes deliverables
    tied to a client. MUCH cleaner looking interface when you have any
    number of external cost objects.

 hermes/lib/Ajax/Application/Handler.php |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

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

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

commit ee57cd36aa6f9262e101a70704cbf52cc584668d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Sep 5 14:50:50 2013 -0400

    Add some missing comments/jsdoc

 hermes/js/hermes.js |   88 ++++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 84 insertions(+), 4 deletions(-)

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

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

commit 2d58dcb2de9f6ab1863b5f9c90b382ca63352a1b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Sep 5 18:32:47 2013 -0400

    Add a participants graph, tweak layout/css.

 hermes/js/hermes.js                            |   81 +++++++++++++++++++++---
 hermes/lib/Ajax.php                            |    2 +-
 hermes/templates/dynamic/deliverabledetail.inc |   33 ++++++----
 hermes/themes/default/dynamic/screen.css       |   38 +++++++++---
 4 files changed, 122 insertions(+), 32 deletions(-)

http://git.horde.org/horde-git/-/commit/2d58dcb2de9f6ab1863b5f9c90b382ca63352a1b

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

commit be0097402745af53fb7d1103695448ca966bfbbb
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Sep 5 18:38:09 2013 -0400

    Ensure we have a username.

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

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

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

commit 239a45a8b5a61f0526d1a6d940ac838fb3cc36c8
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Sep 5 18:46:49 2013 -0400

    Move this to the other side of the chart.

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

http://git.horde.org/horde-git/-/commit/239a45a8b5a61f0526d1a6d940ac838fb3cc36c8

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

commit 0e8fcdd1121345f3c8f1ef0771463cb5efd41462
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Sep 5 18:50:39 2013 -0400

    Make this a bit wider

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

http://git.horde.org/horde-git/-/commit/0e8fcdd1121345f3c8f1ef0771463cb5efd41462

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

commit eebaedfc9bbf468eb5adf6ee40ed7e720469f29e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Sep 5 19:05:17 2013 -0400

    Tweak charts, only add the data to the series if it is non-zero.

 hermes/js/hermes.js                     |   16 +++++++++-------
 hermes/lib/Ajax/Application/Handler.php |    7 ++++++-
 2 files changed, 15 insertions(+), 8 deletions(-)

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

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

commit 47c032c1255eaad601f9ebc1bcd9655bf708860d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Sep 5 19:05:36 2013 -0400

    Don't limit to 30days of data.

 hermes/lib/Ajax/Application/Handler.php |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/47c032c1255eaad601f9ebc1bcd9655bf708860d

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

commit 7be97d909ecad55f80a40f9ee8c7bb32ac3a4950
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Sep 5 19:21:25 2013 -0400

    Some more chart/css/canvas tweaks.

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

http://git.horde.org/horde-git/-/commit/7be97d909ecad55f80a40f9ee8c7bb32ac3a4950

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

commit ac03697adb907fdf2619d7b4a0f20247226a7cff
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Sep 8 23:41:35 2013 -0600

    Bug #12662 - fix object return

 imp/lib/Ajax/Application/ListMessages.php |    7 +++----
 imp/lib/Ajax/Application/Viewport.php     |    7 +++++--
 2 files changed, 8 insertions(+), 6 deletions(-)

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

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

commit c6d318e3bbdd425e993ac4436da86a6335e4f1a2
Author: Jan Schneider <jan at horde.org>
Date:   Mon Sep 9 10:38:21 2013 +0200

    Don't attach address book behavior if contacts API is unavailable.

 imp/js/compose-dimp.js |    2 +-
 imp/lib/Compose/Ui.php |   10 ++++++++--
 2 files changed, 9 insertions(+), 3 deletions(-)

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

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

commit baf19b7d1b88f040cca9ddd5c5a0b96c35b2edd6
Author: Jan Schneider <jan at horde.org>
Date:   Mon Sep 9 10:38:40 2013 +0200

    Fix generated URL.

 imp/lib/Basic/Contacts.php         |    2 +-
 imp/lib/Dynamic/Compose/Common.php |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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

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

commit ec204dcd8cd34ca2b681ff08c8d5b47474aed0a9
Author: Jan Schneider <jan at horde.org>
Date:   Mon Sep 9 10:40:55 2013 +0200

    [jan] Don't attach address book behavior if contacts API is unavailable.

 imp/docs/CHANGES |    1 +
 imp/package.xml  |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

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

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

commit ba0ae75094951e8dc0cb2365fc0fd9cd507e0319
Author: Jan Schneider <jan at horde.org>
Date:   Mon Sep 9 12:45:11 2013 +0200

    [jan] Display "Other Options" icon instead of "New Window" icon in collapsed preview headers.
    
    There are already two methods to open the message in a new window (double click
    and Enter key), but if you want one of the other options, you have to click
    twice to different locations, or even three times if you want to collapse the
    header again.

 imp/docs/CHANGES                       |    2 ++
 imp/js/dimpbase.js                     |    7 ++++++-
 imp/package.xml                        |    6 +-----
 imp/templates/dynamic/mailbox.html.php |    2 +-
 imp/themes/default/dynamic/screen.css  |    5 +++--
 5 files changed, 13 insertions(+), 9 deletions(-)

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

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

commit 52015a5bd6de0c3056f5f5fbf95e7ea6323d6a80
Author: arjen+horde (at) de-korte (dot) org <arjen+horde at de-korte.org>
Date:   Mon Sep 9 09:37:24 2013 -0400

    Bug: 12660 Don't query History when we don't need to.
    
    Signed-off-by: Michael J Rubinsky <mrubinsk at horde.org>

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

http://git.horde.org/horde-git/-/commit/52015a5bd6de0c3056f5f5fbf95e7ea6323d6a80

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

commit e3060f87097b96cd1d9bf26dfed40f643f3d16ee
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Sep 9 09:39:03 2013 -0400

    CHANGES

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

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

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

commit 7b15d3856a7b48c38660d8f53701d2b154076d65
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Sep 9 10:35:18 2013 -0400

    Another place to work around broken clients.
    
    Don't add the collection to the cache if we don't have a synckey,
    but requested it. Fixes issues in PING requests when the client
    sends a PING for a collection that has not yet been SYNC'd.

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

http://git.horde.org/horde-git/-/commit/7b15d3856a7b48c38660d8f53701d2b154076d65

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

commit b949643cafaade7ec537fbf87f9ed76cea0ac9d4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Sep 9 10:45:50 2013 -0400

    Still add the collection or it possibly won't be picked up for PING.

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

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

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

commit 0fa5b22537e55728862b83d1f3d4f70cc0c7731d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Sep 9 10:46:30 2013 -0400

    Proper place to validate this.
    
    If the server doesn't know the folder requested by the client, the
    client did something really wrong. Log it, remove the offending collection
    from the collections object and move on.

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

http://git.horde.org/horde-git/-/commit/0fa5b22537e55728862b83d1f3d4f70cc0c7731d

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

commit 244e722d71ce90f64f4875edc092cd912122cd85
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Sep 9 13:18:52 2013 -0400

    Viral typo

 horde/config/conf.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/244e722d71ce90f64f4875edc092cd912122cd85

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

commit b74bb788187481bd724079a7583692b16d9d0e23
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Sep 9 13:40:57 2013 -0400

    Only send the data that we have.

 framework/Core/lib/Horde/Core/ActiveSync/Driver.php |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

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

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

commit 9e77984e3181771c0fe1c5eb6b86764b9c8d9d4c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Sep 9 13:41:27 2013 -0400

    If we are doing OL AutoDiscovery, require SMTP host.

 horde/config/conf.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 5e01d769ad8caac76549cb15d37abc5b9d86849c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Sep 9 14:38:37 2013 -0400

    *sigh* Revert 0fa5b22537e55728862b83d1f3d4f70cc0c7731d.
    
    This would break initial sync requests.

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

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

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

commit 99665b64ed643490ad7e6a545a05f0734bdfd19f
Merge: ba0ae75 5e01d76
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 10 01:45:53 2013 -0600

    Merge branch 'master' into imp_6_2
    
    Conflicts:
    	imp/package.xml

 framework/ActiveSync/lib/Horde/ActiveSync/Collections.php         |    8 +
 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Exporter.php  |    1 +
 framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php         |    2 +-
 .../ActiveSync/lib/Horde/ActiveSync/Request/Autodiscover.php      |    2 +
 framework/ActiveSync/package.xml                                  |   20 +-
 framework/Core/js/excanvas/excanvas.js                            |  924 +
 framework/Core/js/excanvas/excanvas.min.js                        |   35 +
 framework/Core/js/flotr2/flotr2.js                                | 7203 +++++
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php               |   17 +-
 framework/Core/lib/Horde/Core/Factory/Mail.php                    |    5 +
 framework/Core/package.xml                                        |   15 +-
 framework/History/lib/Horde/History.php                           |    5 +
 framework/History/package.xml                                     |    4 +-
 framework/Smtp/lib/Horde/Smtp.php                                 |   52 +-
 framework/Smtp/package.xml                                        |   22 +-
 hermes/js/hermes.js                                               |  338 +-
 hermes/lib/Ajax.php                                               |   11 +-
 hermes/lib/Ajax/Application/Handler.php                           |   62 +-
 hermes/lib/Driver/Sql.php                                         |    2 +-
 hermes/lib/Hermes.php                                             |   50 +-
 hermes/package.xml                                                |    2 +-
 hermes/templates/dynamic/deliverabledetail.inc                    |   29 +
 hermes/templates/dynamic/deliverables.inc                         |    5 +-
 hermes/templates/dynamic/index.inc                                |    3 +
 hermes/themes/default/dynamic/screen.css                          |  103 +-
 horde/config/conf.xml                                             |    8 +-
 imp/docs/CHANGES                                                  |    1 +
 imp/js/compose-dimp.js                                            |    2 +-
 imp/lib/Ajax/Application/Handler/Common.php                       |    2 +-
 imp/lib/Ajax/Application/Handler/Dynamic.php                      |    2 +-
 imp/lib/Ajax/Application/ListMessages.php                         |    7 +-
 imp/lib/Ajax/Application/Viewport.php                             |    7 +-
 imp/lib/Basic/Contacts.php                                        |    2 +-
 imp/lib/Compose/Ui.php                                            |   10 +-
 imp/lib/Dynamic/Compose/Common.php                                |    2 +-
 imp/package.xml                                                   |    1 +
 36 files changed, 8839 insertions(+), 125 deletions(-)

http://git.horde.org/horde-git/-/commit/99665b64ed643490ad7e6a545a05f0734bdfd19f

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

commit 8a576e952ab1000a0ddb92264600081ca7f1cb87
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 10 01:46:42 2013 -0600

    Fix icon positioning

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

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

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

commit 498b91344be19447dbab841aeedf2543250dcbc3
Author: Jan Schneider <jan at horde.org>
Date:   Mon Sep 9 17:41:45 2013 +0200

    Make execute() and select() abstract, deprecate execute().

 framework/Alarm/lib/Horde/Alarm/Sql.php               |    6 +-
 framework/Db/doc/Horde/Db/UPGRADING                   |   23 +++++++
 framework/Db/lib/Horde/Db/Adapter/Base.php            |   41 ++----------
 framework/Db/lib/Horde/Db/Adapter/Mysql.php           |    3 +
 framework/Db/lib/Horde/Db/Adapter/Mysqli.php          |    5 +-
 framework/Db/lib/Horde/Db/Adapter/Pdo/Base.php        |   59 +++++++++++++++++
 framework/Db/package.xml                              |   21 ++++---
 framework/Db/test/Horde/Db/Adapter/MysqlTest.php      |    8 --
 framework/Db/test/Horde/Db/Adapter/MysqliTest.php     |    8 --
 framework/Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php  |    8 --
 framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlTest.php  |    8 --
 framework/Db/test/Horde/Db/Adapter/Pdo/SqliteTest.php |    8 --
 framework/Group/lib/Horde/Group/Sql.php               |    2 +-
 kronolith/lib/Geo/Sql.php                             |   13 ++--
 ulaform/lib/Driver/Sql.php                            |   14 ++--
 15 files changed, 126 insertions(+), 101 deletions(-)
 create mode 100644 framework/Db/doc/Horde/Db/UPGRADING

http://git.horde.org/horde-git/-/commit/498b91344be19447dbab841aeedf2543250dcbc3

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

commit 8a7f6a0b48e43219cb9e918ed2155f078624786e
Author: Jan Schneider <jan at horde.org>
Date:   Tue Sep 10 11:47:41 2013 +0200

    Refactor unit tests (again).
    
    Centralize tests as much as possible to help with detecting differences between
    the implementations, and for easier code maintenance.

 framework/Db/lib/Horde/Db/Adapter/Base.php                        |   11 +
 framework/Db/lib/Horde/Db/Adapter/Pdo/Sqlite.php                  |   11 +
 framework/Db/package.xml                                          |   30 +-
 framework/Db/test/Horde/Db/Adapter/Mysql/TableDefinition.php      |    2 +-
 framework/Db/test/Horde/Db/Adapter/MysqlBase.php                  |  580 ++
 framework/Db/test/Horde/Db/Adapter/MysqlTest.php                  | 1594 +----
 framework/Db/test/Horde/Db/Adapter/MysqliTest.php                 | 1589 +----
 framework/Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php              | 1581 +----
 framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlBase.php              |   76 -
 framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlTest.php              | 1047 +---
 framework/Db/test/Horde/Db/Adapter/Pdo/SqliteBase.php             |   63 -
 framework/Db/test/Horde/Db/Adapter/Pdo/SqliteTest.php             | 1015 +---
 .../Db/test/Horde/Db/Adapter/Postgresql/ColumnDefinition.php      |  106 +
 .../Db/test/Horde/Db/Adapter/Postgresql/ColumnDefinitionTest.php  |  112 -
 framework/Db/test/Horde/Db/Adapter/Postgresql/TableDefinition.php |   74 +
 .../Db/test/Horde/Db/Adapter/Postgresql/TableDefinitionTest.php   |   83 -
 framework/Db/test/Horde/Db/Adapter/Sqlite/ColumnDefinition.php    |  113 +
 .../Db/test/Horde/Db/Adapter/Sqlite/ColumnDefinitionTest.php      |  126 -
 framework/Db/test/Horde/Db/Adapter/Sqlite/TableDefinition.php     |   70 +
 framework/Db/test/Horde/Db/Adapter/Sqlite/TableDefinitionTest.php |   89 -
 framework/Db/test/Horde/Db/Adapter/TestBase.php                   |  910 +++
 21 files changed, 1983 insertions(+), 7299 deletions(-)
 create mode 100644 framework/Db/test/Horde/Db/Adapter/MysqlBase.php
 delete mode 100644 framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlBase.php
 delete mode 100644 framework/Db/test/Horde/Db/Adapter/Pdo/SqliteBase.php
 create mode 100644 framework/Db/test/Horde/Db/Adapter/Postgresql/ColumnDefinition.php
 delete mode 100644 framework/Db/test/Horde/Db/Adapter/Postgresql/ColumnDefinitionTest.php
 create mode 100644 framework/Db/test/Horde/Db/Adapter/Postgresql/TableDefinition.php
 delete mode 100644 framework/Db/test/Horde/Db/Adapter/Postgresql/TableDefinitionTest.php
 create mode 100644 framework/Db/test/Horde/Db/Adapter/Sqlite/ColumnDefinition.php
 delete mode 100644 framework/Db/test/Horde/Db/Adapter/Sqlite/ColumnDefinitionTest.php
 create mode 100644 framework/Db/test/Horde/Db/Adapter/Sqlite/TableDefinition.php
 delete mode 100644 framework/Db/test/Horde/Db/Adapter/Sqlite/TableDefinitionTest.php
 create mode 100644 framework/Db/test/Horde/Db/Adapter/TestBase.php

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

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

commit 6473f788bd06787aecea9fbce3cde8ea6f3491ea
Author: Jan Schneider <jan at horde.org>
Date:   Tue Sep 10 14:50:52 2013 +0200

    [jan] Don't ping server before each query in PDO drivers (Bug #12656).

 framework/Db/lib/Horde/Db/Adapter/Pdo/Base.php |    2 --
 framework/Db/package.xml                       |    2 ++
 2 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/6473f788bd06787aecea9fbce3cde8ea6f3491ea

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

commit ad0c9e6b7452305bd0d27b7d891c92516430a5b4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Sep 9 17:21:23 2013 -0400

    Use constant.

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

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

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

commit 9ebe9f17212899b402e82c5575437e7eac512f4b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Sep 10 09:11:39 2013 -0400

    Possible fix for Bug: 12647, add missing 'id' attribute to form.

 turba/templates/browse/actions.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit cff7a6ba7c3d12d21b916431c22ec0ae032d025a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Sep 10 10:08:00 2013 -0400

    Not used.

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

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

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

commit e125ba712a56ee3ab0dbec0b6f7cf53f010b6c41
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Sep 10 10:25:00 2013 -0400

    phpdoc

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

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

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

commit f21a9056bd2d4ffa9ee770ee4f598fab967d1ecf
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Sep 10 10:37:10 2013 -0400

    We haven't needed this hack/workaround for sometime now. Remove.

 framework/ActiveSync/lib/Horde/ActiveSync.php                    |    1 +
 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Importer.php |   21 --
 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php          |   66 +++---
 3 files changed, 32 insertions(+), 56 deletions(-)

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

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

commit 91ce5764c7c6e591d91d1c54697b95e4bd051a45
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Sep 10 10:37:35 2013 -0400

    typo

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

http://git.horde.org/horde-git/-/commit/91ce5764c7c6e591d91d1c54697b95e4bd051a45

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

commit cd6639e100872539aac4290e2514de48ff46853f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Sep 10 10:40:52 2013 -0400

    This is not always a modseq value, log it accordingly.

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

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

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

commit ec342e8e82de75c30090dff56293cb32aba826b3
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Sep 10 10:44:03 2013 -0400

    Tweak some comments/spacing.

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

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

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

commit e83c71f2dfb1576e1e28cf206af6297370f939e4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Sep 10 10:45:47 2013 -0400

    phpdoc

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

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

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

commit d19ee6e8698f2523d388aa287a9e86b807ca2ea5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Sep 10 10:54:57 2013 -0400

    Support sending SOFTDELETE changes to the client.
    
    This commit just supports the sending of the change, does
    not implement detecting the changes. That will go in Core.

 framework/ActiveSync/lib/Horde/ActiveSync.php                    |    1 +
 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Exporter.php |   13 +++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

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

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

commit 269f539ebaf522eb5f70e98f40ca5622995d8ef5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Sep 10 10:55:37 2013 -0400

    Some comments while I'm poking around.

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

http://git.horde.org/horde-git/-/commit/269f539ebaf522eb5f70e98f40ca5622995d8ef5

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

commit f686341e9172e5413d6f20d84a4327ab8d781621
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 10 09:47:09 2013 -0600

    [mms] Don't attempt to get quota information from non-IMAP mailboxes (Bug #12608).

 imp/docs/CHANGES     |    4 +++-
 imp/lib/Quota/Ui.php |    7 +++++++
 imp/package.xml      |    6 ++++--
 3 files changed, 14 insertions(+), 3 deletions(-)

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

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

commit 02f123cbeb9ef168c6992757c3793f0b3dca8f9f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Sep 10 12:41:52 2013 -0400

    Typo

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

http://git.horde.org/horde-git/-/commit/02f123cbeb9ef168c6992757c3793f0b3dca8f9f

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

commit f31d7a749f9c98a528d77c79dace8681229db0ae
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 10 12:15:21 2013 -0600

    Improved parsing of e-mail address input

 imp/lib/Compose.php |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)

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

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

commit 949b895197b340d1df9db91d17c29a7de997dec4
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 10 12:17:10 2013 -0600

    Clean-up addresses when saving a draft

 imp/lib/Compose.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/949b895197b340d1df9db91d17c29a7de997dec4

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

commit c980954263f636751c3d7c69f615b51644dbb86e
Merge: 8a576e9 949b895
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 10 12:54:26 2013 -0600

    Merge branch 'master' into imp_6_2
    
    Conflicts:
    	imp/package.xml

 framework/ActiveSync/lib/Horde/ActiveSync.php                     |    2 +
 framework/ActiveSync/lib/Horde/ActiveSync/Collections.php         |    7 +
 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Exporter.php  |   18 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Importer.php  |   21 -
 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php        |    4 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php        |    3 -
 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php           |   89 +-
 framework/Alarm/lib/Horde/Alarm/Sql.php                           |    6 +-
 framework/Db/doc/Horde/Db/UPGRADING                               |   23 +
 framework/Db/lib/Horde/Db/Adapter/Base.php                        |   52 +-
 framework/Db/lib/Horde/Db/Adapter/Mysql.php                       |    3 +
 framework/Db/lib/Horde/Db/Adapter/Mysqli.php                      |    5 +-
 framework/Db/lib/Horde/Db/Adapter/Pdo/Base.php                    |   57 +
 framework/Db/lib/Horde/Db/Adapter/Pdo/Sqlite.php                  |   11 +
 framework/Db/package.xml                                          |   49 +-
 framework/Db/test/Horde/Db/Adapter/Mysql/TableDefinition.php      |    2 +-
 framework/Db/test/Horde/Db/Adapter/MysqlBase.php                  |  580 ++
 framework/Db/test/Horde/Db/Adapter/MysqlTest.php                  | 1602 +----
 framework/Db/test/Horde/Db/Adapter/MysqliTest.php                 | 1597 +----
 framework/Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php              | 1589 +----
 framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlBase.php              |   76 -
 framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlTest.php              | 1055 +---
 framework/Db/test/Horde/Db/Adapter/Pdo/SqliteBase.php             |   63 -
 framework/Db/test/Horde/Db/Adapter/Pdo/SqliteTest.php             | 1023 +---
 .../Db/test/Horde/Db/Adapter/Postgresql/ColumnDefinition.php      |  106 +
 .../Db/test/Horde/Db/Adapter/Postgresql/ColumnDefinitionTest.php  |  112 -
 framework/Db/test/Horde/Db/Adapter/Postgresql/TableDefinition.php |   74 +
 .../Db/test/Horde/Db/Adapter/Postgresql/TableDefinitionTest.php   |   83 -
 framework/Db/test/Horde/Db/Adapter/Sqlite/ColumnDefinition.php    |  113 +
 .../Db/test/Horde/Db/Adapter/Sqlite/ColumnDefinitionTest.php      |  126 -
 framework/Db/test/Horde/Db/Adapter/Sqlite/TableDefinition.php     |   70 +
 framework/Db/test/Horde/Db/Adapter/Sqlite/TableDefinitionTest.php |   89 -
 framework/Db/test/Horde/Db/Adapter/TestBase.php                   |  910 +++
 framework/Group/lib/Horde/Group/Sql.php                           |    2 +-
 imp/docs/CHANGES                                                  |    4 +-
 imp/lib/Compose.php                                               |   16 +-
 imp/lib/Quota/Ui.php                                              |    7 +
 imp/package.xml                                                   |    3 +-
 kronolith/lib/Geo/Sql.php                                         |   13 +-
 turba/templates/browse/actions.inc                                |    2 +-
 ulaform/lib/Driver/Sql.php                                        |   14 +-
 41 files changed, 2211 insertions(+), 7470 deletions(-)

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

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

commit 85ea911fc784c1ee87b3d97be1f51afe0fb10708
Merge: 0edbf33 c980954
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 10 12:54:57 2013 -0600

    Merge branch 'imp_6_2' into imp_multiple_accounts

 framework/ActiveSync/lib/Horde/ActiveSync.php                     |    2 +
 framework/ActiveSync/lib/Horde/ActiveSync/Collections.php         |   15 +
 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Exporter.php  |   19 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Importer.php  |   21 -
 framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php         |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php        |    4 +-
 .../ActiveSync/lib/Horde/ActiveSync/Request/Autodiscover.php      |    2 +
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php        |    3 -
 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php           |   89 +-
 framework/ActiveSync/package.xml                                  |   20 +-
 framework/Alarm/lib/Horde/Alarm/Sql.php                           |    6 +-
 framework/Core/js/excanvas/excanvas.js                            |  924 +
 framework/Core/js/excanvas/excanvas.min.js                        |   35 +
 framework/Core/js/flotr2/flotr2.js                                | 7203 +++++
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php               |   17 +-
 framework/Core/lib/Horde/Core/Factory/Mail.php                    |    5 +
 framework/Core/package.xml                                        |   15 +-
 framework/Db/doc/Horde/Db/UPGRADING                               |   23 +
 framework/Db/lib/Horde/Db/Adapter/Base.php                        |   52 +-
 framework/Db/lib/Horde/Db/Adapter/Mysql.php                       |    3 +
 framework/Db/lib/Horde/Db/Adapter/Mysqli.php                      |    5 +-
 framework/Db/lib/Horde/Db/Adapter/Pdo/Base.php                    |   57 +
 framework/Db/lib/Horde/Db/Adapter/Pdo/Sqlite.php                  |   11 +
 framework/Db/package.xml                                          |   49 +-
 framework/Db/test/Horde/Db/Adapter/Mysql/TableDefinition.php      |    2 +-
 framework/Db/test/Horde/Db/Adapter/MysqlBase.php                  |  580 +
 framework/Db/test/Horde/Db/Adapter/MysqlTest.php                  | 1602 +-
 framework/Db/test/Horde/Db/Adapter/MysqliTest.php                 | 1597 +-
 framework/Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php              | 1589 +-
 framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlBase.php              |   76 -
 framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlTest.php              | 1055 +-
 framework/Db/test/Horde/Db/Adapter/Pdo/SqliteBase.php             |   63 -
 framework/Db/test/Horde/Db/Adapter/Pdo/SqliteTest.php             | 1023 +-
 .../Db/test/Horde/Db/Adapter/Postgresql/ColumnDefinition.php      |  106 +
 .../Db/test/Horde/Db/Adapter/Postgresql/ColumnDefinitionTest.php  |  112 -
 framework/Db/test/Horde/Db/Adapter/Postgresql/TableDefinition.php |   74 +
 .../Db/test/Horde/Db/Adapter/Postgresql/TableDefinitionTest.php   |   83 -
 framework/Db/test/Horde/Db/Adapter/Sqlite/ColumnDefinition.php    |  113 +
 .../Db/test/Horde/Db/Adapter/Sqlite/ColumnDefinitionTest.php      |  126 -
 framework/Db/test/Horde/Db/Adapter/Sqlite/TableDefinition.php     |   70 +
 framework/Db/test/Horde/Db/Adapter/Sqlite/TableDefinitionTest.php |   89 -
 framework/Db/test/Horde/Db/Adapter/TestBase.php                   |  910 +
 framework/Group/lib/Horde/Group/Sql.php                           |    2 +-
 framework/History/lib/Horde/History.php                           |    5 +
 framework/History/package.xml                                     |    4 +-
 framework/Smtp/lib/Horde/Smtp.php                                 |   52 +-
 framework/Smtp/package.xml                                        |   22 +-
 hermes/js/hermes.js                                               |  338 +-
 hermes/lib/Ajax.php                                               |   11 +-
 hermes/lib/Ajax/Application/Handler.php                           |   62 +-
 hermes/lib/Driver/Sql.php                                         |    2 +-
 hermes/lib/Hermes.php                                             |   50 +-
 hermes/package.xml                                                |    2 +-
 hermes/templates/dynamic/deliverabledetail.inc                    |   29 +
 hermes/templates/dynamic/deliverables.inc                         |    5 +-
 hermes/templates/dynamic/index.inc                                |    3 +
 hermes/themes/default/dynamic/screen.css                          |  103 +-
 horde/config/conf.xml                                             |    8 +-
 imp/docs/CHANGES                                                  |    5 +
 imp/js/compose-dimp.js                                            |    2 +-
 imp/js/dimpbase.js                                                |    7 +-
 imp/lib/Ajax/Application/Handler/Common.php                       |    2 +-
 imp/lib/Ajax/Application/Handler/Dynamic.php                      |    2 +-
 imp/lib/Ajax/Application/ListMessages.php                         |    7 +-
 imp/lib/Ajax/Application/Viewport.php                             |    7 +-
 imp/lib/Basic/Contacts.php                                        |    2 +-
 imp/lib/Compose.php                                               |   16 +-
 imp/lib/Compose/Ui.php                                            |   10 +-
 imp/lib/Dynamic/Compose/Common.php                                |    2 +-
 imp/lib/Quota/Ui.php                                              |    7 +
 imp/package.xml                                                   |    8 +-
 imp/templates/dynamic/mailbox.html.php                            |    2 +-
 imp/themes/default/dynamic/screen.css                             |    7 +-
 kronolith/lib/Geo/Sql.php                                         |   13 +-
 turba/templates/browse/actions.inc                                |    2 +-
 ulaform/lib/Driver/Sql.php                                        |   14 +-
 76 files changed, 11062 insertions(+), 7603 deletions(-)

http://git.horde.org/horde-git/-/commit/85ea911fc784c1ee87b3d97be1f51afe0fb10708




More information about the commits mailing list