The branch "imp_6_1" has been updated. The following is a summary of the commits.
from: 17b2e1695378496d1fff4273b2551003d6abdb5f 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 5ba40c2 Merge branch 'master' into imp_6_1 75b92fc Fix migration script ----------------------------------------------------------------------- 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 ----------------------------------------------------------------------- commit 5ba40c28aba53190a0361b75ae3f0691a2ecfe17 Merge: 17b2e16 ea170b7 Author: Michael M Slusarz <[email protected]> Date: Wed Mar 20 00:18:31 2013 -0600 Merge branch 'master' into imp_6_1 framework/Css_Parser/lib/Sabberworm/CSS/Parser.php | 48 +++++++-------- framework/Css_Parser/lib/Sabberworm/CSS/Value/Color.php | 19 ++++++- framework/Css_Parser/lib/Sabberworm/CSS/Value/Size.php | 4 +- framework/Css_Parser/package.xml | 5 ++ 4 files changed, 48 insertions(+), 28 deletions(-) http://git.horde.org/horde-git/-/commit/5ba40c28aba53190a0361b75ae3f0691a2ecfe17 ----------------------------------------------------------------------- commit 75b92fcb5117c8745f6cfe45b5344cd28624022d Author: Michael M Slusarz <[email protected]> Date: Wed Mar 20 00:23:13 2013 -0600 Fix migration script I *think* SQL requires single quotes here instead of double quotes. At the very least, Postgres was erroring with this message: SQLSTATE[42703]: Undefined column: 7 ERROR: column "imp.%" does not exist imp/migration/3_imp_maillog_update.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/75b92fcb5117c8745f6cfe45b5344cd28624022d -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
