[commits] Horde branch master updated. 97a0a43f8b3b386aa224ecd3a3eeeb13be72ad9c

Michael M Slusarz slusarz at horde.org
Thu Feb 20 07:47:29 UTC 2014


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

from: 9af51cb37c7c1f7e412b04f6b4d0d510234e562f

0a21b25 Hopefully this gets finalized next week
6fc2373 Add CssMinify package
20aaee1 [mms] Move CSS minification to the Horde_CssMinify package.
54b07b7 Add unit test for a failing issue.
97c4b3d [mms] Fixed comments parsing.
98fcb51 Released Horde_Css_Parser-1.0.4
97a0a43 Development mode for Horde_Css_Parser-1.0.5

Summary: http://github.com/horde/horde/compare/9af51cb37c7c1f7e412b04f6b4d0d510234e562f...97a0a43f8b3b386aa224ecd3a3eeeb13be72ad9c

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

commit 0a21b2543e7f674042be96d4a302e08076242292
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 19 13:29:46 2014 -0700

    Hopefully this gets finalized next week

 imp/docs/RFCS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/0a21b2543e7f674042be96d4a302e08076242292
http://git.horde.org/horde-git/-/commit/0a21b2543e7f674042be96d4a302e08076242292

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

commit 6fc23735d417f8ab6e5c7b56fc902602bc1d3d8b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 19 19:46:27 2014 -0700

    Add CssMinify package

 framework/CssMinify/doc/Horde/CssMinify/COPYING       |  458 +++++++++++++++++
 framework/CssMinify/lib/Horde/CssMinify.php           |   94 ++++
 framework/CssMinify/lib/Horde/CssMinify/CssParser.php |  126 +++++
 framework/CssMinify/lib/Horde/CssMinify/Exception.php |   30 ++
 framework/CssMinify/package.xml                       |  109 ++++
 5 files changed, 817 insertions(+), 0 deletions(-)
 create mode 100644 framework/CssMinify/doc/Horde/CssMinify/COPYING
 create mode 100644 framework/CssMinify/lib/Horde/CssMinify.php
 create mode 100644 framework/CssMinify/lib/Horde/CssMinify/CssParser.php
 create mode 100644 framework/CssMinify/lib/Horde/CssMinify/Exception.php
 create mode 100644 framework/CssMinify/package.xml

http://github.com/horde/horde/commit/6fc23735d417f8ab6e5c7b56fc902602bc1d3d8b
http://git.horde.org/horde-git/-/commit/6fc23735d417f8ab6e5c7b56fc902602bc1d3d8b

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

commit 20aaee1469759dab05db02f06df292a706590fd1
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 19 19:47:49 2014 -0700

    [mms] Move CSS minification to the Horde_CssMinify package.

 framework/Core/lib/Horde/Themes/Css/Compress.php |   88 ++++++---------------
 framework/Core/package.xml                       |   16 ++--
 2 files changed, 34 insertions(+), 70 deletions(-)

http://github.com/horde/horde/commit/20aaee1469759dab05db02f06df292a706590fd1
http://git.horde.org/horde-git/-/commit/20aaee1469759dab05db02f06df292a706590fd1

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

commit 54b07b7635ba03bd2e98ca747a3d784e2bf92209
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 19 23:40:02 2014 -0700

    Add unit test for a failing issue.

 framework/Css_Parser/package.xml                          |   20 +++++++-
 framework/Css_Parser/test/Horde/Css/Parser/AllTests.php   |    3 +
 framework/Css_Parser/test/Horde/Css/Parser/ParserTest.php |   33 +++++++++++++
 framework/Css_Parser/test/Horde/Css/Parser/bootstrap.php  |    3 +
 framework/Css_Parser/test/Horde/Css/Parser/phpunit.xml    |    1 +
 5 files changed, 58 insertions(+), 2 deletions(-)
 create mode 100644 framework/Css_Parser/test/Horde/Css/Parser/AllTests.php
 create mode 100644 framework/Css_Parser/test/Horde/Css/Parser/ParserTest.php
 create mode 100644 framework/Css_Parser/test/Horde/Css/Parser/bootstrap.php
 create mode 100644 framework/Css_Parser/test/Horde/Css/Parser/phpunit.xml

http://github.com/horde/horde/commit/54b07b7635ba03bd2e98ca747a3d784e2bf92209
http://git.horde.org/horde-git/-/commit/54b07b7635ba03bd2e98ca747a3d784e2bf92209

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

commit 97c4b3d909fc1e8094953ed1508f3b619962ddd8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 19 23:51:56 2014 -0700

    [mms] Fixed comments parsing.
    
    Cherry-picked 21ac4d9fb408f803aac180503c41f3e4648f575f from upstream

 framework/Css_Parser/lib/Sabberworm/CSS/Parser.php |    8 ++++----
 framework/Css_Parser/package.xml                   |    4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

http://github.com/horde/horde/commit/97c4b3d909fc1e8094953ed1508f3b619962ddd8
http://git.horde.org/horde-git/-/commit/97c4b3d909fc1e8094953ed1508f3b619962ddd8

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

commit 98fcb51a9bb41d89db2134c5914846a51bcc5eac
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 20 00:46:36 2014 -0700

    Released Horde_Css_Parser-1.0.4

 framework/Css_Parser/composer.json |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/98fcb51a9bb41d89db2134c5914846a51bcc5eac
http://git.horde.org/horde-git/-/commit/98fcb51a9bb41d89db2134c5914846a51bcc5eac

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

commit 97a0a43f8b3b386aa224ecd3a3eeeb13be72ad9c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 20 00:46:36 2014 -0700

    Development mode for Horde_Css_Parser-1.0.5

 framework/Css_Parser/package.xml |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/97a0a43f8b3b386aa224ecd3a3eeeb13be72ad9c
http://git.horde.org/horde-git/-/commit/97a0a43f8b3b386aa224ecd3a3eeeb13be72ad9c




More information about the commits mailing list