log genshi/filters/transform.py @ 744:cd6624cf2f7c trunk

age author description
Mon, 09 Jun 2008 06:39:46 +0000 athomas Lots of `Transformer` cleanup: trunk
Wed, 04 Jun 2008 13:02:00 +0000 athomas Fixed some unintuitive behaviour in `Transformer.{cut,copy}`. trunk
Tue, 20 May 2008 00:26:50 +0000 athomas Fixed overly greedy `substitute` transformation. trunk
Fri, 11 Apr 2008 08:42:11 +0000 cmlenz newctxt branch: Merged revisions [678:835] via svnmerge from [source:trunk]. experimental-newctxt
Tue, 18 Dec 2007 07:35:43 +0000 athomas More reversions from #168. trunk
Tue, 18 Dec 2007 00:03:41 +0000 athomas Applied patch from cboos, fixing #168. Thanks! trunk
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. trunk
Sun, 29 Jul 2007 01:41:40 +0000 athomas Added Chris' rename transformation filter. trunk
Sun, 29 Jul 2007 01:04:20 +0000 athomas Fix for #136, where transformer marks were not being stripped correctly when trunk
Mon, 23 Jul 2007 09:50:44 +0000 cmlenz Improve docs on `Stream.select()` for #135. trunk
Mon, 23 Jul 2007 04:22:20 +0000 athomas Ensure that content gets added after the end of a stream. trunk
Fri, 22 Jun 2007 16:42:38 +0000 athomas Thanks to Dave Abrahams for pointing out some deficiencies in the transformer trunk
Wed, 20 Jun 2007 10:00:03 +0000 cmlenz Add missing copyright header to i18n.py. trunk
Thu, 07 Jun 2007 18:03:02 +0000 athomas Cut and copy transformer operations can now operate on selected attributes. trunk
Thu, 07 Jun 2007 13:52:13 +0000 athomas Attributes selected with an XPath are now returned as an `Attrs()` object in trunk
Wed, 06 Jun 2007 17:16:10 +0000 athomas More flexible transformation attribute set and delete. Attribute selections are trunk
Wed, 06 Jun 2007 13:13:07 +0000 athomas Clarify !TransformMark docstrings. trunk
Wed, 06 Jun 2007 12:51:54 +0000 athomas Fixed a bug where select() operated on the entire stream rather than only on trunk
Wed, 06 Jun 2007 10:07:47 +0000 athomas Add a test for buffer reset by copy(). trunk
Tue, 05 Jun 2007 13:55:24 +0000 cmlenz Update API docs for [610]. trunk
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. trunk
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. trunk
Mon, 04 Jun 2007 21:47:28 +0000 cmlenz Minor doc tweaks for new transformation filter. trunk
Mon, 04 Jun 2007 17:44:02 +0000 cmlenz Minor doc and naming improvements for the new transformation filter. trunk
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. trunk
Copyright (C) 2012-2017 Edgewall Software