The branch "master" has been updated. The following is a summary of the commits.
from: 28e422108d0f963b32333a8738bebfb0a2e6c6f9 0b478f7 Fix adding Bcc addresses from identity 0a66282 More compose window CSS tweaks; use space more efficiently da48260 simplify d7cfdcb sanity checking on function input 8dbd4d8 Fix autocomplete removeEntry function 4ca9c86 Fix updating BCC field when switching identities 5a990a2 Don't set same identity multiple times Summary: http://github.com/horde/horde/compare/28e422108d0f963b32333a8738bebfb0a2e6c6f9...5a990a23831b5b9e9630b8e1db98035dacd1b5c4 ----------------------------------------------------------------------- commit 0b478f7223fb8b9f3be927409fc55f42dd65921f Author: Michael M Slusarz <[email protected]> Date: Fri Dec 5 15:20:34 2014 -0700 Fix adding Bcc addresses from identity Fixes that issue, but I kind of remember that there was a reason why the updateHidden call was early in that code. Lesson: Always comment your code, kids. imp/js/autocomplete.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/0b478f7223fb8b9f3be927409fc55f42dd65921f ----------------------------------------------------------------------- commit 0a6628288e55a64d0ae3b5c31ec50a5524c474e7 Author: Michael M Slusarz <[email protected]> Date: Fri Dec 5 15:21:41 2014 -0700 More compose window CSS tweaks; use space more efficiently imp/themes/default/dynamic/compose.css | 23 +++++++++++++++++------ 1 files changed, 17 insertions(+), 6 deletions(-) http://github.com/horde/horde/commit/0a6628288e55a64d0ae3b5c31ec50a5524c474e7 ----------------------------------------------------------------------- commit da482603df9ccebda4c06502d9e623931dac6a35 Author: Michael M Slusarz <[email protected]> Date: Fri Dec 5 15:57:03 2014 -0700 simplify imp/js/autocomplete.js | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) http://github.com/horde/horde/commit/da482603df9ccebda4c06502d9e623931dac6a35 ----------------------------------------------------------------------- commit d7cfdcb102e07ec6f3c4384c9c28ec1f2f20d6bd Author: Michael M Slusarz <[email protected]> Date: Fri Dec 5 15:58:29 2014 -0700 sanity checking on function input imp/js/autocomplete.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/d7cfdcb102e07ec6f3c4384c9c28ec1f2f20d6bd ----------------------------------------------------------------------- commit 8dbd4d8be118c8df679f0a132a127f9f21386eb1 Author: Michael M Slusarz <[email protected]> Date: Fri Dec 5 16:05:04 2014 -0700 Fix autocomplete removeEntry function Was requiring a DOM element, not entry as the function name implies imp/js/autocomplete.js | 19 ++++++++++--------- 1 files changed, 10 insertions(+), 9 deletions(-) http://github.com/horde/horde/commit/8dbd4d8be118c8df679f0a132a127f9f21386eb1 ----------------------------------------------------------------------- commit 4ca9c869c7e993c282b7ccda6eabe97a08363b32 Author: Michael M Slusarz <[email protected]> Date: Fri Dec 5 16:06:42 2014 -0700 Fix updating BCC field when switching identities imp/js/compose.js | 18 ++++++++++-------- 1 files changed, 10 insertions(+), 8 deletions(-) http://github.com/horde/horde/commit/4ca9c869c7e993c282b7ccda6eabe97a08363b32 ----------------------------------------------------------------------- commit 5a990a23831b5b9e9630b8e1db98035dacd1b5c4 Author: Michael M Slusarz <[email protected]> Date: Fri Dec 5 16:17:23 2014 -0700 Don't set same identity multiple times imp/js/compose.js | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/5a990a23831b5b9e9630b8e1db98035dacd1b5c4 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
