[commits] Horde branch master updated. d4e52cb9e88f2b942e64537ab02c8b71f10f7a9d

Michael M Slusarz slusarz at horde.org
Wed Jan 29 21:09:17 UTC 2014


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

from: 3b5029f05e20378d47ad7d5b4a78357d71fe5bec

3159fb1 Slowly fixing this
eb9a2d9 Fix typo
710219e [mms] Add raw error message text (in English) to Exceptions.
fb26dd8 wrapping
838c76b Horde_Exception already provides this variable
774d45a clean up hooks.php formatting
d4e52cb [mms] Added session_version hook.

Summary: http://github.com/horde/horde/compare/3b5029f05e20378d47ad7d5b4a78357d71fe5bec...d4e52cb9e88f2b942e64537ab02c8b71f10f7a9d

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

commit 3159fb1ef627aafaf24f280a8cfde9b6a3db09d5
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Jan 29 12:55:32 2014 -0700

    Slowly fixing this

 ingo/package.xml                         |   12 ++++----
 ingo/test/Ingo/ScriptTest.php            |   21 +++------------
 ingo/test/Ingo/_data/from_spammer        |   40 ------------------------------
 ingo/test/Ingo/_data/not_from_spammer    |   40 ------------------------------
 ingo/test/Ingo/fixtures/from_spammer     |   40 ++++++++++++++++++++++++++++++
 ingo/test/Ingo/fixtures/not_from_spammer |   40 ++++++++++++++++++++++++++++++
 6 files changed, 91 insertions(+), 102 deletions(-)
 delete mode 100644 ingo/test/Ingo/_data/from_spammer
 delete mode 100644 ingo/test/Ingo/_data/not_from_spammer
 create mode 100644 ingo/test/Ingo/fixtures/from_spammer
 create mode 100644 ingo/test/Ingo/fixtures/not_from_spammer

http://github.com/horde/horde/commit/3159fb1ef627aafaf24f280a8cfde9b6a3db09d5
http://git.horde.org/horde-git/-/commit/3159fb1ef627aafaf24f280a8cfde9b6a3db09d5

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

commit eb9a2d9217276ebfef623b23fc38168d9fdd7b15
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Jan 29 12:58:30 2014 -0700

    Fix typo

 framework/Smtp/doc/Horde/Smtp/UPGRADING |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/eb9a2d9217276ebfef623b23fc38168d9fdd7b15
http://git.horde.org/horde-git/-/commit/eb9a2d9217276ebfef623b23fc38168d9fdd7b15

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

commit 710219ec2c0c5e3eb84c94e59be2cc70c5f13f1f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Jan 29 13:06:11 2014 -0700

    [mms] Add raw error message text (in English) to Exceptions.

 framework/Smtp/doc/Horde/Smtp/UPGRADING      |    8 +++++
 framework/Smtp/lib/Horde/Smtp.php            |    6 ++--
 framework/Smtp/lib/Horde/Smtp/Connection.php |    6 ++--
 framework/Smtp/lib/Horde/Smtp/Exception.php  |   40 ++++++++++++++++++++++---
 framework/Smtp/package.xml                   |   12 ++++----
 5 files changed, 55 insertions(+), 17 deletions(-)

http://github.com/horde/horde/commit/710219ec2c0c5e3eb84c94e59be2cc70c5f13f1f
http://git.horde.org/horde-git/-/commit/710219ec2c0c5e3eb84c94e59be2cc70c5f13f1f

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

commit fb26dd888db793d45ea0e523ec5dd92af3e82d83
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Jan 29 13:08:00 2014 -0700

    wrapping

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

http://github.com/horde/horde/commit/fb26dd888db793d45ea0e523ec5dd92af3e82d83
http://git.horde.org/horde-git/-/commit/fb26dd888db793d45ea0e523ec5dd92af3e82d83

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

commit 838c76bd691ee46cc5c8ab765434d59489bac931
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Jan 29 13:10:07 2014 -0700

    Horde_Exception already provides this variable

 imp/lib/Compose/Exception.php |   11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

http://github.com/horde/horde/commit/838c76bd691ee46cc5c8ab765434d59489bac931
http://git.horde.org/horde-git/-/commit/838c76bd691ee46cc5c8ab765434d59489bac931

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

commit 774d45a0ff1aa8d13c8eab75082a7ba9dd39e901
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Jan 29 13:32:06 2014 -0700

    clean up hooks.php formatting

 horde/config/hooks.php.dist |   76 +++++++++++++++++++++---------------------
 1 files changed, 38 insertions(+), 38 deletions(-)

http://github.com/horde/horde/commit/774d45a0ff1aa8d13c8eab75082a7ba9dd39e901
http://git.horde.org/horde-git/-/commit/774d45a0ff1aa8d13c8eab75082a7ba9dd39e901

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

commit d4e52cb9e88f2b942e64537ab02c8b71f10f7a9d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Jan 29 14:07:19 2014 -0700

    [mms] Added session_version hook.

 framework/Core/lib/Horde/Session.php |   18 +++++++++++++++++-
 framework/Core/package.xml           |    2 ++
 horde/config/hooks.php.dist          |   14 ++++++++++++++
 horde/docs/CHANGES                   |    1 +
 horde/docs/UPGRADING                 |    6 +++++-
 horde/package.xml                    |    1 +
 6 files changed, 40 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/d4e52cb9e88f2b942e64537ab02c8b71f10f7a9d
http://git.horde.org/horde-git/-/commit/d4e52cb9e88f2b942e64537ab02c8b71f10f7a9d




More information about the commits mailing list