The branch "ajax_to_core" has been updated. The following is a summary of the commits.
from: 830b9273c12a942fbb2bb245ef0b65b2513c3ff0 4ee2206 Fix dialog script 98d839f Move header generation to core AJAX ----------------------------------------------------------------------- commit 4ee22067281a161ebb7b6daddb5d237b0d263792 Author: Michael M Slusarz <[email protected]> Date: Fri Jan 27 00:37:01 2012 -0700 Fix dialog script imp/js/dialog.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/4ee22067281a161ebb7b6daddb5d237b0d263792 ----------------------------------------------------------------------- commit 98d839f5775d9d702219a36bf2bcff06ab6cbb9c Author: Michael M Slusarz <[email protected]> Date: Sat Jan 28 22:03:28 2012 -0700 Move header generation to core AJAX framework/Core/lib/Horde/Core/Ajax.php | 60 +++++- imp/compose-dimp.php | 16 +-- imp/compose-mimp.php | 2 +- imp/compose.php | 2 +- imp/contacts.php | 3 +- imp/folders-mimp.php | 2 +- imp/folders.php | 12 +- imp/index-dimp.php | 15 +-- imp/lib/Ajax.php | 351 ++++++++++++++++++++++++++++++++ imp/lib/Crypt/Pgp.php | 3 +- imp/lib/Crypt/Smime.php | 3 +- imp/lib/Dimp.php | 40 ---- imp/lib/IMP.php | 24 +++ imp/lib/Ui/Compose.php | 2 +- imp/mailbox-mimp.php | 4 +- imp/mailbox.php | 2 +- imp/message-dimp.php | 23 +-- imp/message-mimp.php | 4 +- imp/message.php | 2 +- imp/saveimage.php | 3 +- imp/search-basic.php | 3 +- imp/search.php | 3 +- imp/templates/common-header.inc | 33 +--- imp/templates/dimp/javascript_defs.php | 232 --------------------- imp/thread.php | 3 +- kronolith/index.php | 4 +- kronolith/lib/Ajax.php | 241 ++++++++++++++++++++++ kronolith/lib/Kronolith.php | 238 --------------------- kronolith/themes/default/screen.css | 6 +- 29 files changed, 703 insertions(+), 633 deletions(-) create mode 100644 imp/lib/Ajax.php delete mode 100644 imp/templates/dimp/javascript_defs.php create mode 100644 kronolith/lib/Ajax.php http://git.horde.org/horde-git/-/commit/98d839f5775d9d702219a36bf2bcff06ab6cbb9c __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
