]> git.sesse.net Git - xml-template/shortlog
xml-template
2011-09-21 sgunderson... Fix #id handling in the C++0x version.
2011-09-21 sgunderson... Add a very preliminary C++0x version. It cannot even...
2009-07-05 sgunderson... Patch from xim: Fixed a bug where Unicode strings would...
2009-06-08 sgunderson... Fix a bug in Python attribute handling.
2009-02-28 sgunderson... Use getAttributeNodeNS() to kill a tiny bit of PHP5...
2008-04-26 sgunderson... Improve the HTML-entity-magic a bit for PHP5.
2008-04-26 sgunderson... Add our own clone stuff when removing dummy elements...
2008-04-26 sgunderson... Fix a bug where a cleaning run could skip over certain...
2008-04-26 sgunderson... Fix the oddest PHP5 bug in the world...
2008-04-26 sgunderson... Fix overwriting in PHP5.
2008-04-26 sgunderson... Fix a problem with older (?) PHP5 not having a childNod...
2008-04-26 sgunderson... Fix a PHP5 typo.
2008-04-21 sgunderson... Be slightly more accurate wrt. PHP's bugginess.
2008-04-21 sgunderson... Add some hairy magic for removing excess namespaces.
2008-04-21 sgunderson... Slightly less insane cross-document imports.
2008-04-21 sgunderson... Reinstate own_clone_node. All php5 tests pass!
2008-04-21 sgunderson... Fix including in php5.
2008-04-21 sgunderson... Try to get DOM insertion fixed.
2008-04-21 sgunderson... Use "real" document fragments instead of our own hacks.
2008-04-21 sgunderson... Let's see if cloneNode() is fixed after all...
2008-04-21 sgunderson... More cloning fixes. clone.xml doesn't pass, but it...
2008-04-21 sgunderson... More cloning fixes for php5.
2008-04-21 sgunderson... Slightly more insane php5 namespace cloning stuff.
2008-04-21 sgunderson... Some fixes for php5 cloning. Still doesn't work properly.
2008-04-21 sgunderson... Fix cleaning, using the first undocumented method ...
2008-04-21 sgunderson... More style fixes for php5.
2008-04-21 sgunderson... Fix php5 node iteration. passthru passes.
2008-04-21 sgunderson... First round of style changes to php5 just to make it...
2008-04-21 sgunderson... Add php5 (not working yet, just copied php4/).
2008-04-21 sgunderson... Rename php -> php4.
2008-04-21 sgunderson... Add a test for repeated t:id replacing.
2007-03-01 sgunderson... Update intro.txt for the new XML header that's needed...
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.
next