[commits] Horde-Hatchery branch master updated. 15facecddc4fc5a7a9295e1b74f0ec352be5153e
Michael M Slusarz
slusarz at horde.org
Fri Nov 6 22:05:26 UTC 2009
The branch "master" has been updated.
The following is a summary of the commits.
from: 202eb693c2a77b366c59528044707adefde92564
d916a0a Simplify CSS
1732986 Spelling
c22f81e Fix resizing when removing attachment
d3d1337 Size app iframe via document.viewport.getHeight(), which can be overloaded if desired
8786efd Removed unused code
0de2667 Rework DimpCore.doAction() API
ed873ea Make these descriptions a bit clearer
ed74dc5 Wrap display data in mimePartData class
44beee1 Try to distinguish summary between inline part and attachment
15facec Ignore clicks that don't land on header names
-----------------------------------------------------------------------
commit d916a0a47334638f9b49ed60184f0eb99295acb7
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Nov 3 17:34:39 2009 -0700
Simplify CSS
imp/themes/screen-dimp.css | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
http://git.horde.org/diff.php/imp/themes/screen-dimp.css?rt=horde-hatchery&r1=95b5569acf117acc726fdace5ebcd642408b2177&r2=d916a0a47334638f9b49ed60184f0eb99295acb7
-----------------------------------------------------------------------
commit 173298602b6258657a29e3e802062cbcf9267523
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Nov 4 11:29:53 2009 -0700
Spelling
imp/js/DimpBase.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-hatchery&r1=7bda6af5c0b8ebd1d57641f138ad76073a454d76&r2=173298602b6258657a29e3e802062cbcf9267523
-----------------------------------------------------------------------
commit c22f81e1ea9cd3a1a98a133def0b1a2160cbeebd
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Nov 4 11:36:48 2009 -0700
Fix resizing when removing attachment
imp/js/compose-dimp.js | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
http://git.horde.org/diff.php/imp/js/compose-dimp.js?rt=horde-hatchery&r1=7a99cc30077d37036ebde7ac3c32240a95b7372a&r2=c22f81e1ea9cd3a1a98a133def0b1a2160cbeebd
-----------------------------------------------------------------------
commit d3d1337e82b962fe680bbbce349aa367198fde34
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Nov 4 11:59:39 2009 -0700
Size app iframe via document.viewport.getHeight(), which can be overloaded if desired
imp/js/DimpBase.js | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-hatchery&r1=173298602b6258657a29e3e802062cbcf9267523&r2=d3d1337e82b962fe680bbbce349aa367198fde34
-----------------------------------------------------------------------
commit 8786efdf10c082eb66260a7080e116596f00ff2d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Nov 4 12:45:01 2009 -0700
Removed unused code
imp/lib/Dimp.php | 20 +++--------------
imp/templates/chunks/compose.php | 19 ++--------------
imp/templates/chunks/message.php | 29 ++++++--------------------
imp/templates/index/index-dimp.inc | 39 ++++++++++++++---------------------
4 files changed, 30 insertions(+), 77 deletions(-)
http://git.horde.org/diff.php/imp/lib/Dimp.php?rt=horde-hatchery&r1=0926e56fca57b4c76355ca32f0f09cd35fa5f7df&r2=8786efdf10c082eb66260a7080e116596f00ff2d
http://git.horde.org/diff.php/imp/templates/chunks/compose.php?rt=horde-hatchery&r1=84699af207d128f277264f08c1c2420add8cb231&r2=8786efdf10c082eb66260a7080e116596f00ff2d
http://git.horde.org/diff.php/imp/templates/chunks/message.php?rt=horde-hatchery&r1=95b5569acf117acc726fdace5ebcd642408b2177&r2=8786efdf10c082eb66260a7080e116596f00ff2d
http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-hatchery&r1=95b5569acf117acc726fdace5ebcd642408b2177&r2=8786efdf10c082eb66260a7080e116596f00ff2d
-----------------------------------------------------------------------
commit 0de2667618078473188cbcc3254a33c8ac904a92
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Nov 4 14:39:15 2009 -0700
Rework DimpCore.doAction() API
In compose screen, must do synchronous request when closing window or
else javascript errors are thrown.
imp/js/DimpBase.js | 32 ++++++++++++++++----------------
imp/js/DimpCore.js | 38 +++++++++++++++++++++-----------------
imp/js/compose-dimp.js | 8 ++++----
imp/js/fullmessage-dimp.js | 4 ++--
4 files changed, 43 insertions(+), 39 deletions(-)
http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-hatchery&r1=d3d1337e82b962fe680bbbce349aa367198fde34&r2=0de2667618078473188cbcc3254a33c8ac904a92
http://git.horde.org/diff.php/imp/js/DimpCore.js?rt=horde-hatchery&r1=966e66021617c5b1bdf1470706fc7add5de4add1&r2=0de2667618078473188cbcc3254a33c8ac904a92
http://git.horde.org/diff.php/imp/js/compose-dimp.js?rt=horde-hatchery&r1=c22f81e1ea9cd3a1a98a133def0b1a2160cbeebd&r2=0de2667618078473188cbcc3254a33c8ac904a92
http://git.horde.org/diff.php/imp/js/fullmessage-dimp.js?rt=horde-hatchery&r1=95b5569acf117acc726fdace5ebcd642408b2177&r2=0de2667618078473188cbcc3254a33c8ac904a92
-----------------------------------------------------------------------
commit ed873eaec51827a5a19526429b6989028f8b9e8b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Nov 4 15:46:31 2009 -0700
Make these descriptions a bit clearer
imp/lib/Mime/Viewer/Images.php | 4 ++--
imp/lib/Mime/Viewer/Pdf.php | 4 +---
2 files changed, 3 insertions(+), 5 deletions(-)
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Images.php?rt=horde-hatchery&r1=6aa3e46326f0d497a9c6e27f20fba36b08bfcb3f&r2=ed873eaec51827a5a19526429b6989028f8b9e8b
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Pdf.php?rt=horde-hatchery&r1=060ff11085782377f7cb6a810453419e1786c8c7&r2=ed873eaec51827a5a19526429b6989028f8b9e8b
-----------------------------------------------------------------------
commit ed74dc53cc9ab2e2d50e254b468f02c399cede8a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Nov 4 16:32:45 2009 -0700
Wrap display data in mimePartData class
imp/js/imp.js | 2 +-
imp/lib/Views/ShowMessage.php | 2 +-
imp/message.php | 2 +-
imp/themes/screen.css | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
http://git.horde.org/diff.php/imp/js/imp.js?rt=horde-hatchery&r1=15666aa6464d574eb021a0e2332e89e7d4ed11a0&r2=ed74dc53cc9ab2e2d50e254b468f02c399cede8a
http://git.horde.org/diff.php/imp/lib/Views/ShowMessage.php?rt=horde-hatchery&r1=881ad52ecffee5f617b7bc5f16f584641afb041a&r2=ed74dc53cc9ab2e2d50e254b468f02c399cede8a
http://git.horde.org/diff.php/imp/message.php?rt=horde-hatchery&r1=881ad52ecffee5f617b7bc5f16f584641afb041a&r2=ed74dc53cc9ab2e2d50e254b468f02c399cede8a
http://git.horde.org/diff.php/imp/themes/screen.css?rt=horde-hatchery&r1=15666aa6464d574eb021a0e2332e89e7d4ed11a0&r2=ed74dc53cc9ab2e2d50e254b468f02c399cede8a
-----------------------------------------------------------------------
commit 44beee128c9da06834aef796f03282bca362bcc6
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Nov 4 16:46:34 2009 -0700
Try to distinguish summary between inline part and attachment
imp/lib/UI/Message.php | 5 +++--
imp/lib/Views/ShowMessage.php | 2 +-
imp/message.php | 2 +-
imp/themes/screen.css | 7 +++++++
4 files changed, 12 insertions(+), 4 deletions(-)
http://git.horde.org/diff.php/imp/lib/UI/Message.php?rt=horde-hatchery&r1=15666aa6464d574eb021a0e2332e89e7d4ed11a0&r2=44beee128c9da06834aef796f03282bca362bcc6
http://git.horde.org/diff.php/imp/lib/Views/ShowMessage.php?rt=horde-hatchery&r1=ed74dc53cc9ab2e2d50e254b468f02c399cede8a&r2=44beee128c9da06834aef796f03282bca362bcc6
http://git.horde.org/diff.php/imp/message.php?rt=horde-hatchery&r1=ed74dc53cc9ab2e2d50e254b468f02c399cede8a&r2=44beee128c9da06834aef796f03282bca362bcc6
http://git.horde.org/diff.php/imp/themes/screen.css?rt=horde-hatchery&r1=ed74dc53cc9ab2e2d50e254b468f02c399cede8a&r2=44beee128c9da06834aef796f03282bca362bcc6
-----------------------------------------------------------------------
commit 15facecddc4fc5a7a9295e1b74f0ec352be5153e
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Nov 5 13:24:43 2009 -0700
Ignore clicks that don't land on header names
imp/js/DimpBase.js | 14 ++++++++++----
1 files changed, 10 insertions(+), 4 deletions(-)
http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-hatchery&r1=0de2667618078473188cbcc3254a33c8ac904a92&r2=15facecddc4fc5a7a9295e1b74f0ec352be5153e
More information about the commits
mailing list