[commits] Horde branch master updated. 56d16169a9c37a425876d0ca3e4c47e601a19d16
Michael M Slusarz
slusarz at horde.org
Thu Aug 7 23:11:05 UTC 2014
The branch "master" has been updated.
The following is a summary of the commits.
from: 93797732b2b0bb238b597e3d6fbff2610dac4443
86857f8 add negative regex match-type for ingo sieve rules
a2cdc9d Looks like maildrop driver already has built-in support for not regex
a4cde86 [mms] Add support for a negative regex test to the Sieve driver (Request #12671; Pete Beardmore <pete.beardmore at msn.com>).
5697090 [mms] Add support for a negative regex test to the Maildrop driver.
56d1616 Simplify test - since it is essentially identical to the existing regex code
Summary: http://github.com/horde/horde/compare/93797732b2b0bb238b597e3d6fbff2610dac4443...56d16169a9c37a425876d0ca3e4c47e601a19d16
-----------------------------------------------------------------------
commit 86857f885a5e27cc73f24a3975b7bfd8c8518817
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/86857f885a5e27cc73f24a3975b7bfd8c8518817
-----------------------------------------------------------------------
commit a2cdc9d6d4e3b3a4f1c5ce8afa776c13418e2a77
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/a2cdc9d6d4e3b3a4f1c5ce8afa776c13418e2a77
-----------------------------------------------------------------------
commit a4cde86a441511573e1bf5ef4bcb6f0a5bd02d54
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>).
Conflicts:
ingo/docs/CHANGES
ingo/package.xml
ingo/docs/CHANGES | 2 ++
ingo/package.xml | 1 +
2 files changed, 3 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/a4cde86a441511573e1bf5ef4bcb6f0a5bd02d54
-----------------------------------------------------------------------
commit 56970901ffbd8f752a4ed838c1194dd197d079de
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.
Conflicts:
ingo/docs/CHANGES
ingo/package.xml
ingo/docs/CHANGES | 1 +
ingo/package.xml | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/56970901ffbd8f752a4ed838c1194dd197d079de
-----------------------------------------------------------------------
commit 56d16169a9c37a425876d0ca3e4c47e601a19d16
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/56d16169a9c37a425876d0ca3e4c47e601a19d16
More information about the commits
mailing list