summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-11Merge branch 'master' of github.com:Masterminds/html5-phpMatt Butcher
2014-02-11Fix for #25: Handle missing tag close in attribute list.Matt Butcher
2014-02-11Fixed infinite loop for char "&" in unquoted attributeMišo Belica
2014-02-11Removed trailing whitespaceMišo Belica
2014-02-11Fixed tests on Windows: changed "\n" -> PHP_EOLMišo Belica
2014-02-11Tests and code style + nbsp handlingAsmir Mustafic
2014-02-10Added Asmir Mustafic to the credits and re-organized the file to alpha orderi...Matt Farina
2014-02-10tests and html5 standardsAsmir Mustafic
2014-02-07#26: Updated the case handling for tags to allow for uppercase tags and norma...Matt Farina
2014-02-04escaping attributes in a different wayAsmir Mustafic
2014-02-04Added a test for 8785fc5775df52dd4a6b63677ebd08f8301ffdccAsmir Mustafic
2014-02-04Merge remote-tracking branch 'origin/patch-1' into patch-2Asmir Mustafic
2014-02-04Test enc output ruleAsmir Mustafic
2014-02-03Merge pull request #24 from goetas/patch-1Matt Butcher
2014-02-03Removed quote conversion to entity inside contentAsmir Mustafic
2014-02-03Update Tokenizer.phpAsmir Mustafic
2013-11-14There were 2 script lines and the second was not the one we wanted. Down to j...Matt Farina
2013-11-07Updated the release notes for 1.0.1Matt Farina
2013-11-06Added instruction processor tests that do something interesting and useful as...Matt Farina
2013-11-06Cleaning up the sarcasm tag parsing.Matt Farina
2013-11-06Adding html5 entities autogenerated lookup list for PHP 5.3 to code coverage ...Matt Farina
2013-11-06Added phpdoc to composer require-dev so we can generate docs.Matt Farina
2013-11-06Improving the documentation coverage.Matt Farina
2013-11-06Improved test coverage. This caused a bug in processor instructions to appear...Matt Farina
2013-11-05Added traverser test coverage for processing instructions.Matt Farina
2013-11-05Added tests for the output of processor instructions that lead to fixing that...Matt Farina
2013-11-05Added more tests for the HTML5 class to complete test coverage.Matt Farina
2013-11-05Adding interfaces and autogenerated file to code coverage blacklist.Matt Farina
2013-11-05Added code coverage to README and updated the RELEASE notes.Matt Farina
2013-11-05Added code coverage to Travis CI so it can be passed to coveralls.Matt Farina
2013-11-05Adding release badge linked to Packagist to README.Matt Farina
2013-11-05Adding coveralls support.Matt Farina
2013-11-05Adding composer install --dev back in.Matt Farina
2013-11-05Composer is already in Travis CI but is out of date. Switching from installin...Matt Farina
2013-11-05Adding phpunit back to composer.json. The require-dev is only fired off when ...Matt Farina
2013-11-04Updated the Relese notesMatt Farina
2013-11-04#20 Some of the parser rules, for special cases, were not returning the eleme...Matt Farina
2013-10-28Changed serialization for CDATA and comments.Matt Butcher
2013-10-28Regression tests for #19.Matt Butcher
2013-10-16One more try for travis notifications.Matt Farina
2013-10-16Fixed travis ci notifications for irc.Matt Farina
2013-10-16Added travis ci notificationsMatt Farina
2013-10-02Added a couple more docs for phpdoc.Matt Farina
2013-10-02Adding basic config file for phpdoc.Matt Farina
2013-10-02Updated the readme ahead of a 1.0.0 release.Matt Farina
2013-09-27Updated the homepage to be http rather than https because of the github ssl c...Matt Farina
2013-09-26Switched to late static bindings to make altering and building with these cla...Matt Farina
2013-09-26Updated the homepage to the project homepage using gh-pages.Matt Farina
2013-09-26For further reading on why composer works this way please see http://seld.be/...Matt Farina
2013-09-26Fixed a documentation bug.Matt Farina