[commits] Horde branch master updated. 6b4e7be45072bf9ec2495025a4a028f0f3fcc483

Jan Schneider jan at horde.org
Sun Aug 14 22:37:45 UTC 2011


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

from: ade8b18d125a2c120f53bceb4099a27ce165d8ed

ec4fb58 Fix variable name, style.
6667255 Pass a hash to Whups_Driver#mail().
85b8326 Default to a valid charset.
1b465c0 Pass the charset to Horde_Text_Flowed.
fd9fd5c Send uploaded attachments with notification messages (Request #7615).
4c914f1 Add configuration option to include an attachment link only (Request #7615).
a19ea36 Horde_Mime_Part#send() doesn't return anything.
172d30a Enable and fix HTML part test.
52ea8ef Regenerate the MIME headers during each sending.
7fca62b Remove all attachments during each recipient iteration.
e1b0c92 Unfortunately we cannot re-use the same message (ID) for all recipients, because different recipients might see different content due to permissions.
478698b Fix pushing exception.
a711600 Catch all exceptions.
330a4a2 getCurrentTicket() already catches exceptions.
bcc1f9e Fix variable name.
a371b9f Consistent getDefaultX() methods.
9e4b97e Fix phpdoc.
33a5168 Save a copy of the tab link.
453e2a7 Fix deleting states.
deab559 Fix editing types.
4c90a9c Fix class name.
c1b58d8 Cleanup, add _fromBackend()/_toBackend().
75726a6 Allow more than one change per ticket attribute in one transaction.
cb10e94 Add all attachments from a message at once.
49d0cba Exit early.
6b4e7be Don't add plain text body part as attachment.

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

commit ec4fb58af10a882c6af20b9d29a4f4e02be5381e
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 12 20:59:44 2011 +0200

    Fix variable name, style.

 framework/Core/lib/Horde/Core/Sidebar.php |   42 +++++++++++++++-------------
 1 files changed, 22 insertions(+), 20 deletions(-)

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

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

commit 66672555f5357f2a21f0a511e45b90baabe25fad
Author: Jan Schneider <jan at horde.org>
Date:   Sat Aug 13 16:53:31 2011 +0200

    Pass a hash to Whups_Driver#mail().

 whups/lib/Driver.php |   81 ++++++++++++++++++++++++-------------------------
 whups/lib/Ticket.php |   12 ++++----
 whups/lib/Whups.php  |    7 +++-
 3 files changed, 51 insertions(+), 49 deletions(-)

http://git.horde.org/horde-git/-/commit/66672555f5357f2a21f0a511e45b90baabe25fad

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

commit 85b832646bfb4bdc2bfc4759937380496acb322b
Author: Jan Schneider <jan at horde.org>
Date:   Sat Aug 13 18:42:43 2011 +0200

    Default to a valid charset.

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

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

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

commit 1b465c063f7b4d4d2c33c76edb61f8a6c3f29d42
Author: Jan Schneider <jan at horde.org>
Date:   Sat Aug 13 18:47:01 2011 +0200

    Pass the charset to Horde_Text_Flowed.

 imp/lib/Compose.php                 |    4 ++--
 whups/lib/Form/Renderer/Comment.php |    2 +-
 whups/ticket/comment.php            |    2 +-
 whups/ticket/update.php             |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

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

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

commit fd9fd5ccc9fe8644ec5d1d0b175dee8e02f39984
Author: Jan Schneider <jan at horde.org>
Date:   Sat Aug 13 19:51:01 2011 +0200

    Send uploaded attachments with notification messages (Request #7615).

 whups/docs/CHANGES   |    1 +
 whups/lib/Driver.php |   36 +++++++++++++++++++++++++++++++++++-
 2 files changed, 36 insertions(+), 1 deletions(-)

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

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

commit 4c914f13babdade6bf4bf03b68ec9e482c1c45cd
Author: Jan Schneider <jan at horde.org>
Date:   Sat Aug 13 20:19:17 2011 +0200

    Add configuration option to include an attachment link only (Request #7615).

 whups/config/conf.xml |    3 +++
 whups/lib/Driver.php  |   41 ++++++++++++++++++++++++++++++++---------
 2 files changed, 35 insertions(+), 9 deletions(-)

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

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

commit a19ea36053329a3c1737f73f3a607ca94e2f21e1
Author: Jan Schneider <jan at horde.org>
Date:   Sat Aug 13 21:56:27 2011 +0200

    Horde_Mime_Part#send() doesn't return anything.

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

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

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

commit 172d30a811835fa7123bbc7b79517303dc02b2bd
Author: Jan Schneider <jan at horde.org>
Date:   Sat Aug 13 22:01:48 2011 +0200

    Enable and fix HTML part test.

 framework/Mime/test/Horde/Mime/MailTest.php |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/172d30a811835fa7123bbc7b79517303dc02b2bd

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

commit 52ea8ef362ae72e79985354f94599b0ff4254c94
Author: Jan Schneider <jan at horde.org>
Date:   Sat Aug 13 22:33:06 2011 +0200

    Regenerate the MIME headers during each sending.
    
    This is necessary because the message might have been altered since the last
    sending, so we need different Content-Type or Content-Transfer-Encoding
    headers. And we cannot simply call addMimeHeaders(), because we would have to
    duplicate the 8BITMIME/BINARYMIME magic from Horde_Mime_Part.

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

http://git.horde.org/horde-git/-/commit/52ea8ef362ae72e79985354f94599b0ff4254c94

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

commit 7fca62b1e9ae611869737209ee7dd896a43fa8d3
Author: Jan Schneider <jan at horde.org>
Date:   Sat Aug 13 22:33:58 2011 +0200

    Remove all attachments during each recipient iteration.

 whups/lib/Driver.php |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

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

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

commit e1b0c927f34d793be7982377b89a8d1f1748e669
Author: Jan Schneider <jan at horde.org>
Date:   Sat Aug 13 22:34:57 2011 +0200

    Unfortunately we cannot re-use the same message (ID) for all recipients, because different recipients might see different content due to permissions.

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

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

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

commit 478698b604e11e07901cfde631b8a85525ccdf6b
Author: Jan Schneider <jan at horde.org>
Date:   Sat Aug 13 23:06:17 2011 +0200

    Fix pushing exception.

 whups/ticket/index.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/478698b604e11e07901cfde631b8a85525ccdf6b

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

commit a71160014236301f8b26ce6fd18a44dab79f1f70
Author: Jan Schneider <jan at horde.org>
Date:   Sat Aug 13 23:11:40 2011 +0200

    Catch all exceptions.

 whups/lib/Whups.php |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

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

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

commit 330a4a2fe715af15ef4faf283cb74830f606b8ee
Author: Jan Schneider <jan at horde.org>
Date:   Sat Aug 13 23:12:02 2011 +0200

    getCurrentTicket() already catches exceptions.

 whups/ticket/index.php |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/330a4a2fe715af15ef4faf283cb74830f606b8ee

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

commit bcc1f9e20a7e04a759865b4657c69cbc71a4152b
Author: Jan Schneider <jan at horde.org>
Date:   Sat Aug 13 23:29:45 2011 +0200

    Fix variable name.

 whups/bin/whups-mail-filter |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit a371b9fda4b0f31c13c794414ad1a576f098d5a1
Author: Jan Schneider <jan at horde.org>
Date:   Sat Aug 13 23:30:25 2011 +0200

    Consistent getDefaultX() methods.

 whups/lib/Driver/Sql.php |   20 ++++++++------------
 1 files changed, 8 insertions(+), 12 deletions(-)

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

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

commit 9e4b97e79d05e107b9655de1ffb40ed05cfb0c9a
Author: Jan Schneider <jan at horde.org>
Date:   Sat Aug 13 23:43:43 2011 +0200

    Fix phpdoc.

 framework/Core/lib/Horde/Core/Ui/Tabs.php |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

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

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

commit 33a51682981ca651ff5f5a2f9676479435d15902
Author: Jan Schneider <jan at horde.org>
Date:   Sat Aug 13 23:44:34 2011 +0200

    Save a copy of the tab link.

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

http://git.horde.org/horde-git/-/commit/33a51682981ca651ff5f5a2f9676479435d15902

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

commit 453e2a75a9dfbe3ad5b3a50abb22832bae699ff6
Author: Jan Schneider <jan at horde.org>
Date:   Sat Aug 13 23:55:57 2011 +0200

    Fix deleting states.

 whups/admin/index.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/453e2a75a9dfbe3ad5b3a50abb22832bae699ff6

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

commit deab559cb90585b4a53d3cf2f187b852252db222
Author: Jan Schneider <jan at horde.org>
Date:   Sun Aug 14 13:34:00 2011 +0200

    Fix editing types.

 whups/admin/index.php                    |    4 ++--
 whups/lib/Driver/Sql.php                 |    2 +-
 whups/lib/Form/Admin/EditTypeStepTwo.php |    4 ++--
 whups/lib/Ticket.php                     |    6 +++---
 4 files changed, 8 insertions(+), 8 deletions(-)

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

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

commit 4c90a9cc7e5d40325e958398c06c0f64a131c4b2
Author: Jan Schneider <jan at horde.org>
Date:   Sun Aug 14 13:34:20 2011 +0200

    Fix class name.

 whups/lib/Form/Admin/AddType.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit c1b58d8368878353a8c6418feefe8bbbbc3fb547
Author: Jan Schneider <jan at horde.org>
Date:   Sun Aug 14 23:24:06 2011 +0200

    Cleanup, add _fromBackend()/_toBackend().

 whups/lib/Driver.php                          |    9 +-
 whups/lib/Driver/Sql.php                      | 2061 +++++++++++++------------
 whups/lib/Form/Admin/DeleteAttribute.php      |    4 +-
 whups/lib/Form/Admin/EditAttributeStepTwo.php |   14 +-
 4 files changed, 1112 insertions(+), 976 deletions(-)

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

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

commit 75726a6f7a60b8535f0fef94e16a15815d8c6c2f
Author: Jan Schneider <jan at horde.org>
Date:   Sun Aug 14 23:56:18 2011 +0200

    Allow more than one change per ticket attribute in one transaction.

 whups/lib/Driver/Sql.php |   31 ++++++++++++++++++-------------
 1 files changed, 18 insertions(+), 13 deletions(-)

http://git.horde.org/horde-git/-/commit/75726a6f7a60b8535f0fef94e16a15815d8c6c2f

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

commit cb10e94a3308b4f5e88690a5fd53a2a185be98ce
Author: Jan Schneider <jan at horde.org>
Date:   Sun Aug 14 23:56:50 2011 +0200

    Add all attachments from a message at once.

 whups/lib/Form/Admin/DefaultPriority.php |    1 -
 whups/lib/Mail.php                       |   70 +++++++++++++++--------------
 whups/lib/Ticket.php                     |   27 ++++++++++--
 3 files changed, 59 insertions(+), 39 deletions(-)

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

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

commit 49d0cbaa3ee34346dcc192fce09e33c76ebeb5aa
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 15 00:00:38 2011 +0200

    Exit early.

 whups/lib/Mail.php |   55 ++++++++++++++++++++++++++-------------------------
 1 files changed, 28 insertions(+), 27 deletions(-)

http://git.horde.org/horde-git/-/commit/49d0cbaa3ee34346dcc192fce09e33c76ebeb5aa

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

commit 6b4e7be45072bf9ec2495025a4a028f0f3fcc483
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 15 00:04:19 2011 +0200

    Don't add plain text body part as attachment.
    
    We still attach any body part with a different type, because conversion to
    plain text might lose information, or the type is completely unsupported.

 whups/lib/Mail.php |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

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




More information about the commits mailing list