[commits] Horde branch master updated. 02d57b280be11fd56bdd45eb1ea7515f367f0618

Michael M Slusarz slusarz at horde.org
Fri Nov 5 18:39:51 UTC 2010


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

from: 01f34d51ca1fad8035c411e27cfcfc53de16cfb3

dd712b4 Fix logic
89caa8c Make sending_charset an advanced pref
d9a73ca Make html mode an optional argument to buildAndSendMessage()
18ffe75 Horde identities is not e-mail specific.
82bccce sending_charset pref fixes
d8529ab prefsInit() needs to be run earlier because it defines the prefs to update
9a21d76 Better error handling when updating prefs.
b7e22a3 Move CSS icon image display code from IMP->Horde
bdea439 Update inline-block IE workarounds
613327b Session fixes on test page
7b7de42 Silence errors from badly implemented autoload handlers (e.g. Net_DNS2)
96031a3 Fix app listing on test page
cc394e6 Catch error when app has not been activated
0bb49a9 Better ID for sidebar app list
157ed17 Unneeded CSS
014052b More IFRAME resizing tweaking
02d57b2 Bug #9365: multipart/alternative display fix

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

commit dd712b46f65b195253abf10bcc87e6496ff30a9b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Nov 4 14:23:37 2010 -0600

    Fix logic

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

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Prefs/Ui.php?rt=horde-git&r1=7988b797380b30f8ac00a4febbe59aec44a1795b&r2=dd712b46f65b195253abf10bcc87e6496ff30a9b

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

commit 89caa8c0f31d79080311f00ec00f3f5bca10bf08
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Nov 4 14:27:27 2010 -0600

    Make sending_charset an advanced pref

 imp/config/prefs.php.dist |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/imp/config/prefs.php.dist?rt=horde-git&r1=21652c9db84ac02e489ebaded3ed9a955ace1fc5&r2=89caa8c0f31d79080311f00ec00f3f5bca10bf08

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

commit d9a73ca85f901393c3ec43dfa1994c8b5660601c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Nov 4 14:37:01 2010 -0600

    Make html mode an optional argument to buildAndSendMessage()

 imp/compose-mimp.php         |    2 +-
 imp/compose.php              |    3 ++-
 imp/lib/Ajax/Application.php |    3 ++-
 imp/lib/Compose.php          |   31 ++++++++++++++++---------------
 4 files changed, 21 insertions(+), 18 deletions(-)

http://git.horde.org/diff.php/imp/compose-mimp.php?rt=horde-git&r1=fe62dea49cb7c0ffef71467d4215ae915fcd131b&r2=d9a73ca85f901393c3ec43dfa1994c8b5660601c
http://git.horde.org/diff.php/imp/compose.php?rt=horde-git&r1=fe62dea49cb7c0ffef71467d4215ae915fcd131b&r2=d9a73ca85f901393c3ec43dfa1994c8b5660601c
http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-git&r1=fe62dea49cb7c0ffef71467d4215ae915fcd131b&r2=d9a73ca85f901393c3ec43dfa1994c8b5660601c
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=88193c988926de8d1518d6509eb45cb8759374cc&r2=d9a73ca85f901393c3ec43dfa1994c8b5660601c

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

commit 18ffe7558369b107430db49bc41ed10c73be6a3e
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Nov 4 14:46:36 2010 -0600

    Horde identities is not e-mail specific.

 horde/config/prefs.php.dist |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/config/prefs.php.dist?rt=horde-git&r1=21652c9db84ac02e489ebaded3ed9a955ace1fc5&r2=18ffe7558369b107430db49bc41ed10c73be6a3e

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

commit 82bccce8fadb4691aafcf803bee94164da573408
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Nov 4 14:58:33 2010 -0600

    sending_charset pref fixes
    
    Move from IMP to Horde (Horde_Registry::getEmailCharset() requires it).
    IMP now correctly honors sending_charset if locked.

 framework/Core/lib/Horde/Registry.php |    3 +--
 horde/config/prefs.php.dist           |   20 +++++++++++++++++++-
 horde/lib/Prefs/Ui.php                |   10 ++++++++--
 imp/compose-mimp.php                  |    2 +-
 imp/compose.php                       |   25 ++++++++++++-------------
 imp/config/prefs.php.dist             |   13 ++-----------
 imp/docs/UPGRADING                    |    2 +-
 imp/lib/Ajax/Application.php          |    3 +--
 imp/lib/Compose.php                   |   30 ++++++++++++++++++++----------
 imp/lib/Prefs/Ui.php                  |    5 -----
 10 files changed, 65 insertions(+), 48 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=88193c988926de8d1518d6509eb45cb8759374cc&r2=82bccce8fadb4691aafcf803bee94164da573408
http://git.horde.org/diff.php/horde/config/prefs.php.dist?rt=horde-git&r1=18ffe7558369b107430db49bc41ed10c73be6a3e&r2=82bccce8fadb4691aafcf803bee94164da573408
http://git.horde.org/diff.php/horde/lib/Prefs/Ui.php?rt=horde-git&r1=08208cf8e8556d856e14da0233b6dde3137f666f&r2=82bccce8fadb4691aafcf803bee94164da573408
http://git.horde.org/diff.php/imp/compose-mimp.php?rt=horde-git&r1=d9a73ca85f901393c3ec43dfa1994c8b5660601c&r2=82bccce8fadb4691aafcf803bee94164da573408
http://git.horde.org/diff.php/imp/compose.php?rt=horde-git&r1=d9a73ca85f901393c3ec43dfa1994c8b5660601c&r2=82bccce8fadb4691aafcf803bee94164da573408
http://git.horde.org/diff.php/imp/config/prefs.php.dist?rt=horde-git&r1=89caa8c0f31d79080311f00ec00f3f5bca10bf08&r2=82bccce8fadb4691aafcf803bee94164da573408
http://git.horde.org/diff.php/imp/docs/UPGRADING?rt=horde-git&r1=ad1c9fcec705761a78f9b2b6fcea30803c10dc00&r2=82bccce8fadb4691aafcf803bee94164da573408
http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-git&r1=d9a73ca85f901393c3ec43dfa1994c8b5660601c&r2=82bccce8fadb4691aafcf803bee94164da573408
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=d9a73ca85f901393c3ec43dfa1994c8b5660601c&r2=82bccce8fadb4691aafcf803bee94164da573408
http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=fe62dea49cb7c0ffef71467d4215ae915fcd131b&r2=82bccce8fadb4691aafcf803bee94164da573408

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

commit d8529abedf914303e34633b73fc226fcd5953599
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Nov 4 15:49:53 2010 -0600

    prefsInit() needs to be run earlier because it defines the prefs to update

 framework/Core/lib/Horde/Core/Prefs/Ui.php |   20 +++++++++++---------
 1 files changed, 11 insertions(+), 9 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Prefs/Ui.php?rt=horde-git&r1=dd712b46f65b195253abf10bcc87e6496ff30a9b&r2=d8529abedf914303e34633b73fc226fcd5953599

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

commit 9a21d76aad7e35cd62c38147db3c92f94cd50121
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Nov 4 15:38:03 2010 -0600

    Better error handling when updating prefs.

 framework/Core/lib/Horde/Core/Prefs/Ui.php |   29 ++++++++++++++++++++++++---
 horde/templates/prefs/error_end.html       |    5 ++++
 horde/templates/prefs/error_start.html     |    2 +
 horde/themes/screen.css                    |   12 +++++++++++
 4 files changed, 44 insertions(+), 4 deletions(-)
 create mode 100644 horde/templates/prefs/error_end.html
 create mode 100644 horde/templates/prefs/error_start.html

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Prefs/Ui.php?rt=horde-git&r1=d8529abedf914303e34633b73fc226fcd5953599&r2=9a21d76aad7e35cd62c38147db3c92f94cd50121
http://git.horde.org/co.php/horde/templates/prefs/error_end.html?rt=horde-git&r=9a21d76aad7e35cd62c38147db3c92f94cd50121
http://git.horde.org/co.php/horde/templates/prefs/error_start.html?rt=horde-git&r=9a21d76aad7e35cd62c38147db3c92f94cd50121
http://git.horde.org/diff.php/horde/themes/screen.css?rt=horde-git&r1=ea880fc8bfb00999ed54a268ea07fb0c00ded1e3&r2=9a21d76aad7e35cd62c38147db3c92f94cd50121

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

commit b7e22a3a79c5e9ff54c78bca500e366a07b2ffa8
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Nov 4 16:57:05 2010 -0600

    Move CSS icon image display code from IMP->Horde

 framework/Core/js/spellchecker.js            |    2 +-
 horde/themes/ie6_or_less.css                 |    2 +-
 horde/themes/ie7.css                         |    2 +-
 horde/themes/screen.css                      |   14 +++
 horde/themes/webkit.css                      |    2 +-
 imp/js/compose-dimp.js                       |    2 +-
 imp/js/dimpbase.js                           |    6 +-
 imp/js/mailbox-dimp.js                       |    6 +-
 imp/js/search.js                             |    4 +-
 imp/lib/Contents.php                         |   14 ++--
 imp/lib/Imap/Flags.php                       |    2 +-
 imp/message.php                              |    4 +-
 imp/templates/dimp/compose/compose-base.html |    2 +-
 imp/templates/dimp/index.inc                 |  126 +++++++++++++-------------
 imp/templates/dimp/message/message.html      |   22 +++---
 imp/templates/imp/folders/head.html          |    2 +-
 imp/templates/imp/mailbox/header.html        |    4 +-
 imp/templates/imp/search/search.html         |   16 ++--
 imp/templates/prefs/acl.html                 |    2 +-
 imp/templates/prefs/flags.html               |    4 +-
 imp/templates/prefs/searches.html            |    8 +-
 imp/themes/dimp/ie7.css                      |    7 --
 imp/themes/dimp/screen.css                   |   82 ++++++++---------
 imp/themes/dimp/webkit.css                   |    7 --
 imp/themes/ie6_or_less.css                   |    2 +-
 imp/themes/ie7.css                           |    2 +-
 imp/themes/screen.css                        |   32 ++------
 imp/themes/silver/dimp/screen.css            |   56 ++++++------
 imp/themes/silver/screen.css                 |   12 ++--
 imp/themes/tango-blue/dimp/screen.css        |    2 +-
 30 files changed, 210 insertions(+), 238 deletions(-)
 delete mode 100644 imp/themes/dimp/webkit.css

http://git.horde.org/diff.php/framework/Core/js/spellchecker.js?rt=horde-git&r1=03cb6fc1a115dcdee0fecfb9d38b80c81e5a0693&r2=b7e22a3a79c5e9ff54c78bca500e366a07b2ffa8
http://git.horde.org/diff.php/horde/themes/ie6_or_less.css?rt=horde-git&r1=32410858486796793a1777d20531c2c6c7cadf2e&r2=b7e22a3a79c5e9ff54c78bca500e366a07b2ffa8
http://git.horde.org/diff.php/horde/themes/ie7.css?rt=horde-git&r1=41e79b3ecbd42ca346a7a69e69a3c721b5583389&r2=b7e22a3a79c5e9ff54c78bca500e366a07b2ffa8
http://git.horde.org/diff.php/horde/themes/screen.css?rt=horde-git&r1=9a21d76aad7e35cd62c38147db3c92f94cd50121&r2=b7e22a3a79c5e9ff54c78bca500e366a07b2ffa8
http://git.horde.org/diff.php/horde/themes/webkit.css?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=b7e22a3a79c5e9ff54c78bca500e366a07b2ffa8
http://git.horde.org/diff.php/imp/js/compose-dimp.js?rt=horde-git&r1=bd96bbd0402eab6674012239526129b26f91eeb1&r2=b7e22a3a79c5e9ff54c78bca500e366a07b2ffa8
http://git.horde.org/diff.php/imp/js/dimpbase.js?rt=horde-git&r1=59a861cd78d3c6df9cdbd405731572d614964a4f&r2=b7e22a3a79c5e9ff54c78bca500e366a07b2ffa8
http://git.horde.org/diff.php/imp/js/mailbox-dimp.js?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=b7e22a3a79c5e9ff54c78bca500e366a07b2ffa8
http://git.horde.org/diff.php/imp/js/search.js?rt=horde-git&r1=72fa869c51808f07860c527bdd1590af2caf4598&r2=b7e22a3a79c5e9ff54c78bca500e366a07b2ffa8
http://git.horde.org/diff.php/imp/lib/Contents.php?rt=horde-git&r1=8352173fc37d37ad4a99af2a4508a8b7e9600f50&r2=b7e22a3a79c5e9ff54c78bca500e366a07b2ffa8
http://git.horde.org/diff.php/imp/lib/Imap/Flags.php?rt=horde-git&r1=fe62dea49cb7c0ffef71467d4215ae915fcd131b&r2=b7e22a3a79c5e9ff54c78bca500e366a07b2ffa8
http://git.horde.org/diff.php/imp/message.php?rt=horde-git&r1=fe62dea49cb7c0ffef71467d4215ae915fcd131b&r2=b7e22a3a79c5e9ff54c78bca500e366a07b2ffa8
http://git.horde.org/diff.php/imp/templates/dimp/compose/compose-base.html?rt=horde-git&r1=ce50d85f06abba483246630ba364630c3bb19385&r2=b7e22a3a79c5e9ff54c78bca500e366a07b2ffa8
http://git.horde.org/diff.php/imp/templates/dimp/index.inc?rt=horde-git&r1=fe62dea49cb7c0ffef71467d4215ae915fcd131b&r2=b7e22a3a79c5e9ff54c78bca500e366a07b2ffa8
http://git.horde.org/diff.php/imp/templates/dimp/message/message.html?rt=horde-git&r1=45227d1f6daec42733e5130f5e26e2e0f34fc624&r2=b7e22a3a79c5e9ff54c78bca500e366a07b2ffa8
http://git.horde.org/diff.php/imp/templates/imp/folders/head.html?rt=horde-git&r1=7e672b8efa52e783f473a78bfee7d71f89716f00&r2=b7e22a3a79c5e9ff54c78bca500e366a07b2ffa8
http://git.horde.org/diff.php/imp/templates/imp/mailbox/header.html?rt=horde-git&r1=e6a5a80835ffcf5a625383ad0d68754676c42b71&r2=b7e22a3a79c5e9ff54c78bca500e366a07b2ffa8
http://git.horde.org/diff.php/imp/templates/imp/search/search.html?rt=horde-git&r1=72fa869c51808f07860c527bdd1590af2caf4598&r2=b7e22a3a79c5e9ff54c78bca500e366a07b2ffa8
http://git.horde.org/diff.php/imp/templates/prefs/acl.html?rt=horde-git&r1=4d4352c2f89d39c3dd5b010b7249745dd1f16d03&r2=b7e22a3a79c5e9ff54c78bca500e366a07b2ffa8
http://git.horde.org/diff.php/imp/templates/prefs/flags.html?rt=horde-git&r1=9478107a0cd9073a17d3f3d7ffecaf2b32b78a8f&r2=b7e22a3a79c5e9ff54c78bca500e366a07b2ffa8
http://git.horde.org/diff.php/imp/templates/prefs/searches.html?rt=horde-git&r1=8267407b9326e82ce455e88ebd87d5841e0c3268&r2=b7e22a3a79c5e9ff54c78bca500e366a07b2ffa8
http://git.horde.org/diff.php/imp/themes/dimp/ie7.css?rt=horde-git&r1=2d5a3a4fdbf38b70e2d4f3a86ffd7059ee8ae30e&r2=b7e22a3a79c5e9ff54c78bca500e366a07b2ffa8
http://git.horde.org/diff.php/imp/themes/dimp/screen.css?rt=horde-git&r1=008e81af5b4fe0e2ee95a63f3a6c1cca9da03b2a&r2=b7e22a3a79c5e9ff54c78bca500e366a07b2ffa8
http://git.horde.org/diff.php/imp/themes/dimp/webkit.css?rt=horde-git&r1=814e2509aef27451e94e68a986c027cfe5993c08&r2=b7e22a3a79c5e9ff54c78bca500e366a07b2ffa8
http://git.horde.org/diff.php/imp/themes/ie6_or_less.css?rt=horde-git&r1=41e79b3ecbd42ca346a7a69e69a3c721b5583389&r2=b7e22a3a79c5e9ff54c78bca500e366a07b2ffa8
http://git.horde.org/diff.php/imp/themes/ie7.css?rt=horde-git&r1=41e79b3ecbd42ca346a7a69e69a3c721b5583389&r2=b7e22a3a79c5e9ff54c78bca500e366a07b2ffa8
http://git.horde.org/diff.php/imp/themes/screen.css?rt=horde-git&r1=88873256e1a1f4afc6d9cfb66260eeeca52efd8e&r2=b7e22a3a79c5e9ff54c78bca500e366a07b2ffa8
http://git.horde.org/diff.php/imp/themes/silver/dimp/screen.css?rt=horde-git&r1=e6a5a80835ffcf5a625383ad0d68754676c42b71&r2=b7e22a3a79c5e9ff54c78bca500e366a07b2ffa8
http://git.horde.org/diff.php/imp/themes/silver/screen.css?rt=horde-git&r1=1ab9a1f24911b006df26b080987e75d12b9b95b5&r2=b7e22a3a79c5e9ff54c78bca500e366a07b2ffa8
http://git.horde.org/diff.php/imp/themes/tango-blue/dimp/screen.css?rt=horde-git&r1=fe87027848c26c92e92961cc588899a03e830680&r2=b7e22a3a79c5e9ff54c78bca500e366a07b2ffa8

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

commit bdea439d059950246ab1f436b079c636a1246264
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Nov 4 17:05:56 2010 -0600

    Update inline-block IE workarounds

 imp/themes/dimp/ie7.css    |    4 ++--
 imp/themes/ie6_or_less.css |    5 ++++-
 imp/themes/ie7.css         |    5 ++++-
 3 files changed, 10 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/imp/themes/dimp/ie7.css?rt=horde-git&r1=b7e22a3a79c5e9ff54c78bca500e366a07b2ffa8&r2=bdea439d059950246ab1f436b079c636a1246264
http://git.horde.org/diff.php/imp/themes/ie6_or_less.css?rt=horde-git&r1=b7e22a3a79c5e9ff54c78bca500e366a07b2ffa8&r2=bdea439d059950246ab1f436b079c636a1246264
http://git.horde.org/diff.php/imp/themes/ie7.css?rt=horde-git&r1=b7e22a3a79c5e9ff54c78bca500e366a07b2ffa8&r2=bdea439d059950246ab1f436b079c636a1246264

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

commit 613327b7ffe9b302c621a8bb707b125308ce11cd
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Nov 5 10:38:52 2010 -0600

    Session fixes on test page

 horde/test.php |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/horde/test.php?rt=horde-git&r1=443388351bd51f5d55ff16b0def3cce150b0a065&r2=613327b7ffe9b302c621a8bb707b125308ce11cd

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

commit 7b7de426c5b981d80db7ed64f1cf013fc2e837f4
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Nov 5 10:52:41 2010 -0600

    Silence errors from badly implemented autoload handlers (e.g. Net_DNS2)

 framework/Auth/lib/Horde/Auth.php |    4 ++--
 horde/lib/Test.php                |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth.php?rt=horde-git&r1=6ec7d614c26d88f25c2d2cf49e2d0263a1322106&r2=7b7de426c5b981d80db7ed64f1cf013fc2e837f4
http://git.horde.org/diff.php/horde/lib/Test.php?rt=horde-git&r1=88193c988926de8d1518d6509eb45cb8759374cc&r2=7b7de426c5b981d80db7ed64f1cf013fc2e837f4

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

commit 96031a3c04a9da680962d4edb7358ddbdd981157
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Nov 5 10:57:07 2010 -0600

    Fix app listing on test page

 horde/lib/Test.php |    2 +-
 horde/test.php     |    7 +++----
 2 files changed, 4 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/horde/lib/Test.php?rt=horde-git&r1=7b7de426c5b981d80db7ed64f1cf013fc2e837f4&r2=96031a3c04a9da680962d4edb7358ddbdd981157
http://git.horde.org/diff.php/horde/test.php?rt=horde-git&r1=613327b7ffe9b302c621a8bb707b125308ce11cd&r2=96031a3c04a9da680962d4edb7358ddbdd981157

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

commit cc394e6307007739d12ca67bd4c92531f6f2b562
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Nov 5 11:03:17 2010 -0600

    Catch error when app has not been activated

 horde/test.php |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/test.php?rt=horde-git&r1=96031a3c04a9da680962d4edb7358ddbdd981157&r2=cc394e6307007739d12ca67bd4c92531f6f2b562

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

commit 0bb49a97b51352a8038ae014e1bf7e7d9f5d0765
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Nov 5 11:11:07 2010 -0600

    Better ID for sidebar app list

 imp/js/dimpbase.js           |    2 +-
 imp/templates/dimp/index.inc |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/imp/js/dimpbase.js?rt=horde-git&r1=b7e22a3a79c5e9ff54c78bca500e366a07b2ffa8&r2=0bb49a97b51352a8038ae014e1bf7e7d9f5d0765
http://git.horde.org/diff.php/imp/templates/dimp/index.inc?rt=horde-git&r1=b7e22a3a79c5e9ff54c78bca500e366a07b2ffa8&r2=0bb49a97b51352a8038ae014e1bf7e7d9f5d0765

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

commit 157ed175476d3ad931395030c60702405f93907f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Nov 5 11:11:43 2010 -0600

    Unneeded CSS

 imp/themes/dimp/screen.css |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/imp/themes/dimp/screen.css?rt=horde-git&r1=b7e22a3a79c5e9ff54c78bca500e366a07b2ffa8&r2=157ed175476d3ad931395030c60702405f93907f

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

commit 014052b4b5293d081c3079835577fdadba09d0f8
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Nov 5 11:45:04 2010 -0600

    More IFRAME resizing tweaking

 imp/js/imp.js |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/imp/js/imp.js?rt=horde-git&r1=8eb2177ea3b3721a75af4f7a6fcb1bf1d32eb7a9&r2=014052b4b5293d081c3079835577fdadba09d0f8

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

commit 02d57b280be11fd56bdd45eb1ea7515f367f0618
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Nov 5 12:07:02 2010 -0600

    Bug #9365: multipart/alternative display fix
    
    For undisplayable parts contained inside the alternative multipart that
    is ultimately displayed, mark these parts as not handled by the
    multipart/alternative driver.  Later, these parts will be rendered with
    its native driver instead.
    
    We thus need to go through and build all part data first before going
    back and putting the final output together (since parts are no longer
    rendered in sequential order).

 imp/lib/Mime/Viewer/Alternative.php |   13 ++----
 imp/lib/Ui/Message.php              |   70 +++++++++++++++++++++-------------
 2 files changed, 47 insertions(+), 36 deletions(-)

http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Alternative.php?rt=horde-git&r1=dd7ad25824b6726b89a93d8c08ec1229057aaddf&r2=02d57b280be11fd56bdd45eb1ea7515f367f0618
http://git.horde.org/diff.php/imp/lib/Ui/Message.php?rt=horde-git&r1=fe62dea49cb7c0ffef71467d4215ae915fcd131b&r2=02d57b280be11fd56bdd45eb1ea7515f367f0618




More information about the commits mailing list