[commits] Horde branch master updated. 96e8956c663ca4e2c683e2ccb243fb3fdc4c86ba
Michael M Slusarz
slusarz at horde.org
Sat Mar 22 00:17:37 UTC 2014
The branch "master" has been updated.
The following is a summary of the commits.
from: 9073db0a381a40915f32b3fade65304bc87dd3fa
b292ed4 Faster options for conversion
5fdfe98 Faster operations for conversion
3fffaa7 Re-add address class to an address element
aa54cf8 Consistently use _removeMouseEvents to do cleanup
96e8956 Also need to remove address menus when clearing the preview pane
Summary: http://github.com/horde/horde/compare/9073db0a381a40915f32b3fade65304bc87dd3fa...96e8956c663ca4e2c683e2ccb243fb3fdc4c86ba
-----------------------------------------------------------------------
commit b292ed4e862b135c56be87c5e97ef14187adc47c
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Mar 21 17:27:39 2014 -0600
Faster options for conversion
horde/js/contextsensitive.js | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/b292ed4e862b135c56be87c5e97ef14187adc47c
http://git.horde.org/horde-git/-/commit/b292ed4e862b135c56be87c5e97ef14187adc47c
-----------------------------------------------------------------------
commit 5fdfe98c57bd60bb2c4ac2ef789d597bf0b55861
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Mar 21 17:40:06 2014 -0600
Faster operations for conversion
To convert any variable into binary numeric output (i.e. 0 or 1),
a double logical not (!!) will ensure comparison item is boolean, and then
a double bitwise not converts this value to 1 or 0.
Boolean() and Number() is not the preferred way of doing this, according
to various people. It is also something like 97% slower than doing
bitwise comparisons.
imp/js/compose-dimp.js | 13 +++++++------
imp/js/compose.js | 2 +-
imp/js/dimpbase.js | 26 +++++++++++++-------------
imp/js/message-dimp.js | 2 +-
imp/js/search.js | 10 +++++-----
imp/js/smartmobile.js | 6 +++---
6 files changed, 30 insertions(+), 29 deletions(-)
http://github.com/horde/horde/commit/5fdfe98c57bd60bb2c4ac2ef789d597bf0b55861
http://git.horde.org/horde-git/-/commit/5fdfe98c57bd60bb2c4ac2ef789d597bf0b55861
-----------------------------------------------------------------------
commit 3fffaa7350760a05da1e607d01fc4792cefbf3b8
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Mar 21 17:47:16 2014 -0600
Re-add address class to an address element
Fixes contextsensitive elements never being deleted from memory when the
preview message is changed.
imp/js/dimpcore.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/3fffaa7350760a05da1e607d01fc4792cefbf3b8
http://git.horde.org/horde-git/-/commit/3fffaa7350760a05da1e607d01fc4792cefbf3b8
-----------------------------------------------------------------------
commit aa54cf8a4ed7574d6b767c5f543d4ecd213d30f5
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Mar 21 17:55:14 2014 -0600
Consistently use _removeMouseEvents to do cleanup
imp/js/dimpbase.js | 24 ++++++++++++------------
1 files changed, 12 insertions(+), 12 deletions(-)
http://github.com/horde/horde/commit/aa54cf8a4ed7574d6b767c5f543d4ecd213d30f5
http://git.horde.org/horde-git/-/commit/aa54cf8a4ed7574d6b767c5f543d4ecd213d30f5
-----------------------------------------------------------------------
commit 96e8956c663ca4e2c683e2ccb243fb3fdc4c86ba
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Mar 21 18:16:41 2014 -0600
Also need to remove address menus when clearing the preview pane
This captures the delete message event
imp/js/dimpbase.js | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/96e8956c663ca4e2c683e2ccb243fb3fdc4c86ba
http://git.horde.org/horde-git/-/commit/96e8956c663ca4e2c683e2ccb243fb3fdc4c86ba
More information about the commits
mailing list