The branch "develop" has been updated. The following is a summary of the commits.
from: 247769650eacd9a980198b9f37dc5d9176110938 e8b4e46 Move app-specific preferences code from Horde_Core to the applications fa84b34 Move special mailbox sorting to IMP_Mailbox 6bb31db IMAP Tree iteration optimizations 88f7e2b Move AJAX mailbox response generation entirely within IMP_Imap_Tree ----------------------------------------------------------------------- commit e8b4e460857e357124ae9892b0b57b83f2436e2f Author: Michael M Slusarz <[email protected]> Date: Sun Jan 29 22:15:11 2012 -0700 Move app-specific preferences code from Horde_Core to the applications framework/Core/lib/Horde/Core/Prefs/Ui/Widgets.php | 5 ++--- imp/lib/Prefs/Ui.php | 6 +++++- kronolith/lib/Application.php | 6 +++++- whups/lib/Application.php | 6 +++++- 4 files changed, 17 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/e8b4e460857e357124ae9892b0b57b83f2436e2f ----------------------------------------------------------------------- commit fa84b34d6a51e4f538f1eb55f4947a6d04268697 Author: Michael M Slusarz <[email protected]> Date: Sun Jan 29 22:45:43 2012 -0700 Move special mailbox sorting to IMP_Mailbox imp/lib/Ajax/Application.php | 47 +++++++++++++++-------------------------- imp/lib/Mailbox.php | 26 +++++++++++++++++++++- 2 files changed, 41 insertions(+), 32 deletions(-) http://git.horde.org/horde-git/-/commit/fa84b34d6a51e4f538f1eb55f4947a6d04268697 ----------------------------------------------------------------------- commit 6bb31db2f41506b6af233857559a69f8ed55dfda Author: Michael M Slusarz <[email protected]> Date: Sun Jan 29 22:55:44 2012 -0700 IMAP Tree iteration optimizations Do less expensive mask check before doing more expensive virtual folder existence check. Skip IMP_Mailbox middleman when all it does it redirect to internal methods. imp/lib/Imap/Tree.php | 39 ++++++++++++++++++++------------------- 1 files changed, 20 insertions(+), 19 deletions(-) http://git.horde.org/horde-git/-/commit/6bb31db2f41506b6af233857559a69f8ed55dfda ----------------------------------------------------------------------- commit 88f7e2b8bcff65b0346cdb7d0f61de57d37487a6 Author: Michael M Slusarz <[email protected]> Date: Mon Jan 30 00:26:05 2012 -0700 Move AJAX mailbox response generation entirely within IMP_Imap_Tree Precursor to implementing Ticket #8077 imp/js/dimpbase.js | 2 +- imp/lib/Ajax/Application.php | 51 ++++++--------------- imp/lib/Ajax/Queue.php | 4 +- imp/lib/Imap/Tree.php | 103 ++++++++++++++++++++++-------------------- imp/lib/Mailbox.php | 1 - 5 files changed, 72 insertions(+), 89 deletions(-) http://git.horde.org/horde-git/-/commit/88f7e2b8bcff65b0346cdb7d0f61de57d37487a6 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
