summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-03Added tests to fill out the HTML5 class.Matt Farina
2013-06-01Noting in readme that composer support is done.Matt Farina
2013-06-01Updated composer.json to prepare for release on packagist.Matt Farina
2013-05-30Updated the option naming so the serializer and parser can share the same def...Matt Farina
2013-05-30Removed the options argument from the parser since they aren't being used.Matt Farina
2013-05-30Added travis ci status to the readme.Matt Farina
2013-05-30Updated the overall test of parse, render, parse to use a lowercase doctype.Matt Farina
2013-05-30Merge branch 'master' of github.com:Masterminds/html5-phpMatt Butcher
2013-05-30Fix for issue #6: DOCTYPE is no longer case sensitive.Matt Butcher
2013-05-30Added tests to make sure we can parse, save, and then parse the saved document.Matt Farina
2013-05-30Added details about the outputrules to the readme.mdMatt Farina
2013-05-30Added email address to license.Matt Farina
2013-05-29Moved mbstring encoding to be used before iconv. Tests passing on PHP 5.4.Matt Farina
2013-05-29Fixed test failures in PHP 5.4.Matt Farina
2013-05-28Adding travis-ci config file.Matt Farina
2013-05-28Fixed failed test suite runs.Matt Farina
2013-05-28Updating composer.json.Matt Butcher
2013-05-27Added OutputRules tests.Matt Farina
2013-05-27Removing an outdated comment.Matt Farina
2013-05-27Handling in the traverser the case where the dom passed in is a node list.Matt Farina
2013-05-27Added an interface for Output Rules to document how they work.Matt Farina
2013-05-27Added some rule documentation.Matt Farina
2013-05-27Fixed cdata and text handling.Matt Farina
2013-05-27Seperated the Traverser from the Output generation.Matt Farina
2013-05-25Fixed issue #3: static call to non-static method.Matt Butcher
2013-05-23Fixed the serializer tests. They were testing on fragments which are not curr...Matt Farina
2013-05-22Updating the serializer tests to use the proper html5 static method.Matt Farina
2013-05-18Fixed issue where closing tags were not being written.Matt Farina
2013-05-18Merge branch 'master' of github.com:technosophos/HTML5-PHPMatt Farina
2013-05-18General escaping and full html5 encoding with named character references work.Matt Farina
2013-05-15Updated docs.Matt Butcher
2013-05-15Updated the README and example.php to the new html5 base api changes.Matt Farina
2013-05-15Updated the \HTML5 class to parse with static methods, updated the Traverser ...Matt Farina
2013-05-15Merge branch 'master' of github.com:technosophos/HTML5-PHPMatt Farina
2013-05-15Removed the last vestiges of libhtml5.Matt Butcher
2013-05-15Updated main HTML5 class.Matt Butcher
2013-05-15Updaed TreeBuildingRules for tables and other elements.Matt Butcher
2013-05-07Only raw text should not be encoded (e.g., text in a script or style tag).Matt Farina
2013-05-07Make encoding work (with testing) under php 5.3.Matt Farina
2013-05-07Tested and updated the traverser encoding in php 5.4.Matt Farina
2013-05-07Fixed writing text node.Matt Farina
2013-05-06Updated the traverser to use the html5 parser.Matt Farina
2013-05-06Updated the traverser text method and added a test.Matt Farina
2013-05-06Updated the TEXT_RAW tags to be those specified and those that should act lik...Matt Farina
2013-05-06Starting work on internals of the traverser.Matt Farina
2013-05-06Added some commenting on the operation of the traverser.Matt Farina
2013-05-03Added comments and tests for wr on traverser.Matt Farina
2013-05-03Tests and comments for new lines in the traverser.Matt Farina
2013-05-03Added constructor test to the traverser.Matt Farina
2013-05-02Merge branch 'master' of github.com:technosophos/HTML5-PHPMatt Farina