[commits] Horde branch master updated. 7c3aa3dcac7239f3f932d708e417263dc946b033

Michael M Slusarz slusarz at horde.org
Wed Apr 14 20:02:01 UTC 2010


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

from: 52a57b986d430641bb8e7b01245de5eb242284fe

30f273f Fix propogation of auth error message
f60f375 Use injector to get IMP_Contents singleton instance
c4a8bbf Add Identity binder in IMP
055adb5 Revert "Bug #8948: Fix sent-mail selection for non-empty namespaces"
3ab4801 Do namespace stripping for sent-mail inside of Identity object
326e7ce Remove Horde_SessionObjects::singleton()
f51c01f Use injector to load IMP_Quota
b51f0bb Use injector to load IMP_Mailbox
4633493 Use injector to load IMP_Compose
3729c26 Decouple Horde_History from Core.
7c3aa3d Fix some IMP preferences UI issues

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

commit 30f273fcad30eefd9b474cf53c2c851997302767
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Apr 14 00:23:10 2010 -0600

    Fix propogation of auth error message

 framework/Auth/lib/Horde/Auth/Application.php |    6 +-----
 horde/login.php                               |    6 +++++-
 2 files changed, 6 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Application.php?rt=horde-git&r1=9d4149dddf111e8e0be758fef2f48f3676d765c7&r2=30f273fcad30eefd9b474cf53c2c851997302767
http://git.horde.org/diff.php/horde/login.php?rt=horde-git&r1=5919a9cd567319a432436b2518e5bffe36d6f5c6&r2=30f273fcad30eefd9b474cf53c2c851997302767

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

commit f60f3752e98769c12a9d09620c328cada20157d5
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Apr 14 01:38:15 2010 -0600

    Use injector to get IMP_Contents singleton instance

 imp/compose-dimp.php                  |    4 +-
 imp/compose-mimp.php                  |    2 +-
 imp/compose.php                       |    2 +-
 imp/lib/Ajax/Application.php          |    2 +-
 imp/lib/Application.php               |    1 +
 imp/lib/Compose.php                   |   20 +++++-----
 imp/lib/Contents.php                  |   51 ++---------------------
 imp/lib/Filter.php                    |    2 +-
 imp/lib/Injector/Binder/Contents.php  |   29 +++++++++++++
 imp/lib/Injector/Factory/Contents.php |   72 +++++++++++++++++++++++++++++++++
 imp/lib/Mailbox.php                   |    4 +-
 imp/lib/Message.php                   |    4 +-
 imp/lib/Mime/Viewer/Partial.php       |    2 +-
 imp/lib/Spam.php                      |    6 +-
 imp/lib/Ui/Compose.php                |    4 +-
 imp/lib/Views/ShowMessage.php         |    4 +-
 imp/message-mimp.php                  |    4 +-
 imp/message.php                       |    4 +-
 imp/pgp.php                           |    2 +-
 imp/saveimage.php                     |   15 +++----
 imp/smime.php                         |    2 +-
 imp/thread.php                        |    2 +-
 imp/view.php                          |    4 +-
 23 files changed, 151 insertions(+), 91 deletions(-)
 create mode 100644 imp/lib/Injector/Binder/Contents.php
 create mode 100644 imp/lib/Injector/Factory/Contents.php

http://git.horde.org/diff.php/imp/compose-dimp.php?rt=horde-git&r1=fda1bfe7f1abcc401dfe96ada639c15b74765ea8&r2=f60f3752e98769c12a9d09620c328cada20157d5
http://git.horde.org/diff.php/imp/compose-mimp.php?rt=horde-git&r1=b52d7646b607b11d6ec24b306f764db6a4995595&r2=f60f3752e98769c12a9d09620c328cada20157d5
http://git.horde.org/diff.php/imp/compose.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=f60f3752e98769c12a9d09620c328cada20157d5
http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-git&r1=fda1bfe7f1abcc401dfe96ada639c15b74765ea8&r2=f60f3752e98769c12a9d09620c328cada20157d5
http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=6e6599dfe74533b868cb0aaa80eeb6a2d482ce92&r2=f60f3752e98769c12a9d09620c328cada20157d5
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=fda1bfe7f1abcc401dfe96ada639c15b74765ea8&r2=f60f3752e98769c12a9d09620c328cada20157d5
http://git.horde.org/diff.php/imp/lib/Contents.php?rt=horde-git&r1=b52d7646b607b11d6ec24b306f764db6a4995595&r2=f60f3752e98769c12a9d09620c328cada20157d5
http://git.horde.org/diff.php/imp/lib/Filter.php?rt=horde-git&r1=12e455a324a5a44ca84c3d8939d50484eb9d9ad8&r2=f60f3752e98769c12a9d09620c328cada20157d5
http://git.horde.org/co.php/imp/lib/Injector/Binder/Contents.php?rt=horde-git&r=f60f3752e98769c12a9d09620c328cada20157d5
http://git.horde.org/co.php/imp/lib/Injector/Factory/Contents.php?rt=horde-git&r=f60f3752e98769c12a9d09620c328cada20157d5
http://git.horde.org/diff.php/imp/lib/Mailbox.php?rt=horde-git&r1=f6517756bd9e9de7349aa715d3db510e3bd1b0ee&r2=f60f3752e98769c12a9d09620c328cada20157d5
http://git.horde.org/diff.php/imp/lib/Message.php?rt=horde-git&r1=12e455a324a5a44ca84c3d8939d50484eb9d9ad8&r2=f60f3752e98769c12a9d09620c328cada20157d5
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Partial.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=f60f3752e98769c12a9d09620c328cada20157d5
http://git.horde.org/diff.php/imp/lib/Spam.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=f60f3752e98769c12a9d09620c328cada20157d5
http://git.horde.org/diff.php/imp/lib/Ui/Compose.php?rt=horde-git&r1=fda1bfe7f1abcc401dfe96ada639c15b74765ea8&r2=f60f3752e98769c12a9d09620c328cada20157d5
http://git.horde.org/diff.php/imp/lib/Views/ShowMessage.php?rt=horde-git&r1=11fe4cd222efe6bf9b5e2ae465d8620255962a99&r2=f60f3752e98769c12a9d09620c328cada20157d5
http://git.horde.org/diff.php/imp/message-mimp.php?rt=horde-git&r1=a7a39f0cf109bc4fa2dec71b303d60d3d329746d&r2=f60f3752e98769c12a9d09620c328cada20157d5
http://git.horde.org/diff.php/imp/message.php?rt=horde-git&r1=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a&r2=f60f3752e98769c12a9d09620c328cada20157d5
http://git.horde.org/diff.php/imp/pgp.php?rt=horde-git&r1=6e6599dfe74533b868cb0aaa80eeb6a2d482ce92&r2=f60f3752e98769c12a9d09620c328cada20157d5
http://git.horde.org/diff.php/imp/saveimage.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=f60f3752e98769c12a9d09620c328cada20157d5
http://git.horde.org/diff.php/imp/smime.php?rt=horde-git&r1=6e6599dfe74533b868cb0aaa80eeb6a2d482ce92&r2=f60f3752e98769c12a9d09620c328cada20157d5
http://git.horde.org/diff.php/imp/thread.php?rt=horde-git&r1=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a&r2=f60f3752e98769c12a9d09620c328cada20157d5
http://git.horde.org/diff.php/imp/view.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=f60f3752e98769c12a9d09620c328cada20157d5

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

commit c4a8bbfa852ae49c87acf4806c51b8c241af2f12
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Apr 14 03:55:33 2010 -0600

    Add Identity binder in IMP

 imp/compose-dimp.php                              |    2 +-
 imp/compose-mimp.php                              |    2 +-
 imp/compose.php                                   |    2 +-
 imp/lib/Ajax/Application.php                      |    2 +-
 imp/lib/Application.php                           |    1 +
 imp/lib/Compose.php                               |    8 +++---
 imp/lib/Crypt/Pgp.php                             |    2 +-
 imp/lib/Crypt/Smime.php                           |    2 +-
 imp/lib/IMP.php                                   |    2 +-
 imp/lib/Imap/Flags.php                            |    2 +-
 imp/lib/Imap/Tree.php                             |    2 +-
 imp/lib/Injector/Binder/Identity.php              |   29 +++++++++++++++++++++
 imp/lib/LoginTasks/Task/DeleteSentmailMonthly.php |    2 +-
 imp/lib/LoginTasks/Task/PurgeSentmail.php         |    2 +-
 imp/lib/LoginTasks/Task/RenameSentmailMonthly.php |    4 +-
 imp/lib/Mime/Viewer/Itip.php                      |    6 ++--
 imp/lib/Prefs/Ui.php                              |   11 +++----
 imp/lib/Spam.php                                  |    3 +-
 imp/lib/Ui/Compose.php                            |    4 +-
 imp/lib/Ui/Mailbox.php                            |    3 +-
 imp/lib/Views/Compose.php                         |    2 +-
 imp/message-mimp.php                              |    2 +-
 imp/message.php                                   |    2 +-
 imp/view.php                                      |    2 +-
 24 files changed, 63 insertions(+), 36 deletions(-)
 create mode 100644 imp/lib/Injector/Binder/Identity.php

http://git.horde.org/diff.php/imp/compose-dimp.php?rt=horde-git&r1=f60f3752e98769c12a9d09620c328cada20157d5&r2=c4a8bbfa852ae49c87acf4806c51b8c241af2f12
http://git.horde.org/diff.php/imp/compose-mimp.php?rt=horde-git&r1=f60f3752e98769c12a9d09620c328cada20157d5&r2=c4a8bbfa852ae49c87acf4806c51b8c241af2f12
http://git.horde.org/diff.php/imp/compose.php?rt=horde-git&r1=f60f3752e98769c12a9d09620c328cada20157d5&r2=c4a8bbfa852ae49c87acf4806c51b8c241af2f12
http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-git&r1=f60f3752e98769c12a9d09620c328cada20157d5&r2=c4a8bbfa852ae49c87acf4806c51b8c241af2f12
http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=f60f3752e98769c12a9d09620c328cada20157d5&r2=c4a8bbfa852ae49c87acf4806c51b8c241af2f12
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=f60f3752e98769c12a9d09620c328cada20157d5&r2=c4a8bbfa852ae49c87acf4806c51b8c241af2f12
http://git.horde.org/diff.php/imp/lib/Crypt/Pgp.php?rt=horde-git&r1=357dcb4d1ecb9adfe8513551928f23485dfe1497&r2=c4a8bbfa852ae49c87acf4806c51b8c241af2f12
http://git.horde.org/diff.php/imp/lib/Crypt/Smime.php?rt=horde-git&r1=357dcb4d1ecb9adfe8513551928f23485dfe1497&r2=c4a8bbfa852ae49c87acf4806c51b8c241af2f12
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-git&r1=f9d59c2e3d38ac2af064e1b9f422b8de8328c5bd&r2=c4a8bbfa852ae49c87acf4806c51b8c241af2f12
http://git.horde.org/diff.php/imp/lib/Imap/Flags.php?rt=horde-git&r1=57a595f9d9c400dd69e82c4d4c5e19fbd141cbc2&r2=c4a8bbfa852ae49c87acf4806c51b8c241af2f12
http://git.horde.org/diff.php/imp/lib/Imap/Tree.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=c4a8bbfa852ae49c87acf4806c51b8c241af2f12
http://git.horde.org/co.php/imp/lib/Injector/Binder/Identity.php?rt=horde-git&r=c4a8bbfa852ae49c87acf4806c51b8c241af2f12
http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/DeleteSentmailMonthly.php?rt=horde-git&r1=205d6b608b229dbc485b89469d5a4039c58dcff0&r2=c4a8bbfa852ae49c87acf4806c51b8c241af2f12
http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/PurgeSentmail.php?rt=horde-git&r1=205d6b608b229dbc485b89469d5a4039c58dcff0&r2=c4a8bbfa852ae49c87acf4806c51b8c241af2f12
http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/RenameSentmailMonthly.php?rt=horde-git&r1=205d6b608b229dbc485b89469d5a4039c58dcff0&r2=c4a8bbfa852ae49c87acf4806c51b8c241af2f12
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Itip.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=c4a8bbfa852ae49c87acf4806c51b8c241af2f12
http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=9d2152b7ddcc976ca796ae9801154181af3fc149&r2=c4a8bbfa852ae49c87acf4806c51b8c241af2f12
http://git.horde.org/diff.php/imp/lib/Spam.php?rt=horde-git&r1=f60f3752e98769c12a9d09620c328cada20157d5&r2=c4a8bbfa852ae49c87acf4806c51b8c241af2f12
http://git.horde.org/diff.php/imp/lib/Ui/Compose.php?rt=horde-git&r1=f60f3752e98769c12a9d09620c328cada20157d5&r2=c4a8bbfa852ae49c87acf4806c51b8c241af2f12
http://git.horde.org/diff.php/imp/lib/Ui/Mailbox.php?rt=horde-git&r1=31f046ea3bc8dbf8235c014714de4ed244d991c4&r2=c4a8bbfa852ae49c87acf4806c51b8c241af2f12
http://git.horde.org/diff.php/imp/lib/Views/Compose.php?rt=horde-git&r1=36d2302800c50c6392f75015115099af3ed1c25d&r2=c4a8bbfa852ae49c87acf4806c51b8c241af2f12
http://git.horde.org/diff.php/imp/message-mimp.php?rt=horde-git&r1=f60f3752e98769c12a9d09620c328cada20157d5&r2=c4a8bbfa852ae49c87acf4806c51b8c241af2f12
http://git.horde.org/diff.php/imp/message.php?rt=horde-git&r1=f60f3752e98769c12a9d09620c328cada20157d5&r2=c4a8bbfa852ae49c87acf4806c51b8c241af2f12
http://git.horde.org/diff.php/imp/view.php?rt=horde-git&r1=f60f3752e98769c12a9d09620c328cada20157d5&r2=c4a8bbfa852ae49c87acf4806c51b8c241af2f12

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

commit 055adb5538a560ebfedbf44555f5fcd64159b465
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Apr 14 03:59:56 2010 -0600

    Revert "Bug #8948: Fix sent-mail selection for non-empty namespaces"
    
    This reverts commit 9d2152b7ddcc976ca796ae9801154181af3fc149.

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

http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=c4a8bbfa852ae49c87acf4806c51b8c241af2f12&r2=055adb5538a560ebfedbf44555f5fcd64159b465

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

commit 3ab4801982b7a47a12dd2e43266605bee3414a61
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Apr 14 04:02:59 2010 -0600

    Do namespace stripping for sent-mail inside of Identity object

 imp/lib/Prefs/Identity.php |   20 +++++++++++++++++---
 imp/lib/Prefs/Ui.php       |    4 +---
 2 files changed, 18 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/imp/lib/Prefs/Identity.php?rt=horde-git&r1=fda1bfe7f1abcc401dfe96ada639c15b74765ea8&r2=3ab4801982b7a47a12dd2e43266605bee3414a61
http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=055adb5538a560ebfedbf44555f5fcd64159b465&r2=3ab4801982b7a47a12dd2e43266605bee3414a61

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

commit 326e7ce0d176377f1a94f4db11d7e3a6139109af
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Apr 14 04:10:58 2010 -0600

    Remove Horde_SessionObjects::singleton()

 framework/Core/lib/Horde/Core/Factory/KolabSession.php |    2 +-
 framework/Group/Group.php                              |    4 +-
 framework/SessionObjects/lib/Horde/SessionObjects.php  |   38 ++-------------
 framework/SessionObjects/package.xml                   |    3 +-
 framework/Share/Share.php                              |    6 +--
 imp/lib/Compose.php                                    |    6 +-
 imp/lib/Crypt/Pgp.php                                  |    2 +-
 imp/lib/Crypt/Smime.php                                |    2 +-
 imp/lib/Prefs/Ui.php                                   |    8 ++--
 ingo/lib/Storage.php                                   |    4 +-
 10 files changed, 23 insertions(+), 52 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/KolabSession.php?rt=horde-git&r1=551c9644ef97b359a7dab891dfcdc9b5c5e456f1&r2=326e7ce0d176377f1a94f4db11d7e3a6139109af
http://git.horde.org/diff.php/framework/Group/Group.php?rt=horde-git&r1=e9bbdcadead3594fe6e608e0e530895d7d2c616e&r2=326e7ce0d176377f1a94f4db11d7e3a6139109af
http://git.horde.org/diff.php/framework/SessionObjects/lib/Horde/SessionObjects.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=326e7ce0d176377f1a94f4db11d7e3a6139109af
http://git.horde.org/diff.php/framework/SessionObjects/package.xml?rt=horde-git&r1=27e9859b8a23c23ea9c5a6c2e06f1818fed9488c&r2=326e7ce0d176377f1a94f4db11d7e3a6139109af
http://git.horde.org/diff.php/framework/Share/Share.php?rt=horde-git&r1=f25091e10c4b702b0a5e403b4dfc88b6ab56efad&r2=326e7ce0d176377f1a94f4db11d7e3a6139109af
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=c4a8bbfa852ae49c87acf4806c51b8c241af2f12&r2=326e7ce0d176377f1a94f4db11d7e3a6139109af
http://git.horde.org/diff.php/imp/lib/Crypt/Pgp.php?rt=horde-git&r1=c4a8bbfa852ae49c87acf4806c51b8c241af2f12&r2=326e7ce0d176377f1a94f4db11d7e3a6139109af
http://git.horde.org/diff.php/imp/lib/Crypt/Smime.php?rt=horde-git&r1=c4a8bbfa852ae49c87acf4806c51b8c241af2f12&r2=326e7ce0d176377f1a94f4db11d7e3a6139109af
http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=3ab4801982b7a47a12dd2e43266605bee3414a61&r2=326e7ce0d176377f1a94f4db11d7e3a6139109af
http://git.horde.org/diff.php/ingo/lib/Storage.php?rt=horde-git&r1=840f1b2390b7936d58b2abcafdcaec1b46fff40d&r2=326e7ce0d176377f1a94f4db11d7e3a6139109af

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

commit f51c01ffa4da0b3d1dc381a0db16356b17fdcf0a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Apr 14 04:19:25 2010 -0600

    Use injector to load IMP_Quota

 imp/lib/Application.php           |    1 +
 imp/lib/IMP.php                   |    4 +-
 imp/lib/Injector/Binder/Quota.php |   29 +++++++++++++++++++++++++++
 imp/lib/Quota.php                 |   39 +-----------------------------------
 4 files changed, 34 insertions(+), 39 deletions(-)
 create mode 100644 imp/lib/Injector/Binder/Quota.php

http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=c4a8bbfa852ae49c87acf4806c51b8c241af2f12&r2=f51c01ffa4da0b3d1dc381a0db16356b17fdcf0a
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-git&r1=c4a8bbfa852ae49c87acf4806c51b8c241af2f12&r2=f51c01ffa4da0b3d1dc381a0db16356b17fdcf0a
http://git.horde.org/co.php/imp/lib/Injector/Binder/Quota.php?rt=horde-git&r=f51c01ffa4da0b3d1dc381a0db16356b17fdcf0a
http://git.horde.org/diff.php/imp/lib/Quota.php?rt=horde-git&r1=5919a9cd567319a432436b2518e5bffe36d6f5c6&r2=f51c01ffa4da0b3d1dc381a0db16356b17fdcf0a

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

commit b51f0bb915b2ec67c21722a2e7054ff70253b236
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Apr 14 04:31:58 2010 -0600

    Use injector to load IMP_Mailbox

 imp/lib/Ajax/Application.php         |    8 ++--
 imp/lib/Application.php              |    1 +
 imp/lib/Injector/Binder/Mailbox.php  |   29 ++++++++++++
 imp/lib/Injector/Factory/Mailbox.php |   79 ++++++++++++++++++++++++++++++++++
 imp/lib/Mailbox.php                  |   30 +------------
 imp/lib/Message.php                  |    8 ++--
 imp/lib/Views/ListMessages.php       |    2 +-
 imp/mailbox-mimp.php                 |    2 +-
 imp/mailbox.php                      |    2 +-
 imp/message-mimp.php                 |    2 +-
 imp/message.php                      |    2 +-
 imp/rss.php                          |    2 +-
 imp/thread.php                       |    2 +-
 13 files changed, 125 insertions(+), 44 deletions(-)
 create mode 100644 imp/lib/Injector/Binder/Mailbox.php
 create mode 100644 imp/lib/Injector/Factory/Mailbox.php

http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-git&r1=c4a8bbfa852ae49c87acf4806c51b8c241af2f12&r2=b51f0bb915b2ec67c21722a2e7054ff70253b236
http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=f51c01ffa4da0b3d1dc381a0db16356b17fdcf0a&r2=b51f0bb915b2ec67c21722a2e7054ff70253b236
http://git.horde.org/co.php/imp/lib/Injector/Binder/Mailbox.php?rt=horde-git&r=b51f0bb915b2ec67c21722a2e7054ff70253b236
http://git.horde.org/co.php/imp/lib/Injector/Factory/Mailbox.php?rt=horde-git&r=b51f0bb915b2ec67c21722a2e7054ff70253b236
http://git.horde.org/diff.php/imp/lib/Mailbox.php?rt=horde-git&r1=f60f3752e98769c12a9d09620c328cada20157d5&r2=b51f0bb915b2ec67c21722a2e7054ff70253b236
http://git.horde.org/diff.php/imp/lib/Message.php?rt=horde-git&r1=f60f3752e98769c12a9d09620c328cada20157d5&r2=b51f0bb915b2ec67c21722a2e7054ff70253b236
http://git.horde.org/diff.php/imp/lib/Views/ListMessages.php?rt=horde-git&r1=d9b498c945603df11897b3835afbc4099fe5ae45&r2=b51f0bb915b2ec67c21722a2e7054ff70253b236
http://git.horde.org/diff.php/imp/mailbox-mimp.php?rt=horde-git&r1=763bc2f73ce446d7c42ff21c2fdff51b27cbb807&r2=b51f0bb915b2ec67c21722a2e7054ff70253b236
http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-git&r1=0bcfbb2079388663de95f8dd6305539b328e779d&r2=b51f0bb915b2ec67c21722a2e7054ff70253b236
http://git.horde.org/diff.php/imp/message-mimp.php?rt=horde-git&r1=c4a8bbfa852ae49c87acf4806c51b8c241af2f12&r2=b51f0bb915b2ec67c21722a2e7054ff70253b236
http://git.horde.org/diff.php/imp/message.php?rt=horde-git&r1=c4a8bbfa852ae49c87acf4806c51b8c241af2f12&r2=b51f0bb915b2ec67c21722a2e7054ff70253b236
http://git.horde.org/diff.php/imp/rss.php?rt=horde-git&r1=763bc2f73ce446d7c42ff21c2fdff51b27cbb807&r2=b51f0bb915b2ec67c21722a2e7054ff70253b236
http://git.horde.org/diff.php/imp/thread.php?rt=horde-git&r1=f60f3752e98769c12a9d09620c328cada20157d5&r2=b51f0bb915b2ec67c21722a2e7054ff70253b236

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

commit 4633493b31e06c9325168d48d9bd9cdf60490f44
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Apr 14 04:45:08 2010 -0600

    Use injector to load IMP_Compose

 imp/compose-dimp.php                 |    2 +-
 imp/compose-mimp.php                 |    2 +-
 imp/compose.php                      |    2 +-
 imp/lib/Ajax/Application.php         |   14 +++---
 imp/lib/Application.php              |    4 +-
 imp/lib/Auth.php                     |    3 +-
 imp/lib/Compose.php                  |   34 +--------------
 imp/lib/Injector/Binder/Compose.php  |   29 +++++++++++++
 imp/lib/Injector/Factory/Compose.php |   78 ++++++++++++++++++++++++++++++++++
 imp/lib/Message.php                  |    1 -
 imp/lib/Spam.php                     |    2 +-
 imp/lib/Views/Compose.php            |    2 +-
 imp/view.php                         |    2 +-
 13 files changed, 124 insertions(+), 51 deletions(-)
 create mode 100644 imp/lib/Injector/Binder/Compose.php
 create mode 100644 imp/lib/Injector/Factory/Compose.php

http://git.horde.org/diff.php/imp/compose-dimp.php?rt=horde-git&r1=c4a8bbfa852ae49c87acf4806c51b8c241af2f12&r2=4633493b31e06c9325168d48d9bd9cdf60490f44
http://git.horde.org/diff.php/imp/compose-mimp.php?rt=horde-git&r1=c4a8bbfa852ae49c87acf4806c51b8c241af2f12&r2=4633493b31e06c9325168d48d9bd9cdf60490f44
http://git.horde.org/diff.php/imp/compose.php?rt=horde-git&r1=c4a8bbfa852ae49c87acf4806c51b8c241af2f12&r2=4633493b31e06c9325168d48d9bd9cdf60490f44
http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-git&r1=b51f0bb915b2ec67c21722a2e7054ff70253b236&r2=4633493b31e06c9325168d48d9bd9cdf60490f44
http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=b51f0bb915b2ec67c21722a2e7054ff70253b236&r2=4633493b31e06c9325168d48d9bd9cdf60490f44
http://git.horde.org/diff.php/imp/lib/Auth.php?rt=horde-git&r1=6e6599dfe74533b868cb0aaa80eeb6a2d482ce92&r2=4633493b31e06c9325168d48d9bd9cdf60490f44
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=326e7ce0d176377f1a94f4db11d7e3a6139109af&r2=4633493b31e06c9325168d48d9bd9cdf60490f44
http://git.horde.org/co.php/imp/lib/Injector/Binder/Compose.php?rt=horde-git&r=4633493b31e06c9325168d48d9bd9cdf60490f44
http://git.horde.org/co.php/imp/lib/Injector/Factory/Compose.php?rt=horde-git&r=4633493b31e06c9325168d48d9bd9cdf60490f44
http://git.horde.org/diff.php/imp/lib/Message.php?rt=horde-git&r1=b51f0bb915b2ec67c21722a2e7054ff70253b236&r2=4633493b31e06c9325168d48d9bd9cdf60490f44
http://git.horde.org/diff.php/imp/lib/Spam.php?rt=horde-git&r1=c4a8bbfa852ae49c87acf4806c51b8c241af2f12&r2=4633493b31e06c9325168d48d9bd9cdf60490f44
http://git.horde.org/diff.php/imp/lib/Views/Compose.php?rt=horde-git&r1=c4a8bbfa852ae49c87acf4806c51b8c241af2f12&r2=4633493b31e06c9325168d48d9bd9cdf60490f44
http://git.horde.org/diff.php/imp/view.php?rt=horde-git&r1=c4a8bbfa852ae49c87acf4806c51b8c241af2f12&r2=4633493b31e06c9325168d48d9bd9cdf60490f44

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

commit 3729c269d5cbd21e849894cac34440684b008d6f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Apr 14 04:14:13 2010 -0600

    Decouple Horde_History from Core.

 fima/lib/Driver.php                                       |   24 ++----
 fima/lib/Report.php                                       |    3 +-
 fima/lib/ReportGraph.php                                  |    3 +-
 framework/Auth/lib/Horde/Auth/Kolab.php                   |    2 +-
 framework/Core/lib/Horde/Core/Binder/History.php          |   25 ++++++
 framework/Core/lib/Horde/Registry.php                     |    1 +
 framework/Core/package.xml                                |    2 +
 framework/Group/Group.php                                 |    6 +-
 framework/Group/Group/ldap.php                            |    2 +-
 framework/Group/Group/sql.php                             |    7 +-
 framework/History/lib/Horde/History.php                   |   55 +++---------
 framework/History/lib/Horde/History/Factory.php           |    6 +-
 framework/History/package.xml                             |    6 +-
 framework/History/test/Horde/History/InterfaceTest.php    |    8 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data.php  |    2 +-
 imp/lib/Maillog.php                                       |    7 +-
 kronolith/feed/index.php                                  |    2 +-
 kronolith/lib/Api.php                                     |    6 +-
 kronolith/lib/Application.php                             |    2 +-
 kronolith/lib/Driver.php                                  |    2 +-
 kronolith/lib/Driver/Kolab.php                            |    4 +-
 kronolith/lib/Driver/Sql.php                              |    6 +-
 kronolith/lib/Event.php                                   |    2 +-
 kronolith/lib/View/Event.php                              |    2 +-
 mnemo/data.php                                            |    4 +-
 mnemo/lib/Api.php                                         |    6 +-
 mnemo/lib/Driver.php                                      |    2 +-
 mnemo/lib/Driver/kolab.php                                |    4 +-
 mnemo/lib/Driver/sql.php                                  |    8 +-
 mnemo/view.php                                            |    2 +-
 nag/lib/Api.php                                           |    6 +-
 nag/lib/Application.php                                   |    2 +-
 nag/lib/Driver.php                                        |   10 +-
 nag/lib/Task.php                                          |    2 +-
 nag/scripts/upgrades/create_missing_add_histories_sql.php |    2 +-
 nag/view.php                                              |    2 +-
 turba/lib/Api.php                                         |    4 +-
 turba/lib/Driver.php                                      |    6 +-
 turba/lib/Driver/Sql.php                                  |    2 +-
 turba/lib/View/Browse.php                                 |    2 +-
 turba/lib/View/Contact.php                                |    2 +-
 41 files changed, 122 insertions(+), 129 deletions(-)
 create mode 100644 framework/Core/lib/Horde/Core/Binder/History.php

http://git.horde.org/diff.php/fima/lib/Driver.php?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=3729c269d5cbd21e849894cac34440684b008d6f
http://git.horde.org/diff.php/fima/lib/Report.php?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=3729c269d5cbd21e849894cac34440684b008d6f
http://git.horde.org/diff.php/fima/lib/ReportGraph.php?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=3729c269d5cbd21e849894cac34440684b008d6f
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Kolab.php?rt=horde-git&r1=07f2b4a41ed1573f23fd9f21434c55fb401ba154&r2=3729c269d5cbd21e849894cac34440684b008d6f
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Binder/History.php?rt=horde-git&r=3729c269d5cbd21e849894cac34440684b008d6f
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=5dfb1dc4140eb2996f0251c6335ccdb05028f93c&r2=3729c269d5cbd21e849894cac34440684b008d6f
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=686d5ca6ac47356af4ec4620486adff71baecdce&r2=3729c269d5cbd21e849894cac34440684b008d6f
http://git.horde.org/diff.php/framework/Group/Group.php?rt=horde-git&r1=326e7ce0d176377f1a94f4db11d7e3a6139109af&r2=3729c269d5cbd21e849894cac34440684b008d6f
http://git.horde.org/diff.php/framework/Group/Group/ldap.php?rt=horde-git&r1=e9bbdcadead3594fe6e608e0e530895d7d2c616e&r2=3729c269d5cbd21e849894cac34440684b008d6f
http://git.horde.org/diff.php/framework/Group/Group/sql.php?rt=horde-git&r1=e9bbdcadead3594fe6e608e0e530895d7d2c616e&r2=3729c269d5cbd21e849894cac34440684b008d6f
http://git.horde.org/diff.php/framework/History/lib/Horde/History.php?rt=horde-git&r1=4b160ee19bbc07163c5919b33b8dab56d02f6f05&r2=3729c269d5cbd21e849894cac34440684b008d6f
http://git.horde.org/diff.php/framework/History/lib/Horde/History/Factory.php?rt=horde-git&r1=423a06bffd54aa7e96ab31f31afeb76a10d4a82a&r2=3729c269d5cbd21e849894cac34440684b008d6f
http://git.horde.org/diff.php/framework/History/package.xml?rt=horde-git&r1=d940daa8d7fb8dfbe3f862cc18066fc932d7e8d7&r2=3729c269d5cbd21e849894cac34440684b008d6f
http://git.horde.org/diff.php/framework/History/test/Horde/History/InterfaceTest.php?rt=horde-git&r1=4b160ee19bbc07163c5919b33b8dab56d02f6f05&r2=3729c269d5cbd21e849894cac34440684b008d6f
http://git.horde.org/diff.php/framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data.php?rt=horde-git&r1=e9bbdcadead3594fe6e608e0e530895d7d2c616e&r2=3729c269d5cbd21e849894cac34440684b008d6f
http://git.horde.org/diff.php/imp/lib/Maillog.php?rt=horde-git&r1=e9bbdcadead3594fe6e608e0e530895d7d2c616e&r2=3729c269d5cbd21e849894cac34440684b008d6f
http://git.horde.org/diff.php/kronolith/feed/index.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=3729c269d5cbd21e849894cac34440684b008d6f
http://git.horde.org/diff.php/kronolith/lib/Api.php?rt=horde-git&r1=73e6273009ebaa831408ccedb93164fa241b79ab&r2=3729c269d5cbd21e849894cac34440684b008d6f
http://git.horde.org/diff.php/kronolith/lib/Application.php?rt=horde-git&r1=036211b3646d5aef81e60c57e2e71ce50f62b559&r2=3729c269d5cbd21e849894cac34440684b008d6f
http://git.horde.org/diff.php/kronolith/lib/Driver.php?rt=horde-git&r1=e9bbdcadead3594fe6e608e0e530895d7d2c616e&r2=3729c269d5cbd21e849894cac34440684b008d6f
http://git.horde.org/diff.php/kronolith/lib/Driver/Kolab.php?rt=horde-git&r1=3580f39611dd5b79a8ba7cb22b9a1913b4dee936&r2=3729c269d5cbd21e849894cac34440684b008d6f
http://git.horde.org/diff.php/kronolith/lib/Driver/Sql.php?rt=horde-git&r1=f02c379b4f2bb77633c9f14a80450d3265e9f35a&r2=3729c269d5cbd21e849894cac34440684b008d6f
http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-git&r1=2142f49a4211562c1f6dcf8face4f426966f855f&r2=3729c269d5cbd21e849894cac34440684b008d6f
http://git.horde.org/diff.php/kronolith/lib/View/Event.php?rt=horde-git&r1=e9bbdcadead3594fe6e608e0e530895d7d2c616e&r2=3729c269d5cbd21e849894cac34440684b008d6f
http://git.horde.org/diff.php/mnemo/data.php?rt=horde-git&r1=a2a28b2b2cda5de92aceefbf1c5cc8258c6c5c0b&r2=3729c269d5cbd21e849894cac34440684b008d6f
http://git.horde.org/diff.php/mnemo/lib/Api.php?rt=horde-git&r1=a2a28b2b2cda5de92aceefbf1c5cc8258c6c5c0b&r2=3729c269d5cbd21e849894cac34440684b008d6f
http://git.horde.org/diff.php/mnemo/lib/Driver.php?rt=horde-git&r1=e3584d4c26d4ef312304e28bd26e038dbe6d50eb&r2=3729c269d5cbd21e849894cac34440684b008d6f
http://git.horde.org/diff.php/mnemo/lib/Driver/kolab.php?rt=horde-git&r1=e3584d4c26d4ef312304e28bd26e038dbe6d50eb&r2=3729c269d5cbd21e849894cac34440684b008d6f
http://git.horde.org/diff.php/mnemo/lib/Driver/sql.php?rt=horde-git&r1=a2a28b2b2cda5de92aceefbf1c5cc8258c6c5c0b&r2=3729c269d5cbd21e849894cac34440684b008d6f
http://git.horde.org/diff.php/mnemo/view.php?rt=horde-git&r1=a2a28b2b2cda5de92aceefbf1c5cc8258c6c5c0b&r2=3729c269d5cbd21e849894cac34440684b008d6f
http://git.horde.org/diff.php/nag/lib/Api.php?rt=horde-git&r1=d44bc3591ed2d35d3504123e05f2cd5a48076247&r2=3729c269d5cbd21e849894cac34440684b008d6f
http://git.horde.org/diff.php/nag/lib/Application.php?rt=horde-git&r1=6e3c22e26f331bc22d1f565e72e1995ae98becd0&r2=3729c269d5cbd21e849894cac34440684b008d6f
http://git.horde.org/diff.php/nag/lib/Driver.php?rt=horde-git&r1=9450dd056c861c3541a464199eecdb164f71ec45&r2=3729c269d5cbd21e849894cac34440684b008d6f
http://git.horde.org/diff.php/nag/lib/Task.php?rt=horde-git&r1=2142f49a4211562c1f6dcf8face4f426966f855f&r2=3729c269d5cbd21e849894cac34440684b008d6f
http://git.horde.org/diff.php/nag/scripts/upgrades/create_missing_add_histories_sql.php?rt=horde-git&r1=e9bbdcadead3594fe6e608e0e530895d7d2c616e&r2=3729c269d5cbd21e849894cac34440684b008d6f
http://git.horde.org/diff.php/nag/view.php?rt=horde-git&r1=e9bbdcadead3594fe6e608e0e530895d7d2c616e&r2=3729c269d5cbd21e849894cac34440684b008d6f
http://git.horde.org/diff.php/turba/lib/Api.php?rt=horde-git&r1=02f1d5881741fd7cd94c1782c18824ffaff97e1c&r2=3729c269d5cbd21e849894cac34440684b008d6f
http://git.horde.org/diff.php/turba/lib/Driver.php?rt=horde-git&r1=02f1d5881741fd7cd94c1782c18824ffaff97e1c&r2=3729c269d5cbd21e849894cac34440684b008d6f
http://git.horde.org/diff.php/turba/lib/Driver/Sql.php?rt=horde-git&r1=e9bbdcadead3594fe6e608e0e530895d7d2c616e&r2=3729c269d5cbd21e849894cac34440684b008d6f
http://git.horde.org/diff.php/turba/lib/View/Browse.php?rt=horde-git&r1=e9bbdcadead3594fe6e608e0e530895d7d2c616e&r2=3729c269d5cbd21e849894cac34440684b008d6f
http://git.horde.org/diff.php/turba/lib/View/Contact.php?rt=horde-git&r1=e9bbdcadead3594fe6e608e0e530895d7d2c616e&r2=3729c269d5cbd21e849894cac34440684b008d6f

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

commit 7c3aa3dcac7239f3f932d708e417263dc946b033
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Apr 14 12:30:49 2010 -0600

    Fix some IMP preferences UI issues

 imp/lib/Prefs/Ui.php            |   14 ++++++--------
 imp/templates/prefs/drafts.html |    1 -
 imp/templates/prefs/spam.html   |    1 -
 imp/templates/prefs/trash.html  |    1 -
 4 files changed, 6 insertions(+), 11 deletions(-)

http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=326e7ce0d176377f1a94f4db11d7e3a6139109af&r2=7c3aa3dcac7239f3f932d708e417263dc946b033
http://git.horde.org/diff.php/imp/templates/prefs/drafts.html?rt=horde-git&r1=6e6599dfe74533b868cb0aaa80eeb6a2d482ce92&r2=7c3aa3dcac7239f3f932d708e417263dc946b033
http://git.horde.org/diff.php/imp/templates/prefs/spam.html?rt=horde-git&r1=6e6599dfe74533b868cb0aaa80eeb6a2d482ce92&r2=7c3aa3dcac7239f3f932d708e417263dc946b033
http://git.horde.org/diff.php/imp/templates/prefs/trash.html?rt=horde-git&r1=6e6599dfe74533b868cb0aaa80eeb6a2d482ce92&r2=7c3aa3dcac7239f3f932d708e417263dc946b033




More information about the commits mailing list