]> git.sesse.net Git - xml-template/history
xml-template
2007-03-01 sgunderson@bigfoot.comDocumentation update.
2007-03-01 sgunderson@bigfoot.comAdd a note about non-reentrancy.
2007-03-01 sgunderson@bigfoot.comRevert the deferred stuff; it doesn't work as long...
2007-03-01 sgunderson@bigfoot.comAdd deferred parsing for perl-sax. Doesn't work yet...
2007-03-01 sgunderson@bigfoot.comSlight refactoring of the perl-sax frontend.
2007-03-01 sgunderson@bigfoot.comIn perl-sax, ignore the name to find the right end...
2007-03-01 sgunderson@bigfoot.comFix the cleaner so it doesn't confuse the layers above...
2007-03-01 sgunderson@bigfoot.comTry to handle the perl-sax issue differently.
2007-03-01 sgunderson@bigfoot.comRevert r113 and r114, we'll try to solve it slightly...
2007-03-01 sgunderson@bigfoot.comFix some junk; Cleaner doesn't take an object.
2007-03-01 sgunderson@bigfoot.comFix some internal oddities in perl-sax/structure; howev...
2007-03-01 sgunderson@bigfoot.comTry to fix the structure test, but fail miserably.
2007-03-01 sgunderson@bigfoot.comRemove some debugging stuff.
2007-03-01 sgunderson@bigfoot.comAdd perl-sax/structure test, blows up (as expected).
2007-03-01 sgunderson@bigfoot.comAdd ruby/structure test, passes.
2007-03-01 sgunderson@bigfoot.comAdd python/structure tests, passes.
2007-03-01 sgunderson@bigfoot.comAdd php/structure test, passes.
2007-03-01 sgunderson@bigfoot.comAdd a structure test.
2007-03-01 sgunderson@bigfoot.comAdd perl-sax/namespace{,2} tests. Pass directly.
2007-03-01 sgunderson@bigfoot.comHand-merge from borked repository. Main changes are...
2007-03-01 sgunderson@bigfoot.comAdd perl-sax/attribute-empty test, works directly....
2007-03-01 sgunderson@bigfoot.comAdd perl-sax/attribute[23] tests. Work directly.
2007-03-01 sgunderson@bigfoot.comMake perl-sax/attribute test pass.
2007-03-01 sgunderson@bigfoot.comAdd a (failing) perl-sax/attribute test.
2007-03-01 sgunderson@bigfoot.comHack the XML diff script so it can deal with comments...
2007-03-01 sgunderson@bigfoot.comFix include for perl-sax. Now only need to fix the...
2007-03-01 sgunderson@bigfoot.comFind out how we're going to handle includes. Some comme...
2007-03-01 sgunderson@bigfoot.comAdd a FIXME.
2007-03-01 sgunderson@bigfoot.comFix up the SAX cleaner. Passes cloning test!
2007-03-01 sgunderson@bigfoot.comuse strict, use warnins. Glah!
2007-03-01 sgunderson@bigfoot.comAlmost fix cloning. Yay!
2007-03-01 sgunderson@bigfoot.comAdd a Buffer class, for the SAX stuff.
2007-03-01 sgunderson@bigfoot.comSplit out the TemplateSAX modules into separate files.
2007-03-01 sgunderson@bigfoot.comAdd (failing) perl-sax/clone test.
2007-03-01 sgunderson@bigfoot.comParse the IDs properly. perl-sax/simple passes!
2007-03-01 sgunderson@bigfoot.comIntroduce a SAX cleaner.
2007-03-01 sgunderson@bigfoot.comMake perl-sax/simple almost work.
2007-03-01 sgunderson@bigfoot.comStart working on a SAX version of the Perl stuff. Very...
2006-10-04 sgunderson@bigfoot.comAdded a note about the test suite.
2006-10-04 sgunderson@bigfoot.comMake the PHP attribute-empty hack less ugly.
2006-10-04 sgunderson@bigfoot.comMake Python pass attribute3.py.
2006-10-04 sgunderson@bigfoot.comMake PHP pass attribute3.
2006-10-04 sgunderson@bigfoot.comRemove unused code in xml-template.php.
2006-10-04 sgunderson@bigfoot.comFix attribute3 test for Perl.
2006-10-04 sgunderson@bigfoot.comAdd a new "attribute3" test, for testing undef/NULL...
2006-10-04 sgunderson@bigfoot.comSimplify the attribute-empty.{pl,py} test cases a bit.
2006-10-04 Steinar H. GundersonAdjust the columns in test.sh.
2006-10-04 Steinar H. GundersonHack attribute-empty.php so the test passes.
2006-10-03 Steinar H. GundersonAdd PHP and Python variants of attribute-empty.
2006-10-03 Steinar H. GundersonAdd a new "attribute-empty" test.
2006-09-06 sgunderson@bigfoot.comFix some possible attribute issues with the Python...
2006-09-06 sgunderson@bigfoot.comMake the test suite output slightly easier (?) to read.
2006-09-06 sgunderson@bigfoot.comDocument that we've got a Python version.
2006-09-06 sgunderson@bigfoot.comImplement alternate() in Python. All Python tests pass!
2006-09-06 sgunderson@bigfoot.comFix DOM replacement. include.py works!
2006-09-06 sgunderson@bigfoot.comFix a possible latent overwrite bug in the Python version.
2006-09-06 sgunderson@bigfoot.comFix even more silly errors in attribute.py. attribute...
2006-09-06 sgunderson@bigfoot.comAll xml-diff errors should be fatal.
2006-09-06 sgunderson@bigfoot.comFix silly error in attribute.py test.
2006-09-06 sgunderson@bigfoot.comFix cleaning in the Python version. clone test passes!
2006-09-06 sgunderson@bigfoot.comIn Python substitute, compare on local name, not name.
2006-09-06 sgunderson@bigfoot.comFix much of the cloning.
2006-09-06 sgunderson@bigfoot.comFix the exceptions in the cloning. Still doesn't work...
2006-09-06 sgunderson@bigfoot.comMake the Python tests use lists instead of tuples.
2006-09-06 sgunderson@bigfoot.comStart implementing cloning in Python.
2006-09-06 sgunderson@bigfoot.comWrite enough of the Python version to make it pass...
2006-09-06 sgunderson@bigfoot.comDon't need to run the full battery of tests every time.
2006-09-06 sgunderson@bigfoot.comAdd a skeleton xmltemplate.alternate.
2006-09-06 sgunderson@bigfoot.comAdd full range of Python regression tests.
2006-09-06 sgunderson@bigfoot.comMake the Python version pass the passthru test...
2006-09-06 sgunderson@bigfoot.comAdd a trivial new “pass through” test.
2006-09-06 sgunderson@bigfoot.comAdd a skeleton python version.
2006-09-06 sgunderson@bigfoot.comRun PHP4 tests with -q, to avoid trying to diff non...
2006-09-06 sgunderson@bigfoot.comActually output the error when we get one.
2006-09-06 sgunderson@bigfoot.comFix an error in test.sh.
2006-09-06 sgunderson@bigfoot.comBe yet more flexible about the textual node diffing.
2006-09-06 sgunderson@bigfoot.comBe a bit more friendly in the textual diff.
2006-09-06 sgunderson@bigfoot.comAdd reference files, and fix a few bugs in the test...
2006-09-06 sgunderson@bigfoot.comAdd a simple test harness.
2006-09-06 sgunderson@bigfoot.comCheck the contents of text nodes when diffing.
2006-09-06 sgunderson@bigfoot.comRemember to die if number of children differs.
2006-09-06 sgunderson@bigfoot.comIgnore xmlns stuff on both sides.
2006-09-06 sgunderson@bigfoot.comWork around that XML::NamespaceSupport uses undef inste...
2006-09-06 sgunderson@bigfoot.comFix yet more undefined variable errors.
2006-09-06 sgunderson@bigfoot.comMore fixes.
2006-09-06 sgunderson@bigfoot.comFix more silly errors.
2006-09-06 sgunderson@bigfoot.comFix a syntax error.
2006-09-06 sgunderson@bigfoot.comAdd the beginnings of a test suite.
2006-09-06 sgunderson@bigfoot.comAdd (empty) python directory.
2006-08-13 sgunderson@bigfoot.comFinally figure out how to remove attributes in PHP.
2006-08-12 sgunderson@bigfoot.comFix "ID bleeding" in the PHP.
2006-08-12 sgunderson@bigfoot.comRevert the NULL mess in PHP; we don't need it anyhow.
2006-08-12 sgunderson@bigfoot.comTweaks to "empty cloning" in PHP.
2006-08-12 sgunderson@bigfoot.comYet more cloning fixes for PHP. *sigh*
2006-08-12 sgunderson@bigfoot.comYet more clone fixes for PHP.
2006-08-12 sgunderson@bigfoot.comFix some cleaning bugs.
2006-08-12 sgunderson@bigfoot.comMake a workaround for PHP's broken clone_node().
2006-08-12 sgunderson@bigfoot.comAdd a small cloning test, which PHP fails...
2006-08-12 sgunderson@bigfoot.comHorrible workaround for PHP's namespace bugs.
2006-08-12 sgunderson@bigfoot.com"Deep clean" the DOM object we include.
next