[commits] Horde branch master updated. 1f887ed31e69fcdcd3431070f1bc5852feea1aa8

Jan Schneider jan at horde.org
Fri Mar 25 17:44:51 UTC 2011


The branch "master" has been updated.
The following is a summary of the commits.

from: 0a36b22633d0226c42e281ea58785c06f1ffd7f5

b842a18 Make RB_confirm a CSS class name, so that it's used for the RB_ImpMailbox dialogs too.
7036cb8 Don't focus first element, which is usually the OK or Yes button.
b419da2 "number" type only works for int fields, not for number fields, because it doesn't allow locale-specific numbers, at least Chrome doesn't.
1f887ed Update

-----------------------------------------------------------------------

commit b842a186186e97f584e4cf01e624e3d63bc54253
Author: Jan Schneider <jan at horde.org>
Date:   Fri Mar 25 13:17:11 2011 +0100

    Make RB_confirm a CSS class name, so that it's used for the
    RB_ImpMailbox dialogs too.
    
    It doesn't make sense to have the JS code in IMP but the CSS rules in
    Horde though. Either dialog.js should be generalized and moved to Horde,
    or the .RB_confirm rules need to be moved to IMP's CSS.

 horde/themes/default/screen.css |    6 +++---
 imp/js/dialog.js                |    1 +
 2 files changed, 4 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/b842a186186e97f584e4cf01e624e3d63bc54253

-----------------------------------------------------------------------

commit 7036cb896c38b2b2dee263fa67f8ef6625ea5599
Author: Jan Schneider <jan at horde.org>
Date:   Fri Mar 25 13:20:19 2011 +0100

    Don't focus first element, which is usually the OK or Yes button.
    
    This is supposed to be *confirmation* dialog for destructive actions, so we
    want an explicit mouse click, not an accidental Enter key hit.

 imp/js/dialog.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/7036cb896c38b2b2dee263fa67f8ef6625ea5599

-----------------------------------------------------------------------

commit b419da2254b87911543096b794161874724b8daa
Author: Jan Schneider <jan at horde.org>
Date:   Fri Mar 25 16:12:18 2011 +0100

    "number" type only works for int fields, not for number fields, because it
    doesn't allow locale-specific numbers, at least Chrome doesn't.

 framework/Core/lib/Horde/Core/Ui/VarRenderer/Html.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/b419da2254b87911543096b794161874724b8daa

-----------------------------------------------------------------------

commit 1f887ed31e69fcdcd3431070f1bc5852feea1aa8
Author: Jan Schneider <jan at horde.org>
Date:   Fri Mar 25 18:41:07 2011 +0100

    Update

 framework/Browser/package.xml |  370 ++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 361 insertions(+), 9 deletions(-)

http://git.horde.org/horde-git/-/commit/1f887ed31e69fcdcd3431070f1bc5852feea1aa8




More information about the commits mailing list