Come to the 2010 CMS Expo

QueryPath Commits

Fix for issue #14.

Wed, 2010-01-13 21:59
m src/QueryPath/QueryPath.php m test/Tests/QueryPath/Extensions/QPTPLTest.php m test/Tests/QueryPath/QueryPathTest.php Fix for issue #14. Fixed XPath shortcuts for issue #14. There are still some errors in a few of the Extension tests that need fixing.
Categories: Development

Adding regression test for issue 14.

Wed, 2010-01-13 21:27
m src/QueryPath/CssEventHandler.php m src/QueryPath/QueryPath.php m test/Tests/QueryPath/QueryPathTest.php Adding regression test for issue 14. QueryPath is still failing this test.
Categories: Development

Bug fixes for :contains() pseudo-class.

Fri, 2009-12-04 20:58
m src/QueryPath/CssEventHandler.php m src/QueryPath/CssParser.php m test/Tests/QueryPath/CssEventTest.php Bug fixes for :contains() pseudo-class. Strip backslashes from processed content, strip quotes from :contains() contents.
Categories: Development

Updated iterator for speed improvements.

Tue, 2009-12-01 21:27
m src/QueryPath/QueryPath.php Updated iterator for speed improvements. Backported from Quasar branch.
Categories: Development

Made setMatches public.

Tue, 2009-12-01 21:25
m src/QueryPath/QueryPath.php Made setMatches public.
Categories: Development

Made a few internal QueryPath vars protected.

Mon, 2009-11-16 21:34
m src/QueryPath/QueryPath.php Made a few internal QueryPath vars protected. Instead of private, made a few variables protected to allow extending classes a little more leeway.
Categories: Development

minor changes to unit tests.

Mon, 2009-11-16 21:11
m test/Tests/QueryPath/CssEventTest.php m test/Tests/QueryPath/QueryPathTest.php minor changes to unit tests.
Categories: Development