Edgewall Software

source: trunk/ChangeLog

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1228   11 years hodgestar Update ChangeLog.
(edit) @1209   11 years hodgestar Bump version number and add new section to ChangeLog.
(edit) @1200   11 years hodgestar Update ChangeLog for 0.7 release.
(edit) @1198   11 years hodgestar Update ChangeLog with changes for 0.6.1.
(edit) @1134   13 years cmlenz Fix handling of checkboxes and radio buttons with an empty value …
(edit) @1133   13 years cmlenz Fix for bug with the HTMLFormFiller in the handling of textareas. …
(edit) @1120   13 years cmlenz Update changelog and copyright years.
(edit) @1104   13 years cmlenz AST transformer now also clones excepthandler nodes (see #379).
(edit) @1100   13 years cmlenz ChangeLog entry for [1099].
(edit) @1093   14 years cmlenz Apply patch Felix Schwarz that finally fixes the duplicated output in …
(edit) @1050   15 years cmlenz Added an option to the HTMLFiller to also populate password fields.
(edit) @1049   15 years cmlenz Ported some of the HTML sanitization improvements from Trac (see [T7658]).
(edit) @1047   15 years cmlenz Move ChangeLog entry for [1046] to 0.5.2 release section.
(edit) @1046   15 years cmlenz Fix for #274.
(edit) @1045   15 years cmlenz ChangeLog updates.
(edit) @1038   15 years cmlenz Add caching in the serialization stage, which speeds up the …
(edit) @1008   15 years cmlenz Fix for import statements in function defs in template code blocks (#276).
(edit) @1005   15 years cmlenz for loops in template code blocks should not establish their own …
(edit) @1000   15 years cmlenz Fix for filter transformation, closing #290. Thanks to Stephen Compall …
(edit) @927   15 years cmlenz Fix for #250: ignore expressions in attribute values when inside …
(edit) @904   15 years cmlenz Prepare for 0.5.1 release.
(edit) @897   15 years cmlenz Unbuffered match templates could result in parts of the matched …
(edit) @895   15 years cmlenz Includes from templates loaded via an absolute path now include the …
(edit) @892   15 years cmlenz Fix bug where in some cases match templates would incorrectly applied …
(edit) @888   15 years cmlenz Fix for I18n filter problem with lazy translation functions. Closes #145.
(edit) @884   15 years cmlenz Fix problem with nested match templates not being applied when …
(edit) @882   15 years cmlenz Document dropping of Python 2.3 compat.
(edit) @869   15 years cmlenz Preparing for 0.5 release.
(edit) @863   15 years cmlenz Another Python 2.3 fix in the wake of #221.
(edit) @853   15 years cmlenz * Add XHTML 1.1 doctype (closes #228). * Add option to include the …
(edit) @830   15 years cmlenz The Template class and its subclasses, as well as the interpolation …
(edit) @829   15 years cmlenz The Markup class now supports mappings for right hand of the %
(edit) @818   16 years cmlenz Improve error reporting when accessing an attribute in a Python …
(edit) @816   16 years cmlenz Add option for unbuffered match template processing, which could cause …
(edit) @812   16 years cmlenz More flexible template loader allowing for loading from package data …
(edit) @811   16 years cmlenz The TemplateLoader class now provides an instantiate() method that …
(edit) @810   16 years cmlenz Match templates are now applied in a more controlled fashion: in the …
(edit) @805   16 years cmlenz The XHTML serializer now strips xml:space attributes as they are …
(edit) @804   16 years cmlenz The Stream.render now accepts an optional out parameter that can …
(edit) @798   16 years cmlenz Assigning to a variable named data in a Python code block no longer …
(edit) @774   16 years cmlenz The TextSerializer class no longer strips all markup in text by …
(edit) @773   16 years cmlenz Allow use of py:replace as element. Closes #144.
(edit) @771   16 years cmlenz The striptags function now also removes HTML/XML-style comments. …
(edit) @767   16 years cmlenz The template engine plugin no longer adds the default_doctype when …
(edit) @766   16 years cmlenz Code blocks in match templates are now executed. Closes #155. Many …
(edit) @745   16 years cmlenz Revert second part of [726] (error on includes when no loader …
(edit) @726   16 years cmlenz * XInclude elements in markup templates now support the parse
(edit) @725   16 years cmlenz Add support for Python code blocks in text templates using the new syntax.
(edit) @721   16 years cmlenz Text templates now default to rendering as plain text; it is no longer …
(edit) @719   16 years cmlenz Added information about [718] to the ChangeLog.
(edit) @710   16 years cmlenz Follow-up to [708]. The added extract_text option wasn't actually …
(edit) @708   16 years cmlenz Add option to I18n filter to only extract strings in gettext function …
(edit) @706   16 years cmlenz Add a new syntax for text templates, which is available alongside the …
(edit) @704   16 years cmlenz Fix includes so that they again raise an exception when the included …
(edit) @702   16 years cmlenz Updated ChangeLog for [700].
(edit) @693   16 years cmlenz Fix for augmented assignments to local variables. Thanks to Erik Bray …
(edit) @688   16 years cmlenz Oops, fix dates in ChangeLog.
(edit) @682   16 years cmlenz * Cleaned up the implementation of the HTMLSanitizer. * The …
(edit) @680   16 years cmlenz Attribute access in template expressions no longer silently ignores …
(edit) @667   16 years cmlenz The HTML sanitizer now strips any CSS comments in style attributes, …
(edit) @659   16 years cmlenz ChangeLog entry for [658].
(edit) @657   16 years cmlenz Implement static includes, which improves performance a bit when auto …
(edit) @654   16 years cmlenz Support for Python code blocks in templates can now be disabled. …
(edit) @646   16 years cmlenz Add loader_callback option to plugin interface as requested in #130.
(edit) @645   16 years cmlenz Add ChangeLog entry for [642].
(edit) @643   16 years cmlenz The I18n filter no longer extracts or translates literal strings in …
(edit) @634   16 years cmlenz Integrated Babel message extraction …
(edit) @628   16 years cmlenz Add special handling for xml:lang to HTML/XHTML serialization.
(edit) @626   16 years cmlenz The I18n filter now skips the content of elements that have an …
(edit) @624   16 years cmlenz Applied patch by Dale Sedivec to fix #127. Many thanks!
(edit) @616   16 years cmlenz Fix for #125 (text template handling unicode source). Thanks to …
(edit) @605   16 years cmlenz Added new markup transformation filter contributed by Alec Thomas …
(edit) @596   16 years cmlenz The doctype parameter for serializers can now be a string.
(edit) @589   16 years cmlenz Set date for 0.4.1 release in ChangeLog.
(edit) @579   16 years cmlenz Apply patch for #116.
(edit) @575   16 years cmlenz Added include directive for text templates (#115). Thanks to Alastair …
(edit) @573   16 years cmlenz Apply patch from #113, also closing #114.
(edit) @571   16 years cmlenz The HTMLFormFiller stream filter no longer alters form elements for …
(edit) @569   16 years cmlenz The I18n extraction now returns a tuple of strings for ngettext and …
(edit) @562   16 years cmlenz Move the mapping of doctype names to tuples out of the plugin into the …
(edit) @560   16 years cmlenz Add lower-level serialization functions.
(edit) @558   16 years cmlenz Apply patch by Alec Thomas for processing XML declarations (#111). Thanks!
(edit) @554   16 years cmlenz The ET() function now correctly handles attributes with a namespace.
(edit) @552   16 years cmlenz Fix incorrect reference to translation function in the I18N filter.
(edit) @546   16 years cmlenz Add filters package in setup.py.
(edit) @538   16 years cmlenz Add basic I18n/L10n functionality, based on GenshiRecipes/Localization.
(edit) @534   16 years cmlenz Back out [510] and instead implement configurable error handling …
(edit) @529   17 years cmlenz Fix for #107.
(edit) @524   17 years cmlenz * Updated change log * Updated CherryPy example to 3.0
(edit) @510   17 years cmlenz Make expression error handling more strict. Closes #88.
(edit) @503   17 years cmlenz Updated change log.
(edit) @493   17 years cmlenz Make the Markup class available by default in template expressions. …
(edit) @491   17 years cmlenz Rework parsing of expressions in template text, to be able to: * …
(edit) @469   17 years cmlenz Update change log for 0.3.6.
(edit) @463   17 years cmlenz Fix for #80: fallback only shown when the template to include wasn't …
(edit) @461   17 years cmlenz The builder API now accepts streams as children of elements and fragments.
(edit) @460   17 years cmlenz Improve handling of incorrectly nested tags in the HTML parser.
(edit) @456   17 years cmlenz MarkupTemplates can now be instantiated from markup streams, in …
(edit) @451   17 years cmlenz Update change log for 0.3.5.
(edit) @445   17 years cmlenz Fix for #62: preserve whitespace in front of directives.
Note: See TracRevisionLog for help on using the revision log.