[commits] Horde-Hatchery branch master updated.

Michael M Slusarz slusarz at horde.org
Fri Feb 27 18:51:13 UTC 2009


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

from: dce6cfda886ecdd461bb8fc093e27773b712c008

98f49c7... Reuse DimpCore click handler
864d9c2... Fix title generation (need full display name, not last part).
a4cda7c... Add DOM title attribute to status icons to provide tooltip descriptions.
b50b38c... Some Horde 5 fixes/style.
5193604... phpdoc

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

commit 98f49c7d6cc6850be5a6803b559b81dda079c629
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Feb 26 14:21:28 2009 -0700

    Reuse DimpCore click handler

 imp/js/src/DimpBase.js         |   62 ++++++++++++++++++++++++++-------------
 imp/js/src/DimpCore.js         |    8 ++--
 imp/js/src/compose-dimp.js     |   35 +++++++++++++---------
 imp/js/src/fullmessage-dimp.js |   14 ++++++---
 4 files changed, 75 insertions(+), 44 deletions(-)

http://git.horde.org/diff.php/imp/js/src/DimpBase.js?rt=horde-hatchery&r1=42c221f30451ace73acc29d034d3790131dc47e0&r2=98f49c7d6cc6850be5a6803b559b81dda079c629
http://git.horde.org/diff.php/imp/js/src/DimpCore.js?rt=horde-hatchery&r1=ecd380b5660bcf9dd418b5c81dcecca72f809c96&r2=98f49c7d6cc6850be5a6803b559b81dda079c629
http://git.horde.org/diff.php/imp/js/src/compose-dimp.js?rt=horde-hatchery&r1=678ab1ad736b4af85c25ee8fbeddc3d9e8c56354&r2=98f49c7d6cc6850be5a6803b559b81dda079c629
http://git.horde.org/diff.php/imp/js/src/fullmessage-dimp.js?rt=horde-hatchery&r1=9a1bd9f0cdecd888fb8674c0968b471e7f3227fc&r2=98f49c7d6cc6850be5a6803b559b81dda079c629

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

commit 864d9c2f282899f00dcf3a8367f5df699caec35f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Feb 27 11:49:16 2009 -0700

    Fix title generation (need full display name, not last part).

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

http://git.horde.org/diff.php/imp/js/src/DimpBase.js?rt=horde-hatchery&r1=98f49c7d6cc6850be5a6803b559b81dda079c629&r2=864d9c2f282899f00dcf3a8367f5df699caec35f

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

commit a4cda7c0a72b70cce21f04995eeb9900f6141273
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Feb 27 11:49:47 2009 -0700

    Add DOM title attribute to status icons to provide tooltip descriptions.

 imp/js/src/DimpBase.js |    2 +-
 imp/lib/DIMP.php       |    4 ++++
 2 files changed, 5 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/js/src/DimpBase.js?rt=horde-hatchery&r1=864d9c2f282899f00dcf3a8367f5df699caec35f&r2=a4cda7c0a72b70cce21f04995eeb9900f6141273
http://git.horde.org/diff.php/imp/lib/DIMP.php?rt=horde-hatchery&r1=8db538e55ef53a519826bd27684d9776694a8067&r2=a4cda7c0a72b70cce21f04995eeb9900f6141273

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

commit b50b38c1449905a0455120a86d954990612406d9
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Feb 27 11:30:17 2009 -0700

    Some Horde 5 fixes/style.

 imp/acl.php                     |    2 +-
 imp/ajax.php                    |   16 +-
 imp/compose-dimp.php            |    2 +-
 imp/folders-mimp.php            |    8 +-
 imp/folders.php                 |    4 +-
 imp/lib/Block/Foldersummary.php |    2 +-
 imp/lib/Block/summary.php       |    2 +-
 imp/lib/Block/tree_folders.php  |    6 +-
 imp/lib/DIMP.php                |   46 +-
 imp/lib/Folder.php              |   20 +-
 imp/lib/IMAP.php                |  342 -------
 imp/lib/IMAP/ACL.php            |  212 -----
 imp/lib/IMAP/Thread.php         |  137 ---
 imp/lib/IMAP/Tree.php           | 1990 --------------------------------------
 imp/lib/Imap.php                |  342 +++++++
 imp/lib/Imap/Acl.php            |  212 +++++
 imp/lib/Imap/Thread.php         |  137 +++
 imp/lib/Imap/Tree.php           | 1995 +++++++++++++++++++++++++++++++++++++++
 imp/lib/Search.php              |   10 +-
 imp/lib/Views/ListMessages.php  |    6 +-
 imp/lib/api.php                 |    4 +-
 imp/lib/base.php                |    4 +-
 imp/lib/prefs.php               |    2 +-
 imp/mailbox.php                 |    2 +-
 imp/thread.php                  |    2 +-
 25 files changed, 2757 insertions(+), 2748 deletions(-)
 delete mode 100644 imp/lib/IMAP.php
 delete mode 100644 imp/lib/IMAP/ACL.php
 delete mode 100644 imp/lib/IMAP/Thread.php
 delete mode 100644 imp/lib/IMAP/Tree.php
 create mode 100644 imp/lib/Imap.php
 create mode 100644 imp/lib/Imap/Acl.php
 create mode 100644 imp/lib/Imap/Thread.php
 create mode 100644 imp/lib/Imap/Tree.php

http://git.horde.org/diff.php/imp/acl.php?rt=horde-hatchery&r1=4a0634633b56b2ca6f96b938aebde9d51ff53e5f&r2=b50b38c1449905a0455120a86d954990612406d9
http://git.horde.org/diff.php/imp/ajax.php?rt=horde-hatchery&r1=c79c6dfcd3fe5fefabd73a5eff965823577abe74&r2=b50b38c1449905a0455120a86d954990612406d9
http://git.horde.org/diff.php/imp/compose-dimp.php?rt=horde-hatchery&r1=8a0737a925868190cab1b15a3df527bedc43bb3a&r2=b50b38c1449905a0455120a86d954990612406d9
http://git.horde.org/diff.php/imp/folders-mimp.php?rt=horde-hatchery&r1=2813aaf25aa91219930609fa899932116e2f0771&r2=b50b38c1449905a0455120a86d954990612406d9
http://git.horde.org/diff.php/imp/folders.php?rt=horde-hatchery&r1=b1314da3c3234bf90a1992361e10834a9ca91e98&r2=b50b38c1449905a0455120a86d954990612406d9
http://git.horde.org/diff.php/imp/lib/Block/Foldersummary.php?rt=horde-hatchery&r1=49d3ac3a67792e002a4b0bf339d44f8003465d33&r2=b50b38c1449905a0455120a86d954990612406d9
http://git.horde.org/diff.php/imp/lib/Block/summary.php?rt=horde-hatchery&r1=49d3ac3a67792e002a4b0bf339d44f8003465d33&r2=b50b38c1449905a0455120a86d954990612406d9
http://git.horde.org/diff.php/imp/lib/Block/tree_folders.php?rt=horde-hatchery&r1=49d3ac3a67792e002a4b0bf339d44f8003465d33&r2=b50b38c1449905a0455120a86d954990612406d9
http://git.horde.org/diff.php/imp/lib/DIMP.php?rt=horde-hatchery&r1=a4cda7c0a72b70cce21f04995eeb9900f6141273&r2=b50b38c1449905a0455120a86d954990612406d9
http://git.horde.org/diff.php/imp/lib/Folder.php?rt=horde-hatchery&r1=80cf8cf4ae81d2462a02cbdc8558ea569b33c5db&r2=b50b38c1449905a0455120a86d954990612406d9
http://git.horde.org/diff.php/imp/lib/IMAP.php?rt=horde-hatchery&r1=8dfafa0aec3c55322b29e5cd1acf1602cf62e149&r2=b50b38c1449905a0455120a86d954990612406d9
http://git.horde.org/diff.php/imp/lib/IMAP/ACL.php?rt=horde-hatchery&r1=4a0634633b56b2ca6f96b938aebde9d51ff53e5f&r2=b50b38c1449905a0455120a86d954990612406d9
http://git.horde.org/diff.php/imp/lib/IMAP/Thread.php?rt=horde-hatchery&r1=045c7d80122d18e0508c847cec985a12b1700646&r2=b50b38c1449905a0455120a86d954990612406d9
http://git.horde.org/diff.php/imp/lib/IMAP/Tree.php?rt=horde-hatchery&r1=b1314da3c3234bf90a1992361e10834a9ca91e98&r2=b50b38c1449905a0455120a86d954990612406d9
http://git.horde.org/co.php/imp/lib/Imap.php?rt=horde-hatchery&r=b50b38c1449905a0455120a86d954990612406d9
http://git.horde.org/co.php/imp/lib/Imap/Acl.php?rt=horde-hatchery&r=b50b38c1449905a0455120a86d954990612406d9
http://git.horde.org/co.php/imp/lib/Imap/Thread.php?rt=horde-hatchery&r=b50b38c1449905a0455120a86d954990612406d9
http://git.horde.org/co.php/imp/lib/Imap/Tree.php?rt=horde-hatchery&r=b50b38c1449905a0455120a86d954990612406d9
http://git.horde.org/diff.php/imp/lib/Search.php?rt=horde-hatchery&r1=5a22ea82cd0dc2aa6d53f2b290da6230f04de60e&r2=b50b38c1449905a0455120a86d954990612406d9
http://git.horde.org/diff.php/imp/lib/Views/ListMessages.php?rt=horde-hatchery&r1=e0d5c61901c45e599505d09bb5a7b3f9d3db9783&r2=b50b38c1449905a0455120a86d954990612406d9
http://git.horde.org/diff.php/imp/lib/api.php?rt=horde-hatchery&r1=4bfe26c50f6df5dd67003c76c2367016c72793ad&r2=b50b38c1449905a0455120a86d954990612406d9
http://git.horde.org/diff.php/imp/lib/base.php?rt=horde-hatchery&r1=22939aad63db2f492f9e94a57b8db36dd73f9fc4&r2=b50b38c1449905a0455120a86d954990612406d9
http://git.horde.org/diff.php/imp/lib/prefs.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=b50b38c1449905a0455120a86d954990612406d9
http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-hatchery&r1=8b499b76689ffc0aefeb47afbcd10ae87def4ee4&r2=b50b38c1449905a0455120a86d954990612406d9
http://git.horde.org/diff.php/imp/thread.php?rt=horde-hatchery&r1=8a0737a925868190cab1b15a3df527bedc43bb3a&r2=b50b38c1449905a0455120a86d954990612406d9

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

commit 519360498279c54f1bdda9fe4beb2d63387e812c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Feb 27 11:46:52 2009 -0700

    phpdoc

 imp/lib/Imap/Tree.php |   44 +++++++++++++++++++++++---------------------
 1 files changed, 23 insertions(+), 21 deletions(-)

http://git.horde.org/diff.php/imp/lib/Imap/Tree.php?rt=horde-hatchery&r1=b50b38c1449905a0455120a86d954990612406d9&r2=519360498279c54f1bdda9fe4beb2d63387e812c




More information about the commits mailing list