[commits] Horde branch master updated. 6d97c196be61e3bca4413767f7b6f4d12b62fefd
Michael M Slusarz
slusarz at horde.org
Thu Mar 4 19:22:25 UTC 2010
The branch "master" has been updated.
The following is a summary of the commits.
from: f1cb71182a86445f732645b4ff4c58664be708c3
bb9c7ed Browser needs to be global in here
345e948 Don't wrap html2text output when viewing
db2d27b Need to check exact match for DOMText - don't want to output things like CDATA blocks, for example
f99aa09 Don't hardcode classname
daf7a5e Added Horde_Util::convertToUtf8().
a5ad8f2 Add support for limited error handling for json encoding errors (requires PHP 5.3+)
fcd6b28 Fix pathnames
6d97c19 Remove Horde_Util::closeWindowJS()
-----------------------------------------------------------------------
commit bb9c7ed28a513811695255d8699fe461eff3f059
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Mar 4 10:50:08 2010 -0700
Browser needs to be global in here
horde/templates/common-header.inc | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
http://git.horde.org/diff.php/horde/templates/common-header.inc?rt=horde-git&r1=97cb061195f50d9f64fc8f3f5e350076af3dd2c4&r2=bb9c7ed28a513811695255d8699fe461eff3f059
-----------------------------------------------------------------------
commit 345e948433f3a8c2034be1e916b9850c1803e2b0
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Mar 4 10:54:32 2010 -0700
Don't wrap html2text output when viewing
imp/lib/Mime/Viewer/Html.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Html.php?rt=horde-git&r1=205d6b608b229dbc485b89469d5a4039c58dcff0&r2=345e948433f3a8c2034be1e916b9850c1803e2b0
-----------------------------------------------------------------------
commit db2d27bd4f61e63b84a579eb1dc6aa1547d6ecf0
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Mar 4 10:58:00 2010 -0700
Need to check exact match for DOMText - don't want to output things like CDATA blocks, for example
framework/Text_Filter/lib/Horde/Text/Filter/Html2text.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Html2text.php?rt=horde-git&r1=a7c4277e4a82a13c0a5d62967cd0ee842b22830d&r2=db2d27bd4f61e63b84a579eb1dc6aa1547d6ecf0
-----------------------------------------------------------------------
commit f99aa0957e01381e972bb03c9b11ad25fe4d72bc
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Mar 4 11:36:15 2010 -0700
Don't hardcode classname
framework/Util/lib/Horde/Util.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/diff.php/framework/Util/lib/Horde/Util.php?rt=horde-git&r1=6c80a3d3b53d7dc002d400fbb2dc33c20ca397d0&r2=f99aa0957e01381e972bb03c9b11ad25fe4d72bc
-----------------------------------------------------------------------
commit daf7a5ea5506df385670655fb719d636beec4a7b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Mar 4 11:37:17 2010 -0700
Added Horde_Util::convertToUtf8().
framework/Util/lib/Horde/Util.php | 26 ++++++++++++++++++++++++++
framework/Util/package.xml | 3 ++-
2 files changed, 28 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/framework/Util/lib/Horde/Util.php?rt=horde-git&r1=f99aa0957e01381e972bb03c9b11ad25fe4d72bc&r2=daf7a5ea5506df385670655fb719d636beec4a7b
http://git.horde.org/diff.php/framework/Util/package.xml?rt=horde-git&r1=ed53c61d49f51ca4e77278e033d1eb69990c1fc7&r2=daf7a5ea5506df385670655fb719d636beec4a7b
-----------------------------------------------------------------------
commit a5ad8f29c380ada137893bcafb329ed346c0bcce
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Mar 4 11:38:35 2010 -0700
Add support for limited error handling for json encoding errors (requires PHP 5.3+)
framework/Serialize/lib/Horde/Serialize.php | 14 +++-
framework/Serialize/package.xml | 4 +-
framework/Serialize/test/Horde/Serialize/fixtures/badutf8.txt | 1 +
framework/Serialize/test/Horde/Serialize/json_encode_badutf8.phpt | 22 +++++
4 files changed, 38 insertions(+), 3 deletions(-)
create mode 100644 framework/Serialize/test/Horde/Serialize/fixtures/badutf8.txt
create mode 100644 framework/Serialize/test/Horde/Serialize/json_encode_badutf8.phpt
http://git.horde.org/diff.php/framework/Serialize/lib/Horde/Serialize.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=a5ad8f29c380ada137893bcafb329ed346c0bcce
http://git.horde.org/diff.php/framework/Serialize/package.xml?rt=horde-git&r1=b844db7874254fe3575ee10a2f361cffe6ec26f2&r2=a5ad8f29c380ada137893bcafb329ed346c0bcce
http://git.horde.org/co.php/framework/Serialize/test/Horde/Serialize/fixtures/badutf8.txt?rt=horde-git&r=a5ad8f29c380ada137893bcafb329ed346c0bcce
http://git.horde.org/co.php/framework/Serialize/test/Horde/Serialize/json_encode_badutf8.phpt?rt=horde-git&r=a5ad8f29c380ada137893bcafb329ed346c0bcce
-----------------------------------------------------------------------
commit fcd6b289c1d1585673ca531ae73790b9b9e1ae30
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Mar 4 12:06:27 2010 -0700
Fix pathnames
framework/Serialize/test/Horde/Serialize/json_assoc_array.phpt | 2 +-
framework/Serialize/test/Horde/Serialize/json_empty.phpt | 2 +-
framework/Serialize/test/Horde/Serialize/json_encode_decode.phpt | 3 ++-
framework/Serialize/test/Horde/Serialize/json_nested_array.phpt | 2 +-
framework/Serialize/test/Horde/Serialize/json_object.phpt | 2 +-
.../Serialize/test/Horde/Serialize/json_spaces_comments.phpt | 2 +-
framework/Serialize/test/Horde/Serialize/json_unquoted_keys.phpt | 2 +-
7 files changed, 8 insertions(+), 7 deletions(-)
http://git.horde.org/diff.php/framework/Serialize/test/Horde/Serialize/json_assoc_array.phpt?rt=horde-git&r1=c6823e2cd793c952537f44f887b6abcac6b2989d&r2=fcd6b289c1d1585673ca531ae73790b9b9e1ae30
http://git.horde.org/diff.php/framework/Serialize/test/Horde/Serialize/json_empty.phpt?rt=horde-git&r1=c6823e2cd793c952537f44f887b6abcac6b2989d&r2=fcd6b289c1d1585673ca531ae73790b9b9e1ae30
http://git.horde.org/diff.php/framework/Serialize/test/Horde/Serialize/json_encode_decode.phpt?rt=horde-git&r1=c6823e2cd793c952537f44f887b6abcac6b2989d&r2=fcd6b289c1d1585673ca531ae73790b9b9e1ae30
http://git.horde.org/diff.php/framework/Serialize/test/Horde/Serialize/json_nested_array.phpt?rt=horde-git&r1=c6823e2cd793c952537f44f887b6abcac6b2989d&r2=fcd6b289c1d1585673ca531ae73790b9b9e1ae30
http://git.horde.org/diff.php/framework/Serialize/test/Horde/Serialize/json_object.phpt?rt=horde-git&r1=c6823e2cd793c952537f44f887b6abcac6b2989d&r2=fcd6b289c1d1585673ca531ae73790b9b9e1ae30
http://git.horde.org/diff.php/framework/Serialize/test/Horde/Serialize/json_spaces_comments.phpt?rt=horde-git&r1=c6823e2cd793c952537f44f887b6abcac6b2989d&r2=fcd6b289c1d1585673ca531ae73790b9b9e1ae30
http://git.horde.org/diff.php/framework/Serialize/test/Horde/Serialize/json_unquoted_keys.phpt?rt=horde-git&r1=c6823e2cd793c952537f44f887b6abcac6b2989d&r2=fcd6b289c1d1585673ca531ae73790b9b9e1ae30
-----------------------------------------------------------------------
commit 6d97c196be61e3bca4413767f7b6f4d12b62fefd
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Mar 4 12:18:27 2010 -0700
Remove Horde_Util::closeWindowJS()
ansel/edit_dates.php | 20 ++++++++++++++++----
ansel/image.php | 17 ++++++++++++-----
ansel/img/ecard.php | 2 +-
folks/perms.php | 2 +-
framework/Util/lib/Horde/Util.php | 13 -------------
gollem/edit.php | 16 +++++++++++-----
horde/services/shares/edit.php | 2 +-
imp/compose.php | 8 ++++----
imp/lib/Crypt/Pgp.php | 6 +++++-
imp/lib/Crypt/Smime.php | 6 +++++-
imp/pgp.php | 2 +-
imp/saveimage.php | 2 +-
imp/smime.php | 2 +-
kronolith/attendees.php | 4 ++--
kronolith/contacts.php | 2 +-
kronolith/perms.php | 2 +-
16 files changed, 63 insertions(+), 43 deletions(-)
http://git.horde.org/diff.php/ansel/edit_dates.php?rt=horde-git&r1=93c95c6b48100852e4584f23f54c225ff9f5d03b&r2=6d97c196be61e3bca4413767f7b6f4d12b62fefd
http://git.horde.org/diff.php/ansel/image.php?rt=horde-git&r1=c9e6b804b4a24256704ff0c0743860b032938795&r2=6d97c196be61e3bca4413767f7b6f4d12b62fefd
http://git.horde.org/diff.php/ansel/img/ecard.php?rt=horde-git&r1=982b8eb77ff8eedb5da2510adfeaccbb3f8c0d22&r2=6d97c196be61e3bca4413767f7b6f4d12b62fefd
http://git.horde.org/diff.php/folks/perms.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=6d97c196be61e3bca4413767f7b6f4d12b62fefd
http://git.horde.org/diff.php/framework/Util/lib/Horde/Util.php?rt=horde-git&r1=daf7a5ea5506df385670655fb719d636beec4a7b&r2=6d97c196be61e3bca4413767f7b6f4d12b62fefd
http://git.horde.org/diff.php/gollem/edit.php?rt=horde-git&r1=db1627e147e8c7084904b2ccf45c236ddbcc13bf&r2=6d97c196be61e3bca4413767f7b6f4d12b62fefd
http://git.horde.org/diff.php/horde/services/shares/edit.php?rt=horde-git&r1=b893f69c5fc4c74c77ee9cba809192e82700975b&r2=6d97c196be61e3bca4413767f7b6f4d12b62fefd
http://git.horde.org/diff.php/imp/compose.php?rt=horde-git&r1=525de565626108e659b0781fc1d3b99d5fe19741&r2=6d97c196be61e3bca4413767f7b6f4d12b62fefd
http://git.horde.org/diff.php/imp/lib/Crypt/Pgp.php?rt=horde-git&r1=63ef6bdb8366f8f3601d514cacf3c0d5fbd80c5e&r2=6d97c196be61e3bca4413767f7b6f4d12b62fefd
http://git.horde.org/diff.php/imp/lib/Crypt/Smime.php?rt=horde-git&r1=63ef6bdb8366f8f3601d514cacf3c0d5fbd80c5e&r2=6d97c196be61e3bca4413767f7b6f4d12b62fefd
http://git.horde.org/diff.php/imp/pgp.php?rt=horde-git&r1=394db44eac3455025e4b6c95b5637a5cbf8eefb9&r2=6d97c196be61e3bca4413767f7b6f4d12b62fefd
http://git.horde.org/diff.php/imp/saveimage.php?rt=horde-git&r1=77b8012d6c8c33dbd531e5aa9b2409236ec927b8&r2=6d97c196be61e3bca4413767f7b6f4d12b62fefd
http://git.horde.org/diff.php/imp/smime.php?rt=horde-git&r1=394db44eac3455025e4b6c95b5637a5cbf8eefb9&r2=6d97c196be61e3bca4413767f7b6f4d12b62fefd
http://git.horde.org/diff.php/kronolith/attendees.php?rt=horde-git&r1=75d4229fd93d00505dbac8a19e37337bf96729e4&r2=6d97c196be61e3bca4413767f7b6f4d12b62fefd
http://git.horde.org/diff.php/kronolith/contacts.php?rt=horde-git&r1=8e991d7139c86d178bb37a227d7493c46e488b27&r2=6d97c196be61e3bca4413767f7b6f4d12b62fefd
http://git.horde.org/diff.php/kronolith/perms.php?rt=horde-git&r1=b893f69c5fc4c74c77ee9cba809192e82700975b&r2=6d97c196be61e3bca4413767f7b6f4d12b62fefd
More information about the commits
mailing list