summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-09-26The serializer was a wrapper for serializing the same way html5 at the top le...Matt Farina
2013-09-26Moved the output rules from being a configurable option. This is part of a ch...Matt Farina
2013-09-15Fix for #13: Malformed HTML is getting mangled instead of fixed.Matt Butcher
2013-09-15Added phpunit to require-dev in composer.json.Matt Butcher
2013-09-15Added composer.lock to gitignore.Matt Butcher
2013-09-15Fixed the logic for search for a close-instruction (#16).Matt Butcher
2013-09-15For #16, removed extra wr(' ') from PI serializer.Matt Butcher
2013-09-15Fix for #16: $ele changed to $node.Matt Butcher
2013-09-15Committed MrElectronic's change for #17.Matt Butcher
2013-08-27#12 Added a comment to the readme that the parser does not support XML style ...Matt Farina
2013-08-10#10: Adding a credits file and including credit from #9.Matt Farina
2013-08-10#11: Updated the text handling in the tree builder to more accurately work in...Matt Farina
2013-08-07#11: Updating the text handling for parsing when in before head mode. Now pas...Matt Farina
2013-07-23Merge pull request #9 from ngreduce/masterMatt Butcher
2013-07-10wrong $this->scanner->next() call.Kuhar Vasily
2013-07-01Added test for autoclosing li.Matt Farina
2013-07-01Noting some of the elements are feature complete.Matt Farina
2013-07-01Added svg test that handles elements. Note, attribute tests were already done.Matt Farina
2013-07-01Added more mathml tests.Matt Farina
2013-06-28Updated documentation on elements and exception.Matt Butcher
2013-06-28Merge branch 'master' of github.com:Masterminds/html5-phpMatt Butcher
2013-06-28Documentation updates for Beta 1!Matt Butcher
2013-06-28Added a test around prefixed xml. It's a weird and invalid case. But, followi...Matt Farina
2013-06-27Merge branch 'master' of github.com:Masterminds/html5-phpMatt Butcher
2013-06-27Changing prefix handling per section 2.9 of the spec.Matt Butcher
2013-06-26#8 Testing saving of fragments.Matt Farina
2013-06-26Added a bunch of serializer tests to test fragments.Matt Farina
2013-06-26Removed extra method for preparing htmlMatt Farina
2013-06-26Fixed an issue when writing fragments and trying to check for a tag name on a...Matt Farina
2013-06-26Added basic architectural documentation for the serializer/writerMatt Farina
2013-06-26Added DOMDocumentFragment to the parser documentation.Matt Farina
2013-06-26Added a helper method of loadHTMLFragment to get a DOMDocumentFragment.Matt Farina
2013-06-26Moved serializing of DOMDocumentFragment to walking since we will only ever e...Matt Farina
2013-06-25Updated unit tests to test #8 fragment parser.Matt Butcher
2013-06-25Issue #8: Can now parse fragments.Matt Butcher
2013-06-24Trying another method of fragment parsing.Matt Butcher
2013-06-24#8: Added DOMDocumentFragment serializing.Matt Farina
2013-06-20Updating Travis CI config to test against PHP 5.5 not that it is released.Matt Farina
2013-06-18Copied errors from document to fragment.Matt Butcher
2013-06-18More work on fragment parser.Matt Butcher