The branch "master" has been updated. The following is a summary of the commits.
from: f7d1b66d17471fb05e33fb2c73fc0ded32d1459a 23f8c17 traditional -> basic 9b7f3e9 Move AJAX handler to Handler subdirectory d088be3 Fix class name. cdd08af IMP help tweaks 0dbbb2c Fix ingo block css 6441f2c [mms] Convert turba minisearch block to the Horde AJAX framework. ----------------------------------------------------------------------- commit 23f8c179c1993e2c173b2842cf805953b07b1370 Author: Michael M Slusarz <[email protected]> Date: Fri Oct 19 07:45:18 2012 -0600 traditional -> basic Basic view is much more descriptive than "Traditional", especially when compared with out other view descriptions. framework/Core/lib/Horde/Core/Auth/Application.php | 24 ++++++++++---------- horde/config/conf.xml | 6 ++-- horde/login.php | 8 +++--- imp/README | 2 +- imp/config/prefs.php | 12 +++++----- imp/contacts.php | 2 +- imp/docs/RELEASE_NOTES | 2 +- imp/docs/UPGRADING | 2 +- imp/lib/Ajax/Application.php | 10 ++++---- imp/mailbox.php | 2 +- imp/message.php | 2 +- imp/search.php | 2 +- 12 files changed, 37 insertions(+), 37 deletions(-) http://git.horde.org/horde-git/-/commit/23f8c179c1993e2c173b2842cf805953b07b1370 ----------------------------------------------------------------------- commit 9b7f3e9daf5c47c1f46e5d33cbb0e6b887962f30 Author: Michael M Slusarz <[email protected]> Date: Fri Oct 19 07:50:06 2012 -0600 Move AJAX handler to Handler subdirectory turba/lib/Ajax/Application.php | 2 +- turba/lib/Ajax/Application/Handler/Smartmobile.php | 100 ++++++++++++++++++++ turba/lib/Ajax/Application/Smartmobile.php | 100 -------------------- 3 files changed, 101 insertions(+), 101 deletions(-) create mode 100644 turba/lib/Ajax/Application/Handler/Smartmobile.php delete mode 100644 turba/lib/Ajax/Application/Smartmobile.php http://git.horde.org/horde-git/-/commit/9b7f3e9daf5c47c1f46e5d33cbb0e6b887962f30 ----------------------------------------------------------------------- commit d088be3fdbd5ed4dff2711369b4a17ac4821c791 Author: Michael M Slusarz <[email protected]> Date: Fri Oct 19 09:00:07 2012 -0600 Fix class name. horde/themes/default/screen.css | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/d088be3fdbd5ed4dff2711369b4a17ac4821c791 ----------------------------------------------------------------------- commit cdd08af0842b4fed947e514367ca3ea5c678f1f0 Author: Michael M Slusarz <[email protected]> Date: Fri Oct 19 09:14:55 2012 -0600 IMP help tweaks imp/locale/en/help.xml | 18 +++--------------- imp/locale/en/help_basic.xml | 11 +++++------ imp/locale/en/help_dynamic.xml | 6 +++--- 3 files changed, 11 insertions(+), 24 deletions(-) http://git.horde.org/horde-git/-/commit/cdd08af0842b4fed947e514367ca3ea5c678f1f0 ----------------------------------------------------------------------- commit 0dbbb2c62a13cce908a6e983b10cff01c057da05 Author: Michael M Slusarz <[email protected]> Date: Fri Oct 19 09:22:11 2012 -0600 Fix ingo block css ingo/themes/default/block/screen.css | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/0dbbb2c62a13cce908a6e983b10cff01c057da05 ----------------------------------------------------------------------- commit 6441f2c85808a1050ee55dff9ff79ff89bd4316c Author: Michael M Slusarz <[email protected]> Date: Fri Oct 19 07:51:11 2012 -0600 [mms] Convert turba minisearch block to the Horde AJAX framework. framework/Core/js/hordecore.js | 4 +- turba/docs/CHANGES | 1 + turba/js/minisearch.js | 28 ++++-- turba/lib/Ajax/Application.php | 2 + turba/lib/Ajax/Application/Handler/Minisearch.php | 78 +++++++++++++++++ turba/lib/Block/Minisearch.php | 18 +++-- turba/minisearch.php | 93 --------------------- turba/package.xml | 18 +++-- turba/templates/block/minisearch.inc | 10 +-- 9 files changed, 127 insertions(+), 125 deletions(-) create mode 100644 turba/lib/Ajax/Application/Handler/Minisearch.php delete mode 100644 turba/minisearch.php http://git.horde.org/horde-git/-/commit/6441f2c85808a1050ee55dff9ff79ff89bd4316c -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
