[commits] Horde branch develop updated. 59053d2ba972555afc30dfcb53ce5542a9fec0ee
Michael M Slusarz
slusarz at horde.org
Tue Mar 27 06:24:57 UTC 2012
The branch "develop" has been updated.
The following is a summary of the commits.
from: 02093a8a7e853bef671c28b016accd3ef9ab0333
fc47cd1 [mms] Add iteration to Horde_Domhtml object.
9f787d4 Remove unused variable
1528f8f Fix email address.
6cc3056 Add Related unittest and fix a bug
4e5f4a2 Added cidReplace() method to Horde_Mime_Related
42d13be Rename attachment storage from _cache to _atc
16aaab4 Images in related part now show on compose screen when replying to HTML message
1febf6c Always strip brackets from content-id when storing in Horde_Mime_Part
18d8de9 [mms] Replying to a multipart/related message in HTML mode now correctly attaches data from the original message.
59053d2 Merge branch 'develop' of ssh://dev.horde.org/horde/git/horde into develop
-----------------------------------------------------------------------
commit fc47cd14e0d5f84a0d6186fa566e97572e303634
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 26 17:48:39 2012 -0600
[mms] Add iteration to Horde_Domhtml object.
framework/Mime_Viewer/lib/Horde/Mime/Viewer/Html.php | 125 ++---
framework/Text_Filter/lib/Horde/Text/Filter/Xss.php | 175 +++---
framework/Util/lib/Horde/Domhtml.php | 81 +++-
framework/Util/package.xml | 7 +-
framework/Util/test/Horde/Util/DomhtmlTest.php | 22 +
framework/Util/test/Horde/Util/fixtures/domhtml_test.html | 8 +
imp/lib/Mime/Viewer/Html.php | 386 ++++++------
7 files changed, 437 insertions(+), 367 deletions(-)
create mode 100644 framework/Util/test/Horde/Util/fixtures/domhtml_test.html
http://git.horde.org/horde-git/-/commit/fc47cd14e0d5f84a0d6186fa566e97572e303634
-----------------------------------------------------------------------
commit 9f787d491c1eec9cd63c46fa8b9b11cd97e569ab
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 26 21:24:55 2012 -0600
Remove unused variable
imp/lib/Mime/Viewer/Html.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/9f787d491c1eec9cd63c46fa8b9b11cd97e569ab
-----------------------------------------------------------------------
commit 1528f8f7f72352f3646741f2bee0e8d59d55306c
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 26 21:29:22 2012 -0600
Fix email address.
framework/Imap_Client/lib/Horde/Imap/Client/Translation.php | 4 ++--
imp/bin/imp-mailbox-decode | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/1528f8f7f72352f3646741f2bee0e8d59d55306c
-----------------------------------------------------------------------
commit 6cc3056b6b235e7a55804ce14769ebd5c3aa804a
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 26 21:50:02 2012 -0600
Add Related unittest and fix a bug
framework/Mime/lib/Horde/Mime/Related.php | 7 +-
framework/Mime/test/Horde/Mime/RelatedTest.php | 61 +++++++++++++++
framework/Mime/test/Horde/Mime/fixtures/related_msg.txt | 42 ++++++++++
3 files changed, 107 insertions(+), 3 deletions(-)
create mode 100644 framework/Mime/test/Horde/Mime/RelatedTest.php
create mode 100644 framework/Mime/test/Horde/Mime/fixtures/related_msg.txt
http://git.horde.org/horde-git/-/commit/6cc3056b6b235e7a55804ce14769ebd5c3aa804a
-----------------------------------------------------------------------
commit 4e5f4a2ee7422012790538b3283e0b28e17014be
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 26 22:02:54 2012 -0600
Added cidReplace() method to Horde_Mime_Related
framework/Mime/lib/Horde/Mime/Related.php | 48 ++++++++++++++++++++++++
framework/Mime/test/Horde/Mime/RelatedTest.php | 28 ++++++++++++++
2 files changed, 76 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/4e5f4a2ee7422012790538b3283e0b28e17014be
-----------------------------------------------------------------------
commit 42d13bed69572907efbb5a1b9de267fb5cf8c1e6
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 26 22:45:11 2012 -0600
Rename attachment storage from _cache to _atc
imp/lib/Compose.php | 38 +++++++++++++++++++-------------------
1 files changed, 19 insertions(+), 19 deletions(-)
http://git.horde.org/horde-git/-/commit/42d13bed69572907efbb5a1b9de267fb5cf8c1e6
-----------------------------------------------------------------------
commit 16aaab449324e458fe51fef37c3396b98be4e463
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 26 23:10:09 2012 -0600
Images in related part now show on compose screen when replying to HTML message
imp/lib/Compose.php | 81 +++++++++++++++++++++++++++++++++++++++++++++++---
1 files changed, 76 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/16aaab449324e458fe51fef37c3396b98be4e463
-----------------------------------------------------------------------
commit 1febf6c4bd43dfbf25693599be0dbcfa6fd3b6da
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Mar 27 00:16:06 2012 -0600
Always strip brackets from content-id when storing in Horde_Mime_Part
framework/Mime/lib/Horde/Mime/Part.php | 2 +-
framework/Mime/lib/Horde/Mime/Related.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/1febf6c4bd43dfbf25693599be0dbcfa6fd3b6da
-----------------------------------------------------------------------
commit 18d8de96a2d83922238493cfccc7ff1be3a7e518
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Mar 27 00:22:40 2012 -0600
[mms] Replying to a multipart/related message in HTML mode now correctly attaches data from the original message.
imp/docs/CHANGES | 2 +
imp/lib/Compose.php | 183 ++++++++++++++++++++++++++++++++-------------------
imp/package.xml | 1 +
3 files changed, 117 insertions(+), 69 deletions(-)
http://git.horde.org/horde-git/-/commit/18d8de96a2d83922238493cfccc7ff1be3a7e518
-----------------------------------------------------------------------
commit 59053d2ba972555afc30dfcb53ce5542a9fec0ee
Merge: 18d8de9 02093a8
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Mar 27 00:24:47 2012 -0600
Merge branch 'develop' of ssh://dev.horde.org/horde/git/horde into develop
ansel/lib/Search/Tag.php | 2 +-
ansel/lib/View/Results.php | 2 +-
ansel/lib/Widget/Tags.php | 6 +-
ansel/themes/default/screen.css | 24 +-
framework/ActiveSync/lib/Horde/ActiveSync.php | 20 +-
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 27 +-
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php | 24 +-
framework/ActiveSync/lib/Horde/ActiveSync/Request/Base.php | 2 +-
.../ActiveSync/lib/Horde/ActiveSync/Request/GetItemEstimate.php | 2 +-
framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php | 2 -
framework/Core/js/prettyautocomplete.js | 6 +-
horde/themes/default/screen.css | 39 +-
imp/themes/default/mobile.css | 3 -
kronolith/js/kronolith.js | 4 +-
kronolith/themes/default/screen.css | 12 +-
mnemo/templates/list/memo_headers.inc | 20 +-
trean/browse.php | 12 +-
trean/docs/CHANGES | 8 +-
trean/docs/TODO | 7 -
trean/lib/Ajax/Application.php | 14 +
trean/lib/Tagger.php | 4 +-
trean/lib/View/BookmarkList.php | 41 -
trean/lib/View/Browse.php | 164 +++--
trean/package.xml | 20 +-
trean/tagbrowse.php | 24 -
trean/templates/list.html.php | 59 ++
trean/templates/views/BookmarkList.php | 73 --
trean/themes/default/screen.css | 20 +-
28 files changed, 301 insertions(+), 340 deletions(-)
http://git.horde.org/horde-git/-/commit/59053d2ba972555afc30dfcb53ce5542a9fec0ee
More information about the commits
mailing list