]> git.sesse.net Git - xml-template/shortlog
xml-template
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.
2006-08-12 sgunderson... Don't clean attributes in PHP anymore -- it's too broken.
2006-08-12 sgunderson... Fix the include example for PHP as well.
2006-08-12 sgunderson... In the Perl variant, do a clean on a newly inserted...
2006-08-12 sgunderson... Fix the include example.
2006-08-12 sgunderson... Fix the namespace handling in the Perl variant.
2006-08-12 sgunderson... Make the "include" template a bit harder -- both the...
2006-08-12 sgunderson... NULL fixes for the PHP code.
2006-08-12 sgunderson... Change the syntax for attributes from tag.attribute...
2006-08-12 sgunderson... Use t: all over instead of tmpl:.
2006-08-12 sgunderson... Add a simple introduction document.
2006-08-12 sgunderson... Organize everything into neat directories.
2006-08-12 sgunderson... Add alternate() to the PHP version, which should now...
2006-08-12 sgunderson... Add include support to the PHP version.
2006-08-11 sgunderson... Make sure we don't rely on namespace declarations in...
2006-08-11 sgunderson... Fix attributes in PHP.
2006-08-11 sgunderson... Add attribute test to the PHP test kit.
2006-08-11 sgunderson... Fix cleaning in PHP. clone.php looks much better.
2006-08-11 sgunderson... Utilize the undocumented (!!) namespace support.
2006-08-11 sgunderson... Remove obsolete comment.
2006-08-11 sgunderson... Add clone support to the PHP code; clone.php works.
2006-08-11 sgunderson... Start on a PHP translation. simple.php works!
2006-08-11 sgunderson... One less regex in the world...
2006-08-11 sgunderson... Bugfix in attribute handling.
2006-08-11 sgunderson... Initial checkin.