summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-17Documentation about #45Asmir Mustafic
2014-06-17PSR-2 formattingAsmir Mustafic
2014-06-17Custom namespaces (XML style)Asmir Mustafic
2014-06-12Wrong namespace slashAsmir Mustafic
2014-06-12Merge branch 'cognifloyd-master' into official-masterAsmir Mustafic
2014-06-11Update examplesJacob Floyd
Removes the static methods left over in the example.php file and adds ``use Masterminds\HTML5;`` statements in the examples. Also, added cognifloyd to CREDITS file.
2014-06-11PSR-2 code styleAsmir Mustafic
2014-06-11PSR-0 vendor namespaceAsmir Mustafic
2014-06-11Fixed broken test after #37 margeAsmir Mustafic
2014-06-11Merge pull request #37 from goetas/new-error-handlingAsmir Mustafic
Refactored HTML5 class, removed static methods
2014-06-10Updating the master branch for 2.0 development.Matt Farina
2014-06-10Updated the release notes for 1.0.5.Matt Farina
2014-06-09Updated the release notes preparing for the next release.Matt Farina
2014-06-09#32 Fixed bug where character references were being encoded in style tags.Matt Farina
2014-06-09Added a test to verify we don't have a script being cut off part way though ↵Matt Farina
as in QueryPath #136.
2014-06-06Wrong param name on loadHTMLFile methodAsmir Mustafic
2014-06-04Refactored HTML5 class (no more static methods) and explicit errorAsmir Mustafic
handling
2014-05-30Added pointer to CREDITS fileMatt Butcher
2014-05-30Added #40 and #41.Matt Butcher
2014-05-30Added goetas and KitaitiMakoto to CREDITSMatt Butcher
2014-05-30Merge pull request #41 from KitaitiMakoto/rcdataMatt Farina
Parse RCDATA the right way
2014-05-25Parse RCDATA the right wayKITAITI Makoto
2014-05-16Merging in composer extra section.Matt Farina
2014-05-15Merge pull request #34 from goetas/prs-testsMatt Farina
Fixes the testing errors and makes the tests PSR compatible
2014-05-14Update TokenizerTest.phpAsmir Mustafic
2014-05-14Update DOMTreeBuilderTest.phpAsmir Mustafic
2014-05-141.0 as master dev branchAsmir Mustafic
2014-05-14Moved some class in separate filesAsmir Mustafic
2014-05-12Composer autoloadAsmir Mustafic
2014-05-12PRS-4 testsAsmir Mustafic
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