0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update to indicate this gem is deprecated. More... almost 13 years ago
Old test case More... almost 13 years ago
* Reduce dependence on HTML namespace in RDFa parser. * Add RDFa tests for HTML4 and HTML5 More... over 14 years ago
* Reduce dependence on HTML namespace in RDFa parser. * Add RDFa tests for HTML4 and HTML5 More... over 14 years ago
* Check complete xmlns prefix for validity More... over 14 years ago
* Fix but in white-space separated attributes * Downcase XHTML reserved words More... over 14 years ago
Re-applied rdfa-test-suite submodule. More... over 14 years ago
Try to fix rdfa-test-suite version. More... over 14 years ago
Version bump to 0.1.3 More... over 14 years ago
Merge branch 'rdfa-test-suite' More... over 14 years ago
Pass XML Literal content, rather than inner_html when creating literal. More... over 14 years ago
Set only required namespaces on XMLLiterals. More... over 14 years ago
Version bump to 0.1.2 More... over 14 years ago
* Integrate rdfa-test-suite and create test cases in the same manner. (Causing SPARQL problems with XMLLiterals) More... over 14 years ago
Add rdfa-test-suite More... over 14 years ago
Make Same Graph diffable. More... over 14 years ago
* Move most test-case logic into rdfa_helper. * Separate approved and unreviewed tests. * Allow for soft failure of unreviewed tests by catching Spec::Expectations::ExpectationNotMetError. More... over 14 years ago
=== 0.1.1 2009-10-25 * Added VERSION constant by reading VERSION file from gem root. * Fix [] parsing to not return a resource (TC 0121 and 0122). * Improve test-case manifest file parsing to extract expectedResults and use in matchers. More... over 14 years ago
=== 0.1.1 2009-10-25 * Added VERSION constant by reading VERSION file from gem root. * Fix [] parsing to not return a resource (TC 0121 and 0122). * Improve test-case manifest file parsing to extract expectedResults and use in matchers. More... over 14 years ago
Version bump to 0.1.1 More... over 14 years ago
First release: 0.1.0. All xhtml1 test cases pass. More... over 14 years ago
Version bump to 0.1.0 More... over 14 years ago
* Use to_html when re-serializing XMLLiterals, whitespace was being destroid otherwise. * All specs pass! More... over 14 years ago
* Use XML Parser, not HTML (this should probably vary on doc type). HTML parser was removing namespace declarations from XMLLiterals. * Added _profile_ option to RdfaParser#parse to set parsetype to xhtml1, html4, or html5. Right now only xhtml1 is used. More... over 14 years ago
* Add xml:lang to XMLLiterals as necessary * Don't add existing namespace definition to XML Literal * Special output for XML Literal to treat xml:lang within string. Add on create. * Added Namespace#xmlns_hash More... over 14 years ago
* Allow empty BNodes to be considered to be named More... over 14 years ago
* Add eql? and hash methods to BNode and URIRef to allow for uniq * Added test based on 0017 to find BNode XML output problems. More... over 14 years ago
=== 0.0.5 2009-10-17 * Fixed generation of RDF/XML for XML Literals. * Update Specs for style More... over 14 years ago
Version bump to 0.0.5 More... over 14 years ago
=== 0.0.4 2009-10-18 * Fixed namespace bug in RDF/XML generation from Graph * Fixed URI generation from namespace, which failed when suffix was a defined method of Namespace (use ns + suffix) More... over 14 years ago