Sun, 27 Jan 2013 15:32:01 +0000 |
hodgestar |
Update ChangeLog.
trunk
|
Sat, 26 Jan 2013 18:24:27 +0000 |
hodgestar |
Update changelog for 0.7.1.
stable-0.7.x
|
Sat, 26 Jan 2013 18:24:07 +0000 |
hodgestar |
Update changelog for 0.6.2.
stable-0.6.x
|
Sun, 30 Dec 2012 16:43:06 +0000 |
hodgestar |
Bump version number and add new section to ChangeLog.
trunk
|
Sun, 30 Dec 2012 16:37:58 +0000 |
hodgestar |
Put back [egg_info], bump version number and add new section to ChangeLog.
stable-0.6.x
|
Sun, 30 Dec 2012 14:54:50 +0000 |
hodgestar |
Put back [egg_info], bump version number and add new section to ChangeLog.
stable-0.7.x
|
Sun, 30 Dec 2012 14:31:09 +0000 |
hodgestar |
Update ChangeLog for 0.7 release.
trunk
|
Sun, 30 Dec 2012 14:19:28 +0000 |
hodgestar |
Merge r1198 from trunk (update ChangeLog with changes for 0.6.1).
stable-0.6.x
|
Sun, 30 Dec 2012 14:13:27 +0000 |
hodgestar |
Update ChangeLog with changes for 0.6.1.
trunk
|
Mon, 10 May 2010 15:03:22 +0000 |
cmlenz |
Fix handling of checkboxes and radio buttons with an empty value attribute in `HTMLFormFiller`. Thanks to Benoit Hirbec for pointing out the problem and providing a patch.
trunk
|
Mon, 10 May 2010 14:02:55 +0000 |
cmlenz |
Fix for bug with the `HTMLFormFiller` in the handling of textareas. Thanks to Trevor Morgan for pointing this out on the mailing list.
trunk
|
Fri, 23 Apr 2010 21:08:26 +0000 |
cmlenz |
Sync `experimental/inline` branch with [source:trunk@1126].
experimental-inline
|
Thu, 22 Apr 2010 12:01:10 +0000 |
cmlenz |
Update changelog and copyright years.
trunk
|
Fri, 16 Apr 2010 08:37:13 +0000 |
cmlenz |
AST transformer now also clones excepthandler nodes (see #379).
trunk
|
Thu, 15 Apr 2010 21:08:06 +0000 |
cmlenz |
ChangeLog entry for [1099].
trunk
|
Thu, 18 Feb 2010 09:17:45 +0000 |
cmlenz |
Apply patch Felix Schwarz that finally fixes the duplicated output in match template processing. Thanks so much!
trunk
|
Tue, 17 Mar 2009 18:06:31 +0000 |
cmlenz |
Ported [1050] to 0.5.x branch.
stable-0.5.x
|
Tue, 17 Mar 2009 18:05:34 +0000 |
cmlenz |
Added an option to the `HTMLFiller` to also populate password fields.
trunk
|
Tue, 17 Mar 2009 17:50:50 +0000 |
cmlenz |
Ported some of the HTML sanitization improvements from Trac (see [T7658]).
trunk
|
Tue, 17 Mar 2009 17:20:04 +0000 |
cmlenz |
Ported [1046:1047] to 0.5.x branch.
stable-0.5.x
|
Tue, 17 Mar 2009 17:19:14 +0000 |
cmlenz |
Move ChangeLog entry for [1046] to 0.5.2 release section.
trunk
|
Tue, 17 Mar 2009 15:10:47 +0000 |
cmlenz |
Fix for #274.
trunk
|
Tue, 17 Mar 2009 15:09:16 +0000 |
cmlenz |
ChangeLog updates.
trunk
|
Fri, 13 Mar 2009 20:04:26 +0000 |
cmlenz |
inline branch: synced with trunk@1038.
experimental-inline
|
Fri, 13 Mar 2009 18:46:01 +0000 |
cmlenz |
Add caching in the serialization stage, which speeds up the serialization of markup that has a lot of repetitive elements.
trunk
|
Wed, 11 Mar 2009 17:51:06 +0000 |
cmlenz |
Sync (old) experimental inline branch with trunk@1027.
experimental-inline
|
Fri, 06 Mar 2009 11:53:07 +0000 |
cmlenz |
Ported [1008] and [1009] to 0.5.x branch.
stable-0.5.x
|
Fri, 06 Mar 2009 11:25:47 +0000 |
cmlenz |
Fix for import statements in function defs in template code blocks (#276).
trunk
|
Thu, 05 Mar 2009 10:06:45 +0000 |
cmlenz |
Ported [1005] to 0.5.x branch.
stable-0.5.x
|
Thu, 05 Mar 2009 10:05:12 +0000 |
cmlenz |
`for` loops in template code blocks should not establish their own locals block. Closes #259.
trunk
|
Tue, 03 Mar 2009 20:20:09 +0000 |
cmlenz |
Ported [1000] to stable branch.
stable-0.5.x
|
Tue, 03 Mar 2009 20:17:46 +0000 |
cmlenz |
Fix for filter transformation, closing #290. Thanks to Stephen Compall for reporting the problem and providing a patch.
trunk
|
Tue, 19 Aug 2008 11:51:06 +0000 |
cmlenz |
Ported [913], [927], and [928] to the 0.5.x branch.
stable-0.5.x
|
Thu, 31 Jul 2008 14:18:25 +0000 |
cmlenz |
Fix for #250: ignore expressions in attribute values when inside `i18n:msg` elements.
trunk
|
Mon, 21 Jul 2008 23:17:52 +0000 |
aflett |
update to 0.5.x branch, up through r907
experimental-match-fastpaths
|
Wed, 09 Jul 2008 16:13:49 +0000 |
cmlenz |
Ported [904] to 0.5.x branch.
stable-0.5.x 0.5.1
|
Wed, 09 Jul 2008 16:12:56 +0000 |
cmlenz |
Prepare for [milestone:0.5.1] release.
trunk
|
Mon, 07 Jul 2008 16:41:16 +0000 |
cmlenz |
Ported [897] back to 0.5.x branch.
stable-0.5.x
|
Mon, 07 Jul 2008 16:35:06 +0000 |
cmlenz |
Unbuffered match templates could result in parts of the matched content being included in the output if the match template didn't actually consume it via one or more calls to the `select()` function. Closes #243. Thanks to Felix Schwarz for the report and test case.
trunk
|
Tue, 01 Jul 2008 10:42:57 +0000 |
cmlenz |
Ported [894] and [895] back to 0.5.x branch.
stable-0.5.x
|
Tue, 01 Jul 2008 10:35:01 +0000 |
cmlenz |
Includes from templates loaded via an absolute path now include the correct file in nested directories as long if no search path has been configured. Closes #240.
trunk
|
Fri, 27 Jun 2008 15:02:51 +0000 |
cmlenz |
Ported [892] to 0.5.x branch.
stable-0.5.x
|
Fri, 27 Jun 2008 14:20:05 +0000 |
cmlenz |
Fix bug where in some cases match templates would incorrectly applied multiple times.
trunk
|
Tue, 17 Jun 2008 15:49:34 +0000 |
cmlenz |
Ported [888] back to 0.5.x branch.
stable-0.5.x
|
Tue, 17 Jun 2008 15:47:14 +0000 |
cmlenz |
Fix for I18n filter problem with lazy translation functions. Closes #145.
trunk
|
Mon, 16 Jun 2008 09:32:12 +0000 |
cmlenz |
Ported [884] back to 0.5.x branch.
stable-0.5.x
|
Mon, 16 Jun 2008 09:22:21 +0000 |
cmlenz |
Fix problem with nested match templates not being applied when buffering on the outer `py:match` is disabled. Thanks to Erik Bray for reporting the problem and providing a test case.
trunk
|
Mon, 09 Jun 2008 16:20:29 +0000 |
cmlenz |
Document dropping of Python 2.3 compat.
trunk
|
Mon, 09 Jun 2008 09:50:03 +0000 |
cmlenz |
Preparing for [milestone:0.5] release.
trunk
|
Fri, 06 Jun 2008 15:52:33 +0000 |
cmlenz |
Another Python 2.3 fix in the wake of #221.
trunk
|
Sat, 31 May 2008 20:48:43 +0000 |
cmlenz |
* Add XHTML 1.1 doctype (closes #228).
trunk
|
Fri, 11 Apr 2008 08:42:11 +0000 |
cmlenz |
newctxt branch: Merged revisions [678:835] via svnmerge from [source:trunk].
experimental-newctxt
|
Tue, 08 Apr 2008 23:45:32 +0000 |
aflett |
update to trunk through r833
experimental-match-fastpaths
|
Tue, 08 Apr 2008 19:49:39 +0000 |
cmlenz |
The `Template` class and its subclasses, as well as the interpolation API, now take an `filepath` parameter instead of `basedir`. Closes #207. Thanks to Waldemar Kornewald for the patch.
trunk
|
Tue, 08 Apr 2008 18:18:18 +0000 |
cmlenz |
The `Markup` class now supports mappings for right hand of the `%` (modulo) operator in the same way the Python string classes do, except that the substituted values are escape. Also, the special constructor which took positional arguments that would be substituted was removed. Thus the `Markup` class now supports the same arguments as that of its `unicode` base class. Closes #211. Many thanks to Christian Boos for the patch!
trunk
|
Mon, 31 Mar 2008 22:47:50 +0000 |
aflett |
merge in trunk up through r818 - fundamentally changed the way MatchSet works, but actually is more consistent now
experimental-match-fastpaths
|
Mon, 31 Mar 2008 09:30:26 +0000 |
cmlenz |
Improve error reporting when accessing an attribute in a Python expression raises an `AttributeError`. Closes #191. Thanks to Michele Cella for the patch!
trunk
|
Fri, 28 Mar 2008 14:14:26 +0000 |
cmlenz |
Add option for unbuffered match template processing, which could cause excessive memory usage. Closes #190.
trunk
|
Wed, 26 Mar 2008 22:49:23 +0000 |
cmlenz |
More flexible template loader allowing for loading from package data and dispatching to different template directories based on path prefix. Can be easily extended for using custom template loading. Closes #182.
trunk
|
Wed, 26 Mar 2008 22:22:47 +0000 |
cmlenz |
The `TemplateLoader` class now provides an `instantiate()` method that can be overridden by subclasses to implement advanced template instantiation logic. Fixes #204.
trunk
|
Wed, 26 Mar 2008 22:10:36 +0000 |
cmlenz |
Match templates are now applied in a more controlled fashion: in the order they are declared in the template source, all match templates up to (and including) the matching template itself are applied to the matched content, whereas the match templates declared after the matching template are only applied to the generated content. Fixes #186. Many thanks to Matt Chaput for reporting the problem and providing a test case.
trunk
|
Wed, 12 Mar 2008 20:48:52 +0000 |
cmlenz |
The XHTML serializer now strips `xml:space` attributes as they are only allowed on very few tags.
trunk
|
Wed, 12 Mar 2008 20:46:34 +0000 |
cmlenz |
The `Stream.render` now accepts an optional `out` parameter that can be used to pass in a writable file-like object to use for assembling the output, instead of building a big string and returning it.
trunk
|
Wed, 06 Feb 2008 12:18:02 +0000 |
cmlenz |
Assigning to a variable named `data` in a Python code block no longer breaks context lookup. We now use the name `__data__` for internal data, hoping that that name is not as commonly used in templates.
trunk
|
Thu, 29 Nov 2007 18:07:32 +0000 |
aronacher |
merged trunk into sandbox branch
experimental-sandboxed
|
Thu, 22 Nov 2007 22:07:15 +0000 |
cmlenz |
The `TextSerializer` class no longer strips all markup in text by default, so that it is still possible to use the Genshi `escape` function even with text templates. The old behavior is available via the `strip_markup` option of the serializer. Closes #146.
trunk
|
Thu, 22 Nov 2007 20:36:00 +0000 |
cmlenz |
Allow use of py:replace as element. Closes #144.
trunk
|
Thu, 22 Nov 2007 19:43:05 +0000 |
cmlenz |
The `striptags` function now also removes HTML/XML-style comments. Closes #150. Thanks to Armin Ronacher for the report and suggested fix.
trunk
|
Thu, 08 Nov 2007 18:27:47 +0000 |
cmlenz |
The template engine plugin no longer adds the `default_doctype` when the `fragment` parameter is `True`. Thanks to dbrattli for the patch!
trunk
|
Mon, 08 Oct 2007 08:04:58 +0000 |
cmlenz |
Code blocks in match templates are now executed. Closes #155. Many thanks to Andrew Sutherland for the patch!
trunk
|
Tue, 04 Sep 2007 11:51:58 +0000 |
cmlenz |
Revert second part of [726] (error on includes when no loader specified), which broke I18n extraction via the Babel plugin.
trunk
|
Mon, 27 Aug 2007 23:20:47 +0000 |
cmlenz |
* XInclude elements in markup templates now support the `parse` attribute; when set to "xml" (the default), the include is processed as before, but when set to "text", the included template is parsed as a text template using the new syntax (ticket #101).
trunk
|
Mon, 27 Aug 2007 22:39:01 +0000 |
cmlenz |
Add support for Python code blocks in text templates using the new syntax.
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
|
Thu, 23 Aug 2007 11:57:26 +0000 |
cmlenz |
Added information about [718] to the ChangeLog.
trunk
|
Tue, 14 Aug 2007 08:58:56 +0000 |
cmlenz |
Ported [710] to 0.4.x branch.
stable-0.4.x 0.4.4
|
Tue, 14 Aug 2007 08:55:43 +0000 |
cmlenz |
Follow-up to [708]. The added `extract_text` option wasn't actually being handled by the Babel extraction plugin.
trunk
|
Mon, 13 Aug 2007 23:04:50 +0000 |
cmlenz |
Ported [708] to 0.4.x branch.
stable-0.4.x
|
Mon, 13 Aug 2007 23:02:46 +0000 |
cmlenz |
Add option to I18n filter to only extract strings in gettext function calls.
trunk
|
Mon, 13 Aug 2007 12:40:56 +0000 |
cmlenz |
Add a new syntax for text templates, which is available alongside the old syntax for now. The new syntax is more poweful and flexible, using Django-style directive notation.
trunk
|
Fri, 10 Aug 2007 09:52:13 +0000 |
cmlenz |
Ported [704] to 0.4.x branch.
stable-0.4.x
|
Fri, 10 Aug 2007 09:44:00 +0000 |
cmlenz |
Fix includes so that they again raise an exception when the included template is not found and no fallback has been provided.
trunk
|
Thu, 09 Aug 2007 14:59:52 +0000 |
cmlenz |
Ported [702] to 0.4.x branch.
stable-0.4.x
|
Thu, 09 Aug 2007 14:58:59 +0000 |
cmlenz |
Updated ChangeLog for [700].
trunk
|
Tue, 31 Jul 2007 21:54:58 +0000 |
cmlenz |
Ported [693:694] to 0.4.x branch.
stable-0.4.x
|
Tue, 31 Jul 2007 21:40:51 +0000 |
cmlenz |
Fix for augmented assignments to local variables. Thanks to Erik Bray for reporting the problem.
trunk
|
Tue, 17 Jul 2007 19:45:54 +0000 |
cmlenz |
Oops, fix dates in ChangeLog.
trunk
|
Tue, 17 Jul 2007 10:47:21 +0000 |
cmlenz |
Ported [682] to 0.4.x branch.
stable-0.4.x 0.4.3
|
Tue, 17 Jul 2007 10:42:29 +0000 |
cmlenz |
* Cleaned up the implementation of the `HTMLSanitizer`.
trunk
|
Tue, 17 Jul 2007 10:02:16 +0000 |
cmlenz |
Ported [680] to 0.4.x branch.
stable-0.4.x
|
Tue, 17 Jul 2007 10:00:52 +0000 |
cmlenz |
Attribute access in template expressions no longer silently ignores exceptions other than `AttributeError` raised in the attribute accessor.
trunk
|
Tue, 03 Jul 2007 20:30:28 +0000 |
cmlenz |
Ported [667] to 0.4.x branch.
stable-0.4.x
|
Tue, 03 Jul 2007 20:29:07 +0000 |
cmlenz |
The HTML sanitizer now strips any CSS comments in style attributes, which could previously be used to hide malicious property values.
trunk
|
Mon, 02 Jul 2007 09:10:40 +0000 |
cmlenz |
Ported [658:659] to 0.4.x branch.
stable-0.4.x
|
Mon, 02 Jul 2007 09:08:01 +0000 |
cmlenz |
ChangeLog entry for [658].
trunk
|
Fri, 29 Jun 2007 13:06:53 +0000 |
cmlenz |
Implement static includes, which improves performance a bit when auto reloading is disabled.
trunk
|
Thu, 28 Jun 2007 23:00:24 +0000 |
cmlenz |
Support for Python code blocks in templates can now be disabled. Closes #123.
trunk
|
Thu, 28 Jun 2007 17:05:51 +0000 |
cmlenz |
Ported [646] to 0.4.x branch.
stable-0.4.x
|
Thu, 28 Jun 2007 17:04:54 +0000 |
cmlenz |
Add `loader_callback` option to plugin interface as requested in #130.
trunk
|
Wed, 27 Jun 2007 18:02:05 +0000 |
cmlenz |
Add ChangeLog entry for [642].
trunk
|
Wed, 27 Jun 2007 18:00:23 +0000 |
cmlenz |
Ported [643] to 0.4.x branch.
stable-0.4.x
|
Wed, 27 Jun 2007 17:58:35 +0000 |
cmlenz |
The I18n filter no longer extracts or translates literal strings in attribute values that also contain expressions.
trunk
|
Wed, 20 Jun 2007 10:50:18 +0000 |
cmlenz |
Ported [634:637] to 0.4.x branch.
stable-0.4.x 0.4.2
|
Wed, 20 Jun 2007 09:48:55 +0000 |
cmlenz |
Integrated [http://babel.edgewall.org/ Babel] message extraction plugin, and added I18n doc page.
trunk
|
Mon, 18 Jun 2007 11:22:24 +0000 |
cmlenz |
Add special handling for `xml:lang` to HTML/XHTML serialization.
trunk
|
Fri, 15 Jun 2007 20:19:29 +0000 |
cmlenz |
Ported [626] to 0.4.x branch.
stable-0.4.x
|
Fri, 15 Jun 2007 20:17:56 +0000 |
cmlenz |
The I18n filter now skips the content of elements that have an `xml:lang` attribute with a fixed string value. Basically, `xml:lang` can now be used as a flag to mark specific sections as not needing localization.
trunk
|
Wed, 13 Jun 2007 12:39:10 +0000 |
cmlenz |
Ported [624] to 0.4.x branch.
stable-0.4.x
|
Wed, 13 Jun 2007 12:37:58 +0000 |
cmlenz |
Applied patch by Dale Sedivec to fix #127. Many thanks!
trunk
|
Wed, 06 Jun 2007 11:33:23 +0000 |
cmlenz |
Ported [616] to 0.4.x branch.
stable-0.4.x
|
Wed, 06 Jun 2007 11:31:44 +0000 |
cmlenz |
Fix for #125 (text template handling unicode source). Thanks to Christian Boos for the patch.
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
|
Fri, 01 Jun 2007 17:21:47 +0000 |
cmlenz |
Merged revisions 487-603 via svnmerge from
experimental-inline
|
Wed, 30 May 2007 09:35:33 +0000 |
cmlenz |
Ported [594:596] to 0.4.x branch.
stable-0.4.x
|
Wed, 30 May 2007 09:33:54 +0000 |
cmlenz |
The `doctype` parameter for serializers can now be a string.
trunk
|
Mon, 21 May 2007 09:22:25 +0000 |
cmlenz |
Ported [589] to 0.4.x.
stable-0.4.x 0.4.1
|
Mon, 21 May 2007 09:20:29 +0000 |
cmlenz |
Set date for [milestone:0.4.1] release in ChangeLog.
trunk
|
Mon, 14 May 2007 20:34:51 +0000 |
cmlenz |
Ported [579] (for #116) to 0.4.x.
stable-0.4.x
|
Mon, 14 May 2007 20:33:42 +0000 |
cmlenz |
Apply patch for #116.
trunk
|
Fri, 11 May 2007 21:54:49 +0000 |
cmlenz |
Added include directive for text templates (#115). Thanks to Alastair for the original patch.
trunk
|