[commits] Horde branch master updated. 921e83b0b33c3b11bbedd5445584027c82236f3e
Michael M Slusarz
slusarz at horde.org
Fri Apr 30 17:19:37 UTC 2010
The branch "master" has been updated.
The following is a summary of the commits.
from: 24aa50f612552f775dc6c2054a8a61b0bbf95b88
b17ddd8 Add IMP_Indices class.
f36c397 Always append space after literal since there may be more data to come
c284648 Fix binary data length in debug output
a7a2746 A bit more padding in quicksearch box
921e83b Bug #8995: need to clear all existing DIVs when switching pane modes
-----------------------------------------------------------------------
commit b17ddd8b5d87709ffaf67728198f8c090a04c31a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Apr 29 10:42:44 2010 -0600
Add IMP_Indices class.
Provides full OO-interface to indices lists. Makes code cleaner
and more consistent.
Remove IMP::IDX_SEP constant - use IMAP sequence strings to represent
UIDs instead.
imp/compose-dimp.php | 4 +-
imp/compose-mimp.php | 10 +-
imp/compose.php | 21 +--
imp/js/DimpBase.js | 2 +-
imp/js/DimpCore.js | 6 +-
imp/lib/Ajax/Application.php | 57 +++---
imp/lib/Api.php | 9 +-
imp/lib/Block/Newmail.php | 11 +-
imp/lib/Compose.php | 70 +++----
imp/lib/Contents.php | 6 +-
imp/lib/Dimp.php | 3 +
imp/lib/Filter.php | 45 ++--
imp/lib/IMP.php | 57 -----
imp/lib/Indices.php | 207 ++++++++++++++++++
imp/lib/Injector/Factory/Contents.php | 15 +-
imp/lib/Injector/Factory/Mailbox.php | 17 +-
imp/lib/LoginTasks/Task/PurgeSentmail.php | 7 +-
imp/lib/LoginTasks/Task/PurgeSpam.php | 8 +-
imp/lib/LoginTasks/Task/PurgeTrash.php | 10 +-
imp/lib/Mailbox.php | 84 ++++-----
imp/lib/Message.php | 300 +++++++++++++--------------
imp/lib/Mime/Viewer/Partial.php | 13 +-
imp/lib/Search.php | 14 +-
imp/lib/Spam.php | 13 +-
imp/lib/Ui/Compose.php | 17 +-
imp/lib/Ui/Message.php | 2 +-
imp/lib/Views/ListMessages.php | 12 +-
imp/lib/Views/ShowMessage.php | 2 +-
imp/mailbox-mimp.php | 10 +-
imp/mailbox.php | 48 ++---
imp/message-mimp.php | 18 +-
imp/message.php | 28 ++--
imp/pgp.php | 2 +-
imp/rss.php | 4 +-
imp/saveimage.php | 2 +-
imp/smime.php | 2 +-
imp/templates/dimp/javascript_defs_dimp.php | 2 +-
imp/thread.php | 16 +-
imp/view.php | 2 +-
39 files changed, 626 insertions(+), 530 deletions(-)
create mode 100644 imp/lib/Indices.php
http://git.horde.org/diff.php/imp/compose-dimp.php?rt=horde-git&r1=4633493b31e06c9325168d48d9bd9cdf60490f44&r2=b17ddd8b5d87709ffaf67728198f8c090a04c31a
http://git.horde.org/diff.php/imp/compose-mimp.php?rt=horde-git&r1=ef7417c2a8d94f2f8660e22b860ee57f2e4b108b&r2=b17ddd8b5d87709ffaf67728198f8c090a04c31a
http://git.horde.org/diff.php/imp/compose.php?rt=horde-git&r1=ef7417c2a8d94f2f8660e22b860ee57f2e4b108b&r2=b17ddd8b5d87709ffaf67728198f8c090a04c31a
http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-git&r1=f6ba557ca3cb9ff02ea27ec1549cb90372e19259&r2=b17ddd8b5d87709ffaf67728198f8c090a04c31a
http://git.horde.org/diff.php/imp/js/DimpCore.js?rt=horde-git&r1=0b88d99844b4d54eab322a7d0abaa4a9dc714655&r2=b17ddd8b5d87709ffaf67728198f8c090a04c31a
http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-git&r1=f3cd88759a9b29b9400e650e1cdfa51a7fe92c17&r2=b17ddd8b5d87709ffaf67728198f8c090a04c31a
http://git.horde.org/diff.php/imp/lib/Api.php?rt=horde-git&r1=f3cd88759a9b29b9400e650e1cdfa51a7fe92c17&r2=b17ddd8b5d87709ffaf67728198f8c090a04c31a
http://git.horde.org/diff.php/imp/lib/Block/Newmail.php?rt=horde-git&r1=f3cd88759a9b29b9400e650e1cdfa51a7fe92c17&r2=b17ddd8b5d87709ffaf67728198f8c090a04c31a
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=f3cd88759a9b29b9400e650e1cdfa51a7fe92c17&r2=b17ddd8b5d87709ffaf67728198f8c090a04c31a
http://git.horde.org/diff.php/imp/lib/Contents.php?rt=horde-git&r1=f3cd88759a9b29b9400e650e1cdfa51a7fe92c17&r2=b17ddd8b5d87709ffaf67728198f8c090a04c31a
http://git.horde.org/diff.php/imp/lib/Dimp.php?rt=horde-git&r1=c187099b26f7ae1a45ae71e04e4ca92d898d57eb&r2=b17ddd8b5d87709ffaf67728198f8c090a04c31a
http://git.horde.org/diff.php/imp/lib/Filter.php?rt=horde-git&r1=f3cd88759a9b29b9400e650e1cdfa51a7fe92c17&r2=b17ddd8b5d87709ffaf67728198f8c090a04c31a
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-git&r1=ef7417c2a8d94f2f8660e22b860ee57f2e4b108b&r2=b17ddd8b5d87709ffaf67728198f8c090a04c31a
http://git.horde.org/co.php/imp/lib/Indices.php?rt=horde-git&r=b17ddd8b5d87709ffaf67728198f8c090a04c31a
http://git.horde.org/diff.php/imp/lib/Injector/Factory/Contents.php?rt=horde-git&r1=6a8efb4b874aec8c7b5d56dd1c024cc9edbed202&r2=b17ddd8b5d87709ffaf67728198f8c090a04c31a
http://git.horde.org/diff.php/imp/lib/Injector/Factory/Mailbox.php?rt=horde-git&r1=6a8efb4b874aec8c7b5d56dd1c024cc9edbed202&r2=b17ddd8b5d87709ffaf67728198f8c090a04c31a
http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/PurgeSentmail.php?rt=horde-git&r1=1187e8f4e759f9ee21a6b03574f12ca881a6e7aa&r2=b17ddd8b5d87709ffaf67728198f8c090a04c31a
http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/PurgeSpam.php?rt=horde-git&r1=1187e8f4e759f9ee21a6b03574f12ca881a6e7aa&r2=b17ddd8b5d87709ffaf67728198f8c090a04c31a
http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/PurgeTrash.php?rt=horde-git&r1=1187e8f4e759f9ee21a6b03574f12ca881a6e7aa&r2=b17ddd8b5d87709ffaf67728198f8c090a04c31a
http://git.horde.org/diff.php/imp/lib/Mailbox.php?rt=horde-git&r1=ef7417c2a8d94f2f8660e22b860ee57f2e4b108b&r2=b17ddd8b5d87709ffaf67728198f8c090a04c31a
http://git.horde.org/diff.php/imp/lib/Message.php?rt=horde-git&r1=f3cd88759a9b29b9400e650e1cdfa51a7fe92c17&r2=b17ddd8b5d87709ffaf67728198f8c090a04c31a
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Partial.php?rt=horde-git&r1=1187e8f4e759f9ee21a6b03574f12ca881a6e7aa&r2=b17ddd8b5d87709ffaf67728198f8c090a04c31a
http://git.horde.org/diff.php/imp/lib/Search.php?rt=horde-git&r1=f3cd88759a9b29b9400e650e1cdfa51a7fe92c17&r2=b17ddd8b5d87709ffaf67728198f8c090a04c31a
http://git.horde.org/diff.php/imp/lib/Spam.php?rt=horde-git&r1=f3cd88759a9b29b9400e650e1cdfa51a7fe92c17&r2=b17ddd8b5d87709ffaf67728198f8c090a04c31a
http://git.horde.org/diff.php/imp/lib/Ui/Compose.php?rt=horde-git&r1=c4a8bbfa852ae49c87acf4806c51b8c241af2f12&r2=b17ddd8b5d87709ffaf67728198f8c090a04c31a
http://git.horde.org/diff.php/imp/lib/Ui/Message.php?rt=horde-git&r1=ef7417c2a8d94f2f8660e22b860ee57f2e4b108b&r2=b17ddd8b5d87709ffaf67728198f8c090a04c31a
http://git.horde.org/diff.php/imp/lib/Views/ListMessages.php?rt=horde-git&r1=f3cd88759a9b29b9400e650e1cdfa51a7fe92c17&r2=b17ddd8b5d87709ffaf67728198f8c090a04c31a
http://git.horde.org/diff.php/imp/lib/Views/ShowMessage.php?rt=horde-git&r1=f3cd88759a9b29b9400e650e1cdfa51a7fe92c17&r2=b17ddd8b5d87709ffaf67728198f8c090a04c31a
http://git.horde.org/diff.php/imp/mailbox-mimp.php?rt=horde-git&r1=ef7417c2a8d94f2f8660e22b860ee57f2e4b108b&r2=b17ddd8b5d87709ffaf67728198f8c090a04c31a
http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-git&r1=ef7417c2a8d94f2f8660e22b860ee57f2e4b108b&r2=b17ddd8b5d87709ffaf67728198f8c090a04c31a
http://git.horde.org/diff.php/imp/message-mimp.php?rt=horde-git&r1=ef7417c2a8d94f2f8660e22b860ee57f2e4b108b&r2=b17ddd8b5d87709ffaf67728198f8c090a04c31a
http://git.horde.org/diff.php/imp/message.php?rt=horde-git&r1=ef7417c2a8d94f2f8660e22b860ee57f2e4b108b&r2=b17ddd8b5d87709ffaf67728198f8c090a04c31a
http://git.horde.org/diff.php/imp/pgp.php?rt=horde-git&r1=b852ce0f8affdeb57cc473ba287b65d16d382fc0&r2=b17ddd8b5d87709ffaf67728198f8c090a04c31a
http://git.horde.org/diff.php/imp/rss.php?rt=horde-git&r1=ef7417c2a8d94f2f8660e22b860ee57f2e4b108b&r2=b17ddd8b5d87709ffaf67728198f8c090a04c31a
http://git.horde.org/diff.php/imp/saveimage.php?rt=horde-git&r1=f60f3752e98769c12a9d09620c328cada20157d5&r2=b17ddd8b5d87709ffaf67728198f8c090a04c31a
http://git.horde.org/diff.php/imp/smime.php?rt=horde-git&r1=b852ce0f8affdeb57cc473ba287b65d16d382fc0&r2=b17ddd8b5d87709ffaf67728198f8c090a04c31a
http://git.horde.org/diff.php/imp/templates/dimp/javascript_defs_dimp.php?rt=horde-git&r1=f6ba557ca3cb9ff02ea27ec1549cb90372e19259&r2=b17ddd8b5d87709ffaf67728198f8c090a04c31a
http://git.horde.org/diff.php/imp/thread.php?rt=horde-git&r1=ef7417c2a8d94f2f8660e22b860ee57f2e4b108b&r2=b17ddd8b5d87709ffaf67728198f8c090a04c31a
http://git.horde.org/diff.php/imp/view.php?rt=horde-git&r1=4633493b31e06c9325168d48d9bd9cdf60490f44&r2=b17ddd8b5d87709ffaf67728198f8c090a04c31a
-----------------------------------------------------------------------
commit f36c397acebeb150e17c35a662db3c82ccdec4c8
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Apr 29 14:30:34 2010 -0600
Always append space after literal since there may be more data to come
framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Base.php?rt=horde-git&r1=ef61b34022cc14ebdc8aab7aaa2905a94ba2c2c5&r2=f36c397acebeb150e17c35a662db3c82ccdec4c8
-----------------------------------------------------------------------
commit c28464804715b383ac3a5f9a3f6db8d0fe4bad06
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Apr 29 15:09:07 2010 -0600
Fix binary data length in debug output
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php?rt=horde-git&r1=cb7f4e74d489265587ff2b941e9f8677ea6ca99b&r2=c28464804715b383ac3a5f9a3f6db8d0fe4bad06
-----------------------------------------------------------------------
commit a7a274698c5cd1ee686731d1766f8c102635a65d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri Apr 30 11:04:46 2010 -0600
A bit more padding in quicksearch box
imp/themes/dimp/screen.css | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/imp/themes/dimp/screen.css?rt=horde-git&r1=b52d7646b607b11d6ec24b306f764db6a4995595&r2=a7a274698c5cd1ee686731d1766f8c102635a65d
-----------------------------------------------------------------------
commit 921e83b0b33c3b11bbedd5445584027c82236f3e
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri Apr 30 11:24:20 2010 -0600
Bug #8995: need to clear all existing DIVs when switching pane modes
imp/js/ViewPort.js | 16 ++++++++++++----
1 files changed, 12 insertions(+), 4 deletions(-)
http://git.horde.org/diff.php/imp/js/ViewPort.js?rt=horde-git&r1=6d5d9e5e50d3b7ba35c8e72ff626131183c04607&r2=921e83b0b33c3b11bbedd5445584027c82236f3e
More information about the commits
mailing list