The branch "master" has been updated. The following is a summary of the commits.
from: d9df2a3b911aa09c6f5eae5881e190f2bfa7bf0a 27d4e1d... changelog a9ef0f6... Add missing variable check 2b919e2... CSS tweak dc7b117... Fix doc. 4d5f000... Fix some undefined variable warnings. 86f3e5e... Improve quicksearch in dimp. ----------------------------------------------------------------------- commit 27d4e1dfd6750566767fb5ad6ff9c763e45df0a6 Author: Michael M Slusarz <[email protected]> Date: Mon Apr 13 22:55:21 2009 -0600 changelog imp/docs/CHANGES | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-hatchery&r1=44636a880cbf16f48d34712538b3c786e16bfbbd&r2=27d4e1dfd6750566767fb5ad6ff9c763e45df0a6 ----------------------------------------------------------------------- commit a9ef0f6456d51ea1f27d256e118bd75243f5ee96 Author: Michael M Slusarz <[email protected]> Date: Mon Apr 13 23:57:13 2009 -0600 Add missing variable check imp/js/src/ContextSensitive.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/diff.php/imp/js/src/ContextSensitive.js?rt=horde-hatchery&r1=e8862d9d5b48f48ee63c5e11af771a324bb3678d&r2=a9ef0f6456d51ea1f27d256e118bd75243f5ee96 ----------------------------------------------------------------------- commit 2b919e2d29a6321161fc1d643f01dc5c1f908b37 Author: Michael M Slusarz <[email protected]> Date: Tue Apr 14 09:40:49 2009 -0600 CSS tweak imp/themes/screen-dimp.css | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/diff.php/imp/themes/screen-dimp.css?rt=horde-hatchery&r1=5c440c85c5fe23ae78cd3ca7389ce0718b8f8d6f&r2=2b919e2d29a6321161fc1d643f01dc5c1f908b37 ----------------------------------------------------------------------- commit dc7b117e72255ef26b662dd8afe5cef770959d7e Author: Michael M Slusarz <[email protected]> Date: Tue Apr 14 10:03:34 2009 -0600 Fix doc. kronolith/lib/Imple/ContactAutoCompleter.php | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) http://git.horde.org/diff.php/kronolith/lib/Imple/ContactAutoCompleter.php?rt=horde-hatchery&r1=537fd38f9d73487f358332f4074b68333a05e745&r2=dc7b117e72255ef26b662dd8afe5cef770959d7e ----------------------------------------------------------------------- commit 4d5f0008949badfdcf106f3368d8231b239626bd Author: Michael M Slusarz <[email protected]> Date: Tue Apr 14 12:17:17 2009 -0600 Fix some undefined variable warnings. imp/js/src/DimpBase.js | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) http://git.horde.org/diff.php/imp/js/src/DimpBase.js?rt=horde-hatchery&r1=7f33cb6ddf680fe67f5a534387106a19e116af47&r2=4d5f0008949badfdcf106f3368d8231b239626bd ----------------------------------------------------------------------- commit 86f3e5ef0bad2c97d8a55c2dc53c2d808577f12c Author: Michael M Slusarz <[email protected]> Date: Tue Apr 14 13:09:23 2009 -0600 Improve quicksearch in dimp. An example of improvement by subtraction - quicksearch in dimp view should only search entire text of all messages only in the current mailbox. More advanced search queries need to be implemented in a different UI - a UI that will be incorporated in the regular imp view also. Additionally, remove filter interface from ViewPort. A filter interface to viewport doesn't make much sense, especially considering the entire data for the view may not be loaded in the browser. It is best to deal with these search views entirely on the server. imp/ajax.php | 5 +- imp/config/conf.xml | 8 - imp/docs/CHANGES | 1 + imp/js/src/DimpBase.js | 247 +++++++++++------------------- imp/js/src/ViewPort.js | 158 +------------------ imp/lib/DIMP.php | 2 - imp/lib/Views/ListMessages.php | 54 ++------ imp/templates/index/index-dimp.inc | 20 +--- imp/templates/javascript/mailbox-dimp.js | 2 +- imp/themes/screen-dimp.css | 63 +------- 10 files changed, 125 insertions(+), 435 deletions(-) http://git.horde.org/diff.php/imp/ajax.php?rt=horde-hatchery&r1=96bfb3bdab319edfc3095bfb58d4e1b66ff8d830&r2=86f3e5ef0bad2c97d8a55c2dc53c2d808577f12c http://git.horde.org/diff.php/imp/config/conf.xml?rt=horde-hatchery&r1=2ea274eddb56da98fc5af2bcf21f01dc8dda0970&r2=86f3e5ef0bad2c97d8a55c2dc53c2d808577f12c http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-hatchery&r1=27d4e1dfd6750566767fb5ad6ff9c763e45df0a6&r2=86f3e5ef0bad2c97d8a55c2dc53c2d808577f12c http://git.horde.org/diff.php/imp/js/src/DimpBase.js?rt=horde-hatchery&r1=4d5f0008949badfdcf106f3368d8231b239626bd&r2=86f3e5ef0bad2c97d8a55c2dc53c2d808577f12c http://git.horde.org/diff.php/imp/js/src/ViewPort.js?rt=horde-hatchery&r1=44a42058fe3ebb48be7130f5ab895a1d4c8db8ce&r2=86f3e5ef0bad2c97d8a55c2dc53c2d808577f12c http://git.horde.org/diff.php/imp/lib/DIMP.php?rt=horde-hatchery&r1=7f33cb6ddf680fe67f5a534387106a19e116af47&r2=86f3e5ef0bad2c97d8a55c2dc53c2d808577f12c http://git.horde.org/diff.php/imp/lib/Views/ListMessages.php?rt=horde-hatchery&r1=2ea274eddb56da98fc5af2bcf21f01dc8dda0970&r2=86f3e5ef0bad2c97d8a55c2dc53c2d808577f12c http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-hatchery&r1=7f33cb6ddf680fe67f5a534387106a19e116af47&r2=86f3e5ef0bad2c97d8a55c2dc53c2d808577f12c http://git.horde.org/diff.php/imp/templates/javascript/mailbox-dimp.js?rt=horde-hatchery&r1=663689d8acaaa2b3ecab6425a25f9e5444969900&r2=86f3e5ef0bad2c97d8a55c2dc53c2d808577f12c http://git.horde.org/diff.php/imp/themes/screen-dimp.css?rt=horde-hatchery&r1=2b919e2d29a6321161fc1d643f01dc5c1f908b37&r2=86f3e5ef0bad2c97d8a55c2dc53c2d808577f12c __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
