[commits] Horde branch trean_tags updated. c5fd8ae4f7fb9165c35a2c4df901501866f9f248

Chuck Hagenbuch chuck at horde.org
Mon Aug 15 18:47:08 UTC 2011


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

from: 30985817223d69f94799bc49122043b6aa39ab95

d67c3a6 Forcing height to 20px breaks the tree if you use an img that is taller.
ffbd05b Revert "Adding new configuration fields for added capabilities in Horde_Auth_Sql [#10387]" This should happen in branch instead This reverts commit 85a058f54f65b3c1ea1c256dc5318bb17262b104.
2489140 Revert "[#10387] Draft implementation of bad login counting and account locking for Horde_Auth_Sql" This should only be in branch This reverts commit 60616171e09cc24c63e899533e0280b7b1f4c064.
ade8b18 These lines are new feature code, not bugfix
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.
8af0de1 [jan] Fix file names for plaintext and imtest authentication drivers.
75d48be Change logic what we consider an attachment in incoming messages.
7547d09 Only attach extension, if there is one.
e141c99 Jan confirmed this licensing issue was a copy/paste error and ASL was intended
e0d2d7f Remove migration script from master too.
d73e050 Use the recipient's preference when determining whether to send updates without comments.
0cbc192 Send notification when deleting tickets.
2597027 Fix class name (Bug #10427).
22998ee Fix class names.
18c5c35 BFN
c5fd8ae Merge branch 'master' into trean_tags

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

commit d67c3a6cbcda2b6763e713b53f2f3c62f5b1da45
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Aug 13 22:21:40 2011 -0400

    Forcing height to 20px breaks the tree if you use an img that is taller.
    
    See e.g., ansel's "Other Galleries" widget on the gallery view. Also, setting
    overflow to visible was causing my side bar to well, no longer hide the overflow.
    Not sure where this might have been needed for webkit, but this change doesn't seem
    to break anything else I could find.

 horde/themes/default/webkit.css |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

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

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

commit ffbd05b6e1d27db944f7199a325040608d2effba
Author: Ralf Lang <rlang at linux-ecfn.site>
Date:   Sun Aug 14 14:32:11 2011 +0200

    Revert "Adding new configuration fields for added capabilities in Horde_Auth_Sql [#10387]"
    This should happen in branch instead
    This reverts commit 85a058f54f65b3c1ea1c256dc5318bb17262b104.

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

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

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

commit 24891408163114e630e67dcf800cdeb0fe81abd2
Author: Ralf Lang <rlang at linux-ecfn.site>
Date:   Sun Aug 14 14:34:14 2011 +0200

    Revert "[#10387] Draft implementation of bad login counting and account locking for Horde_Auth_Sql"
    This should only be in branch
    This reverts commit 60616171e09cc24c63e899533e0280b7b1f4c064.

 framework/Auth/lib/Horde/Auth/Base.php |    2 +-
 framework/Auth/lib/Horde/Auth/Sql.php  |  169 +------------------------------
 2 files changed, 7 insertions(+), 164 deletions(-)

http://git.horde.org/horde-git/-/commit/24891408163114e630e67dcf800cdeb0fe81abd2

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

commit ade8b18d125a2c120f53bceb4099a27ce165d8ed
Author: Ralf Lang <rlang at linux-ecfn.site>
Date:   Sun Aug 14 14:59:02 2011 +0200

    These lines are new feature code, not bugfix

 framework/Auth/lib/Horde/Auth.php      |    1 -
 framework/Auth/lib/Horde/Auth/Base.php |   76 ------------------------
 framework/Auth/lib/Horde/Auth/Sql.php  |   98 --------------------------------
 3 files changed, 0 insertions(+), 175 deletions(-)

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

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

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

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

commit 8af0de1681855c95a710565c7080c96e85bad3ed
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 15 10:53:16 2011 +0200

    [jan] Fix file names for plaintext and imtest authentication drivers.

 framework/Imsp/lib/Horde/Imsp/Auth/Base.php      |    2 +-
 framework/Imsp/lib/Horde/Imsp/Auth/CramMd5.php   |    2 +-
 framework/Imsp/lib/Horde/Imsp/Auth/Imtest.php    |  100 ++++++++++++++++++++++
 framework/Imsp/lib/Horde/Imsp/Auth/Plaintext.php |   75 ++++++++++++++++
 framework/Imsp/lib/Horde/Imsp/Auth/imtest.php    |  100 ----------------------
 framework/Imsp/lib/Horde/Imsp/Auth/plaintext.php |   75 ----------------
 framework/Imsp/package.xml                       |   18 ++--
 7 files changed, 186 insertions(+), 186 deletions(-)
 create mode 100644 framework/Imsp/lib/Horde/Imsp/Auth/Imtest.php
 create mode 100644 framework/Imsp/lib/Horde/Imsp/Auth/Plaintext.php
 delete mode 100644 framework/Imsp/lib/Horde/Imsp/Auth/imtest.php
 delete mode 100644 framework/Imsp/lib/Horde/Imsp/Auth/plaintext.php

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

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

commit 75d48befce0bb9a415465f93c2d2b1242302192a
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 15 14:39:58 2011 +0200

    Change logic what we consider an attachment in incoming messages.
    
    We ignore multipart containers now, but include each part inside those
    containers.

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

http://git.horde.org/horde-git/-/commit/75d48befce0bb9a415465f93c2d2b1242302192a

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

commit 7547d099a68aa0fe5022aea3fc48bf1529954a55
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 15 14:41:28 2011 +0200

    Only attach extension, if there is one.

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

http://git.horde.org/horde-git/-/commit/7547d099a68aa0fe5022aea3fc48bf1529954a55

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

commit e141c99e1f21fcd44bb6a2ab97bdfb17a7cd5f69
Author: Ralf Lang <lang at b1-systems.de>
Date:   Mon Aug 15 15:20:48 2011 +0200

    Jan confirmed this licensing issue was a copy/paste error and ASL was
    intended

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

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

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

commit e0d2d7f237f76f86710809e69239741efb0f6a4d
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 15 15:11:24 2011 +0200

    Remove migration script from master too.

 .../migration/Horde/Auth/2_horde_auth_upgrade_base_tables.php     |   42 -----
 1 files changed, 0 insertions(+), 42 deletions(-)
 delete mode 100644 framework/Auth/migration/Horde/Auth/2_horde_auth_upgrade_base_tables.php

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

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

commit d73e050e30818af0c7c41bff68260db3633e2f3b
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 15 15:48:07 2011 +0200

    Use the recipient's preference when determining whether to send updates without comments.

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

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

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

commit 0cbc192a9fd2bb6569827ed2ae8e6311cdcc493a
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 15 15:49:23 2011 +0200

    Send notification when deleting tickets.

 whups/bin/whups-obliterate |    7 ++++---
 whups/docs/CHANGES         |    1 +
 whups/lib/Ticket.php       |   30 ++++++++++++++++++++++++++++++
 whups/ticket/delete.php    |    2 +-
 4 files changed, 36 insertions(+), 4 deletions(-)

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

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

commit 2597027f260db075cfff82c7d1b47c6529ef2a15
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 15 16:59:36 2011 +0200

    Fix class name (Bug #10427).

 kronolith/resources/delete.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/2597027f260db075cfff82c7d1b47c6529ef2a15

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

commit 22998ee444de23d1bae95569c4cc46c6ad158296
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 15 17:00:35 2011 +0200

    Fix class names.

 kronolith/lib/Form/CreateResource.php |    2 +-
 kronolith/lib/Form/DeleteResource.php |    2 +-
 kronolith/lib/Form/EditResource.php   |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/22998ee444de23d1bae95569c4cc46c6ad158296

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

commit 18c5c355c5441c8a831858dc4460489e1263fa87
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 15 17:01:19 2011 +0200

    BFN

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

http://git.horde.org/horde-git/-/commit/18c5c355c5441c8a831858dc4460489e1263fa87

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

commit c5fd8ae4f7fb9165c35a2c4df901501866f9f248
Merge: 3098581 18c5c35
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Mon Aug 15 14:46:47 2011 -0400

    Merge branch 'master' into trean_tags

 framework/Auth/lib/Horde/Auth.php                                 |    1 -
 framework/Auth/lib/Horde/Auth/Base.php                            |   76 -
 framework/Auth/lib/Horde/Auth/Sql.php                             |  263 +-
 .../migration/Horde/Auth/2_horde_auth_upgrade_base_tables.php     |   42 -
 framework/Core/lib/Horde/Core/Sidebar.php                         |   42 +-
 framework/Core/lib/Horde/Core/Ui/Tabs.php                         |   12 +-
 framework/Imsp/lib/Horde/Imsp/Auth/Base.php                       |    2 +-
 framework/Imsp/lib/Horde/Imsp/Auth/CramMd5.php                    |    2 +-
 framework/Imsp/lib/Horde/Imsp/Auth/Imtest.php                     |  100 +
 framework/Imsp/lib/Horde/Imsp/Auth/Plaintext.php                  |   75 +
 framework/Imsp/lib/Horde/Imsp/Auth/imtest.php                     |  100 -
 framework/Imsp/lib/Horde/Imsp/Auth/plaintext.php                  |   75 -
 framework/Imsp/package.xml                                        |   18 +-
 framework/Mime/lib/Horde/Mime/Mail.php                            |    6 +-
 framework/Mime/test/Horde/Mime/MailTest.php                       |   12 +-
 framework/Text_Flowed/lib/Horde/Text/Flowed.php                   |    2 +-
 horde/config/conf.xml                                             |   17 -
 horde/themes/default/webkit.css                                   |    5 -
 imp/lib/Compose.php                                               |    4 +-
 kronolith/docs/CHANGES                                            |    1 +
 kronolith/lib/Form/CreateResource.php                             |    2 +-
 kronolith/lib/Form/DeleteResource.php                             |    2 +-
 kronolith/lib/Form/EditResource.php                               |    2 +-
 kronolith/package.xml                                             |    2 +
 kronolith/resources/delete.php                                    |    2 +-
 mnemo/lib/Application.php                                         |    4 +-
 whups/admin/index.php                                             |    6 +-
 whups/bin/whups-mail-filter                                       |    2 +-
 whups/bin/whups-obliterate                                        |    7 +-
 whups/config/conf.xml                                             |    3 +
 whups/docs/CHANGES                                                |    3 +
 whups/lib/Driver.php                                              |  183 +-
 whups/lib/Driver/Sql.php                                          | 2088 +++--
 whups/lib/Form/Admin/AddType.php                                  |    2 +-
 whups/lib/Form/Admin/DefaultPriority.php                          |    1 -
 whups/lib/Form/Admin/DeleteAttribute.php                          |    4 +-
 whups/lib/Form/Admin/EditAttributeStepTwo.php                     |   14 +-
 whups/lib/Form/Admin/EditTypeStepTwo.php                          |    4 +-
 whups/lib/Form/Renderer/Comment.php                               |    2 +-
 whups/lib/Mail.php                                                |   85 +-
 whups/lib/Ticket.php                                              |   75 +-
 whups/lib/Whups.php                                               |   20 +-
 whups/ticket/comment.php                                          |    2 +-
 whups/ticket/delete.php                                           |    2 +-
 whups/ticket/index.php                                            |    8 +-
 whups/ticket/update.php                                           |    2 +-
 46 files changed, 1631 insertions(+), 1751 deletions(-)

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




More information about the commits mailing list