[commits] Horde branch develop updated. db2051344461978e661ea455af13c52a72558883
Michael M Slusarz
slusarz at horde.org
Mon Mar 26 17:37:34 UTC 2012
The branch "develop" has been updated.
The following is a summary of the commits.
from: cc478ad6f06e3a6f6a51b56e963ce680ea6aec3c
5f2fe30 [mms] Added Horde_Mime_Related class.
e78916c Use Horde_Mime_Related
d26f171 Bug: 11104 Fix method signature/typos Signed-off-by: Michael J Rubinsky <mrubinsk at horde.org>
53672d4 *sigh* Remove this file again
7f76d7c Sanity checking for bad addresses that are parsed as Group elements
9f0d035 Correct fix, since 'addresses' cannot be directly modified
e4570d8 Fix parantheses
eb09a74 Merge branch 'develop' of ssh://dev.horde.org/horde/git/horde into develop
db20513 Merge branch 'master' into develop
-----------------------------------------------------------------------
commit 5f2fe30175cd3874e8d9dea29ac5cc06a356bdc8
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Mar 25 22:57:52 2012 -0600
[mms] Added Horde_Mime_Related class.
framework/Mime/lib/Horde/Mime/Related.php | 100 +++++++++++++++++++++++++++++
framework/Mime/package.xml | 7 ++-
2 files changed, 105 insertions(+), 2 deletions(-)
create mode 100644 framework/Mime/lib/Horde/Mime/Related.php
http://git.horde.org/horde-git/-/commit/5f2fe30175cd3874e8d9dea29ac5cc06a356bdc8
-----------------------------------------------------------------------
commit e78916c894c685191526cb39f1b96b94a0d747ef
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Mar 25 22:58:06 2012 -0600
Use Horde_Mime_Related
Fixes displaying related data in popup part view mode.
imp/lib/Mime/Viewer/Html.php | 141 ++++++++++++++++++++-------------------
imp/lib/Mime/Viewer/Related.php | 42 ++---------
imp/lib/Mime/Viewer/Smil.php | 12 +--
3 files changed, 84 insertions(+), 111 deletions(-)
http://git.horde.org/horde-git/-/commit/e78916c894c685191526cb39f1b96b94a0d747ef
-----------------------------------------------------------------------
commit d26f171ef893b5fdcda200aec8caeb0738642031
Author: michael at bigmichi1,de <michael at bigmichi1.de>
Date: Mon Mar 26 11:11:48 2012 -0400
Bug: 11104 Fix method signature/typos
Signed-off-by: Michael J Rubinsky <mrubinsk at horde.org>
ansel/Gallery.php | 119 ++++++++++++++++++++
ansel/lib/View/GalleryRenderer/Gallery.php | 4 +-
ansel/lib/View/GalleryRenderer/GalleryLightbox.php | 13 ++-
3 files changed, 130 insertions(+), 6 deletions(-)
create mode 100644 ansel/Gallery.php
http://git.horde.org/horde-git/-/commit/d26f171ef893b5fdcda200aec8caeb0738642031
-----------------------------------------------------------------------
commit 53672d46a554ba250e2827e77e765ee2d6b22bf5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Mar 26 11:21:02 2012 -0400
*sigh* Remove this file again
ansel/Gallery.php | 119 -----------------------------------------------------
1 files changed, 0 insertions(+), 119 deletions(-)
delete mode 100644 ansel/Gallery.php
http://git.horde.org/horde-git/-/commit/53672d46a554ba250e2827e77e765ee2d6b22bf5
-----------------------------------------------------------------------
commit 7f76d7c9ebaa33862ea8232596ce5e2a9ad782c1
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 26 10:52:16 2012 -0600
Sanity checking for bad addresses that are parsed as Group elements
imp/lib/Ui/Mailbox.php | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/7f76d7c9ebaa33862ea8232596ce5e2a9ad782c1
-----------------------------------------------------------------------
commit 9f0d03578b257e852960b8b186f9513118931894
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 26 11:00:56 2012 -0600
Correct fix, since 'addresses' cannot be directly modified
imp/lib/Ui/Mailbox.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/9f0d03578b257e852960b8b186f9513118931894
-----------------------------------------------------------------------
commit e4570d8a5e0467ee70522314affadea8ff4690fe
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 26 11:15:32 2012 -0600
Fix parantheses
imp/lib/Imap.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/e4570d8a5e0467ee70522314affadea8ff4690fe
-----------------------------------------------------------------------
commit eb09a747fdedf90a89a6e891df33f7c547a1ef77
Merge: e78916c cc478ad
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 26 11:35:41 2012 -0600
Merge branch 'develop' of ssh://dev.horde.org/horde/git/horde into develop
ansel/lib/View/GalleryRenderer/Gallery.php | 4 +-
ansel/lib/View/GalleryRenderer/GalleryLightbox.php | 13 +-
framework/ActiveSync/lib/Horde/ActiveSync.php | 2 +-
framework/ActiveSync/lib/Horde/ActiveSync/Connector/Importer.php | 3 -
framework/ActiveSync/lib/Horde/ActiveSync/Folder/Imap.php | 5 +-
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 112 +++--
.../lib/Horde/ActiveSync/Message/AirSyncBaseAttachment.php | 45 ++
.../lib/Horde/ActiveSync/Message/AirSyncBaseFileAttachment.php | 28 +
framework/ActiveSync/lib/Horde/ActiveSync/Message/Flag.php | 13 +-
framework/ActiveSync/lib/Horde/ActiveSync/Message/Mail.php | 1 +
framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php | 6 +-
framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 3 +-
framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php | 19 +-
framework/ActiveSync/package.xml | 12 +-
framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 26 +-
15 files changed, 215 insertions(+), 77 deletions(-)
http://git.horde.org/horde-git/-/commit/eb09a747fdedf90a89a6e891df33f7c547a1ef77
-----------------------------------------------------------------------
commit db2051344461978e661ea455af13c52a72558883
Merge: eb09a74 e4570d8
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 26 11:37:18 2012 -0600
Merge branch 'master' into develop
Conflicts:
imp/lib/Imap.php
imp/lib/Ui/Mailbox.php
http://git.horde.org/horde-git/-/commit/db2051344461978e661ea455af13c52a72558883
More information about the commits
mailing list