[commits] Horde branch master updated. cda05b14799997c6f4aeea5bee0007d8f7abb946
Michael M Slusarz
slusarz at horde.org
Thu Nov 13 19:18:58 UTC 2014
The branch "master" has been updated.
The following is a summary of the commits.
from: 5a0bc0058d69d17501d664171066188b69c849cd
eeb625c simplify
b926fbf Fix debug outputting for SMTP
40e8f43 Move copy/move messages action into IMP_Indices
cb81fe3 Remove old basic view cruft
dc63f95 Move delete messages action into IMP_Indices
8e36501 Move mailbox specific actions from IMP_Message to IMP_Mailbox
ecf8de2 Moved stripPart() from IMP_Message to IMP_Indices
1940f32 Move flag() from IMP_Message to IMP_Indices
109cf41 phpdoc
d52f5ca Fix function name
460b633 simplify
20f110d PHP doesn't automatically cast to string here
cc052a1 Missing argument to Horde_Mime_Headers_ContentParam
b899695 Sanity checking for status flag information
284ae04 Another ContentParam missing argument fix
cda05b1 Another place where explode() does not cast argument to string
Summary: http://github.com/horde/horde/compare/5a0bc0058d69d17501d664171066188b69c849cd...cda05b14799997c6f4aeea5bee0007d8f7abb946
-----------------------------------------------------------------------
commit eeb625c7a93e24caec612e50443a07f48f63bf4a
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Nov 12 23:15:47 2014 -0700
simplify
imp/lib/Maillog/Storage/Mdnsent.php | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/eeb625c7a93e24caec612e50443a07f48f63bf4a
-----------------------------------------------------------------------
commit b926fbfb82c4732d1c8de0928cb59268dfd75829
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Nov 13 00:05:54 2014 -0700
Fix debug outputting for SMTP
framework/Smtp/lib/Horde/Smtp.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/b926fbfb82c4732d1c8de0928cb59268dfd75829
-----------------------------------------------------------------------
commit 40e8f4335469f0c21dd8d328ef693889bdeb9d8e
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Nov 13 01:29:17 2014 -0700
Move copy/move messages action into IMP_Indices
Split out the notepad/tasklist actions. These are now fully contained
within their own classes.
imp/config/hooks.php.dist | 3 +-
imp/lib/Ajax/Application/Handler/Common.php | 12 +-
imp/lib/Api.php | 10 +-
imp/lib/IMP.php | 4 -
imp/lib/Indices.php | 112 ++++++++++++-
imp/lib/Indices/Copy.php | 104 ++++++++++++
imp/lib/Indices/Copy/Notepad.php | 136 +++++++++++++++
imp/lib/Indices/Copy/Tasklist.php | 138 +++++++++++++++
imp/lib/Message.php | 241 ---------------------------
imp/lib/Spam.php | 4 +-
imp/lib/Tree/Flist.php | 53 +++----
imp/package.xml | 16 ++-
imp/templates/flist/flist.html.php | 4 +-
13 files changed, 539 insertions(+), 298 deletions(-)
create mode 100644 imp/lib/Indices/Copy.php
create mode 100644 imp/lib/Indices/Copy/Notepad.php
create mode 100644 imp/lib/Indices/Copy/Tasklist.php
http://github.com/horde/horde/commit/40e8f4335469f0c21dd8d328ef693889bdeb9d8e
-----------------------------------------------------------------------
commit cb81fe3677eb8ee1b8775ef076e492fa0b9130e0
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Nov 13 01:58:25 2014 -0700
Remove old basic view cruft
imp/lib/Indices.php | 10 ----------
imp/lib/Message.php | 11 -----------
imp/lib/Spam.php | 16 ++++------------
3 files changed, 4 insertions(+), 33 deletions(-)
http://github.com/horde/horde/commit/cb81fe3677eb8ee1b8775ef076e492fa0b9130e0
-----------------------------------------------------------------------
commit dc63f9591b39139d46ea4b72613ba0f7b5d29a3d
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Nov 13 02:07:30 2014 -0700
Move delete messages action into IMP_Indices
imp/lib/Ajax/Application/Handler/Common.php | 2 +-
imp/lib/Api.php | 6 +-
imp/lib/Compose.php | 10 +-
imp/lib/Filter.php | 2 +-
imp/lib/Indices.php | 181 +++++++++++++++++++++++++++
imp/lib/Indices/Copy.php | 2 +-
imp/lib/LoginTasks/Task/PurgeSentmail.php | 6 +-
imp/lib/LoginTasks/Task/PurgeSpam.php | 2 +-
imp/lib/LoginTasks/Task/PurgeTrash.php | 4 +-
imp/lib/Message.php | 177 +--------------------------
imp/lib/Spam.php | 2 +-
11 files changed, 198 insertions(+), 196 deletions(-)
http://github.com/horde/horde/commit/dc63f9591b39139d46ea4b72613ba0f7b5d29a3d
-----------------------------------------------------------------------
commit 8e365010cb412e8149b5cca8edd3a013afbac1b1
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Nov 13 02:33:24 2014 -0700
Move mailbox specific actions from IMP_Message to IMP_Mailbox
imp/lib/Ajax/Application/Handler/Dynamic.php | 10 +-
imp/lib/Indices.php | 4 +-
imp/lib/Mailbox.php | 158 ++++++++++++++++++++++++++
imp/lib/Message.php | 155 -------------------------
4 files changed, 164 insertions(+), 163 deletions(-)
http://github.com/horde/horde/commit/8e365010cb412e8149b5cca8edd3a013afbac1b1
-----------------------------------------------------------------------
commit ecf8de240edc95763509736ae17812f1df6d1c4c
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Nov 13 02:39:28 2014 -0700
Moved stripPart() from IMP_Message to IMP_Indices
imp/lib/Ajax/Application/Handler/Dynamic.php | 4 +-
imp/lib/Dynamic/Message.php | 2 +-
imp/lib/Indices.php | 152 ++++++++++++++++++++++++++
imp/lib/Message.php | 146 -------------------------
4 files changed, 155 insertions(+), 149 deletions(-)
http://github.com/horde/horde/commit/ecf8de240edc95763509736ae17812f1df6d1c4c
-----------------------------------------------------------------------
commit 1940f3213679549aefd0cf56d4470ab8c9ad99d5
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Nov 13 02:56:37 2014 -0700
Move flag() from IMP_Message to IMP_Indices
imp/lib/Ajax/Application/Handler/Dynamic.php | 14 ++--
imp/lib/Api.php | 8 +-
imp/lib/Basic/Thread.php | 4 +-
imp/lib/Compose.php | 13 +--
imp/lib/Indices.php | 105 ++++++++++++++++++++-
imp/lib/Maillog/Storage/Mdnsent.php | 12 +--
imp/lib/Message.php | 130 --------------------------
imp/lib/Spam.php | 18 ++--
imp/package.xml | 2 -
9 files changed, 133 insertions(+), 173 deletions(-)
delete mode 100644 imp/lib/Message.php
http://github.com/horde/horde/commit/1940f3213679549aefd0cf56d4470ab8c9ad99d5
-----------------------------------------------------------------------
commit 109cf41b39a37c3427c9bf710d741c986cffafdc
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Nov 13 11:36:51 2014 -0700
phpdoc
This would be 5x cleaner if we were able to use traits.
framework/Mime/lib/Horde/Mime/Headers/Addresses.php | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/109cf41b39a37c3427c9bf710d741c986cffafdc
-----------------------------------------------------------------------
commit d52f5ca6dfba031d9fb4bd444b3d1046eb638602
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Nov 13 11:38:03 2014 -0700
Fix function name
framework/Mime/lib/Horde/Mime/Headers/AddressesMulti.php | 2 +-
framework/Mime/test/Horde/Mime/HeadersTest.php | 32 +++++++++++---
2 files changed, 27 insertions(+), 7 deletions(-)
http://github.com/horde/horde/commit/d52f5ca6dfba031d9fb4bd444b3d1046eb638602
-----------------------------------------------------------------------
commit 460b6333b8460bc24be6096c23d1ffa0955ddee1
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Nov 13 11:51:50 2014 -0700
simplify
framework/Mime/lib/Horde/Mime/Headers/AddressesMulti.php | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
http://github.com/horde/horde/commit/460b6333b8460bc24be6096c23d1ffa0955ddee1
-----------------------------------------------------------------------
commit 20f110d0ff047b1344f4363be54ad231841a745d
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Nov 13 12:00:42 2014 -0700
PHP doesn't automatically cast to string here
imp/lib/Compose.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/20f110d0ff047b1344f4363be54ad231841a745d
-----------------------------------------------------------------------
commit cc052a146dcdcbe32fe9c00542985bac374304c5
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Nov 13 12:04:12 2014 -0700
Missing argument to Horde_Mime_Headers_ContentParam
imp/lib/Compose.php | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/cc052a146dcdcbe32fe9c00542985bac374304c5
-----------------------------------------------------------------------
commit b8996955cb69941447c57c54c313a8a42fe3be7b
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Nov 13 12:14:59 2014 -0700
Sanity checking for status flag information
framework/Imap_Client/lib/Horde/Imap/Client/Base/Mailbox.php | 11 +++++----
1 files changed, 6 insertions(+), 5 deletions(-)
http://github.com/horde/horde/commit/b8996955cb69941447c57c54c313a8a42fe3be7b
-----------------------------------------------------------------------
commit 284ae043fc6d1c64cc24de1c1a6c86d6db36425e
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Nov 13 12:16:17 2014 -0700
Another ContentParam missing argument fix
imp/lib/Contents/View.php | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/284ae043fc6d1c64cc24de1c1a6c86d6db36425e
-----------------------------------------------------------------------
commit cda05b14799997c6f4aeea5bee0007d8f7abb946
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Nov 13 12:18:39 2014 -0700
Another place where explode() does not cast argument to string
imp/lib/Compose.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/cda05b14799997c6f4aeea5bee0007d8f7abb946
More information about the commits
mailing list