[commits] Horde-Hatchery branch master updated.

Michael M Slusarz slusarz at horde.org
Mon Feb 23 04:26:11 UTC 2009


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

from: cff033534d7073c1e9b5bd0683da250239bcf8c3

7e4b3e9... expandAddresses() doesn't return a PEAR_Error
8a0737a... More of the IMP PEAR_Error->Exception rewrite
672a65d... Fatally exit if prefs files don't exist.
fa4c058... Convert IMP_Maillog to PHP 5 format

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

commit 7e4b3e97fd3b8663121b78223640c3e4d7fa4eca
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sun Feb 22 12:53:45 2009 -0700

    expandAddresses() doesn't return a PEAR_Error

 imp/lib/Compose.php    |    4 +++-
 imp/lib/UI/Compose.php |   13 -------------
 2 files changed, 3 insertions(+), 14 deletions(-)

http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-hatchery&r1=593efca07054633cb3f6f8a03a8a7e226cfd3465&r2=7e4b3e97fd3b8663121b78223640c3e4d7fa4eca
http://git.horde.org/diff.php/imp/lib/UI/Compose.php?rt=horde-hatchery&r1=b1314da3c3234bf90a1992361e10834a9ca91e98&r2=7e4b3e97fd3b8663121b78223640c3e4d7fa4eca

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

commit 8a0737a925868190cab1b15a3df527bedc43bb3a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sun Feb 22 13:08:13 2009 -0700

    More of the IMP PEAR_Error->Exception rewrite

 imp/ajax.php                                            |   10 +-
 imp/compose-dimp.php                                    |    9 +-
 imp/compose-mimp.php                                    |    9 +-
 imp/compose.php                                         |   37 +++--
 imp/config/hooks.php.dist                               |    2 +-
 imp/docs/CHANGES                                        |    1 +
 imp/lib/Compose.php                                     |  129 +++++++--------
 imp/lib/Crypt/pgp.php                                   |  132 +++++++++------
 imp/lib/Crypt/smime.php                                 |   98 +++++++----
 imp/lib/IMP.php                                         |   16 +-
 imp/lib/Maintenance/Task/delete_attachments_monthly.php |    4 +-
 imp/lib/Mime/Viewer/itip.php                            |   24 ++--
 imp/lib/Mime/Viewer/pgp.php                             |   38 ++---
 imp/lib/Mime/Viewer/smime.php                           |   18 +-
 imp/lib/Sentmail.php                                    |   33 +++-
 imp/lib/Sentmail/sql.php                                |   92 +++++------
 imp/lib/Session.php                                     |    7 +-
 imp/lib/UI/Message.php                                  |    9 +-
 imp/mailbox.php                                         |   16 +-
 imp/message.php                                         |    8 +-
 imp/pgp.php                                             |   79 ++++-----
 imp/smime.php                                           |   73 ++++----
 imp/templates/pgp/pgp.html                              |    5 +-
 imp/templates/smime/smime.html                          |    5 +-
 imp/thread.php                                          |    8 +-
 25 files changed, 458 insertions(+), 404 deletions(-)

http://git.horde.org/diff.php/imp/ajax.php?rt=horde-hatchery&r1=b1314da3c3234bf90a1992361e10834a9ca91e98&r2=8a0737a925868190cab1b15a3df527bedc43bb3a
http://git.horde.org/diff.php/imp/compose-dimp.php?rt=horde-hatchery&r1=593efca07054633cb3f6f8a03a8a7e226cfd3465&r2=8a0737a925868190cab1b15a3df527bedc43bb3a
http://git.horde.org/diff.php/imp/compose-mimp.php?rt=horde-hatchery&r1=593efca07054633cb3f6f8a03a8a7e226cfd3465&r2=8a0737a925868190cab1b15a3df527bedc43bb3a
http://git.horde.org/diff.php/imp/compose.php?rt=horde-hatchery&r1=593efca07054633cb3f6f8a03a8a7e226cfd3465&r2=8a0737a925868190cab1b15a3df527bedc43bb3a
http://git.horde.org/diff.php/imp/config/hooks.php.dist?rt=horde-hatchery&r1=b1314da3c3234bf90a1992361e10834a9ca91e98&r2=8a0737a925868190cab1b15a3df527bedc43bb3a
http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-hatchery&r1=a56fac1c529485c2ec348387d1f8fee657a105cb&r2=8a0737a925868190cab1b15a3df527bedc43bb3a
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-hatchery&r1=7e4b3e97fd3b8663121b78223640c3e4d7fa4eca&r2=8a0737a925868190cab1b15a3df527bedc43bb3a
http://git.horde.org/diff.php/imp/lib/Crypt/pgp.php?rt=horde-hatchery&r1=b1314da3c3234bf90a1992361e10834a9ca91e98&r2=8a0737a925868190cab1b15a3df527bedc43bb3a
http://git.horde.org/diff.php/imp/lib/Crypt/smime.php?rt=horde-hatchery&r1=b1314da3c3234bf90a1992361e10834a9ca91e98&r2=8a0737a925868190cab1b15a3df527bedc43bb3a
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-hatchery&r1=b1314da3c3234bf90a1992361e10834a9ca91e98&r2=8a0737a925868190cab1b15a3df527bedc43bb3a
http://git.horde.org/diff.php/imp/lib/Maintenance/Task/delete_attachments_monthly.php?rt=horde-hatchery&r1=6c09e2b247fef3eee85ca51441e2d2deead1123b&r2=8a0737a925868190cab1b15a3df527bedc43bb3a
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/itip.php?rt=horde-hatchery&r1=f21bacb50bcbf11f40b1fa6d046ec8a6a0e36d6f&r2=8a0737a925868190cab1b15a3df527bedc43bb3a
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/pgp.php?rt=horde-hatchery&r1=8db538e55ef53a519826bd27684d9776694a8067&r2=8a0737a925868190cab1b15a3df527bedc43bb3a
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/smime.php?rt=horde-hatchery&r1=8db538e55ef53a519826bd27684d9776694a8067&r2=8a0737a925868190cab1b15a3df527bedc43bb3a
http://git.horde.org/diff.php/imp/lib/Sentmail.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=8a0737a925868190cab1b15a3df527bedc43bb3a
http://git.horde.org/diff.php/imp/lib/Sentmail/sql.php?rt=horde-hatchery&r1=c9b9f8493ad52609d5aa603353b19fe5c30ac338&r2=8a0737a925868190cab1b15a3df527bedc43bb3a
http://git.horde.org/diff.php/imp/lib/Session.php?rt=horde-hatchery&r1=8c37fe6e3394c3ad2d034fb64c4413320a60d5b5&r2=8a0737a925868190cab1b15a3df527bedc43bb3a
http://git.horde.org/diff.php/imp/lib/UI/Message.php?rt=horde-hatchery&r1=593efca07054633cb3f6f8a03a8a7e226cfd3465&r2=8a0737a925868190cab1b15a3df527bedc43bb3a
http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-hatchery&r1=b1314da3c3234bf90a1992361e10834a9ca91e98&r2=8a0737a925868190cab1b15a3df527bedc43bb3a
http://git.horde.org/diff.php/imp/message.php?rt=horde-hatchery&r1=b1314da3c3234bf90a1992361e10834a9ca91e98&r2=8a0737a925868190cab1b15a3df527bedc43bb3a
http://git.horde.org/diff.php/imp/pgp.php?rt=horde-hatchery&r1=b1314da3c3234bf90a1992361e10834a9ca91e98&r2=8a0737a925868190cab1b15a3df527bedc43bb3a
http://git.horde.org/diff.php/imp/smime.php?rt=horde-hatchery&r1=b1314da3c3234bf90a1992361e10834a9ca91e98&r2=8a0737a925868190cab1b15a3df527bedc43bb3a
http://git.horde.org/diff.php/imp/templates/pgp/pgp.html?rt=horde-hatchery&r1=d06f5dbc9d3a8328b25ce2f866ab6b5fedcb66b9&r2=8a0737a925868190cab1b15a3df527bedc43bb3a
http://git.horde.org/diff.php/imp/templates/smime/smime.html?rt=horde-hatchery&r1=d06f5dbc9d3a8328b25ce2f866ab6b5fedcb66b9&r2=8a0737a925868190cab1b15a3df527bedc43bb3a
http://git.horde.org/diff.php/imp/thread.php?rt=horde-hatchery&r1=2813aaf25aa91219930609fa899932116e2f0771&r2=8a0737a925868190cab1b15a3df527bedc43bb3a

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

commit 672a65d70280fe6bc429359e0daaccbd4f435e3d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sun Feb 22 18:57:37 2009 -0700

    Fatally exit if prefs files don't exist.
    
    Also, there is no way around using extract() until the prefs UI code is
    rewritten.

 imp/acl.php            |    7 ++++---
 imp/fetchmailprefs.php |    6 +++---
 imp/filterprefs.php    |    7 ++++---
 imp/pgp.php            |    7 ++++---
 imp/smime.php          |    7 ++++---
 imp/stationery.php     |    6 +++---
 6 files changed, 22 insertions(+), 18 deletions(-)

http://git.horde.org/diff.php/imp/acl.php?rt=horde-hatchery&r1=b1314da3c3234bf90a1992361e10834a9ca91e98&r2=672a65d70280fe6bc429359e0daaccbd4f435e3d
http://git.horde.org/diff.php/imp/fetchmailprefs.php?rt=horde-hatchery&r1=e0d5c61901c45e599505d09bb5a7b3f9d3db9783&r2=672a65d70280fe6bc429359e0daaccbd4f435e3d
http://git.horde.org/diff.php/imp/filterprefs.php?rt=horde-hatchery&r1=2813aaf25aa91219930609fa899932116e2f0771&r2=672a65d70280fe6bc429359e0daaccbd4f435e3d
http://git.horde.org/diff.php/imp/pgp.php?rt=horde-hatchery&r1=8a0737a925868190cab1b15a3df527bedc43bb3a&r2=672a65d70280fe6bc429359e0daaccbd4f435e3d
http://git.horde.org/diff.php/imp/smime.php?rt=horde-hatchery&r1=8a0737a925868190cab1b15a3df527bedc43bb3a&r2=672a65d70280fe6bc429359e0daaccbd4f435e3d
http://git.horde.org/diff.php/imp/stationery.php?rt=horde-hatchery&r1=f0de2a9cf3f7078cc05466923c0bb98d3a53f37c&r2=672a65d70280fe6bc429359e0daaccbd4f435e3d

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

commit fa4c0588ffcba1604be82196ebc4632f50a6fb19
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sun Feb 22 20:59:43 2009 -0700

    Convert IMP_Maillog to PHP 5 format

 imp/lib/Maillog.php |  102 +++++++++++++++++++++++++++++----------------------
 1 files changed, 58 insertions(+), 44 deletions(-)

http://git.horde.org/diff.php/imp/lib/Maillog.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=fa4c0588ffcba1604be82196ebc4632f50a6fb19




More information about the commits mailing list