QueryPath Commits

Updated README.

Fri, 2012-02-03 17:26
m README.md Updated README.
Categories: Development

Removed version string from composer.

Fri, 2012-02-03 17:10
m composer.json Removed version string from composer.
Categories: Development

Removed now-defunct QPXML2.

Fri, 2012-02-03 17:04
- src/QueryPath/Extension/QPXML2.php Removed now-defunct QPXML2. All XML extensions are in QPXML.
Categories: Development

Moved XML2 code into XML.

Fri, 2012-02-03 17:03
m src/QueryPath/Extension/QPXML.php Moved XML2 code into XML. This was the planned move. Coding standards aren't all the way updated, yet. But the code seems to be functional.
Categories: Development

Hardcoding version into composer.json.

Thu, 2012-02-02 16:10
m composer.json Hardcoding version into composer.json. Packagist is not picking up the tag names, so I am trying to manually add version info.
Categories: Development

Added keywords to composer.json.

Thu, 2012-02-02 15:35
m composer.json Added keywords to composer.json.
Categories: Development

Added first attempt at a composer.json file.

Thu, 2012-02-02 15:31
+ composer.json Added first attempt at a composer.json file.
Categories: Development

Updated docs for #65

Thu, 2011-12-22 11:23
m CREDITS m RELEASE Updated docs for #65
Categories: Development

Merge pull request #66 from fiveminuteargument/master

Thu, 2011-12-22 11:18
m src/QueryPath/CssEventHandler.php Merge pull request #66 from fiveminuteargument/master Update of adjacent() method
Categories: Development

Updated adjacent() to skip text nodes. IMO, this is correct duplication

Thu, 2011-12-22 05:49
m src/QueryPath/CssEventHandler.php Updated adjacent() to skip text nodes. IMO, this is correct duplication of CSS selectors.
Categories: Development

Added to RELEASE notes for #64.

Wed, 2011-12-14 08:52
m RELEASE Added to RELEASE notes for #64.
Categories: Development

Updated release notes.

Wed, 2011-12-14 08:46
m CREDITS m RELEASE Updated release notes.
Categories: Development

Initial commit of Xander Guzman's XML2 extension.

Wed, 2011-12-14 08:42
+ src/QueryPath/Extension/QPXML2.php Initial commit of Xander Guzman's XML2 extension.
Categories: Development

Updated gitignore.

Wed, 2011-12-14 08:35
m .gitignore Updated gitignore.
Categories: Development

Updated unit tests, re-fixed #63.

Fri, 2011-11-18 12:09
m src/QueryPath/CssParser.php m src/QueryPath/QueryPath.php m test/Tests/QueryPath/BottomUpCssEventHandlerTests.php m test/Tests/QueryPath/CssEventTest.php m test/Tests/QueryPath/Extensions/QPDBTest.php m test/Tests/QueryPath/Extensions/QPListTest.php m test/Tests/QueryPath/Extensions/QPTPLTest.php m test/Tests/QueryPath/Extensions/QPXMLTest.php m test/Tests/QueryPath/Extensions/QPXSLTest.php m test/Tests/QueryPath/QueryPathEntitiesTest.php m test/Tests/QueryPath/QueryPathExtensionTest.php m test/Tests/QueryPath/QueryPathOptionsTest.php m test/Tests/QueryPath/QueryPathTest.php Updated unit tests, re-fixed #63.
Categories: Development

Fixed Issue #63, thanks to marktheunissen.

Fri, 2011-11-18 11:20
m RELEASE m src/QueryPath/QueryPath.php Fixed Issue #63, thanks to marktheunissen.
Categories: Development

Fixed version number in doxy config.

Mon, 2011-10-17 12:31
m config.doxy Fixed version number in doxy config.
Categories: Development