[commits] Horde-Hatchery branch master updated. f5a7450be6993880e735e70e18444882e0fbf925

Michael M Slusarz slusarz at horde.org
Thu Dec 18 19:19:52 UTC 2008


The branch master has been updated
       via  f5a7450be6993880e735e70e18444882e0fbf925 (commit)
       via  150496c410d7c650a6e955c8bca758543f90341e (commit)
       via  a5de175a9ee0c9d9d30123e1ce3321053285daa1 (commit)
       via  98c34df8390039f9dc779d5077b219c46d68ae63 (commit)
       via  d655d5aae80ed1d3a04ce9d85c785e99071beb03 (commit)
       via  cbd4ba78367536599cde7c10f5a2fc3b15ef1f18 (commit)
      from  6150f1e289d7c532f380e11292da93d90e1255d1 (commit)

-----------------------------------------------------------------------
commit f5a7450be6993880e735e70e18444882e0fbf925
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Dec 18 11:29:30 2008 -0700

    Fix page determination.

 imp/lib/Mailbox.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://cvs.horde.org/diff.php/imp/lib/Mailbox.php?rt=horde-hatchery&r1=94c4ff0b6538de6aa024f8335ee2d1e7b67e4ffb&r2=f5a7450be6993880e735e70e18444882e0fbf925

-----------------------------------------------------------------------
commit 150496c410d7c650a6e955c8bca758543f90341e
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Dec 18 11:10:16 2008 -0700

    Fix Ticket #7361 - content-encoding on strip
    
    Also, general fixes to stripping code (was broken in transition to IMP
    5)
    Rework stripping algorithm - only allow stripping non-body parts; and
    only allow stripping of entire part - not subparts (since subparts may
    be required to view parent part). Still a WIP.

 imp/lib/Contents.php |   57 ++++++++++++++++++++++-----------
 imp/lib/Message.php  |   80 ++++++++++++++++++++++------------------------
 imp/message.php      |    2 +-
 3 files changed, 77 insertions(+), 62 deletions(-)

http://cvs.horde.org/diff.php/imp/lib/Contents.php?rt=horde-hatchery&r1=a5de175a9ee0c9d9d30123e1ce3321053285daa1&r2=150496c410d7c650a6e955c8bca758543f90341e
http://cvs.horde.org/diff.php/imp/lib/Message.php?rt=horde-hatchery&r1=b0b3bce69358f5bed078c5cda76cd912aaf390f2&r2=150496c410d7c650a6e955c8bca758543f90341e
http://cvs.horde.org/diff.php/imp/message.php?rt=horde-hatchery&r1=a5de175a9ee0c9d9d30123e1ce3321053285daa1&r2=150496c410d7c650a6e955c8bca758543f90341e

-----------------------------------------------------------------------
commit a5de175a9ee0c9d9d30123e1ce3321053285daa1
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Dec 18 10:08:23 2008 -0700

    Determine download all list in view.php, not via URL

 imp/lib/Contents.php          |    1 -
 imp/lib/Views/ShowMessage.php |    2 +-
 imp/message.php               |   15 +++------------
 imp/view.php                  |   14 +++++++-------
 4 files changed, 11 insertions(+), 21 deletions(-)

http://cvs.horde.org/diff.php/imp/lib/Contents.php?rt=horde-hatchery&r1=8212f18f315b155bf855e155f1d02911fe72a098&r2=a5de175a9ee0c9d9d30123e1ce3321053285daa1
http://cvs.horde.org/diff.php/imp/lib/Views/ShowMessage.php?rt=horde-hatchery&r1=b31e9d523990867eaec02b35743754c7f97e7ce7&r2=a5de175a9ee0c9d9d30123e1ce3321053285daa1
http://cvs.horde.org/diff.php/imp/message.php?rt=horde-hatchery&r1=b4cc0cff3495af6da6d84d3c12a38cba48b5aae9&r2=a5de175a9ee0c9d9d30123e1ce3321053285daa1
http://cvs.horde.org/diff.php/imp/view.php?rt=horde-hatchery&r1=d5c700ee32a9b9522d5931be9dd3212e8a20385f&r2=a5de175a9ee0c9d9d30123e1ce3321053285daa1

-----------------------------------------------------------------------
commit 98c34df8390039f9dc779d5077b219c46d68ae63
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Dec 18 00:51:47 2008 -0700

    Fix thread updating.

 imp/lib/Views/ListMessages.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://cvs.horde.org/diff.php/imp/lib/Views/ListMessages.php?rt=horde-hatchery&r1=b4cc0cff3495af6da6d84d3c12a38cba48b5aae9&r2=98c34df8390039f9dc779d5077b219c46d68ae63

-----------------------------------------------------------------------
commit d655d5aae80ed1d3a04ce9d85c785e99071beb03
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Dec 17 23:51:41 2008 -0700

    phpdoc

 imp/lib/IMAP/Thread.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://cvs.horde.org/diff.php/imp/lib/IMAP/Thread.php?rt=horde-hatchery&r1=b0a2e2631b118a953c459fe3e165ffe2494bbe53&r2=d655d5aae80ed1d3a04ce9d85c785e99071beb03

-----------------------------------------------------------------------
commit cbd4ba78367536599cde7c10f5a2fc3b15ef1f18
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Dec 17 16:53:01 2008 -0700

    Distinguish between saving private/user metadata.

 imp/js/ViewPort.js     |    2 +-
 imp/js/src/ViewPort.js |   16 ++++++++++------
 2 files changed, 11 insertions(+), 7 deletions(-)

http://cvs.horde.org/diff.php/imp/js/ViewPort.js?rt=horde-hatchery&r1=a2a37464072c724048111c9de157eca06d6ed37f&r2=cbd4ba78367536599cde7c10f5a2fc3b15ef1f18
http://cvs.horde.org/diff.php/imp/js/src/ViewPort.js?rt=horde-hatchery&r1=a2a37464072c724048111c9de157eca06d6ed37f&r2=cbd4ba78367536599cde7c10f5a2fc3b15ef1f18




More information about the commits mailing list