]> git.sesse.net Git - xml-template/shortlog
xml-template
2007-03-01 sgunderson... Documentation update.
2007-03-01 sgunderson... Add a note about non-reentrancy.
2007-03-01 sgunderson... Revert the deferred stuff; it doesn't work as long...
2007-03-01 sgunderson... Add deferred parsing for perl-sax. Doesn't work yet...
2007-03-01 sgunderson... Slight refactoring of the perl-sax frontend.
2007-03-01 sgunderson... In perl-sax, ignore the name to find the right end...
2007-03-01 sgunderson... Fix the cleaner so it doesn't confuse the layers above...
2007-03-01 sgunderson... Try to handle the perl-sax issue differently.
2007-03-01 sgunderson... Revert r113 and r114, we'll try to solve it slightly...
2007-03-01 sgunderson... Fix some junk; Cleaner doesn't take an object.
2007-03-01 sgunderson... Fix some internal oddities in perl-sax/structure; howev...
2007-03-01 sgunderson... Try to fix the structure test, but fail miserably.
2007-03-01 sgunderson... Remove some debugging stuff.
2007-03-01 sgunderson... Add perl-sax/structure test, blows up (as expected).
2007-03-01 sgunderson... Add ruby/structure test, passes.
2007-03-01 sgunderson... Add python/structure tests, passes.
2007-03-01 sgunderson... Add php/structure test, passes.
2007-03-01 sgunderson... Add a structure test.
2007-03-01 sgunderson... Add perl-sax/namespace{,2} tests. Pass directly.
2007-03-01 sgunderson... Hand-merge from borked repository. Main changes are...
2007-03-01 sgunderson... Add perl-sax/attribute-empty test, works directly....
2007-03-01 sgunderson... Add perl-sax/attribute[23] tests. Work directly.
2007-03-01 sgunderson... Make perl-sax/attribute test pass.
2007-03-01 sgunderson... Add a (failing) perl-sax/attribute test.
2007-03-01 sgunderson... Hack the XML diff script so it can deal with comments...
2007-03-01 sgunderson... Fix include for perl-sax. Now only need to fix the...
2007-03-01 sgunderson... Find out how we're going to handle includes. Some comme...
2007-03-01 sgunderson... Add a FIXME.
2007-03-01 sgunderson... Fix up the SAX cleaner. Passes cloning test!
2007-03-01 sgunderson... use strict, use warnins. Glah!
2007-03-01 sgunderson... Almost fix cloning. Yay!
2007-03-01 sgunderson... Add a Buffer class, for the SAX stuff.
2007-03-01 sgunderson... Split out the TemplateSAX modules into separate files.
2007-03-01 sgunderson... Add (failing) perl-sax/clone test.
2007-03-01 sgunderson... Parse the IDs properly. perl-sax/simple passes!
2007-03-01 sgunderson... Introduce a SAX cleaner.
2007-03-01 sgunderson... Make perl-sax/simple almost work.
2007-03-01 sgunderson... Start working on a SAX version of the Perl stuff. Very...
2006-10-04 sgunderson... Added a note about the test suite.
2006-10-04 sgunderson... Make the PHP attribute-empty hack less ugly.
2006-10-04 sgunderson... Make Python pass attribute3.py.
2006-10-04 sgunderson... Make PHP pass attribute3.
2006-10-04 sgunderson... Remove unused code in xml-template.php.
2006-10-04 sgunderson... Fix attribute3 test for Perl.
2006-10-04 sgunderson... Add a new "attribute3" test, for testing undef/NULL...
2006-10-04 sgunderson... Simplify the attribute-empty.{pl,py} test cases a bit.
2006-10-04 Steinar H.... Adjust the columns in test.sh.
2006-10-04 Steinar H.... Hack attribute-empty.php so the test passes.
2006-10-03 Steinar H.... Add PHP and Python variants of attribute-empty.
2006-10-03 Steinar H.... Add a new "attribute-empty" test.
2006-09-06 sgunderson... Fix some possible attribute issues with the Python...
2006-09-06 sgunderson... Make the test suite output slightly easier (?) to read.
2006-09-06 sgunderson... Document that we've got a Python version.
2006-09-06 sgunderson... Implement alternate() in Python. All Python tests pass!
2006-09-06 sgunderson... Fix DOM replacement. include.py works!
2006-09-06 sgunderson... Fix a possible latent overwrite bug in the Python version.
2006-09-06 sgunderson... Fix even more silly errors in attribute.py. attribute...
2006-09-06 sgunderson... All xml-diff errors should be fatal.
2006-09-06 sgunderson... Fix silly error in attribute.py test.
2006-09-06 sgunderson... Fix cleaning in the Python version. clone test passes!
2006-09-06 sgunderson... In Python substitute, compare on local name, not name.
2006-09-06 sgunderson... Fix much of the cloning.
2006-09-06 sgunderson... Fix the exceptions in the cloning. Still doesn't work...
2006-09-06 sgunderson... Make the Python tests use lists instead of tuples.
2006-09-06 sgunderson... Start implementing cloning in Python.
2006-09-06 sgunderson... Write enough of the Python version to make it pass...
2006-09-06 sgunderson... Don't need to run the full battery of tests every time.
2006-09-06 sgunderson... Add a skeleton xmltemplate.alternate.
2006-09-06 sgunderson... Add full range of Python regression tests.
2006-09-06 sgunderson... Make the Python version pass the passthru test...
2006-09-06 sgunderson... Add a trivial new “pass through” test.
2006-09-06 sgunderson... Add a skeleton python version.
2006-09-06 sgunderson... Run PHP4 tests with -q, to avoid trying to diff non...
2006-09-06 sgunderson... Actually output the error when we get one.
2006-09-06 sgunderson... Fix an error in test.sh.
2006-09-06 sgunderson... Be yet more flexible about the textual node diffing.
2006-09-06 sgunderson... Be a bit more friendly in the textual diff.
2006-09-06 sgunderson... Add reference files, and fix a few bugs in the test...
2006-09-06 sgunderson... Add a simple test harness.
2006-09-06 sgunderson... Check the contents of text nodes when diffing.
2006-09-06 sgunderson... Remember to die if number of children differs.
2006-09-06 sgunderson... Ignore xmlns stuff on both sides.
2006-09-06 sgunderson... Work around that XML::NamespaceSupport uses undef inste...
2006-09-06 sgunderson... Fix yet more undefined variable errors.
2006-09-06 sgunderson... More fixes.
2006-09-06 sgunderson... Fix more silly errors.
2006-09-06 sgunderson... Fix a syntax error.
2006-09-06 sgunderson... Add the beginnings of a test suite.
2006-09-06 sgunderson... Add (empty) python directory.
2006-08-13 sgunderson... Finally figure out how to remove attributes in PHP.
2006-08-12 sgunderson... Fix "ID bleeding" in the PHP.
2006-08-12 sgunderson... Revert the NULL mess in PHP; we don't need it anyhow.
2006-08-12 sgunderson... Tweaks to "empty cloning" in PHP.
2006-08-12 sgunderson... Yet more cloning fixes for PHP. *sigh*
2006-08-12 sgunderson... Yet more clone fixes for PHP.
2006-08-12 sgunderson... Fix some cleaning bugs.
2006-08-12 sgunderson... Make a workaround for PHP's broken clone_node().
2006-08-12 sgunderson... Add a small cloning test, which PHP fails...
2006-08-12 sgunderson... Horrible workaround for PHP's namespace bugs.
2006-08-12 sgunderson... "Deep clean" the DOM object we include.
next