[commits] Horde branch master updated. 13dcbf8f824f5aefc3f2add2e7642d5e8fbba1f4
Michael M Slusarz
slusarz at horde.org
Wed Sep 22 06:20:13 UTC 2010
The branch "master" has been updated.
The following is a summary of the commits.
from: 8267407b9326e82ce455e88ebd87d5841e0c3268
bdd30e2 Request #8659: Add mailing list message filter
9a22890 Add IMP_Prefs_Identity::getAllIdentityAddresses().
c32f06f Collect duplicative code into base Builtin classes.
13dcbf8 Request #8659: Add personal recipient message filter
-----------------------------------------------------------------------
commit bdd30e2638f28b49be149056e1fffb50fcfb1199
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Sep 21 23:42:49 2010 -0600
Request #8659: Add mailing list message filter
imp/config/prefs.php.dist | 6 ++-
imp/docs/CHANGES | 1 +
imp/js/search.js | 4 ++
imp/lib/Search/Element/Mailinglist.php | 55 +++++++++++++++++++++++++
imp/lib/Search/Filter/Mailinglist.php | 69 ++++++++++++++++++++++++++++++++
imp/search.php | 10 +++++
6 files changed, 144 insertions(+), 1 deletions(-)
create mode 100644 imp/lib/Search/Element/Mailinglist.php
create mode 100644 imp/lib/Search/Filter/Mailinglist.php
http://git.horde.org/diff.php/imp/config/prefs.php.dist?rt=horde-git&r1=8267407b9326e82ce455e88ebd87d5841e0c3268&r2=bdd30e2638f28b49be149056e1fffb50fcfb1199
http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-git&r1=8267407b9326e82ce455e88ebd87d5841e0c3268&r2=bdd30e2638f28b49be149056e1fffb50fcfb1199
http://git.horde.org/diff.php/imp/js/search.js?rt=horde-git&r1=8267407b9326e82ce455e88ebd87d5841e0c3268&r2=bdd30e2638f28b49be149056e1fffb50fcfb1199
http://git.horde.org/co.php/imp/lib/Search/Element/Mailinglist.php?rt=horde-git&r=bdd30e2638f28b49be149056e1fffb50fcfb1199
http://git.horde.org/co.php/imp/lib/Search/Filter/Mailinglist.php?rt=horde-git&r=bdd30e2638f28b49be149056e1fffb50fcfb1199
http://git.horde.org/diff.php/imp/search.php?rt=horde-git&r1=8267407b9326e82ce455e88ebd87d5841e0c3268&r2=bdd30e2638f28b49be149056e1fffb50fcfb1199
-----------------------------------------------------------------------
commit 9a22890d7257cd8934200f7c7154959392dcaaa0
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Sep 21 23:53:27 2010 -0600
Add IMP_Prefs_Identity::getAllIdentityAddresses().
imp/lib/Prefs/Identity.php | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
http://git.horde.org/diff.php/imp/lib/Prefs/Identity.php?rt=horde-git&r1=6b2c7d5e725f211a601798d707c631ba710748e2&r2=9a22890d7257cd8934200f7c7154959392dcaaa0
-----------------------------------------------------------------------
commit c32f06fea763374b5ce749d3f97cbd1d49427253
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Sep 22 00:00:42 2010 -0600
Collect duplicative code into base Builtin classes.
imp/config/prefs.php.dist | 4 +-
imp/lib/Search/Filter/Builtin.php | 63 +++++++++++++++++++++++++++++++++
imp/lib/Search/Filter/Bulk.php | 45 +----------------------
imp/lib/Search/Filter/Mailinglist.php | 45 +----------------------
imp/lib/Search/Vfolder/Builtin.php | 63 +++++++++++++++++++++++++++++++++
imp/lib/Search/Vfolder/Vinbox.php | 51 +++------------------------
imp/lib/Search/Vfolder/Vtrash.php | 51 +++------------------------
7 files changed, 142 insertions(+), 180 deletions(-)
create mode 100644 imp/lib/Search/Filter/Builtin.php
create mode 100644 imp/lib/Search/Vfolder/Builtin.php
http://git.horde.org/diff.php/imp/config/prefs.php.dist?rt=horde-git&r1=bdd30e2638f28b49be149056e1fffb50fcfb1199&r2=c32f06fea763374b5ce749d3f97cbd1d49427253
http://git.horde.org/co.php/imp/lib/Search/Filter/Builtin.php?rt=horde-git&r=c32f06fea763374b5ce749d3f97cbd1d49427253
http://git.horde.org/diff.php/imp/lib/Search/Filter/Bulk.php?rt=horde-git&r1=8267407b9326e82ce455e88ebd87d5841e0c3268&r2=c32f06fea763374b5ce749d3f97cbd1d49427253
http://git.horde.org/diff.php/imp/lib/Search/Filter/Mailinglist.php?rt=horde-git&r1=bdd30e2638f28b49be149056e1fffb50fcfb1199&r2=c32f06fea763374b5ce749d3f97cbd1d49427253
http://git.horde.org/co.php/imp/lib/Search/Vfolder/Builtin.php?rt=horde-git&r=c32f06fea763374b5ce749d3f97cbd1d49427253
http://git.horde.org/diff.php/imp/lib/Search/Vfolder/Vinbox.php?rt=horde-git&r1=e6a5a80835ffcf5a625383ad0d68754676c42b71&r2=c32f06fea763374b5ce749d3f97cbd1d49427253
http://git.horde.org/diff.php/imp/lib/Search/Vfolder/Vtrash.php?rt=horde-git&r1=e6a5a80835ffcf5a625383ad0d68754676c42b71&r2=c32f06fea763374b5ce749d3f97cbd1d49427253
-----------------------------------------------------------------------
commit 13dcbf8f824f5aefc3f2add2e7642d5e8fbba1f4
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Sep 22 00:08:00 2010 -0600
Request #8659: Add personal recipient message filter
imp/config/prefs.php.dist | 2 +-
imp/docs/CHANGES | 1 +
imp/js/search.js | 4 ++
imp/lib/Search/Element/Personal.php | 72 +++++++++++++++++++++++++++++++++++
imp/lib/Search/Filter/Personal.php | 28 +++++++++++++
imp/search.php | 10 +++++
6 files changed, 116 insertions(+), 1 deletions(-)
create mode 100644 imp/lib/Search/Element/Personal.php
create mode 100644 imp/lib/Search/Filter/Personal.php
http://git.horde.org/diff.php/imp/config/prefs.php.dist?rt=horde-git&r1=c32f06fea763374b5ce749d3f97cbd1d49427253&r2=13dcbf8f824f5aefc3f2add2e7642d5e8fbba1f4
http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-git&r1=bdd30e2638f28b49be149056e1fffb50fcfb1199&r2=13dcbf8f824f5aefc3f2add2e7642d5e8fbba1f4
http://git.horde.org/diff.php/imp/js/search.js?rt=horde-git&r1=bdd30e2638f28b49be149056e1fffb50fcfb1199&r2=13dcbf8f824f5aefc3f2add2e7642d5e8fbba1f4
http://git.horde.org/co.php/imp/lib/Search/Element/Personal.php?rt=horde-git&r=13dcbf8f824f5aefc3f2add2e7642d5e8fbba1f4
http://git.horde.org/co.php/imp/lib/Search/Filter/Personal.php?rt=horde-git&r=13dcbf8f824f5aefc3f2add2e7642d5e8fbba1f4
http://git.horde.org/diff.php/imp/search.php?rt=horde-git&r1=bdd30e2638f28b49be149056e1fffb50fcfb1199&r2=13dcbf8f824f5aefc3f2add2e7642d5e8fbba1f4
More information about the commits
mailing list