log genshi/filters/transform.py @ 605:bc5faca93699

age author description
Mon, 27 Aug 2007 19:04:20 +0000 cmlenz Text templates now default to rendering as plain text; it is no longer necessary to explicitly specify the "text" method to the `render()` or `serialize()` method of the generated markup stream. See tickets #62 and #118.
Sun, 29 Jul 2007 01:41:40 +0000 athomas Added Chris' rename transformation filter.
Sun, 29 Jul 2007 01:04:20 +0000 athomas Fix for #136, where transformer marks were not being stripped correctly when
Mon, 23 Jul 2007 09:50:44 +0000 cmlenz Improve docs on `Stream.select()` for #135.
Mon, 23 Jul 2007 04:22:20 +0000 athomas Ensure that content gets added after the end of a stream.
Fri, 22 Jun 2007 16:42:38 +0000 athomas Thanks to Dave Abrahams for pointing out some deficiencies in the transformer
Wed, 20 Jun 2007 10:00:03 +0000 cmlenz Add missing copyright header to i18n.py.
Thu, 07 Jun 2007 18:03:02 +0000 athomas Cut and copy transformer operations can now operate on selected attributes.
Thu, 07 Jun 2007 13:52:13 +0000 athomas Attributes selected with an XPath are now returned as an `Attrs()` object in
Wed, 06 Jun 2007 17:16:10 +0000 athomas More flexible transformation attribute set and delete. Attribute selections are
Wed, 06 Jun 2007 13:13:07 +0000 athomas Clarify !TransformMark docstrings.
Wed, 06 Jun 2007 12:51:54 +0000 athomas Fixed a bug where select() operated on the entire stream rather than only on
Wed, 06 Jun 2007 10:07:47 +0000 athomas Add a test for buffer reset by copy().
Tue, 05 Jun 2007 13:55:24 +0000 cmlenz Update API docs for [610].
Tue, 05 Jun 2007 13:53:33 +0000 cmlenz Use explicit buffer class in transformer filter, and revert the breaking change to the builder module.
Tue, 05 Jun 2007 09:33:00 +0000 cmlenz Renamed the transformation classes so that their role is clarified; extended the example in the package docstring to show chaining.
Mon, 04 Jun 2007 21:47:28 +0000 cmlenz Minor doc tweaks for new transformation filter.
Mon, 04 Jun 2007 17:44:02 +0000 cmlenz Minor doc and naming improvements for the new transformation filter.
Mon, 04 Jun 2007 17:13:10 +0000 cmlenz Added new markup transformation filter contributed by Alec Thomas (#122). This provides gorgeous jQuery-inspired stream transformation capabilities based on XPath expressions.
Copyright (C) 2012-2017 Edgewall Software