[commits] Horde branch master updated. 34830bdac1d101b9ff3b4e7a2ebe49ee7ecc5f22
Michael M Slusarz
slusarz at horde.org
Wed Nov 19 21:26:37 UTC 2014
The branch "master" has been updated.
The following is a summary of the commits.
from: a0b83f0433b5ca644b5c7fff0c4609058c80fe5c
2d8eec6 @since tags no longer needed
55704bb Complete a todo item
971282c Inherit parent's title attribute when creating a a popdown element
7117ae8 Add title information to message actions
e3a820e [mms] Don't persist dynamic filter views across page reloads.
6e1e050 Error/sanity checking when calling IMP_Contents#getMIMEPart()
7416946 getMIMEPart() -> getMimePart()
34830bd Remove old, unused preview code
Summary: http://github.com/horde/horde/compare/a0b83f0433b5ca644b5c7fff0c4609058c80fe5c...34830bdac1d101b9ff3b4e7a2ebe49ee7ecc5f22
-----------------------------------------------------------------------
commit 2d8eec612f39d3a80b7bb55843ebb02ef102f688
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Nov 19 04:29:11 2014 -0700
@since tags no longer needed
imp/lib/Api.php | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/2d8eec612f39d3a80b7bb55843ebb02ef102f688
-----------------------------------------------------------------------
commit 55704bb88ca007bd52b73ae472ea26ab9052cea5
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Nov 19 04:32:32 2014 -0700
Complete a todo item
imp/lib/Imap.php | 11 +++--------
imp/package.xml | 2 +-
2 files changed, 4 insertions(+), 9 deletions(-)
http://github.com/horde/horde/commit/55704bb88ca007bd52b73ae472ea26ab9052cea5
-----------------------------------------------------------------------
commit 971282cd174bcf0f651a37399b6259358a45e280
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Nov 19 12:41:44 2014 -0700
Inherit parent's title attribute when creating a a popdown element
imp/js/dimpcore.js | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/971282cd174bcf0f651a37399b6259358a45e280
-----------------------------------------------------------------------
commit 7117ae8323fb8705571b9957369392d3654ecd47
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Nov 19 12:42:24 2014 -0700
Add title information to message actions
imp/templates/dynamic/message.html.php | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/7117ae8323fb8705571b9957369392d3654ecd47
-----------------------------------------------------------------------
commit e3a820e79bb50eb7e1e584d57eecd6f26ebbc9fa
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Nov 19 12:46:06 2014 -0700
[mms] Don't persist dynamic filter views across page reloads.
Conflicts:
imp/docs/CHANGES
imp/package.xml
imp/docs/CHANGES | 1 +
imp/js/dimpbase.js | 4 ++--
imp/package.xml | 1 +
3 files changed, 4 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/e3a820e79bb50eb7e1e584d57eecd6f26ebbc9fa
-----------------------------------------------------------------------
commit 6e1e0503abc9ad1624ab19b7678dd4d47bff84da
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Nov 19 13:26:48 2014 -0700
Error/sanity checking when calling IMP_Contents#getMIMEPart()
Return is allowed to be null (e.g. failure to connect to IMAP backend),
so need to check for that everywhere we use.
imp/lib/Ajax/Imple/ImportEncryptKey.php | 7 ++-
imp/lib/Ajax/Imple/ItipRequest.php | 7 ++-
imp/lib/Ajax/Imple/VcardImport.php | 7 ++-
imp/lib/Basic/Saveimage.php | 5 ++-
imp/lib/Compose.php | 15 ++++--
imp/lib/Contents.php | 78 ++++++++++++++++++++-----------
imp/lib/Contents/View.php | 14 ++++--
imp/lib/Indices/Copy.php | 4 ++
imp/lib/Mime/Viewer/Externalbody.php | 5 +-
imp/lib/Mime/Viewer/Html.php | 5 +-
imp/lib/Mime/Viewer/Mdn.php | 7 ++-
imp/lib/Mime/Viewer/Pgp.php | 9 ++-
imp/lib/Mime/Viewer/Smil.php | 6 ++-
imp/lib/Mime/Viewer/Smime.php | 3 +-
imp/lib/Mime/Viewer/Status.php | 8 ++--
15 files changed, 116 insertions(+), 64 deletions(-)
http://github.com/horde/horde/commit/6e1e0503abc9ad1624ab19b7678dd4d47bff84da
-----------------------------------------------------------------------
commit 74169463adb2e17b7ee56ccfec21a37ab463d5e9
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Nov 19 13:31:34 2014 -0700
getMIMEPart() -> getMimePart()
imp/lib/Ajax/Imple/ImportEncryptKey.php | 2 +-
imp/lib/Ajax/Imple/ItipRequest.php | 2 +-
imp/lib/Ajax/Imple/VcardImport.php | 2 +-
imp/lib/Basic/Saveimage.php | 2 +-
imp/lib/Compose.php | 6 +++---
imp/lib/Contents.php | 24 ++++++++++++------------
imp/lib/Contents/View.php | 2 +-
imp/lib/Indices/Copy.php | 2 +-
imp/lib/Mime/Viewer/Externalbody.php | 2 +-
imp/lib/Mime/Viewer/Html.php | 2 +-
imp/lib/Mime/Viewer/Mdn.php | 2 +-
imp/lib/Mime/Viewer/Pgp.php | 4 ++--
imp/lib/Mime/Viewer/Smil.php | 2 +-
imp/lib/Mime/Viewer/Smime.php | 2 +-
imp/lib/Mime/Viewer/Status.php | 4 ++--
imp/test/Imp/Unit/Mime/Viewer/ItipTest.php | 2 +-
16 files changed, 31 insertions(+), 31 deletions(-)
http://github.com/horde/horde/commit/74169463adb2e17b7ee56ccfec21a37ab463d5e9
-----------------------------------------------------------------------
commit 34830bdac1d101b9ff3b4e7a2ebe49ee7ecc5f22
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Nov 19 13:35:26 2014 -0700
Remove old, unused preview code
imp/lib/Contents.php | 58 ----------------------------------------------
imp/lib/Mailbox/List.php | 50 ---------------------------------------
2 files changed, 0 insertions(+), 108 deletions(-)
http://github.com/horde/horde/commit/34830bdac1d101b9ff3b4e7a2ebe49ee7ecc5f22
More information about the commits
mailing list