[commits] Horde branch develop updated. 74a5f763d25b0aec45b2bf6ec2a9c8dc1436cb6f

Michael M Slusarz slusarz at horde.org
Mon Jan 16 00:46:02 UTC 2012


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

from: beea17068d7fc6cc210002b1f030911ed5373f24

b638d8b fix typo wrong url for group resources
f013987 Shouldn't it read create resource group?
49d517b Ensure we alrways return an array Bug: 10921
c971d9a simplify
9accbfb Fix setting advanced search details when switching from dynamic view quicksearch
24f007e Fix setting advanced search details when switching from dynamic view quicksearch
1c01b0f Don't save quicksearch across page reloads
5c94d26 Use a distinct function name to avoid conflict with Horde_Db test cases in jenkins/horde-git test_framework step
2c6da3d [mms] Fix line-endings for transport drivers that send messages using local tools/programs.
8447779 phpdoc
2c59ef9 Merge branch 'develop' of ssh://dev.horde.org/horde/git/horde into develop
74a5f76 Merge branch 'master' into develop

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

commit b638d8bbda8d01592818a453c3240aa87c3ed8c8
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sat Jan 14 12:26:45 2012 +0000

    fix typo wrong url for group resources

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

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

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

commit f0139879755697606850d072a834b634ed146d11
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sat Jan 14 12:30:49 2012 +0000

    Shouldn't it read create resource group?

 kronolith/lib/Form/CreateResourceGroup.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 49d517b06c492fd6abfc6a004d6f5ded61095021
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Jan 14 22:23:28 2012 -0500

    Ensure we alrways return an array Bug: 10921

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

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

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

commit c971d9aaa4ed7ab8ee53c58cabf219e7301492d8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Jan 14 22:59:32 2012 -0700

    simplify

 imp/js/search.js |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

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

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

commit 9accbfb7c5f7ef54c30b9d140db8604fac57dbe2
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Jan 14 23:04:39 2012 -0700

    Fix setting advanced search details when switching from dynamic view quicksearch

 imp/js/dimpbase.js |    5 ++++-
 imp/search.php     |   19 ++++++++++---------
 2 files changed, 14 insertions(+), 10 deletions(-)

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

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

commit 24f007ea1c5bc7025bf43ce95262c56efcc0d509
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Jan 14 23:04:39 2012 -0700

    Fix setting advanced search details when switching from dynamic view quicksearch

 imp/js/dimpbase.js |    5 ++++-
 imp/search.php     |   19 ++++++++++---------
 2 files changed, 14 insertions(+), 10 deletions(-)

http://git.horde.org/horde-git/-/commit/24f007ea1c5bc7025bf43ce95262c56efcc0d509

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

commit 1c01b0f282c1dc56bb99fbcc31b82c289dd05fed
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Jan 15 15:07:55 2012 -0700

    Don't save quicksearch across page reloads

 imp/js/dimpbase.js |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

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

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

commit 5c94d26fa1695ded9f643b686a414499a100a07f
Author: Ralf Lang <lang at b1-systems.de>
Date:   Sun Jan 15 22:36:53 2012 +0000

    Use a distinct function name to avoid conflict with Horde_Db test cases in jenkins/horde-git test_framework step

 framework/Rdo/test/Horde/Rdo/Sql/Base.php      |    2 +-
 framework/Rdo/test/Horde/Rdo/migration/sql.php |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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

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

commit 2c6da3dca8c890240584c541d72f5b5ee15b305f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Jan 15 15:24:10 2012 -0700

    [mms] Fix line-endings for transport drivers that send messages using local tools/programs.
    
    Non-SMTP drivers should use the OS-specific line ending by default.

 framework/Mail/lib/Horde/Mail/Transport.php          |    2 +-
 framework/Mail/lib/Horde/Mail/Transport/Mail.php     |   15 +++----
 framework/Mail/lib/Horde/Mail/Transport/Mock.php     |    7 ++-
 framework/Mail/lib/Horde/Mail/Transport/Sendmail.php |    5 ++-
 framework/Mail/lib/Horde/Mail/Transport/Smtp.php     |    6 ++-
 framework/Mail/lib/Horde/Mail/Transport/Smtpmx.php   |    5 ++-
 framework/Mail/package.xml                           |   19 +++++++--
 framework/Mail/test/Horde/Mail/SendTest.php          |   37 ++++++++++++++++++
 8 files changed, 77 insertions(+), 19 deletions(-)
 create mode 100644 framework/Mail/test/Horde/Mail/SendTest.php

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

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

commit 84477791861c268ab665ca16e72799572b7d0728
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Jan 15 15:30:41 2012 -0700

    phpdoc

 framework/Mail/lib/Horde/Mail.php                    |    1 +
 framework/Mail/lib/Horde/Mail/Exception.php          |    4 +-
 framework/Mail/lib/Horde/Mail/Rfc822.php             |   22 +++----
 framework/Mail/lib/Horde/Mail/Transport/Mail.php     |    4 +-
 framework/Mail/lib/Horde/Mail/Transport/Mock.php     |    8 +--
 framework/Mail/lib/Horde/Mail/Transport/Sendmail.php |   14 ++---
 framework/Mail/lib/Horde/Mail/Transport/Smtp.php     |   57 ++++++++---------
 framework/Mail/lib/Horde/Mail/Transport/Smtpmx.php   |   40 ++++++-------
 8 files changed, 69 insertions(+), 81 deletions(-)

http://git.horde.org/horde-git/-/commit/84477791861c268ab665ca16e72799572b7d0728

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

commit 2c59ef95d01ad6d1ca1972be6c45906703d69643
Merge: 9accbfb beea170
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Jan 15 17:45:29 2012 -0700

    Merge branch 'develop' of ssh://dev.horde.org/horde/git/horde into develop

 kronolith/docs/CHANGES              |    1 +
 kronolith/js/kronolith.js           |   16 +++++++++++-----
 kronolith/lib/Kronolith.php         |    2 +-
 kronolith/package.xml               |    1 +
 kronolith/themes/default/screen.css |   28 ++++++++++++++++++++++++----
 5 files changed, 38 insertions(+), 10 deletions(-)

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

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

commit 74a5f763d25b0aec45b2bf6ec2a9c8dc1436cb6f
Merge: 2c59ef9 8447779
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Jan 15 17:45:42 2012 -0700

    Merge branch 'master' into develop

 framework/Mail/lib/Horde/Mail.php                    |    1 +
 framework/Mail/lib/Horde/Mail/Exception.php          |    4 +-
 framework/Mail/lib/Horde/Mail/Rfc822.php             |   22 +++----
 framework/Mail/lib/Horde/Mail/Transport.php          |    2 +-
 framework/Mail/lib/Horde/Mail/Transport/Mail.php     |   19 ++---
 framework/Mail/lib/Horde/Mail/Transport/Mock.php     |   15 ++--
 framework/Mail/lib/Horde/Mail/Transport/Sendmail.php |   19 +++---
 framework/Mail/lib/Horde/Mail/Transport/Smtp.php     |   63 +++++++++---------
 framework/Mail/lib/Horde/Mail/Transport/Smtpmx.php   |   45 +++++++------
 framework/Mail/package.xml                           |   19 ++++--
 framework/Mail/test/Horde/Mail/SendTest.php          |   37 ++++++++++
 framework/Rdo/test/Horde/Rdo/Sql/Base.php            |    2 +-
 framework/Rdo/test/Horde/Rdo/migration/sql.php       |    2 +-
 imp/js/dimpbase.js                                   |    5 +-
 kronolith/lib/Form/CreateResourceGroup.php           |    2 +-
 kronolith/resources/groups/create.php                |    2 +-
 16 files changed, 154 insertions(+), 105 deletions(-)

http://git.horde.org/horde-git/-/commit/74a5f763d25b0aec45b2bf6ec2a9c8dc1436cb6f




More information about the commits mailing list