[commits] Horde branch develop updated. a4fa6fd905f74f255fae4bdcf91f76a24da8b1f0

Michael M Slusarz slusarz at horde.org
Tue Feb 14 23:23:16 UTC 2012


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

from: 9b3c469fc8dfd0b8145145baaf79823dd59f8bb9

7828d31 Fix class name (Bug #10985).
42320dd listGroups($user) didn't use $this->_filter and returned groups outside original filter
3a81c2b [jan] Use configured filter when listing groups (Jesse Sandberg <jesse.sandberg at verkkokauppa.com>, Bug #10975).
0b7b19c Fix for non-validate parsing where first element is a bare address
d294ef5 Give type-hint for multipart/related img data
baa0304 Fix translation (Bug #10987).
a98199a Only initialize document event handlers once
5c97235 Immediately stop select start if we detect click on active Drag element
a4fa6fd Merge branch 'master' into develop

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

commit 7828d31ca0f0414cb1ddc0cf4fdd4d871d9324fc
Author: Jan Schneider <jan at horde.org>
Date:   Mon Feb 13 19:05:30 2012 +0100

    Fix class name (Bug #10985).

 whups/docs/CHANGES              |    1 +
 whups/lib/Form/Query/Delete.php |    2 +-
 whups/package.xml               |    2 ++
 3 files changed, 4 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/7828d31ca0f0414cb1ddc0cf4fdd4d871d9324fc

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

commit 42320ddf4d023f147e6fe69e49ceafa3bf5fabfa
Author: Jesse Sandberg <jesse.sandberg at verkkokauppa.com>
Date:   Thu Feb 9 17:01:09 2012 +0200

    listGroups($user) didn't use $this->_filter and returned groups outside original filter
    
    Signed-off-by: Jan Schneider <jan at horde.org>
    Bug: 10975

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

http://git.horde.org/horde-git/-/commit/42320ddf4d023f147e6fe69e49ceafa3bf5fabfa

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

commit 3a81c2b1265c018bdb836930315f014f3edd81f7
Author: Jan Schneider <jan at horde.org>
Date:   Mon Feb 13 19:46:21 2012 +0100

    [jan] Use configured filter when listing groups (Jesse Sandberg <jesse.sandberg at verkkokauppa.com>, Bug #10975).

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

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

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

commit 0b7b19cf63fa56c2694247060fc87ad6ac427ec9
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Feb 13 16:18:34 2012 -0700

    Fix for non-validate parsing where first element is a bare address

 framework/Mail/lib/Horde/Mail/Rfc822.php     |    2 +-
 framework/Mail/test/Horde/Mail/ParseTest.php |   18 ++++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletions(-)

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

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

commit d294ef563f15921c2d20e538179c1b1e562be861
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Feb 13 17:22:15 2012 -0700

    Give type-hint for multipart/related img data
    
    Broken multipart/related messages might attach images as
    application/octet-stream data, instead of image/* data.

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

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

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

commit baa030481e5f6a9565fa1a8a688303a9f5e4dfac
Author: Jan Schneider <jan at horde.org>
Date:   Tue Feb 14 11:45:18 2012 +0100

    Fix translation (Bug #10987).

 whups/locale/de/LC_MESSAGES/whups.mo |  Bin 108424 -> 108415 bytes
 whups/locale/de/LC_MESSAGES/whups.po |    4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)

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

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

commit a98199a3aa85f0551ab25af956d3df6ea55452d7
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Feb 14 14:01:17 2012 -0700

    Only initialize document event handlers once

 horde/js/dragdrop2.js |   78 +++++++++++++++++++++++++++++++++---------------
 1 files changed, 53 insertions(+), 25 deletions(-)

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

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

commit 5c9723542e57ca870a45377a765c6618f50002dd
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Feb 14 14:06:47 2012 -0700

    Immediately stop select start if we detect click on active Drag element

 horde/js/dragdrop2.js |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

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

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

commit a4fa6fd905f74f255fae4bdcf91f76a24da8b1f0
Merge: 9b3c469 5c97235
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Feb 14 14:07:48 2012 -0700

    Merge branch 'master' into develop

 framework/Group/lib/Horde/Group/Ldap.php     |    1 +
 framework/Ldap/package.xml                   |    4 +-
 framework/Mail/lib/Horde/Mail/Rfc822.php     |    2 +-
 framework/Mail/test/Horde/Mail/ParseTest.php |   18 ++++++
 horde/js/dragdrop2.js                        |   83 ++++++++++++++++----------
 imp/lib/Mime/Viewer/Html.php                 |    1 +
 whups/docs/CHANGES                           |    1 +
 whups/lib/Form/Query/Delete.php              |    2 +-
 whups/locale/de/LC_MESSAGES/whups.mo         |  Bin 108424 -> 108415 bytes
 whups/locale/de/LC_MESSAGES/whups.po         |    4 +-
 whups/package.xml                            |    2 +
 11 files changed, 81 insertions(+), 37 deletions(-)

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




More information about the commits mailing list