[commits] Horde branch master updated. 7b963536f49eb64b28962a3b27fd54bce3c1630c

Michael M Slusarz slusarz at horde.org
Wed Feb 12 07:08:59 UTC 2014


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

from: 442793c33f6bc6b7c9a61f44f502211d6380aeb0

3146a6e [mms] Add ability to filter rules by mailbox.
47c0a26 Increment version
27b7058 Update to newer PHP extension practices
548976c Added horde_xxhash package
d877b85 typo
45baf42 [mms] Fix packaging error.
381ec78 Released Horde_Stream-1.6.1
7b96353 Development mode for Horde_Stream-1.6.2

Summary: http://github.com/horde/horde/compare/442793c33f6bc6b7c9a61f44f502211d6380aeb0...7b963536f49eb64b28962a3b27fd54bce3c1630c

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

commit 3146a6ed140a111df63e164042413e7e4410b0bf
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Feb 11 19:08:53 2014 -0700

    [mms] Add ability to filter rules by mailbox.

 ingo/docs/CHANGES                             |    1 +
 ingo/js/filters.js                            |   26 +++++-----
 ingo/lib/Api.php                              |    6 ++-
 ingo/lib/Basic/Filters.php                    |   67 ++++++++++++++++++++++---
 ingo/package.xml                              |    1 +
 ingo/templates/basic/filters/filters.html.php |    4 ++
 6 files changed, 84 insertions(+), 21 deletions(-)

http://github.com/horde/horde/commit/3146a6ed140a111df63e164042413e7e4410b0bf
http://git.horde.org/horde-git/-/commit/3146a6ed140a111df63e164042413e7e4410b0bf

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

commit 47c0a262d47674ad43e18a67ecc9fd1cf4fdfdba
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Feb 11 20:13:23 2014 -0700

    Increment version

 framework/lz4/horde_lz4.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/47c0a262d47674ad43e18a67ecc9fd1cf4fdfdba
http://git.horde.org/horde-git/-/commit/47c0a262d47674ad43e18a67ecc9fd1cf4fdfdba

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

commit 27b7058ef1dfd12b51997047eb9c65a29280f323
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Feb 11 20:47:07 2014 -0700

    Update to newer PHP extension practices

 framework/lz4/horde_lz4.c  |   53 +++++++++++++++++++-----------------
 framework/lz4/horde_lz4.h  |   16 +++++-----
 framework/lz4/package.xml  |    1 -
 framework/lz4/php_verdep.h |   65 --------------------------------------------
 4 files changed, 36 insertions(+), 99 deletions(-)
 delete mode 100644 framework/lz4/php_verdep.h

http://github.com/horde/horde/commit/27b7058ef1dfd12b51997047eb9c65a29280f323
http://git.horde.org/horde-git/-/commit/27b7058ef1dfd12b51997047eb9c65a29280f323

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

commit 548976c25a3ca8fd60dc183dbf1e3bf3c3ac273e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Feb 11 23:01:53 2014 -0700

    Added horde_xxhash package

 framework/xxhash/CREDITS                         |    9 +
 framework/xxhash/LICENSE                         |   29 ++
 framework/xxhash/README.md                       |   38 ++
 framework/xxhash/config.m4                       |   37 ++
 framework/xxhash/horde_xxhash.c                  |   70 ++++
 framework/xxhash/horde_xxhash.h                  |   25 ++
 framework/xxhash/package.xml                     |   75 ++++
 framework/xxhash/test/horde/xxhash/AllTests.php  |    3 +
 framework/xxhash/test/horde/xxhash/UnitTest.php  |   54 +++
 framework/xxhash/test/horde/xxhash/bootstrap.php |    3 +
 framework/xxhash/test/horde/xxhash/phpunit.xml   |    1 +
 framework/xxhash/xxhash.c                        |  475 ++++++++++++++++++++++
 framework/xxhash/xxhash.h                        |  164 ++++++++
 13 files changed, 983 insertions(+), 0 deletions(-)
 create mode 100644 framework/xxhash/CREDITS
 create mode 100644 framework/xxhash/LICENSE
 create mode 100644 framework/xxhash/README.md
 create mode 100644 framework/xxhash/config.m4
 create mode 100644 framework/xxhash/horde_xxhash.c
 create mode 100644 framework/xxhash/horde_xxhash.h
 create mode 100644 framework/xxhash/package.xml
 create mode 100644 framework/xxhash/test/horde/xxhash/AllTests.php
 create mode 100644 framework/xxhash/test/horde/xxhash/UnitTest.php
 create mode 100644 framework/xxhash/test/horde/xxhash/bootstrap.php
 create mode 100644 framework/xxhash/test/horde/xxhash/phpunit.xml
 create mode 100644 framework/xxhash/xxhash.c
 create mode 100644 framework/xxhash/xxhash.h

http://github.com/horde/horde/commit/548976c25a3ca8fd60dc183dbf1e3bf3c3ac273e
http://git.horde.org/horde-git/-/commit/548976c25a3ca8fd60dc183dbf1e3bf3c3ac273e

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

commit d877b85885004b4925f93cce632486222ea04efa
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 12 00:04:30 2014 -0700

    typo

 framework/Support/lib/Horde/Support/CombineStream.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 45baf426dbd936ade2e90270b0e46c43805d87d1
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 12 00:04:55 2014 -0700

    [mms] Fix packaging error.

 framework/Stream/package.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/45baf426dbd936ade2e90270b0e46c43805d87d1
http://git.horde.org/horde-git/-/commit/45baf426dbd936ade2e90270b0e46c43805d87d1

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

commit 381ec787db42064dda248382e5f577684c580f8b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 12 00:07:22 2014 -0700

    Released Horde_Stream-1.6.1

 framework/Stream/composer.json |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/381ec787db42064dda248382e5f577684c580f8b
http://git.horde.org/horde-git/-/commit/381ec787db42064dda248382e5f577684c580f8b

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

commit 7b963536f49eb64b28962a3b27fd54bce3c1630c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 12 00:07:23 2014 -0700

    Development mode for Horde_Stream-1.6.2

 framework/Stream/package.xml |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/7b963536f49eb64b28962a3b27fd54bce3c1630c
http://git.horde.org/horde-git/-/commit/7b963536f49eb64b28962a3b27fd54bce3c1630c




More information about the commits mailing list