[commits] Horde branch master updated. 2801bd45af390b29b4295f73ea375fe4005241ac

Michael M Slusarz slusarz at horde.org
Wed Feb 26 00:43:44 UTC 2014


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

from: 306b8db56a42aa95ba290214e9e0054587c49e03

f4dba28 Bug #12977: Fix polling of subfolders in certain instances
a57d90b Non-imap element filtering must be done via IteratorFiler
ea1c2b4 Horde::getDriverConfig() returns the parameters array directly
2801bd4 More cache factory improvements

Summary: http://github.com/horde/horde/compare/306b8db56a42aa95ba290214e9e0054587c49e03...2801bd45af390b29b4295f73ea375fe4005241ac

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

commit f4dba286479f682fda1d1972115aa01124e1be87
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Feb 25 11:33:41 2014 -0700

    Bug #12977: Fix polling of subfolders in certain instances
    
    Need to go through and clean this up.  The base RecursiveFilterIterator
    can be used if we need to ensure that NO children are iterated through.
    Otherwise, to exclude an iterator entry based on its contents (without
    regard for children) we need to use FilterIterators.

 imp/lib/Ajax/Application/Handler/Smartmobile.php |    6 +++-
 imp/lib/Ftree/IteratorFilter.php                 |    6 ----
 imp/lib/Ftree/IteratorFilter/Polled.php          |   32 ++++++++++++++++++++++
 imp/lib/Ftree/Prefs/Poll.php                     |   11 ++++---
 imp/package.xml                                  |    2 +
 5 files changed, 44 insertions(+), 13 deletions(-)
 create mode 100644 imp/lib/Ftree/IteratorFilter/Polled.php

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

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

commit a57d90b8e72238f38fdbb18ba9d668d03eaac049
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Feb 25 11:43:03 2014 -0700

    Non-imap element filtering must be done via IteratorFiler

 imp/lib/Ajax/Application/Handler/Dynamic.php |    4 +-
 imp/lib/Basic/Compose.php                    |    4 ++-
 imp/lib/Basic/Mailbox.php                    |    2 +-
 imp/lib/Basic/Message.php                    |    2 +-
 imp/lib/Ftree.php                            |    6 +++-
 imp/lib/Ftree/IteratorFilter.php             |    6 ----
 imp/lib/Ftree/IteratorFilter/Nonimap.php     |   33 ++++++++++++++++++++++++++
 imp/lib/Ftree/Prefs/Poll.php                 |    4 +-
 imp/lib/Prefs/Special/Acl.php                |    2 +-
 imp/lib/Prefs/Special/ComposeTemplates.php   |    4 ++-
 imp/lib/Prefs/Special/Drafts.php             |    4 ++-
 imp/lib/Prefs/Special/Sentmail.php           |    4 ++-
 imp/lib/Prefs/Special/Spam.php               |    4 ++-
 imp/lib/Prefs/Special/Trash.php              |    4 ++-
 imp/package.xml                              |    2 +
 15 files changed, 64 insertions(+), 21 deletions(-)
 create mode 100644 imp/lib/Ftree/IteratorFilter/Nonimap.php

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

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

commit ea1c2b4f1ed23d7d76cb31655eb07292a49d230f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Feb 25 14:43:53 2014 -0700

    Horde::getDriverConfig() returns the parameters array directly

 framework/Core/lib/Horde/Core/Factory/Cache.php |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

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

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

commit 2801bd45af390b29b4295f73ea375fe4005241ac
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Feb 25 15:02:23 2014 -0700

    More cache factory improvements

 framework/Core/lib/Horde/Core/Factory/Cache.php |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/2801bd45af390b29b4295f73ea375fe4005241ac
http://git.horde.org/horde-git/-/commit/2801bd45af390b29b4295f73ea375fe4005241ac




More information about the commits mailing list