[commits] Horde branch FRAMEWORK_5_2 updated.	f0c9dcae6ce436a0be133a6a1c6cd7a13741a719
    Michael M Slusarz 
    slusarz at horde.org
       
    Thu Aug  7 23:10:30 UTC 2014
    
    
  
The branch "FRAMEWORK_5_2" has been updated.
The following is a summary of the commits.
from: 3928f11a32c030edc92f020eac769edec033af71
49d0171 CSS tweak
75e8e94 add negative regex match-type for ingo sieve rules
3db0cc8 Looks like maildrop driver already has built-in support for not regex
0a6e739 [mms] Add support for a negative regex test to the Sieve driver (Request #12671; Pete Beardmore <pete.beardmore at msn.com>).
9b156b7 [mms] Add support for a negative regex test to the Maildrop driver.
f0c9dca Simplify test - since it is essentially identical to the existing regex code
Summary: http://github.com/horde/horde/compare/3928f11a32c030edc92f020eac769edec033af71...f0c9dcae6ce436a0be133a6a1c6cd7a13741a719
-----------------------------------------------------------------------
commit 49d01719d3ac66785f8f6efa4a056ae84ccf03a0
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Aug 7 15:58:20 2014 -0600
    CSS tweak
 imp/themes/default/dynamic/screen.css |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/49d01719d3ac66785f8f6efa4a056ae84ccf03a0
-----------------------------------------------------------------------
commit 75e8e9442843d3335a33c6383744e2873cd88880
Author: Pete Beardmore <pete.beardmore at msn.com>
Date:   Wed Sep 11 19:35:19 2013 +0100
    add negative regex match-type for ingo sieve rules
    
    -Sieve regex rules are based on Posix which has no support for enhanced
    (Perl/Java) features such as lookarounds
    -negating a complex regexp as would be made possible by this patch is
    simpler than jumping through hoops by use of multiple rules
    -Ingo appears to support the 'not regex' case for other backends
    
    Request #12671
    
    Signed-off-by: Michael M Slusarz <slusarz at horde.org>
 ingo/config/fields.php    |    2 +-
 ingo/lib/Script/Sieve.php |   14 ++++++++++++++
 ingo/lib/Storage.php      |    3 ++-
 3 files changed, 17 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/75e8e9442843d3335a33c6383744e2873cd88880
-----------------------------------------------------------------------
commit 3db0cc891ad76494f2be990b36a110163e362ae7
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Aug 7 16:59:07 2014 -0600
    Looks like maildrop driver already has built-in support for not regex
 ingo/lib/Script/Maildrop.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/3db0cc891ad76494f2be990b36a110163e362ae7
-----------------------------------------------------------------------
commit 0a6e739f18a73af3d73553a516946b54f396486d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Aug 7 17:00:47 2014 -0600
    [mms] Add support for a negative regex test to the Sieve driver (Request #12671; Pete Beardmore <pete.beardmore at msn.com>).
 ingo/docs/CHANGES |    2 ++
 ingo/package.xml  |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/0a6e739f18a73af3d73553a516946b54f396486d
-----------------------------------------------------------------------
commit 9b156b737c5c49dacedaf1d7db46e88efad28727
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Aug 7 17:03:11 2014 -0600
    [mms] Add support for a negative regex test to the Maildrop driver.
 ingo/docs/CHANGES |    1 +
 ingo/package.xml  |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/9b156b737c5c49dacedaf1d7db46e88efad28727
-----------------------------------------------------------------------
commit f0c9dcae6ce436a0be133a6a1c6cd7a13741a719
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Aug 7 17:05:26 2014 -0600
    Simplify test - since it is essentially identical to the existing regex code
    
    Request #12671
 ingo/lib/Script/Sieve.php |   16 ++++------------
 1 files changed, 4 insertions(+), 12 deletions(-)
http://github.com/horde/horde/commit/f0c9dcae6ce436a0be133a6a1c6cd7a13741a719
    
    
More information about the commits
mailing list