[commits] Horde branch master updated. a54513db23be4198dd011d1477e8ce144d4d32c2

Michael M Slusarz slusarz at horde.org
Wed Oct 14 09:37:05 UTC 2009


The branch "master" has been updated.
The following is a summary of the commits.

from: 68faa3427c05de5c5127b13a58dcbbcbf6f54a37

686a4be... Optimize these assignments (saves 12K in code)
2af985f... Correctly deal with CSS strings that begin with '-'.
a54513d... Csstidy fixes

-----------------------------------------------------------------------

commit 686a4be52089410305d37beb46bb1f727145d484
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Oct 13 06:00:17 2009 -0600

    Optimize these assignments (saves 12K in code)

 .../lib/Horde/Text/Filter/Csstidy/data.inc.php                    |  716 +++--
 1 files changed, 374 insertions(+), 342 deletions(-)

http://git.horde.org/diff.php/framework/Text_Filter_Csstidy/lib/Horde/Text/Filter/Csstidy/data.inc.php?rt=horde-git&r1=990cc615055a0c8de23ec5f01cb96690393924c5&r2=686a4be52089410305d37beb46bb1f727145d484

-----------------------------------------------------------------------

commit 2af985f2eaa694a0c8ec8ee1dd6341e276fbafd7
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Oct 13 09:46:58 2009 -0600

    Correctly deal with CSS strings that begin with '-'.

 .../lib/Horde/Text/Filter/Csstidy/class.csstidy_optimise.php      |    7 +++-
 1 files changed, 5 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/framework/Text_Filter_Csstidy/lib/Horde/Text/Filter/Csstidy/class.csstidy_optimise.php?rt=horde-git&r1=990cc615055a0c8de23ec5f01cb96690393924c5&r2=2af985f2eaa694a0c8ec8ee1dd6341e276fbafd7

-----------------------------------------------------------------------

commit a54513db23be4198dd011d1477e8ce144d4d32c2
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Oct 13 10:44:36 2009 -0600

    Csstidy fixes
    
    Most important, allow multiple declarations of a property within a
    single CSS declaration.  Allows us to take advantage of CSS hacks
    without splitting CSS files into 8 different versions based on browser
    type.
    While here, start cleaning these files up (i.e. disable
    logging, since it is not used anywhere and is just wasting memory).
    This can be cleaned up more - there are definitely things going on in
    here that are eating up memory, for example.

 .../lib/Horde/Text/Filter/Csstidy/class.csstidy.php               | 1631 ++---
 .../lib/Horde/Text/Filter/Csstidy/class.csstidy_optimise.php      |  185 +-
 .../lib/Horde/Text/Filter/Csstidy/class.csstidy_print.php         |   28 +-
 3 files changed, 902 insertions(+), 942 deletions(-)

http://git.horde.org/diff.php/framework/Text_Filter_Csstidy/lib/Horde/Text/Filter/Csstidy/class.csstidy.php?rt=horde-git&r1=990cc615055a0c8de23ec5f01cb96690393924c5&r2=a54513db23be4198dd011d1477e8ce144d4d32c2
http://git.horde.org/diff.php/framework/Text_Filter_Csstidy/lib/Horde/Text/Filter/Csstidy/class.csstidy_optimise.php?rt=horde-git&r1=2af985f2eaa694a0c8ec8ee1dd6341e276fbafd7&r2=a54513db23be4198dd011d1477e8ce144d4d32c2
http://git.horde.org/diff.php/framework/Text_Filter_Csstidy/lib/Horde/Text/Filter/Csstidy/class.csstidy_print.php?rt=horde-git&r1=990cc615055a0c8de23ec5f01cb96690393924c5&r2=a54513db23be4198dd011d1477e8ce144d4d32c2




More information about the commits mailing list