summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-29Updating the release notes.Matt Farina
2014-04-29Updated to a new version of phpdoc.Matt Farina
2014-04-29Merge pull request #31 from miso-belica/fix-invalid-tag-namesMatt Farina
Don't throw an exception for invalid tag names
2014-04-16Don't throw an exception for invalid tag namesMišo Belica
2014-04-15Setting travis to use the phpunit included in the require-dev stack.Matt Farina
2014-04-15Updating the PHPUnit settings to use 4.x and ignore the build directory for ↵Matt Farina
code coverage builds.
2014-02-28Updating the release notes for 1.0.3.Matt Farina
2014-02-21Added disclaimer about attribute names.Matt Butcher
2014-02-21Merge pull request #29 from miso-belica/fix-wrong-attr-namesMatt Butcher
Ignore attributes with illegal characters in name
2014-02-21Ignore attributes with illegal chars in name (fixes #23)Mišo Belica
This is neccesary because method "DOMElement::setAttribute" throws exception for wrong names so DOM elements can't contain these attributes.
2014-02-19Removed trailing whitespaceMišo Belica
2014-02-12Updated the changelog for a release.Matt Farina
2014-02-12Updated the changelog.Matt Farina
2014-02-11Updated the text escaping and added some separation between escaping and ↵Matt Farina
converting named character references.
2014-02-11Merge pull request #25 from goetas/patch-2Matt Farina
Removed quote conversion to entity inside content
2014-02-11Added miso-belica to the CREDITS file.Matt Butcher
2014-02-11Merge pull request #27 from miso-belica/fix-win-eol-testsMatt Butcher
Fixed tests on Windows: changed "\n" -> PHP_EOL
2014-02-11Merge pull request #28 from miso-belica/fix-infinite-cycleMatt Butcher
Fixed infinite loop for char "&" in unquoted attribute
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
New lines are represented by "\r\n" characters on Windows so tests relying on "\n" are failing.
2014-02-11Tests and code style + nbsp handlingAsmir Mustafic
2014-02-10Added Asmir Mustafic to the credits and re-organized the file to alpha ↵Matt Farina
ordering for contributors.
2014-02-10tests and html5 standardsAsmir Mustafic
2014-02-07#26: Updated the case handling for tags to allow for uppercase tags and ↵Matt Farina
normalizing tag names to lowercase (per 8.2.4.9) except for SVG foreign tags that are case sensitive.
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
Newlines and tabs are allowed inside quoted attributes (HTML5 8.2.4)
2014-02-03Removed quote conversion to entity inside contentAsmir Mustafic
Encoding quotes inside element contents may be not necessary
2014-02-03Update Tokenizer.phpAsmir Mustafic
Newlines and tabs are allowed inside quoted attributes
2013-11-14There were 2 script lines and the second was not the one we wanted. Down to ↵Matt Farina
just the travis config we need.
2013-11-07Updated the release notes for 1.0.1Matt Farina
2013-11-06Added instruction processor tests that do something interesting and useful ↵Matt Farina
as an example
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
blacklist.
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 ↵Matt Farina
appear. Fix them so they actually work now.
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 ↵Matt Farina
that method.
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