The branch "master" has been updated. The following is a summary of the commits.
from: 2c0e6563163eabf02797f18c59af122a39744d58 dc60d67... When navigating away from options, auto-reload page. 4968335... getViewportSelection() -> getSelection() a7dcd8e... Update flag in base view also if currently in search view 56582a8... Remove the need for the DimpCore.buttons variable 3a450cb... Fix contextOnShow actions. c1960aa... Add notifications on poll actions. ce88070... Fix adding priority image to preview information. ed1e359... Don't show subject in page header. c1859f8... Trimming the fat that has built up over the last year or two. 48d0a52... Bug #8185: Fix double encoding of subjects. ----------------------------------------------------------------------- commit dc60d6782bf40681a1e5096178e7b270fc3950b0 Author: Michael M Slusarz <[email protected]> Date: Tue Apr 14 17:46:11 2009 -0600 When navigating away from options, auto-reload page. Ensures we pick up any pref changes made by user. imp/js/src/DimpBase.js | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) http://git.horde.org/diff.php/imp/js/src/DimpBase.js?rt=horde-hatchery&r1=86f3e5ef0bad2c97d8a55c2dc53c2d808577f12c&r2=dc60d6782bf40681a1e5096178e7b270fc3950b0 ----------------------------------------------------------------------- commit 496833567c78e7483b80561cb0bca43146a8e5ed Author: Michael M Slusarz <[email protected]> Date: Tue Apr 14 17:53:12 2009 -0600 getViewportSelection() -> getSelection() imp/js/src/DimpBase.js | 16 ++++++++-------- imp/js/src/ViewPort.js | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) http://git.horde.org/diff.php/imp/js/src/DimpBase.js?rt=horde-hatchery&r1=dc60d6782bf40681a1e5096178e7b270fc3950b0&r2=496833567c78e7483b80561cb0bca43146a8e5ed http://git.horde.org/diff.php/imp/js/src/ViewPort.js?rt=horde-hatchery&r1=86f3e5ef0bad2c97d8a55c2dc53c2d808577f12c&r2=496833567c78e7483b80561cb0bca43146a8e5ed ----------------------------------------------------------------------- commit a7dcd8e539c0ad643c848fbfcea240751404e611 Author: Michael M Slusarz <[email protected]> Date: Tue Apr 14 20:55:36 2009 -0600 Update flag in base view also if currently in search view imp/js/src/DimpBase.js | 24 +++++++++++++++++++----- 1 files changed, 19 insertions(+), 5 deletions(-) http://git.horde.org/diff.php/imp/js/src/DimpBase.js?rt=horde-hatchery&r1=496833567c78e7483b80561cb0bca43146a8e5ed&r2=a7dcd8e539c0ad643c848fbfcea240751404e611 ----------------------------------------------------------------------- commit 56582a8cf97bcf7e3a34583c30e50cf109ea15aa Author: Michael M Slusarz <[email protected]> Date: Tue Apr 14 21:20:54 2009 -0600 Remove the need for the DimpCore.buttons variable imp/js/src/DimpBase.js | 22 +++++++++------------- imp/js/src/DimpCore.js | 13 ------------- imp/lib/DIMP.php | 8 +++----- imp/templates/index/index-dimp.inc | 14 +++++++------- 4 files changed, 19 insertions(+), 38 deletions(-) http://git.horde.org/diff.php/imp/js/src/DimpBase.js?rt=horde-hatchery&r1=a7dcd8e539c0ad643c848fbfcea240751404e611&r2=56582a8cf97bcf7e3a34583c30e50cf109ea15aa http://git.horde.org/diff.php/imp/js/src/DimpCore.js?rt=horde-hatchery&r1=7f33cb6ddf680fe67f5a534387106a19e116af47&r2=56582a8cf97bcf7e3a34583c30e50cf109ea15aa http://git.horde.org/diff.php/imp/lib/DIMP.php?rt=horde-hatchery&r1=86f3e5ef0bad2c97d8a55c2dc53c2d808577f12c&r2=56582a8cf97bcf7e3a34583c30e50cf109ea15aa http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-hatchery&r1=86f3e5ef0bad2c97d8a55c2dc53c2d808577f12c&r2=56582a8cf97bcf7e3a34583c30e50cf109ea15aa ----------------------------------------------------------------------- commit 3a450cbf4a67daf33b3e150eba3a24667c86a85c Author: Michael M Slusarz <[email protected]> Date: Tue Apr 14 22:17:12 2009 -0600 Fix contextOnShow actions. imp/js/src/ContextSensitive.js | 2 +- imp/js/src/DimpBase.js | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) http://git.horde.org/diff.php/imp/js/src/ContextSensitive.js?rt=horde-hatchery&r1=a9ef0f6456d51ea1f27d256e118bd75243f5ee96&r2=3a450cbf4a67daf33b3e150eba3a24667c86a85c http://git.horde.org/diff.php/imp/js/src/DimpBase.js?rt=horde-hatchery&r1=56582a8cf97bcf7e3a34583c30e50cf109ea15aa&r2=3a450cbf4a67daf33b3e150eba3a24667c86a85c ----------------------------------------------------------------------- commit c1960aae7e54b51bf735a88851e29d696d8abf99 Author: Michael M Slusarz <[email protected]> Date: Tue Apr 14 22:20:29 2009 -0600 Add notifications on poll actions. imp/ajax.php | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) http://git.horde.org/diff.php/imp/ajax.php?rt=horde-hatchery&r1=86f3e5ef0bad2c97d8a55c2dc53c2d808577f12c&r2=c1960aae7e54b51bf735a88851e29d696d8abf99 ----------------------------------------------------------------------- commit ce8807057f459901e11374baab4598524fab4bff Author: Michael M Slusarz <[email protected]> Date: Tue Apr 14 23:26:34 2009 -0600 Fix adding priority image to preview information. imp/js/src/DimpBase.js | 6 +++++- imp/themes/screen-dimp.css | 1 + 2 files changed, 6 insertions(+), 1 deletions(-) http://git.horde.org/diff.php/imp/js/src/DimpBase.js?rt=horde-hatchery&r1=3a450cbf4a67daf33b3e150eba3a24667c86a85c&r2=ce8807057f459901e11374baab4598524fab4bff http://git.horde.org/diff.php/imp/themes/screen-dimp.css?rt=horde-hatchery&r1=86f3e5ef0bad2c97d8a55c2dc53c2d808577f12c&r2=ce8807057f459901e11374baab4598524fab4bff ----------------------------------------------------------------------- commit ed1e359c809354bee6175215a63a10402ae22c68 Author: Michael M Slusarz <[email protected]> Date: Tue Apr 14 23:34:28 2009 -0600 Don't show subject in page header. Already show subject in headers - this is just redundant info. imp/message.php | 8 ++---- imp/templates/chunks/message.php | 45 +++++++++++++++++-------------------- 2 files changed, 24 insertions(+), 29 deletions(-) http://git.horde.org/diff.php/imp/message.php?rt=horde-hatchery&r1=5c440c85c5fe23ae78cd3ca7389ce0718b8f8d6f&r2=ed1e359c809354bee6175215a63a10402ae22c68 http://git.horde.org/diff.php/imp/templates/chunks/message.php?rt=horde-hatchery&r1=69fcb704aba86c3e7c6e6b50774d0d41cb02f1b8&r2=ed1e359c809354bee6175215a63a10402ae22c68 ----------------------------------------------------------------------- commit c1859f89d19ffcfc97c4eb15e1aa02eeb4e0bcc5 Author: Michael M Slusarz <[email protected]> Date: Tue Apr 14 23:36:47 2009 -0600 Trimming the fat that has built up over the last year or two. Cutting down on unneeded events, DOM IDs, dynamic DOM generation, duplicate ID lookups, noop function calls, etc. imp/js/src/DimpBase.js | 189 ++++++++++++++++-------------------- imp/js/src/DimpCore.js | 49 ++++------ imp/js/src/ViewPort.js | 15 +-- imp/templates/index/index-dimp.inc | 9 ++ imp/themes/screen-dimp.css | 4 +- 5 files changed, 118 insertions(+), 148 deletions(-) http://git.horde.org/diff.php/imp/js/src/DimpBase.js?rt=horde-hatchery&r1=ce8807057f459901e11374baab4598524fab4bff&r2=c1859f89d19ffcfc97c4eb15e1aa02eeb4e0bcc5 http://git.horde.org/diff.php/imp/js/src/DimpCore.js?rt=horde-hatchery&r1=56582a8cf97bcf7e3a34583c30e50cf109ea15aa&r2=c1859f89d19ffcfc97c4eb15e1aa02eeb4e0bcc5 http://git.horde.org/diff.php/imp/js/src/ViewPort.js?rt=horde-hatchery&r1=496833567c78e7483b80561cb0bca43146a8e5ed&r2=c1859f89d19ffcfc97c4eb15e1aa02eeb4e0bcc5 http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-hatchery&r1=56582a8cf97bcf7e3a34583c30e50cf109ea15aa&r2=c1859f89d19ffcfc97c4eb15e1aa02eeb4e0bcc5 http://git.horde.org/diff.php/imp/themes/screen-dimp.css?rt=horde-hatchery&r1=ce8807057f459901e11374baab4598524fab4bff&r2=c1859f89d19ffcfc97c4eb15e1aa02eeb4e0bcc5 ----------------------------------------------------------------------- commit 48d0a5284f91e28c4e7f3cfc8f3cee7b1b119ae9 Author: Michael M Slusarz <[email protected]> Date: Tue Apr 14 23:43:25 2009 -0600 Bug #8185: Fix double encoding of subjects. imp/lib/UI/Message.php | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) http://git.horde.org/diff.php/imp/lib/UI/Message.php?rt=horde-hatchery&r1=bbdb7ec0f76401f339f207c0b376cb68014af47b&r2=48d0a5284f91e28c4e7f3cfc8f3cee7b1b119ae9 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
