By Matt Butcher
Development
Curse you, fenced code blocks!
m README.md
Curse you, fenced code blocks!
Your syntax eludes me!
Categories: Development
Updated build.xml to point to current pyrus.
m build.xml
Updated build.xml to point to current pyrus.
Categories: Development
Removed version string from composer.
m composer.json
Removed version string from composer.
Categories: Development
Removed now-defunct QPXML2.
- src/QueryPath/Extension/QPXML2.php
Removed now-defunct QPXML2.
All XML extensions are in QPXML.
Categories: Development
Moved XML2 code into XML.
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.
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.
m composer.json
Added keywords to composer.json.
Categories: Development
Added first attempt at a composer.json file.
+ composer.json
Added first attempt at a composer.json file.
Categories: Development
Merge pull request #66 from fiveminuteargument/master
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
m src/QueryPath/CssEventHandler.php
Updated adjacent() to skip text nodes. IMO, this is correct duplication
of CSS selectors.
Categories: Development
Initial commit of Xander Guzman's XML2 extension.
+ src/QueryPath/Extension/QPXML2.php
Initial commit of Xander Guzman's XML2 extension.
Categories: Development
Updated unit tests, re-fixed #63.
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








