The branch "master" has been updated. The following is a summary of the commits.
from: 5ce3e4682f9d3280515be28fd4d2a263c4c04ece 3929ec4... Don't use '$' in keyword - it's a pseudo standard for potential future RFC definition ad53862... Documentation updates 663689d... Improve row rendering. 1e1843e... New rendering code allows us to catch invalid subject headers in the mailbox list. 5ac1f80... Another place to catch an invalid subject ----------------------------------------------------------------------- commit 3929ec494dee4ae3d563de975caeca7051dd70b9 Author: Michael M Slusarz <[email protected]> Date: Fri Apr 3 00:10:42 2009 -0600 Don't use '$' in keyword - it's a pseudo standard for potential future RFC definition imp/lib/Imap/Flags.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/diff.php/imp/lib/Imap/Flags.php?rt=horde-hatchery&r1=d39a5556f14509d777a7aa635e149e335fc96aaa&r2=3929ec494dee4ae3d563de975caeca7051dd70b9 ----------------------------------------------------------------------- commit ad5386213230a6af7d155f9b545e654de12f71fe Author: Michael M Slusarz <[email protected]> Date: Fri Apr 3 11:54:21 2009 -0600 Documentation updates imp/config/servers.php.dist | 81 +++++++++++++++++--------------- imp/docs/INSTALL | 108 +++++++++++++++++++------------------------ 2 files changed, 90 insertions(+), 99 deletions(-) http://git.horde.org/diff.php/imp/config/servers.php.dist?rt=horde-hatchery&r1=82ba98934760971b553c6149df78a37acad20ac1&r2=ad5386213230a6af7d155f9b545e654de12f71fe http://git.horde.org/diff.php/imp/docs/INSTALL?rt=horde-hatchery&r1=8294889fc96a530daa73c2eb88a53f6b9f82b649&r2=ad5386213230a6af7d155f9b545e654de12f71fe ----------------------------------------------------------------------- commit 663689d8acaaa2b3ecab6425a25f9e5444969900 Author: Michael M Slusarz <[email protected]> Date: Fri Apr 3 14:04:01 2009 -0600 Improve row rendering. Instead of inserting a row into the DOM, and then altering the row via DOM manipulation/javascript, do all necessary data processing before the row is inserted into the DOM. imp/js/src/DimpBase.js | 148 ++++++++++++------------------ imp/js/src/ViewPort.js | 59 +++++++++--- imp/templates/javascript/mailbox-dimp.js | 8 +- 3 files changed, 106 insertions(+), 109 deletions(-) http://git.horde.org/diff.php/imp/js/src/DimpBase.js?rt=horde-hatchery&r1=962c8e3f8a30e4d3bf62845b3dc099be9fcd6f32&r2=663689d8acaaa2b3ecab6425a25f9e5444969900 http://git.horde.org/diff.php/imp/js/src/ViewPort.js?rt=horde-hatchery&r1=2ea274eddb56da98fc5af2bcf21f01dc8dda0970&r2=663689d8acaaa2b3ecab6425a25f9e5444969900 http://git.horde.org/diff.php/imp/templates/javascript/mailbox-dimp.js?rt=horde-hatchery&r1=2ea274eddb56da98fc5af2bcf21f01dc8dda0970&r2=663689d8acaaa2b3ecab6425a25f9e5444969900 ----------------------------------------------------------------------- commit 1e1843e44d4eb4e44ac8d752cf67987ef10da269 Author: Michael M Slusarz <[email protected]> Date: Fri Apr 3 14:09:11 2009 -0600 New rendering code allows us to catch invalid subject headers in the mailbox list. imp/js/src/DimpBase.js | 6 ++++++ imp/lib/DIMP.php | 1 + 2 files changed, 7 insertions(+), 0 deletions(-) http://git.horde.org/diff.php/imp/js/src/DimpBase.js?rt=horde-hatchery&r1=663689d8acaaa2b3ecab6425a25f9e5444969900&r2=1e1843e44d4eb4e44ac8d752cf67987ef10da269 http://git.horde.org/diff.php/imp/lib/DIMP.php?rt=horde-hatchery&r1=1a87599e8ab748b29cab9f6cf6b2188ca76f4714&r2=1e1843e44d4eb4e44ac8d752cf67987ef10da269 ----------------------------------------------------------------------- commit 5ac1f804cea6279ea02cff11ad6b9e2e5f341be4 Author: Michael M Slusarz <[email protected]> Date: Fri Apr 3 14:12:16 2009 -0600 Another place to catch an invalid subject imp/js/src/DimpBase.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/diff.php/imp/js/src/DimpBase.js?rt=horde-hatchery&r1=1e1843e44d4eb4e44ac8d752cf67987ef10da269&r2=5ac1f804cea6279ea02cff11ad6b9e2e5f341be4 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
