[commits] Horde-Hatchery branch master updated. 98de367c1c88cd1e269d765d270c10fc3b55553a
Michael M Slusarz
slusarz at horde.org
Wed Oct 7 18:31:22 UTC 2009
The branch "master" has been updated.
The following is a summary of the commits.
from: 82bb2e1d13c4b192fa4d6156e0aa1ac5597190fa
ae24183... More improvements to HTML IFRAME viewing
1f96142... Alter flag text color based on background color in dimp
059277d... Make sure this is 'html', since there is a case where it won't be
18e3632... This title adds no information.
cba31b5... Ensure there is always an ability to bottom post
737e2bf... Fix displaying HTML forwarded body text
98de367... Tweak HTML regexs
-----------------------------------------------------------------------
commit ae24183bc93ff2539ca483924bbaff4af999ceb8
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Oct 7 03:04:26 2009 -0600
More improvements to HTML IFRAME viewing
imp/js/imp.js | 19 ++++++++++++-------
imp/lib/Mime/Viewer/Html.php | 2 +-
imp/themes/screen.css | 8 +-------
3 files changed, 14 insertions(+), 15 deletions(-)
http://git.horde.org/diff.php/imp/js/imp.js?rt=horde-hatchery&r1=2c680eb0963d5b71d79b4561b8b6352dfff7b1b0&r2=ae24183bc93ff2539ca483924bbaff4af999ceb8
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Html.php?rt=horde-hatchery&r1=2c680eb0963d5b71d79b4561b8b6352dfff7b1b0&r2=ae24183bc93ff2539ca483924bbaff4af999ceb8
http://git.horde.org/diff.php/imp/themes/screen.css?rt=horde-hatchery&r1=6b99b953e87632ff84a67401f7d2fbf4bca8c4c2&r2=ae24183bc93ff2539ca483924bbaff4af999ceb8
-----------------------------------------------------------------------
commit 1f961429aad2156d880666b310371575d2ab7b38
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Oct 7 03:11:15 2009 -0600
Alter flag text color based on background color in dimp
imp/js/DimpBase.js | 2 +-
imp/templates/javascript_defs_dimp.php | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-hatchery&r1=4c2e2f0eace3a042d7f1ff134f0763c3ba030f4d&r2=1f961429aad2156d880666b310371575d2ab7b38
http://git.horde.org/diff.php/imp/templates/javascript_defs_dimp.php?rt=horde-hatchery&r1=d44f2159acb7196e432ee6e3fb1588b0f655a51b&r2=1f961429aad2156d880666b310371575d2ab7b38
-----------------------------------------------------------------------
commit 059277d180001a59e17b443bee9aff481f4b8f32
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Oct 7 11:52:23 2009 -0600
Make sure this is 'html', since there is a case where it won't be
imp/lib/Compose.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-hatchery&r1=9623c2836a232db8b9d3533f37559dd5d1a5469e&r2=059277d180001a59e17b443bee9aff481f4b8f32
-----------------------------------------------------------------------
commit 18e3632c5d91a2b4c7549d167ba13c8e06ff42dd
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Oct 7 11:55:06 2009 -0600
This title adds no information.
imp/templates/imp/compose.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/imp/templates/imp/compose.html?rt=horde-hatchery&r1=0f24141743db7fbdfde83b456693dbea42724dc3&r2=18e3632c5d91a2b4c7549d167ba13c8e06ff42dd
-----------------------------------------------------------------------
commit cba31b58fb7c6f460284dbdd4f5aa0f8b6213820
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Oct 7 11:59:01 2009 -0600
Ensure there is always an ability to bottom post
imp/lib/Compose.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-hatchery&r1=059277d180001a59e17b443bee9aff481f4b8f32&r2=cba31b58fb7c6f460284dbdd4f5aa0f8b6213820
-----------------------------------------------------------------------
commit 737e2bf301c34ff8b245e553775ee59bf63328ed
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Oct 7 12:00:48 2009 -0600
Fix displaying HTML forwarded body text
imp/lib/Compose.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-hatchery&r1=cba31b58fb7c6f460284dbdd4f5aa0f8b6213820&r2=737e2bf301c34ff8b245e553775ee59bf63328ed
-----------------------------------------------------------------------
commit 98de367c1c88cd1e269d765d270c10fc3b55553a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Oct 7 12:23:38 2009 -0600
Tweak HTML regexs
For tags, need to do a non-consuming match rather than a consuming match
or else attributes may not be caught at the beginning of a tag.
Additionally, most browsers (except Opera) have trouble with tables set
to height="100%". In these cases, the calculated height will never be
proper since the table will always grow to the given height and will
hide any text below it. We need to strip out these definitions (100%
height for tables doesn't make much sense anyway).
imp/lib/Mime/Viewer/Html.php | 32 ++++++++++++++++++++------------
1 files changed, 20 insertions(+), 12 deletions(-)
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Html.php?rt=horde-hatchery&r1=ae24183bc93ff2539ca483924bbaff4af999ceb8&r2=98de367c1c88cd1e269d765d270c10fc3b55553a
More information about the commits
mailing list