The branch "master" has been updated. The following is a summary of the commits.
from: 332ec079b3c6c1c3fbc95554f6bc29e07e7d5bc6 07df1fe Move viewport data ob generation to a separate PHP class. ----------------------------------------------------------------------- commit 07df1fedd87f341c560c79cce403bb17aa215891 Author: Michael M Slusarz <[email protected]> Date: Wed Sep 4 10:50:31 2013 -0600 Move viewport data ob generation to a separate PHP class. Allows determination of what to send to browser on-demand at the end of a request. Fixes issues where viewport objects were missing properties if using a "basic" object rather than a "full" object, and later that object needs additional information injected into it. imp/lib/Ajax/Application.php | 32 ++---- imp/lib/Ajax/Application/Handler/Common.php | 4 +- imp/lib/Ajax/Application/Handler/Dynamic.php | 6 +- imp/lib/Ajax/Application/ListMessages.php | 100 +++++----------- imp/lib/Ajax/Application/Viewport.php | 176 ++++++++++++++++++++++++++ imp/package.xml | 6 +- 6 files changed, 223 insertions(+), 101 deletions(-) create mode 100644 imp/lib/Ajax/Application/Viewport.php http://git.horde.org/horde-git/-/commit/07df1fedd87f341c560c79cce403bb17aa215891 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
