[commits] Horde branch impprint updated. bdfa118a46c92fb63b292e871af7c0531e640125

Michael M Slusarz slusarz at horde.org
Mon Feb 1 19:43:22 UTC 2010


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

from: 8647ecc1c4bab3c36b587aa43b8e4fb35c621d97

c698c08 Use 'uid' instead of 'muid'
27e6909 Move ContextSensitive to Horde
ac14c07 id might not exist at the time iframeResize() is re-run
bdfa118 Move print generation to separate script.

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

commit c698c080aadb5cc56e2da58f8a388fd2812bd6bc
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jan 22 15:29:47 2010 -0700

    Use 'uid' instead of 'muid'

 imp/lib/Contents.php                   |    2 +-
 imp/saveimage.php                      |    6 +++---
 imp/templates/saveimage/saveimage.html |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/imp/lib/Contents.php?rt=horde-git&r1=f9faad1134f2ef1ad00c39fdbe082f6c2d85f898&r2=c698c080aadb5cc56e2da58f8a388fd2812bd6bc
http://git.horde.org/diff.php/imp/saveimage.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=c698c080aadb5cc56e2da58f8a388fd2812bd6bc
http://git.horde.org/diff.php/imp/templates/saveimage/saveimage.html?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=c698c080aadb5cc56e2da58f8a388fd2812bd6bc

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

commit 27e690947e939e8643570e1581b72ed54f1a3feb
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jan 28 10:58:06 2010 -0700

    Move ContextSensitive to Horde

 horde/js/ContextSensitive.js |  389 ++++++++++++++++++++++++++++++++++++++++++
 imp/index-dimp.php           |    2 +-
 imp/js/ContextSensitive.js   |  389 ------------------------------------------
 imp/message-dimp.php         |    2 +-
 4 files changed, 391 insertions(+), 391 deletions(-)
 create mode 100644 horde/js/ContextSensitive.js
 delete mode 100644 imp/js/ContextSensitive.js

http://git.horde.org/co.php/horde/js/ContextSensitive.js?rt=horde-git&r=27e690947e939e8643570e1581b72ed54f1a3feb
http://git.horde.org/diff.php/imp/index-dimp.php?rt=horde-git&r1=eac92e429b1ecd7fe4b1bbd4727f06d9150239e0&r2=27e690947e939e8643570e1581b72ed54f1a3feb
http://git.horde.org/diff.php/imp/js/ContextSensitive.js?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=27e690947e939e8643570e1581b72ed54f1a3feb
http://git.horde.org/diff.php/imp/message-dimp.php?rt=horde-git&r1=f9faad1134f2ef1ad00c39fdbe082f6c2d85f898&r2=27e690947e939e8643570e1581b72ed54f1a3feb

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

commit ac14c071c1278f91e3baf30a0e443a5d179c09a3
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jan 28 14:00:12 2010 -0700

    id might not exist at the time iframeResize() is re-run

 imp/js/imp.js |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

http://git.horde.org/diff.php/imp/js/imp.js?rt=horde-git&r1=f9faad1134f2ef1ad00c39fdbe082f6c2d85f898&r2=ac14c071c1278f91e3baf30a0e443a5d179c09a3

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

commit bdfa118a46c92fb63b292e871af7c0531e640125
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Feb 1 12:35:25 2010 -0700

    Move print generation to separate script.
    
    For non-Mozilla browsers, use frames to separate headers from message
    data.
    Only show print links for parts that can be displayed in a 'full' render.
    Re-add support for 'add_printedby' config option.

 imp/config/conf.xml              |    6 ++
 imp/js/imp.js                    |    5 ++
 imp/lib/Contents.php             |    9 ++-
 imp/print.php                    |   96 ++++++++++++++++++++++++++++++++++++++
 imp/templates/print/headers.html |   12 +++++
 imp/templates/print/print.html   |    8 +++
 6 files changed, 133 insertions(+), 3 deletions(-)
 create mode 100644 imp/print.php
 create mode 100644 imp/templates/print/headers.html
 create mode 100644 imp/templates/print/print.html

http://git.horde.org/diff.php/imp/config/conf.xml?rt=horde-git&r1=f9faad1134f2ef1ad00c39fdbe082f6c2d85f898&r2=bdfa118a46c92fb63b292e871af7c0531e640125
http://git.horde.org/diff.php/imp/js/imp.js?rt=horde-git&r1=ac14c071c1278f91e3baf30a0e443a5d179c09a3&r2=bdfa118a46c92fb63b292e871af7c0531e640125
http://git.horde.org/diff.php/imp/lib/Contents.php?rt=horde-git&r1=c698c080aadb5cc56e2da58f8a388fd2812bd6bc&r2=bdfa118a46c92fb63b292e871af7c0531e640125
http://git.horde.org/co.php/imp/print.php?rt=horde-git&r=bdfa118a46c92fb63b292e871af7c0531e640125
http://git.horde.org/co.php/imp/templates/print/headers.html?rt=horde-git&r=bdfa118a46c92fb63b292e871af7c0531e640125
http://git.horde.org/co.php/imp/templates/print/print.html?rt=horde-git&r=bdfa118a46c92fb63b292e871af7c0531e640125




More information about the commits mailing list