The branch "master" has been updated. The following is a summary of the commits.
from: c421d37d3f5ad41ae9971d6fab7e8880701fd60d 078fc3d This will most likely be fixed upstream, but fix it here: don't require mb support 6eda3bd Mark mbstring as an optional dependency for Horde_Css_Parser dec7f4c Optimize output of color strings 5861bac Optimize output of size values ea170b7 Parse CSS3 numeric values correctly ----------------------------------------------------------------------- commit 078fc3df1177201ebd996d25875aac45a3edea29 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 19 21:56:04 2013 -0600 This will most likely be fixed upstream, but fix it here: don't require mb support framework/Css_Parser/lib/Sabberworm/CSS/Parser.php | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/078fc3df1177201ebd996d25875aac45a3edea29 ----------------------------------------------------------------------- commit 6eda3bd3628e2388209f8eddc34c7a0cfe8a71eb Author: Michael M Slusarz <[email protected]> Date: Tue Mar 19 21:57:17 2013 -0600 Mark mbstring as an optional dependency for Horde_Css_Parser framework/Css_Parser/package.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/6eda3bd3628e2388209f8eddc34c7a0cfe8a71eb ----------------------------------------------------------------------- commit dec7f4ce6aac94252bc407183464cff48bec530c Author: Michael M Slusarz <[email protected]> Date: Tue Mar 19 23:44:54 2013 -0600 Optimize output of color strings Pull request pending upstream framework/Css_Parser/lib/Sabberworm/CSS/Value/Color.php | 19 ++++++++++++++- 1 files changed, 18 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/dec7f4ce6aac94252bc407183464cff48bec530c ----------------------------------------------------------------------- commit 5861bac7cd75b36f02c320d4efaaa3c9f58ee1e7 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 19 23:45:15 2013 -0600 Optimize output of size values Pull request pending upstream framework/Css_Parser/lib/Sabberworm/CSS/Value/Size.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/5861bac7cd75b36f02c320d4efaaa3c9f58ee1e7 ----------------------------------------------------------------------- commit ea170b7c258d7fc17fbc7639220a338fd0a95762 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 19 23:45:45 2013 -0600 Parse CSS3 numeric values correctly Pull request pending upstream. This should be the final fix necesary to allow the jquerymobile CSS to be parsed/output correctly. framework/Css_Parser/lib/Sabberworm/CSS/Parser.php | 38 +++++++------------ 1 files changed, 14 insertions(+), 24 deletions(-) http://git.horde.org/horde-git/-/commit/ea170b7c258d7fc17fbc7639220a338fd0a95762 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
