[commits] Horde branch master updated. b52d7646b607b11d6ec24b306f764db6a4995595

Michael M Slusarz slusarz at horde.org
Thu Mar 25 05:21:03 UTC 2010


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

from: f34a1aed1e6f16546902e668f914f2ea810b1515

6cd3cda Fix phpdoc
4e8e3e4 Add Mail binder.
9803350 CSS tweak
d805baa Make callbacks easily addable/viewable
5ffdf3a optimization, improved doc of injector instances
804f78b Add Horde_Mail_Mime::getMailOb()
b52d764 IMP redirect compose improvements.

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

commit 6cd3cda12c3c47c197be00e492b5e3370e93a2cb
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Mar 24 11:38:21 2010 -0600

    Fix phpdoc

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Base.php?rt=horde-git&r1=5919a9cd567319a432436b2518e5bffe36d6f5c6&r2=6cd3cda12c3c47c197be00e492b5e3370e93a2cb

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

commit 4e8e3e4474fc5ea4363ff940e0ee96f84767b343
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Mar 24 12:19:09 2010 -0600

    Add Mail binder.
    
    Concurrently, require a Mail object to be passed into Horde_Mime
    functions. Reorganize code a bit in there and provide a helper function
    (Horde_Mime_Mail::sendPearMail) that will parse PEAR_Error information
    as needed.

 agora/messages/abuse.php                      |    2 +-
 ansel/img/ecard.php                           |    2 +-
 ansel/lib/Report/mail.php                     |    2 +-
 folks/lib/Folks.php                           |    2 +-
 folks/lib/Notification/mail.php               |    4 +-
 framework/Alarm/lib/Horde/Alarm.php           |    2 +-
 framework/Auth/lib/Horde/Auth/Signup.php      |    2 +-
 framework/Core/lib/Horde.php                  |   18 -----
 framework/Core/lib/Horde/Core/Binder/Mail.php |   28 +++++++
 framework/Core/lib/Horde/Registry.php         |    1 +
 framework/Core/package.xml                    |    2 +
 framework/Mime/lib/Horde/Mime/Mail.php        |  102 +++++++++++++++----------
 framework/Mime/lib/Horde/Mime/Part.php        |   26 ++-----
 framework/Mime/test/Horde/Mime/mail_001.phpt  |    4 +-
 framework/Mime/test/Horde/Mime/mail_002.phpt  |    4 +-
 framework/Mime/test/Horde/Mime/mail_003.phpt  |    5 +-
 framework/Mime/test/Horde/Mime/mail_004.phpt  |    4 +-
 framework/Mime/test/Horde/Mime/mail_005.phpt  |    5 +-
 framework/Mime/test/Horde/Mime/mail_006.phpt  |    4 +-
 framework/Mime/test/Horde/Mime/mail_007.phpt  |   12 +++-
 framework/Mime/test/Horde/Mime/mail_008.phpt  |    4 +-
 framework/Mime/test/Horde/Mime/mail_dummy.inc |    7 +-
 framework/Release/lib/Horde/Release.php       |    7 +-
 horde/services/problem.php                    |    2 +-
 horde/services/resetpassword.php              |    2 +-
 imp/lib/Compose.php                           |   55 ++++++++++----
 kronolith/lib/Kronolith.php                   |    4 +-
 kronolith/scripts/agenda.php                  |    2 +-
 nag/lib/Nag.php                               |    5 +-
 news/mail.php                                 |    8 +-
 whups/lib/Driver.php                          |    2 +-
 wicked/lib/Wicked.php                         |    6 +-
 32 files changed, 202 insertions(+), 133 deletions(-)
 create mode 100644 framework/Core/lib/Horde/Core/Binder/Mail.php

http://git.horde.org/diff.php/agora/messages/abuse.php?rt=horde-git&r1=9ee10e5ccece8d846040d1de7e898f1a8578c78f&r2=4e8e3e4474fc5ea4363ff940e0ee96f84767b343
http://git.horde.org/diff.php/ansel/img/ecard.php?rt=horde-git&r1=6d97c196be61e3bca4413767f7b6f4d12b62fefd&r2=4e8e3e4474fc5ea4363ff940e0ee96f84767b343
http://git.horde.org/diff.php/ansel/lib/Report/mail.php?rt=horde-git&r1=aea4659c22b2fd497bfe5b7329533e9c051323c1&r2=4e8e3e4474fc5ea4363ff940e0ee96f84767b343
http://git.horde.org/diff.php/folks/lib/Folks.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=4e8e3e4474fc5ea4363ff940e0ee96f84767b343
http://git.horde.org/diff.php/folks/lib/Notification/mail.php?rt=horde-git&r1=aea4659c22b2fd497bfe5b7329533e9c051323c1&r2=4e8e3e4474fc5ea4363ff940e0ee96f84767b343
http://git.horde.org/diff.php/framework/Alarm/lib/Horde/Alarm.php?rt=horde-git&r1=6cabfab972f38336f204179e5b41d0ecf3b0525d&r2=4e8e3e4474fc5ea4363ff940e0ee96f84767b343
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Signup.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=4e8e3e4474fc5ea4363ff940e0ee96f84767b343
http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=a68fbe3eb4e44bfff12d4c2163ae33919075e52c&r2=4e8e3e4474fc5ea4363ff940e0ee96f84767b343
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Binder/Mail.php?rt=horde-git&r=4e8e3e4474fc5ea4363ff940e0ee96f84767b343
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=a68fbe3eb4e44bfff12d4c2163ae33919075e52c&r2=4e8e3e4474fc5ea4363ff940e0ee96f84767b343
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=5919a9cd567319a432436b2518e5bffe36d6f5c6&r2=4e8e3e4474fc5ea4363ff940e0ee96f84767b343
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Mail.php?rt=horde-git&r1=93a7796a8414ddc1a8490db5e2fcddc2ea6345f0&r2=4e8e3e4474fc5ea4363ff940e0ee96f84767b343
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Part.php?rt=horde-git&r1=d1cb92dc00396a54aae703f75bb2f311ba3d4115&r2=4e8e3e4474fc5ea4363ff940e0ee96f84767b343
http://git.horde.org/diff.php/framework/Mime/test/Horde/Mime/mail_001.phpt?rt=horde-git&r1=d03e2c600f9567e57102a126fd742f69654a8184&r2=4e8e3e4474fc5ea4363ff940e0ee96f84767b343
http://git.horde.org/diff.php/framework/Mime/test/Horde/Mime/mail_002.phpt?rt=horde-git&r1=3bf3c137d359062d2d9e04dfb60b10dbddf12e8e&r2=4e8e3e4474fc5ea4363ff940e0ee96f84767b343
http://git.horde.org/diff.php/framework/Mime/test/Horde/Mime/mail_003.phpt?rt=horde-git&r1=f8295e04574c9d4851da28aca5a6c7bce680c21f&r2=4e8e3e4474fc5ea4363ff940e0ee96f84767b343
http://git.horde.org/diff.php/framework/Mime/test/Horde/Mime/mail_004.phpt?rt=horde-git&r1=d03e2c600f9567e57102a126fd742f69654a8184&r2=4e8e3e4474fc5ea4363ff940e0ee96f84767b343
http://git.horde.org/diff.php/framework/Mime/test/Horde/Mime/mail_005.phpt?rt=horde-git&r1=d03e2c600f9567e57102a126fd742f69654a8184&r2=4e8e3e4474fc5ea4363ff940e0ee96f84767b343
http://git.horde.org/diff.php/framework/Mime/test/Horde/Mime/mail_006.phpt?rt=horde-git&r1=d03e2c600f9567e57102a126fd742f69654a8184&r2=4e8e3e4474fc5ea4363ff940e0ee96f84767b343
http://git.horde.org/diff.php/framework/Mime/test/Horde/Mime/mail_007.phpt?rt=horde-git&r1=d03e2c600f9567e57102a126fd742f69654a8184&r2=4e8e3e4474fc5ea4363ff940e0ee96f84767b343
http://git.horde.org/diff.php/framework/Mime/test/Horde/Mime/mail_008.phpt?rt=horde-git&r1=3bf3c137d359062d2d9e04dfb60b10dbddf12e8e&r2=4e8e3e4474fc5ea4363ff940e0ee96f84767b343
http://git.horde.org/diff.php/framework/Mime/test/Horde/Mime/mail_dummy.inc?rt=horde-git&r1=4cdcf1b8d4c7e44e57abc0fed14bb727565dd08b&r2=4e8e3e4474fc5ea4363ff940e0ee96f84767b343
http://git.horde.org/diff.php/framework/Release/lib/Horde/Release.php?rt=horde-git&r1=db011a2a40263b0bddcc42b1071f52a1e1bd2a83&r2=4e8e3e4474fc5ea4363ff940e0ee96f84767b343
http://git.horde.org/diff.php/horde/services/problem.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=4e8e3e4474fc5ea4363ff940e0ee96f84767b343
http://git.horde.org/diff.php/horde/services/resetpassword.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=4e8e3e4474fc5ea4363ff940e0ee96f84767b343
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=702c99f22fbd710031e66126426a4626d6f9f4ac&r2=4e8e3e4474fc5ea4363ff940e0ee96f84767b343
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-git&r1=5919a9cd567319a432436b2518e5bffe36d6f5c6&r2=4e8e3e4474fc5ea4363ff940e0ee96f84767b343
http://git.horde.org/diff.php/kronolith/scripts/agenda.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=4e8e3e4474fc5ea4363ff940e0ee96f84767b343
http://git.horde.org/diff.php/nag/lib/Nag.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=4e8e3e4474fc5ea4363ff940e0ee96f84767b343
http://git.horde.org/diff.php/news/mail.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=4e8e3e4474fc5ea4363ff940e0ee96f84767b343
http://git.horde.org/diff.php/whups/lib/Driver.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=4e8e3e4474fc5ea4363ff940e0ee96f84767b343
http://git.horde.org/diff.php/wicked/lib/Wicked.php?rt=horde-git&r1=d15d5482f551cc2c276f8600d9d53c9a712d0644&r2=4e8e3e4474fc5ea4363ff940e0ee96f84767b343

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

commit 9803350eb8f44030f6b05588468a56ad99bd7401
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Mar 24 14:21:01 2010 -0600

    CSS tweak

 imp/themes/screen.css |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/imp/themes/screen.css?rt=horde-git&r1=45d8fac3d68d668e1952cf2cdfe72819ac656fc7&r2=9803350eb8f44030f6b05588468a56ad99bd7401

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

commit d805baa79666f8466bc39515ce56574cf6537bcb
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Mar 24 15:21:59 2010 -0600

    Make callbacks easily addable/viewable

 framework/Core/lib/Horde/Registry.php |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=4e8e3e4474fc5ea4363ff940e0ee96f84767b343&r2=d805baa79666f8466bc39515ce56574cf6537bcb

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

commit 5ffdf3ad94472f72c46f54b1075ec35e90891ce6
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Mar 24 15:25:06 2010 -0600

    optimization, improved doc of injector instances

 framework/Core/lib/Horde/Registry.php |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=d805baa79666f8466bc39515ce56574cf6537bcb&r2=5ffdf3ad94472f72c46f54b1075ec35e90891ce6

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

commit 804f78bcddd4b6253bedfe861a3794a13a726406
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Mar 24 22:46:51 2010 -0600

    Add Horde_Mail_Mime::getMailOb()

 framework/Core/lib/Horde/Core/Binder/Mail.php   |    9 ++--
 framework/Mime/lib/Horde/Mime/Mail.php          |   44 +++++++++++++++++
 framework/Mime/lib/Horde/Mime/Mail/mail.php     |   59 +++++++++++++++++++++++
 framework/Mime/lib/Horde/Mime/Mail/sendmail.php |   59 +++++++++++++++++++++++
 framework/Mime/lib/Horde/Mime/Mail/smtp.php     |   59 +++++++++++++++++++++++
 framework/Mime/lib/Horde/Mime/Mail/smtpmx.php   |   59 +++++++++++++++++++++++
 framework/Mime/package.xml                      |   12 ++++-
 7 files changed, 295 insertions(+), 6 deletions(-)
 create mode 100644 framework/Mime/lib/Horde/Mime/Mail/mail.php
 create mode 100644 framework/Mime/lib/Horde/Mime/Mail/sendmail.php
 create mode 100644 framework/Mime/lib/Horde/Mime/Mail/smtp.php
 create mode 100644 framework/Mime/lib/Horde/Mime/Mail/smtpmx.php

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Mail.php?rt=horde-git&r1=4e8e3e4474fc5ea4363ff940e0ee96f84767b343&r2=804f78bcddd4b6253bedfe861a3794a13a726406
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Mail.php?rt=horde-git&r1=4e8e3e4474fc5ea4363ff940e0ee96f84767b343&r2=804f78bcddd4b6253bedfe861a3794a13a726406
http://git.horde.org/co.php/framework/Mime/lib/Horde/Mime/Mail/mail.php?rt=horde-git&r=804f78bcddd4b6253bedfe861a3794a13a726406
http://git.horde.org/co.php/framework/Mime/lib/Horde/Mime/Mail/sendmail.php?rt=horde-git&r=804f78bcddd4b6253bedfe861a3794a13a726406
http://git.horde.org/co.php/framework/Mime/lib/Horde/Mime/Mail/smtp.php?rt=horde-git&r=804f78bcddd4b6253bedfe861a3794a13a726406
http://git.horde.org/co.php/framework/Mime/lib/Horde/Mime/Mail/smtpmx.php?rt=horde-git&r=804f78bcddd4b6253bedfe861a3794a13a726406
http://git.horde.org/diff.php/framework/Mime/package.xml?rt=horde-git&r1=bc4678a3514fcf1f590dafb8717043f9127a221a&r2=804f78bcddd4b6253bedfe861a3794a13a726406

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

commit b52d7646b607b11d6ec24b306f764db6a4995595
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Mar 24 22:47:23 2010 -0600

    IMP redirect compose improvements.
    
    [mms] Properly redirect messages pursuant to RFC 5322 [3.6.6].
    [mms] Add redirect message capability to DIMP.

 framework/Mime/lib/Horde/Mime/Headers.php |   16 ----
 imp/compose-dimp.php                      |   65 +++++++++------
 imp/compose-mimp.php                      |   21 ++++--
 imp/compose.php                           |   16 ++--
 imp/docs/CHANGES                          |    2 +
 imp/js/DimpBase.js                        |   11 +--
 imp/js/compose-dimp.js                    |  125 ++++++++++++++++++++++-------
 imp/js/fullmessage-dimp.js                |   51 ++++++++-----
 imp/lib/Ajax/Application.php              |  112 +++++++++++++++++++++++---
 imp/lib/Compose.php                       |   83 ++++++++++++++++++--
 imp/lib/Contents.php                      |   16 +++-
 imp/lib/Ui/Compose.php                    |   49 -----------
 imp/lib/Views/Compose.php                 |   93 ++++++++++++----------
 imp/message-dimp.php                      |    2 +-
 imp/templates/dimp/chunks/compose.php     |   23 +++++
 imp/templates/dimp/chunks/message.php     |    6 +-
 imp/templates/dimp/index.inc              |    6 +-
 imp/templates/imp/compose/redirect.html   |    3 +-
 imp/themes/dimp/screen.css                |    2 +-
 imp/themes/silver/dimp/screen.css         |    2 +-
 20 files changed, 466 insertions(+), 238 deletions(-)

http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Headers.php?rt=horde-git&r1=5c05eb41c471653123606bdd16b254b76d1c48a1&r2=b52d7646b607b11d6ec24b306f764db6a4995595
http://git.horde.org/diff.php/imp/compose-dimp.php?rt=horde-git&r1=0db50f29b83a062c98eaac08afedc72cb08d10f3&r2=b52d7646b607b11d6ec24b306f764db6a4995595
http://git.horde.org/diff.php/imp/compose-mimp.php?rt=horde-git&r1=a7a39f0cf109bc4fa2dec71b303d60d3d329746d&r2=b52d7646b607b11d6ec24b306f764db6a4995595
http://git.horde.org/diff.php/imp/compose.php?rt=horde-git&r1=bd49579543283c08cfc8b91c664214e8824eaa35&r2=b52d7646b607b11d6ec24b306f764db6a4995595
http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-git&r1=04c2127680133db05d06b4ddd66a9361548164aa&r2=b52d7646b607b11d6ec24b306f764db6a4995595
http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-git&r1=8b2a2595282e2a26e7fc117e8eb5ace09010a74e&r2=b52d7646b607b11d6ec24b306f764db6a4995595
http://git.horde.org/diff.php/imp/js/compose-dimp.js?rt=horde-git&r1=accda504850e971f47fbdc33105399aa33d85b46&r2=b52d7646b607b11d6ec24b306f764db6a4995595
http://git.horde.org/diff.php/imp/js/fullmessage-dimp.js?rt=horde-git&r1=2a51019c26e7f8b0101c0b53db7e289b86fc61cc&r2=b52d7646b607b11d6ec24b306f764db6a4995595
http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-git&r1=d8bdc6d56520c56babf23bea8c315953f1472800&r2=b52d7646b607b11d6ec24b306f764db6a4995595
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=4e8e3e4474fc5ea4363ff940e0ee96f84767b343&r2=b52d7646b607b11d6ec24b306f764db6a4995595
http://git.horde.org/diff.php/imp/lib/Contents.php?rt=horde-git&r1=d8bdc6d56520c56babf23bea8c315953f1472800&r2=b52d7646b607b11d6ec24b306f764db6a4995595
http://git.horde.org/diff.php/imp/lib/Ui/Compose.php?rt=horde-git&r1=6654f3da2736d7327f105bdc613f46ea0847121b&r2=b52d7646b607b11d6ec24b306f764db6a4995595
http://git.horde.org/diff.php/imp/lib/Views/Compose.php?rt=horde-git&r1=0db50f29b83a062c98eaac08afedc72cb08d10f3&r2=b52d7646b607b11d6ec24b306f764db6a4995595
http://git.horde.org/diff.php/imp/message-dimp.php?rt=horde-git&r1=0db50f29b83a062c98eaac08afedc72cb08d10f3&r2=b52d7646b607b11d6ec24b306f764db6a4995595
http://git.horde.org/diff.php/imp/templates/dimp/chunks/compose.php?rt=horde-git&r1=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a&r2=b52d7646b607b11d6ec24b306f764db6a4995595
http://git.horde.org/diff.php/imp/templates/dimp/chunks/message.php?rt=horde-git&r1=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a&r2=b52d7646b607b11d6ec24b306f764db6a4995595
http://git.horde.org/diff.php/imp/templates/dimp/index.inc?rt=horde-git&r1=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a&r2=b52d7646b607b11d6ec24b306f764db6a4995595
http://git.horde.org/diff.php/imp/templates/imp/compose/redirect.html?rt=horde-git&r1=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a&r2=b52d7646b607b11d6ec24b306f764db6a4995595
http://git.horde.org/diff.php/imp/themes/dimp/screen.css?rt=horde-git&r1=3ee55b19e4134c3253866ebb660a1150fd246c1b&r2=b52d7646b607b11d6ec24b306f764db6a4995595
http://git.horde.org/diff.php/imp/themes/silver/dimp/screen.css?rt=horde-git&r1=36b2aecb9606dde5cf936f73132ae8c19a87c746&r2=b52d7646b607b11d6ec24b306f764db6a4995595




More information about the commits mailing list