[commits] Horde branch master updated. ca99c7dc9044e4df27dff2a425cffe16f1f85114

Michael M Slusarz slusarz at horde.org
Tue Feb 9 06:48:15 UTC 2010


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

from: cd624150e5fa2d0f3aa6edcc966d7d588f14a1c9

49893ae Provide basic checking to prevent switching between mimp/imp/dimp during session
b65ff3c Remove IE 6 support for DIMP
8c77e8f Also remove Safari 2 support for DIMP
79b3eeb IE 7+ JS fix
186133d Move quicksearch sizing into CSS
ca99c7d Tweak default HTML UI font

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

commit 49893aecfc0d44ad7250d5056ac1b7ed91dd0d52
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Feb 8 22:16:49 2010 -0700

    Provide basic checking to prevent switching between mimp/imp/dimp during session

 imp/compose-dimp.php    |    2 +-
 imp/compose-mimp.php    |    2 +-
 imp/folders-mimp.php    |    2 +-
 imp/index-dimp.php      |    2 +-
 imp/lib/Application.php |   14 +++++++++++++-
 imp/mailbox-mimp.php    |    2 +-
 imp/message-dimp.php    |    2 +-
 imp/message-mimp.php    |    2 +-
 8 files changed, 20 insertions(+), 8 deletions(-)

http://git.horde.org/diff.php/imp/compose-dimp.php?rt=horde-git&r1=7eba9311ccd488faabe102efee17cca2be7f4f72&r2=49893aecfc0d44ad7250d5056ac1b7ed91dd0d52
http://git.horde.org/diff.php/imp/compose-mimp.php?rt=horde-git&r1=e73c134898000aa83c9b5fbf815e9829adcbbd3e&r2=49893aecfc0d44ad7250d5056ac1b7ed91dd0d52
http://git.horde.org/diff.php/imp/folders-mimp.php?rt=horde-git&r1=12e455a324a5a44ca84c3d8939d50484eb9d9ad8&r2=49893aecfc0d44ad7250d5056ac1b7ed91dd0d52
http://git.horde.org/diff.php/imp/index-dimp.php?rt=horde-git&r1=6aa09cca98cc3fa3591a1607480225dc83086469&r2=49893aecfc0d44ad7250d5056ac1b7ed91dd0d52
http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=bf94ab2ee58ffe15add8169edda91ecf15da2dce&r2=49893aecfc0d44ad7250d5056ac1b7ed91dd0d52
http://git.horde.org/diff.php/imp/mailbox-mimp.php?rt=horde-git&r1=e73c134898000aa83c9b5fbf815e9829adcbbd3e&r2=49893aecfc0d44ad7250d5056ac1b7ed91dd0d52
http://git.horde.org/diff.php/imp/message-dimp.php?rt=horde-git&r1=47cdcfdf7e22ea8617d530057ee37c1febaf99c7&r2=49893aecfc0d44ad7250d5056ac1b7ed91dd0d52
http://git.horde.org/diff.php/imp/message-mimp.php?rt=horde-git&r1=e73c134898000aa83c9b5fbf815e9829adcbbd3e&r2=49893aecfc0d44ad7250d5056ac1b7ed91dd0d52

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

commit b65ff3c0b7031ace2b520857c3c8e9aaad266305
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Feb 8 22:17:06 2010 -0700

    Remove IE 6 support for DIMP

 imp/docs/CHANGES                |    1 +
 imp/js/DimpBase.js              |   58 +-------------------------------------
 imp/js/DimpCore.js              |    1 -
 imp/lib/Auth.php                |    8 +++++
 imp/themes/ie6_or_less-dimp.css |   60 ---------------------------------------
 5 files changed, 10 insertions(+), 118 deletions(-)
 delete mode 100644 imp/themes/ie6_or_less-dimp.css

http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-git&r1=a3f0c954834ed50d3cbe84863651ab82e3c0c529&r2=b65ff3c0b7031ace2b520857c3c8e9aaad266305
http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-git&r1=4f4a3c74acda003173be782c2545d197f781ab01&r2=b65ff3c0b7031ace2b520857c3c8e9aaad266305
http://git.horde.org/diff.php/imp/js/DimpCore.js?rt=horde-git&r1=f7ff14c920be92809d72c7298bba4aabbea15c22&r2=b65ff3c0b7031ace2b520857c3c8e9aaad266305
http://git.horde.org/diff.php/imp/lib/Auth.php?rt=horde-git&r1=e73c134898000aa83c9b5fbf815e9829adcbbd3e&r2=b65ff3c0b7031ace2b520857c3c8e9aaad266305
http://git.horde.org/diff.php/imp/themes/ie6_or_less-dimp.css?rt=horde-git&r1=7eba9311ccd488faabe102efee17cca2be7f4f72&r2=b65ff3c0b7031ace2b520857c3c8e9aaad266305

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

commit 8c77e8fa7db5a04ad26f8147155df4e458a8a50d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Feb 8 22:23:52 2010 -0700

    Also remove Safari 2 support for DIMP

 imp/docs/CHANGES |    2 +-
 imp/lib/Auth.php |   11 +++++++----
 2 files changed, 8 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-git&r1=b65ff3c0b7031ace2b520857c3c8e9aaad266305&r2=8c77e8fa7db5a04ad26f8147155df4e458a8a50d
http://git.horde.org/diff.php/imp/lib/Auth.php?rt=horde-git&r1=b65ff3c0b7031ace2b520857c3c8e9aaad266305&r2=8c77e8fa7db5a04ad26f8147155df4e458a8a50d

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

commit 79b3eebdb55b363eb55c4c1790e3b58bd1f93142
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Feb 8 23:15:44 2010 -0700

    IE 7+ JS fix

 imp/js/imp.js |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/js/imp.js?rt=horde-git&r1=6401604a3bf3fadff3c3912a1443b16f8724d28a&r2=79b3eebdb55b363eb55c4c1790e3b58bd1f93142

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

commit 186133d0d53715f239f33bd25a7275cfcb52db8c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Feb 8 23:16:14 2010 -0700

    Move quicksearch sizing into CSS

 imp/templates/index/index-dimp.inc |    2 +-
 imp/themes/screen-dimp.css         |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-git&r1=9b5a6d62145bb417f2b2f40bb8302b1cdf20756e&r2=186133d0d53715f239f33bd25a7275cfcb52db8c
http://git.horde.org/diff.php/imp/themes/screen-dimp.css?rt=horde-git&r1=7eba9311ccd488faabe102efee17cca2be7f4f72&r2=186133d0d53715f239f33bd25a7275cfcb52db8c

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

commit ca99c7dc9044e4df27dff2a425cffe16f1f85114
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Feb 8 23:46:54 2010 -0700

    Tweak default HTML UI font

 imp/lib/Ui/Compose.php |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/lib/Ui/Compose.php?rt=horde-git&r1=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da&r2=ca99c7dc9044e4df27dff2a425cffe16f1f85114




More information about the commits mailing list