summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-26Merge pull request #132 from Masterminds/i-131Asmir Mustafic
Allow entity references containing numbers
2017-07-26Add php 7.1 and fix hhvm buildAsmir Mustafic
2017-07-26Fix https://github.com/Masterminds/html5-php/issues/131Asmir Mustafic
2017-04-07Minor README fixes.Matt Butcher
2017-04-07Updated READMEMatt Butcher
2016-09-26Merge pull request #120 from siwinski/pr-fix-2-2-2-release-dateAsmir Mustafic
Fix 2.2.2 release date
2016-09-25Fix 2.2.2 release dateShawn Iwinski
2016-09-22Release 2.2.2Asmir Mustafic
2016-09-22Merge pull request #119 from Masterminds/vkunz-fix_empty_optgroup-2xAsmir Mustafic
fix parsing of options of an optgroup
2016-09-22removed loop and renamed testAsmir Mustafic
2016-09-22renamed labelAsmir Mustafic
2016-09-22don't close optgroup when followed by an optionValentin Kunz
Make sure options are children of optgroup, not the parent select. Otherwise we end up with a bunch of empty optgroups.
2016-09-22Merge pull request #116 from Masterminds/case-sensitive-namesAsmir Mustafic
In XML mode, tags are case sensitive
2016-09-22Merge pull request #117 from Masterminds/downsider-bugfix-outputrules-noticeAsmir Mustafic
Fix PHP Notice in OutputRules
2016-08-19Alternative implementation of https://github.com/Masterminds/html5-php/pull/115Asmir Mustafic
2016-08-18Add test for handling invalid TEXT_RAW child nodesDanny Smart
2016-08-17In XML mode, tags are case sensitiveAsmir Mustafic
Fixes #114
2016-08-17When outputting a TEXT_RAW node, make sure each child is an instance of ↵Danny Smart
DOMCharacterData
2016-05-10Updated release notesMatt Farina
2016-05-10Updated release notes for 2.2.1Matt Farina
2016-05-10Merge pull request #111 from Masterminds/test-addressMatt Farina
Adding test for the address tag
2016-05-10Adding test for the address tagMatt Farina
2016-05-10Merge pull request #110 from sylus/feature-html5-addressMatt Farina
Correct address tag to reflect proper specification.
2016-05-09Correct address to reflect proper specfiication.William Hearn
https://github.com/Masterminds/html5-php/issues/109
2016-04-11Updating release notes for 2.2.0 releaseMatt Farina
2016-04-07Updated docs to reflect implemented QueryPath support.Matt Farina
Note, numerous spaces to end lines were also cleaned up.
2016-04-07Enable composer cacheAsmir Mustafic
2016-03-28Merge pull request #99 from Masterminds/fix/98Asmir Mustafic
Fixes #98: a DOM is allowed within noscript tags
2016-03-19Merge pull request #100 from mundschenk-at/ini_set_removalMatt Butcher
Use mb_substitute_character inset of ini_set
2016-03-19Use mb_substitute_character instead of ini_setDer Mundschenk & Compagnie
2016-03-18Fixes #98: a DOM is allowed within noscript tagsMatt Farina
When JavaScript is disabled noscript tags become transparent to to the DOM. For more details see: https://w3c.github.io/html/semantics-scripting.html#the-noscript-element While this notes limitations in the values in the head there are different sets elsewhere such as in: https://w3c.github.io/html/syntax.html#the-in-head-noscript-insertion-mode Since this is not a validating parser this handling it to make it transparent.
2016-03-15Fixes #96: Parser breaking xml:href on svgs that use the "use" elementMatt Farina
2016-02-06Merge pull request #95 from layershifter/2.xAsmir Mustafic
Issue #94 UTF8Utils::countChars() - extra bad perfomance with iconv_s…
2016-01-31Issue #94 UTF8Utils::countChars() - extra bad perfomance with iconv_strlen()Alexander
2016-01-26Issue #94 UTF8Utils::countChars() - extra bad perfomance with iconv_strlen()Alexander
2016-01-14Merge pull request #93 from ericdowell/patch-1Asmir Mustafic
Update composer.json
2016-01-14phpunit fails to run on php 7.1.0-dev, adding php 7.0 to travis config and ↵Eric Dowell
removing nightly.
2016-01-13Update composer.jsonEric Dowell
Updated satooshi/php-coveralls package to 1.0.* so guzzlehttp/guzzle (~6.0) is used instead of old deprecated guzzle/guzzle (3.9.3)
2015-07-21Merge pull request #90 from alexpott/patch-1Matt Farina
Update TokenizerTest.php
2015-07-15Update TokenizerTest.phpalexpott
Remove duplicate array key
2015-06-23Removing an old fixme comment about PIMatt Farina
2015-06-22doctype method has no arguments. Fixing.Matt Farina
2015-06-19Correcting the @return type to a phpdoc value.Matt Farina
2015-06-18Updated comment to reflect return value.Matt Farina
Comment on Elements::element for return value didn't reflect all possible types and Scrutinizer noted this. Updated.
2015-06-09Adding back the external code coverage.Matt Farina
2015-06-09setting scrutinizer to handle code coverageMatt Farina
Previous scrutinizer was set to have `external_code_coverage: true` which expects another tool to handle it. https://scrutinizer-ci.com/docs/tools/external-code-coverage/
2015-06-09Merge pull request #85 from Masterminds/scrutinizerMatt Farina
Added scrutinizer CI
2015-06-08Merge pull request #88 from Masterminds/commentsMatt Farina
Allow multiple root nodes
2015-06-07Allow multiple root nodesAsmir Mustafic
2015-06-07Preparing 2.1.2 releaseAsmir Mustafic