[commits] Horde-Hatchery branch master updated.

Michael M Slusarz slusarz at horde.org
Fri Jun 26 08:05:33 UTC 2009


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

from: 5bd023629699ad89c9198ea8a5928e9f0dff1768

a5fa8ae... More IMP_Mailbox data structure optimization
4262b30... Fix address context actions.
9323e72... Don't need a border in popup message screen - especially since it is so hard to size properly
98a1f4c... Fix duplicate notification messages on core & popup windows when using quickreply
d2b5b24... Truncate successful compose notification messages
93741d7... IMP_Compose:: improvements.
b47e77f... Don't pass mailbox-dimp.js through javascript.php

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

commit a5fa8ae7c057d87ebf08ea4dd904ba1f778e13a1
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jun 25 17:40:38 2009 -0600

    More IMP_Mailbox data structure optimization

 imp/lib/Mailbox.php            |   33 ++++++++++++++++++---------------
 imp/lib/Views/ListMessages.php |    4 ++--
 2 files changed, 20 insertions(+), 17 deletions(-)

http://git.horde.org/diff.php/imp/lib/Mailbox.php?rt=horde-hatchery&r1=2b8ebe33ee6071995b07e8f8ebf7fe533afcf202&r2=a5fa8ae7c057d87ebf08ea4dd904ba1f778e13a1
http://git.horde.org/diff.php/imp/lib/Views/ListMessages.php?rt=horde-hatchery&r1=e189f7bc43e06727472ea856ee20cf4e49f1a78c&r2=a5fa8ae7c057d87ebf08ea4dd904ba1f778e13a1

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

commit 4262b30ebc5b2f22e5109dab520aad6eff6df134
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jun 25 23:18:18 2009 -0600

    Fix address context actions.

 imp/js/src/DimpCore.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/imp/js/src/DimpCore.js?rt=horde-hatchery&r1=7c2e53a7b9b23c1388ed57237a0d3ef6d9100d73&r2=4262b30ebc5b2f22e5109dab520aad6eff6df134

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

commit 9323e724efa395b1a8764e56a82e19ffc69e17fd
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jun 25 23:28:17 2009 -0600

    Don't need a border in popup message screen - especially since it is so hard to size properly

 imp/themes/screen-dimp.css |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/imp/themes/screen-dimp.css?rt=horde-hatchery&r1=d3e967aa99abd0f439b74980f48d10f1df62ab4d&r2=9323e724efa395b1a8764e56a82e19ffc69e17fd

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

commit 98a1f4c9dcdd5d571c601c56b4ed9846e62508c4
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jun 25 23:36:50 2009 -0600

    Fix duplicate notification messages on core & popup windows when using quickreply

 imp/js/src/compose-dimp.js |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/imp/js/src/compose-dimp.js?rt=horde-hatchery&r1=7c2e53a7b9b23c1388ed57237a0d3ef6d9100d73&r2=98a1f4c9dcdd5d571c601c56b4ed9846e62508c4

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

commit d2b5b24c0650e5fa69a10b3774de730a788e6e13
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jun 25 23:50:07 2009 -0600

    Truncate successful compose notification messages

 imp/compose-dimp.php |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/compose-dimp.php?rt=horde-hatchery&r1=99c7fee20f189153b4293f4752502148b0dda3fa&r2=d2b5b24c0650e5fa69a10b3774de730a788e6e13

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

commit 93741d721c0f9b1aa071985dcea162b655262fcd
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jun 26 01:53:00 2009 -0600

    IMP_Compose:: improvements.
    
    No need to carry around state/information about reply, forward, and
    drafts.  Store this information inside the cached IMP_Compose object and
    internally retrieve it from this object when needed.
    Proactively remove unused IMP_Compose objects from the session when
    finished using them.

 imp/ajax.php                           |   13 ++-
 imp/compose-dimp.php                   |   46 ++++-----
 imp/compose-mimp.php                   |   14 ++--
 imp/compose.php                        |   43 ++-------
 imp/js/src/compose-dimp.js             |   11 +--
 imp/lib/Compose.php                    |  175 +++++++++++++++++--------------
 imp/lib/Views/Compose.php              |    3 +-
 imp/templates/chunks/compose.php       |   12 +--
 imp/templates/compose/compose-mimp.inc |   25 -----
 9 files changed, 144 insertions(+), 198 deletions(-)

http://git.horde.org/diff.php/imp/ajax.php?rt=horde-hatchery&r1=e189f7bc43e06727472ea856ee20cf4e49f1a78c&r2=93741d721c0f9b1aa071985dcea162b655262fcd
http://git.horde.org/diff.php/imp/compose-dimp.php?rt=horde-hatchery&r1=d2b5b24c0650e5fa69a10b3774de730a788e6e13&r2=93741d721c0f9b1aa071985dcea162b655262fcd
http://git.horde.org/diff.php/imp/compose-mimp.php?rt=horde-hatchery&r1=26b4542b8e9a0a8f97d569288b6af20c2499b288&r2=93741d721c0f9b1aa071985dcea162b655262fcd
http://git.horde.org/diff.php/imp/compose.php?rt=horde-hatchery&r1=a69203fa5eba30213cbad48fbf1f9e74fa93b508&r2=93741d721c0f9b1aa071985dcea162b655262fcd
http://git.horde.org/diff.php/imp/js/src/compose-dimp.js?rt=horde-hatchery&r1=98a1f4c9dcdd5d571c601c56b4ed9846e62508c4&r2=93741d721c0f9b1aa071985dcea162b655262fcd
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-hatchery&r1=7ee32238f69e45b2d5f5c37853321505118e530f&r2=93741d721c0f9b1aa071985dcea162b655262fcd
http://git.horde.org/diff.php/imp/lib/Views/Compose.php?rt=horde-hatchery&r1=7ee32238f69e45b2d5f5c37853321505118e530f&r2=93741d721c0f9b1aa071985dcea162b655262fcd
http://git.horde.org/diff.php/imp/templates/chunks/compose.php?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=93741d721c0f9b1aa071985dcea162b655262fcd
http://git.horde.org/diff.php/imp/templates/compose/compose-mimp.inc?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=93741d721c0f9b1aa071985dcea162b655262fcd

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

commit b47e77f6894b29e755b1c9ed51bf8f63278ba101
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jun 26 02:01:47 2009 -0600

    Don't pass mailbox-dimp.js through javascript.php

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

http://git.horde.org/diff.php/imp/index-dimp.php?rt=horde-hatchery&r1=33bc9908d6688ec9a642c95d8189982f553b837b&r2=b47e77f6894b29e755b1c9ed51bf8f63278ba101




More information about the commits mailing list