[commits] Horde branch master updated. 958dd4887697289270da5a93189f24af479b210b
Michael M Slusarz
slusarz at horde.org
Fri Jun 25 18:11:40 UTC 2010
The branch "master" has been updated.
The following is a summary of the commits.
from: 4c3f4e67987935903283a4a79381474a4639f7fe
70ff40d Don't fail out if sent-mail mailbox does not exist
d5529db 36^16 should be plenty of randomness for a default random ID
e222920 fix warning if no CSS is present in data
4257acd Upgrade CKeditor to v3.3.1
51f2f82 Allow 'preserve_css' to be an option.
0a823c7 Add Horde_Themes::loadCssFiles()
958dd48 Bug #8827: Need preserve_css off or else CSS array is not generated
-----------------------------------------------------------------------
commit 70ff40d445ab6984b9f3d74e935328420654b6d5
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Jun 17 16:11:53 2010 -0600
Don't fail out if sent-mail mailbox does not exist
imp/js/compose-dimp.js | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
http://git.horde.org/diff.php/imp/js/compose-dimp.js?rt=horde-git&r1=6291908e487ca530962ed9df16171db3504e1345&r2=70ff40d445ab6984b9f3d74e935328420654b6d5
-----------------------------------------------------------------------
commit d5529db1fa055dafb01aa2f29703092349e50088
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Jun 17 16:17:10 2010 -0600
36^16 should be plenty of randomness for a default random ID
framework/Mime/lib/Horde/Mime.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime.php?rt=horde-git&r1=1ed41f6721afe6cf43bd54c58ab8252d0346ac65&r2=d5529db1fa055dafb01aa2f29703092349e50088
-----------------------------------------------------------------------
commit e22292055d78b6e941a67cbc08702a68001c8f5e
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Jun 22 09:13:19 2010 -0600
fix warning if no CSS is present in data
.../lib/Horde/Text/Filter/Csstidy/class.csstidy.php | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/framework/Text_Filter_Csstidy/lib/Horde/Text/Filter/Csstidy/class.csstidy.php?rt=horde-git&r1=5193a07cc9dba5a593f750b23c6d99fb984e1473&r2=e22292055d78b6e941a67cbc08702a68001c8f5e
-----------------------------------------------------------------------
commit 4257acdd7b07b2c29c32e5110f66f48292278031
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri Jun 25 11:34:00 2010 -0600
Upgrade CKeditor to v3.3.1
horde/services/editor/ckeditor/ckeditor.js | 2 +-
horde/services/editor/ckeditor/ckeditor_basic.js | 2 +-
horde/services/editor/ckeditor/lang/es.js | 2 +-
.../editor/ckeditor/plugins/colordialog/dialogs/colordialog.js | 2 +-
horde/services/editor/ckeditor/plugins/find/dialogs/find.js | 2 +-
.../editor/ckeditor/plugins/liststyle/dialogs/liststyle.js | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
http://git.horde.org/diff.php/horde/services/editor/ckeditor/ckeditor.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=4257acdd7b07b2c29c32e5110f66f48292278031
http://git.horde.org/diff.php/horde/services/editor/ckeditor/ckeditor_basic.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=4257acdd7b07b2c29c32e5110f66f48292278031
http://git.horde.org/diff.php/horde/services/editor/ckeditor/lang/es.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=4257acdd7b07b2c29c32e5110f66f48292278031
http://git.horde.org/diff.php/horde/services/editor/ckeditor/plugins/colordialog/dialogs/colordialog.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=4257acdd7b07b2c29c32e5110f66f48292278031
http://git.horde.org/diff.php/horde/services/editor/ckeditor/plugins/find/dialogs/find.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=4257acdd7b07b2c29c32e5110f66f48292278031
http://git.horde.org/diff.php/horde/services/editor/ckeditor/plugins/liststyle/dialogs/liststyle.js?rt=horde-git&r1=b663b89e6a0f17664a28b8dc961de50c9ffe15d8&r2=4257acdd7b07b2c29c32e5110f66f48292278031
-----------------------------------------------------------------------
commit 51f2f82f9754393aff93be981d9a53e298a45d75
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri Jun 25 12:08:04 2010 -0600
Allow 'preserve_css' to be an option.
framework/Text_Filter_Csstidy/lib/Horde/Text/Filter/Csstidy.php | 14 +++++--
1 files changed, 10 insertions(+), 4 deletions(-)
http://git.horde.org/diff.php/framework/Text_Filter_Csstidy/lib/Horde/Text/Filter/Csstidy.php?rt=horde-git&r1=2e4efdb4f3b95bdbd82588da1221ca21dba2d124&r2=51f2f82f9754393aff93be981d9a53e298a45d75
-----------------------------------------------------------------------
commit 0a823c7ad6542a26dda34dbbc72a51c21fd0ac99
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri Jun 25 12:10:02 2010 -0600
Add Horde_Themes::loadCssFiles()
framework/Core/lib/Horde/Themes.php | 48 +++++++++++++++++++++++-----------
imp/view.php | 7 +----
2 files changed, 33 insertions(+), 22 deletions(-)
http://git.horde.org/diff.php/framework/Core/lib/Horde/Themes.php?rt=horde-git&r1=5dfb1dc4140eb2996f0251c6335ccdb05028f93c&r2=0a823c7ad6542a26dda34dbbc72a51c21fd0ac99
http://git.horde.org/diff.php/imp/view.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=0a823c7ad6542a26dda34dbbc72a51c21fd0ac99
-----------------------------------------------------------------------
commit 958dd4887697289270da5a93189f24af479b210b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri Jun 25 12:11:23 2010 -0600
Bug #8827: Need preserve_css off or else CSS array is not generated
imp/view.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/imp/view.php?rt=horde-git&r1=0a823c7ad6542a26dda34dbbc72a51c21fd0ac99&r2=958dd4887697289270da5a93189f24af479b210b
More information about the commits
mailing list