[commits] Horde branch imp_6_1 updated. 74719b000a1014e38f31affa5245777e41f56170
Michael M Slusarz
slusarz at horde.org
Wed Jan 23 05:51:20 UTC 2013
The branch "imp_6_1" has been updated.
The following is a summary of the commits.
from: 947c9008b3b8714e3bb099e9b6a7883898a32730
035bfce Fix selecting messages in mailbox view
acc0173 Get rid of IMP_Ui_Folders
12de76b IMP_Ui_Imageview -> IMP_Images
59d45d6 IMP_Ui_Editor -> IMP_Editor
07a9b8b IMP_Ui_Headers -> IMP_Mime_Headers
72344b8 IMP_Ui_Contacts -> IMP_Contacts
74719b0 Remove unneeded mode parameter to two hooks
-----------------------------------------------------------------------
commit 035bfce43e4d0c72e871d5b5c5b075db1518d956
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Jan 22 22:03:44 2013 -0700
Fix selecting messages in mailbox view
imp/js/mailbox.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/035bfce43e4d0c72e871d5b5c5b075db1518d956
-----------------------------------------------------------------------
commit acc01732dc85740c7b114b02b38eafc49ebb279f
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Jan 22 22:14:14 2013 -0700
Get rid of IMP_Ui_Folders
Move import/generate code out of IMP_Ui_Folders/IMP_Mailbox and into its
own separate IMP_Mbox_* classes.
imp/folders.php | 2 +-
imp/lib/Ajax/Application/Handler/Dynamic.php | 2 +-
imp/lib/Application.php | 2 +-
imp/lib/Mailbox.php | 148 -------------------
imp/lib/Mbox/Generate.php | 151 +++++++++++++++++++
imp/lib/Mbox/Import.php | 205 ++++++++++++++++++++++++++
imp/lib/Ui/Folder.php | 168 ---------------------
imp/package.xml | 10 +-
8 files changed, 365 insertions(+), 323 deletions(-)
create mode 100644 imp/lib/Mbox/Generate.php
create mode 100644 imp/lib/Mbox/Import.php
delete mode 100644 imp/lib/Ui/Folder.php
http://git.horde.org/horde-git/-/commit/acc01732dc85740c7b114b02b38eafc49ebb279f
-----------------------------------------------------------------------
commit 12de76b062dc00a981c5bc29371ced8438189d3f
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Jan 22 22:30:41 2013 -0700
IMP_Ui_Imageview -> IMP_Images
imp/lib/Images.php | 78 ++++++++++++++++++++++++++++++++++++++++
imp/lib/Mime/Viewer/Html.php | 3 +-
imp/lib/Mime/Viewer/Images.php | 3 +-
imp/lib/Ui/Imageview.php | 71 ------------------------------------
imp/package.xml | 6 ++--
5 files changed, 83 insertions(+), 78 deletions(-)
create mode 100644 imp/lib/Images.php
delete mode 100644 imp/lib/Ui/Imageview.php
http://git.horde.org/horde-git/-/commit/12de76b062dc00a981c5bc29371ced8438189d3f
-----------------------------------------------------------------------
commit 59d45d6df184184b41aa36b61f9e11864c00392d
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Jan 22 22:32:05 2013 -0700
IMP_Ui_Editor -> IMP_Editor
imp/compose.php | 2 +-
imp/lib/Dynamic/Compose/Common.php | 2 +-
imp/lib/Editor.php | 96 +++++++++++++++++++++++++++++++
imp/lib/Prefs/Special/HtmlSignature.php | 2 +-
imp/lib/Ui/Editor.php | 88 ----------------------------
imp/package.xml | 6 +-
6 files changed, 102 insertions(+), 94 deletions(-)
create mode 100644 imp/lib/Editor.php
delete mode 100644 imp/lib/Ui/Editor.php
http://git.horde.org/horde-git/-/commit/59d45d6df184184b41aa36b61f9e11864c00392d
-----------------------------------------------------------------------
commit 07a9b8b6ed3650f65e03ab11418b9121f57cf17c
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Jan 22 22:36:29 2013 -0700
IMP_Ui_Headers -> IMP_Mime_Headers
imp/lib/Compose.php | 5 +--
imp/lib/Flag/System/HighPriority.php | 2 +-
imp/lib/Flag/System/LowPriority.php | 2 +-
imp/lib/Mime/Headers.php | 53 ++++++++++++++++++++++++++++++++++
imp/lib/Minimal/Message.php | 3 +-
imp/lib/Ui/Headers.php | 45 ----------------------------
imp/message.php | 3 +-
imp/package.xml | 6 ++--
8 files changed, 61 insertions(+), 58 deletions(-)
create mode 100644 imp/lib/Mime/Headers.php
delete mode 100644 imp/lib/Ui/Headers.php
http://git.horde.org/horde-git/-/commit/07a9b8b6ed3650f65e03ab11418b9121f57cf17c
-----------------------------------------------------------------------
commit 72344b8860b2f556f3255c7443b5afe2f91c041f
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Jan 22 22:37:48 2013 -0700
IMP_Ui_Contacts -> IMP_Contacts
imp/contacts.php | 2 +-
imp/lib/Ajax/Application/Handler/Dynamic.php | 2 +-
imp/lib/Ajax/Imple/ContactAutoCompleter.php | 2 +-
imp/lib/Contacts.php | 76 ++++++++++++++++++++++++++
imp/lib/Crypt/Pgp.php | 6 +-
imp/lib/Crypt/Smime.php | 6 +-
imp/lib/Prefs/Special/Sourceselect.php | 2 +-
imp/lib/Ui/Contacts.php | 68 -----------------------
imp/message.php | 2 +-
imp/package.xml | 6 +-
imp/thread.php | 2 +-
11 files changed, 91 insertions(+), 83 deletions(-)
create mode 100644 imp/lib/Contacts.php
delete mode 100644 imp/lib/Ui/Contacts.php
http://git.horde.org/horde-git/-/commit/72344b8860b2f556f3255c7443b5afe2f91c041f
-----------------------------------------------------------------------
commit 74719b000a1014e38f31affa5245777e41f56170
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Jan 22 22:49:20 2013 -0700
Remove unneeded mode parameter to two hooks
Not only was it using the obsolete 'imp' and 'dimp' identifiers, it is
not needed since this info can be obtained via Horde_Registry#getView()
imp/config/hooks.php.dist | 30 +++++++++++++---------------
imp/docs/UPGRADING | 4 +++
imp/lib/Ajax/Application/ListMessages.php | 4 +-
imp/mailbox.php | 4 +-
4 files changed, 22 insertions(+), 20 deletions(-)
http://git.horde.org/horde-git/-/commit/74719b000a1014e38f31affa5245777e41f56170
More information about the commits
mailing list