[commits] Horde-Hatchery branch master updated. 1b203b4df8810da493c7a13898fade3a77665f66

Michael M Slusarz slusarz at horde.org
Thu Jan 15 18:12:08 UTC 2009


The branch master has been updated
       via  1b203b4df8810da493c7a13898fade3a77665f66 (commit)
      from  80cf8cf4ae81d2462a02cbdc8558ea569b33c5db (commit)

-----------------------------------------------------------------------
commit 1b203b4df8810da493c7a13898fade3a77665f66
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jan 15 11:05:05 2009 -0700

    Allow remaining images on DIMP main page to be loaded via Data URL
    
    Loading DIMP's index page on a supported browser, with CSS/JS caching,
    now results in 0 images that need to be separately loaded.
    
    Should probably move this to Horde core proper ASAP (along with all
    JS/CSS caching code) so that other apps can make use of this. This is
    less effective for non-AJAXy applications since the data needs to be
    sent on every page load (vs. the image data being cached in CSS).
    However, some images are generated on the fly/don't reside in the app
    themes directory so they aren't available to be served via CSS.

 imp/lib/DIMP.php              |    6 +-
 imp/lib/IMAP/Thread.php       |   11 ++++-
 imp/lib/IMP.php               |   74 ++++++++++++++++++++++++++++++++++--
 imp/templates/index/index.inc |   10 ++--
 4 files changed, 85 insertions(+), 16 deletions(-)

http://cvs.horde.org/diff.php/imp/lib/DIMP.php?rt=horde-hatchery&r1=84d0533e29fbb9de8db1b57a766011d5f5fe6248&r2=1b203b4df8810da493c7a13898fade3a77665f66
http://cvs.horde.org/diff.php/imp/lib/IMAP/Thread.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=1b203b4df8810da493c7a13898fade3a77665f66
http://cvs.horde.org/diff.php/imp/lib/IMP.php?rt=horde-hatchery&r1=80cf8cf4ae81d2462a02cbdc8558ea569b33c5db&r2=1b203b4df8810da493c7a13898fade3a77665f66
http://cvs.horde.org/diff.php/imp/templates/index/index.inc?rt=horde-hatchery&r1=603ffc2bc071b50851dc9aa5df673a6fac7b783e&r2=1b203b4df8810da493c7a13898fade3a77665f66




More information about the commits mailing list