[commits] Horde branch master updated. 7eba9311ccd488faabe102efee17cca2be7f4f72

Michael M Slusarz slusarz at horde.org
Fri Feb 5 18:34:34 UTC 2010


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

from: b95e085082d2a9fa3d7f52448623b9c6a2cc10ef

ea6ed1b Allow switching to single recipient when auto replying to list
01a33d1 More complete maillog handling of reply types
9f757a8 Consistently use getMetadata()
7eba931 Add ability to swap between forward options if using auto forward

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

commit ea6ed1b79f6a250aaa4f0550646d87a0e4b3a3cc
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Feb 5 09:55:52 2010 -0700

    Allow switching to single recipient when auto replying to list

 horde/themes/screen.css          |    2 +-
 imp/compose-dimp.php             |   12 ++++++++++--
 imp/js/compose-dimp.js           |   23 ++++++++++++++++-------
 imp/lib/Ajax/Application.php     |   21 ++++++++++++---------
 imp/lib/Compose.php              |   16 +++++++++++++++-
 imp/templates/chunks/compose.php |    3 ++-
 imp/themes/screen-dimp.css       |    5 +++--
 7 files changed, 59 insertions(+), 23 deletions(-)

http://git.horde.org/diff.php/horde/themes/screen.css?rt=horde-git&r1=29826762601d26d54262d528262140d14464454f&r2=ea6ed1b79f6a250aaa4f0550646d87a0e4b3a3cc
http://git.horde.org/diff.php/imp/compose-dimp.php?rt=horde-git&r1=ea77f59ddf9849a9f095523e9d7d609223c3fb75&r2=ea6ed1b79f6a250aaa4f0550646d87a0e4b3a3cc
http://git.horde.org/diff.php/imp/js/compose-dimp.js?rt=horde-git&r1=ea77f59ddf9849a9f095523e9d7d609223c3fb75&r2=ea6ed1b79f6a250aaa4f0550646d87a0e4b3a3cc
http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-git&r1=ea77f59ddf9849a9f095523e9d7d609223c3fb75&r2=ea6ed1b79f6a250aaa4f0550646d87a0e4b3a3cc
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=ea77f59ddf9849a9f095523e9d7d609223c3fb75&r2=ea6ed1b79f6a250aaa4f0550646d87a0e4b3a3cc
http://git.horde.org/diff.php/imp/templates/chunks/compose.php?rt=horde-git&r1=ea77f59ddf9849a9f095523e9d7d609223c3fb75&r2=ea6ed1b79f6a250aaa4f0550646d87a0e4b3a3cc
http://git.horde.org/diff.php/imp/themes/screen-dimp.css?rt=horde-git&r1=9b5a6d62145bb417f2b2f40bb8302b1cdf20756e&r2=ea6ed1b79f6a250aaa4f0550646d87a0e4b3a3cc

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

commit 01a33d171f3f528ad71c3254f8462a0f27778015
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Feb 5 10:24:00 2010 -0700

    More complete maillog handling of reply types

 imp/js/compose-dimp.js |    2 +-
 imp/lib/Compose.php    |   40 +++++++++++++++++++++++++++-------------
 imp/lib/Maillog.php    |    8 ++++++++
 3 files changed, 36 insertions(+), 14 deletions(-)

http://git.horde.org/diff.php/imp/js/compose-dimp.js?rt=horde-git&r1=ea6ed1b79f6a250aaa4f0550646d87a0e4b3a3cc&r2=01a33d171f3f528ad71c3254f8462a0f27778015
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=ea6ed1b79f6a250aaa4f0550646d87a0e4b3a3cc&r2=01a33d171f3f528ad71c3254f8462a0f27778015
http://git.horde.org/diff.php/imp/lib/Maillog.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=01a33d171f3f528ad71c3254f8462a0f27778015

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

commit 9f757a8dee5ea8e8a9f12346f40442a97fbcf283
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Feb 5 10:24:10 2010 -0700

    Consistently use getMetadata()

 imp/lib/Compose.php |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=01a33d171f3f528ad71c3254f8462a0f27778015&r2=9f757a8dee5ea8e8a9f12346f40442a97fbcf283

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

commit 7eba9311ccd488faabe102efee17cca2be7f4f72
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Feb 5 11:31:41 2010 -0700

    Add ability to swap between forward options if using auto forward

 imp/compose-dimp.php             |   15 ++-----
 imp/docs/CHANGES                 |    2 +
 imp/js/compose-dimp.js           |   79 ++++++++++++++++++++++++++++++--------
 imp/js/fullmessage-dimp.js       |    6 ---
 imp/lib/Ajax/Application.php     |   62 ++++++++++++++++--------------
 imp/lib/Compose.php              |    7 ++-
 imp/lib/Dimp.php                 |    4 +-
 imp/templates/chunks/compose.php |    2 +
 imp/themes/ie6_or_less-dimp.css  |    2 +-
 imp/themes/ie7-dimp.css          |    2 +-
 imp/themes/screen-dimp.css       |    5 ++
 11 files changed, 118 insertions(+), 68 deletions(-)

http://git.horde.org/diff.php/imp/compose-dimp.php?rt=horde-git&r1=ea6ed1b79f6a250aaa4f0550646d87a0e4b3a3cc&r2=7eba9311ccd488faabe102efee17cca2be7f4f72
http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-git&r1=ea77f59ddf9849a9f095523e9d7d609223c3fb75&r2=7eba9311ccd488faabe102efee17cca2be7f4f72
http://git.horde.org/diff.php/imp/js/compose-dimp.js?rt=horde-git&r1=01a33d171f3f528ad71c3254f8462a0f27778015&r2=7eba9311ccd488faabe102efee17cca2be7f4f72
http://git.horde.org/diff.php/imp/js/fullmessage-dimp.js?rt=horde-git&r1=ea77f59ddf9849a9f095523e9d7d609223c3fb75&r2=7eba9311ccd488faabe102efee17cca2be7f4f72
http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-git&r1=ea6ed1b79f6a250aaa4f0550646d87a0e4b3a3cc&r2=7eba9311ccd488faabe102efee17cca2be7f4f72
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=9f757a8dee5ea8e8a9f12346f40442a97fbcf283&r2=7eba9311ccd488faabe102efee17cca2be7f4f72
http://git.horde.org/diff.php/imp/lib/Dimp.php?rt=horde-git&r1=8f112a693009b7e6fccf4a60f7ad022a0376892f&r2=7eba9311ccd488faabe102efee17cca2be7f4f72
http://git.horde.org/diff.php/imp/templates/chunks/compose.php?rt=horde-git&r1=ea6ed1b79f6a250aaa4f0550646d87a0e4b3a3cc&r2=7eba9311ccd488faabe102efee17cca2be7f4f72
http://git.horde.org/diff.php/imp/themes/ie6_or_less-dimp.css?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=7eba9311ccd488faabe102efee17cca2be7f4f72
http://git.horde.org/diff.php/imp/themes/ie7-dimp.css?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=7eba9311ccd488faabe102efee17cca2be7f4f72
http://git.horde.org/diff.php/imp/themes/screen-dimp.css?rt=horde-git&r1=ea6ed1b79f6a250aaa4f0550646d87a0e4b3a3cc&r2=7eba9311ccd488faabe102efee17cca2be7f4f72




More information about the commits mailing list