The branch "imp_6_2" has been updated. The following is a summary of the commits.
from: dd23fa1a9aeabcdfbb66b10234359f559b3c40f9 294ce86 Don't lose expanded/poll information when loading remote accounts ee7b9bb Ignore errors here 8bc502e simplify cb3d253 Abstract remote code as much as possible into Account object 938920c Only needed in IMAP account object 86e5e80 Move Virtual Folder tree code to a separate account object 1bff576 Optimize deletes ----------------------------------------------------------------------- commit 294ce865c6c9e16dcb6c3706ac1ddbe0591c408d Author: Michael M Slusarz <[email protected]> Date: Sun Sep 22 01:21:43 2013 -0600 Don't lose expanded/poll information when loading remote accounts imp/lib/Ftree.php | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) http://github.com/horde/horde/commit/294ce865c6c9e16dcb6c3706ac1ddbe0591c408d http://git.horde.org/horde-git/-/commit/294ce865c6c9e16dcb6c3706ac1ddbe0591c408d ----------------------------------------------------------------------- commit ee7b9bbaddbd6c5ea16aba75f6fe8313b893f682 Author: Michael M Slusarz <[email protected]> Date: Sun Sep 22 01:35:30 2013 -0600 Ignore errors here imp/js/dimpbase.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/ee7b9bbaddbd6c5ea16aba75f6fe8313b893f682 http://git.horde.org/horde-git/-/commit/ee7b9bbaddbd6c5ea16aba75f6fe8313b893f682 ----------------------------------------------------------------------- commit 8bc502e8509d9149cac2716722467d47e4be9b8c Author: Michael M Slusarz <[email protected]> Date: Sun Sep 22 07:10:30 2013 -0600 simplify imp/lib/Ftree.php | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 deletions(-) http://github.com/horde/horde/commit/8bc502e8509d9149cac2716722467d47e4be9b8c http://git.horde.org/horde-git/-/commit/8bc502e8509d9149cac2716722467d47e4be9b8c ----------------------------------------------------------------------- commit cb3d253635cedaf9350feec9682fa7df95c9b62c Author: Michael M Slusarz <[email protected]> Date: Sun Sep 22 07:36:42 2013 -0600 Abstract remote code as much as possible into Account object imp/lib/Ftree.php | 52 +++++++++++--------------------------- imp/lib/Ftree/Account/Remote.php | 31 ++++++++++++++++++---- imp/lib/Mailbox.php | 2 +- 3 files changed, 41 insertions(+), 44 deletions(-) http://github.com/horde/horde/commit/cb3d253635cedaf9350feec9682fa7df95c9b62c http://git.horde.org/horde-git/-/commit/cb3d253635cedaf9350feec9682fa7df95c9b62c ----------------------------------------------------------------------- commit 938920cc1ffe47de3830e7cab9282b86eadab966 Author: Michael M Slusarz <[email protected]> Date: Sun Sep 22 07:42:42 2013 -0600 Only needed in IMAP account object imp/lib/Ftree/Account.php | 12 ------------ imp/lib/Ftree/Account/Imap.php | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) http://github.com/horde/horde/commit/938920cc1ffe47de3830e7cab9282b86eadab966 http://git.horde.org/horde-git/-/commit/938920cc1ffe47de3830e7cab9282b86eadab966 ----------------------------------------------------------------------- commit 86e5e80d9166de1c04e9c1d2778430e66e33ffb2 Author: Michael M Slusarz <[email protected]> Date: Sun Sep 22 07:53:18 2013 -0600 Move Virtual Folder tree code to a separate account object imp/lib/Ftree.php | 43 ++++++------------------- imp/lib/Ftree/Account/Vfolder.php | 63 +++++++++++++++++++++++++++++++++++++ imp/lib/Mailbox.php | 4 +- imp/package.xml | 4 ++- 4 files changed, 79 insertions(+), 35 deletions(-) create mode 100644 imp/lib/Ftree/Account/Vfolder.php http://github.com/horde/horde/commit/86e5e80d9166de1c04e9c1d2778430e66e33ffb2 http://git.horde.org/horde-git/-/commit/86e5e80d9166de1c04e9c1d2778430e66e33ffb2 ----------------------------------------------------------------------- commit 1bff576ce9452b5d0ebf4eb553b09e50a6af6f95 Author: Michael M Slusarz <[email protected]> Date: Sun Sep 22 08:11:25 2013 -0600 Optimize deletes imp/lib/Ftree.php | 93 ++++++++++++++++++++++------------------------------ 1 files changed, 39 insertions(+), 54 deletions(-) http://github.com/horde/horde/commit/1bff576ce9452b5d0ebf4eb553b09e50a6af6f95 http://git.horde.org/horde-git/-/commit/1bff576ce9452b5d0ebf4eb553b09e50a6af6f95 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
