[commits] Horde branch master updated. 6b2dd88f9af7664a31f14bcccde695f9ab5d75f0
Michael M Slusarz
slusarz at horde.org
Mon Jan 20 22:53:45 UTC 2014
The branch "master" has been updated.
The following is a summary of the commits.
from: f936e964211d886ea4c26d0ae0667c67b47dabee
f595344 This is the default, so don't add to commandline
6b2dd88 [mms] Combine all javscript to compress into a single string.
Summary: http://github.com/horde/horde/compare/f936e964211d886ea4c26d0ae0667c67b47dabee...6b2dd88f9af7664a31f14bcccde695f9ab5d75f0
-----------------------------------------------------------------------
commit f5953449b0e92dd6273a3067bd6b7e7653417dc6
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Jan 20 15:05:30 2014 -0700
This is the default, so don't add to commandline
framework/Text_Filter/lib/Horde/Text/Filter/JavascriptMinify.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/f5953449b0e92dd6273a3067bd6b7e7653417dc6
http://git.horde.org/horde-git/-/commit/f5953449b0e92dd6273a3067bd6b7e7653417dc6
-----------------------------------------------------------------------
commit 6b2dd88f9af7664a31f14bcccde695f9ab5d75f0
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Jan 20 15:51:59 2014 -0700
[mms] Combine all javscript to compress into a single string.
Required to ensure that global variables in one fragment of JS
are not overwritten by a later fragment.
Additionally, if using an external compressor, reduces the ovehead of
calling the compressor multiple times (at the expense of higher RAM
usage).
framework/Core/lib/Horde/PageOutput.php | 80 +++++++++++++++----------------
framework/Core/package.xml | 2 +
2 files changed, 41 insertions(+), 41 deletions(-)
http://github.com/horde/horde/commit/6b2dd88f9af7664a31f14bcccde695f9ab5d75f0
http://git.horde.org/horde-git/-/commit/6b2dd88f9af7664a31f14bcccde695f9ab5d75f0
More information about the commits
mailing list