Edgewall Software

source: trunk/genshi/filters

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1263   10 years hodgestar Add HTML5 input placeholder attribute to list of translatable …
(edit) @1246   10 years hodgestar Also allow stripping of unsafe script tags (Python 3.4 parses the …
(edit) @1242   10 years hodgestar Fix handling of case where a translation has text after a closing tag …
(edit) @1187   11 years hodgestar Fix HTMLSanitizer tests for Python 2.7 (fixes #501).
(edit) @1177   12 years hodgestar Handle multiple events between or an either side of start and end tags …
(edit) @1175   12 years hodgestar Revert accidental small docstring change from r1174.
(edit) @1174   12 years hodgestar Improve sanitizing of CSS in style attributes (note that the Genshi …
(edit) @1158   13 years hodgestar Merge r1141 from py3k: add support for python 3 to genshi.filters: …
(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) @1118   13 years cmlenz i18n: some cleanup, especially for the pluralization directives.
(edit) @1117   13 years cmlenz Split up the i18n unit tests into per-directive test cases.
(edit) @1116   13 years cmlenz i18n: Another unit test related to #380.
(edit) @1115   13 years cmlenz i18n: Support extraction of attributes in markup embedded in …
(edit) @1114   13 years cmlenz Removed some obsolete/unused code from the i18n filter.
(edit) @1111   13 years cmlenz More i18n doc improvements.
(edit) @1105   13 years cmlenz Fix regression in [1099]: templates must not have an implicit loader …
(edit) @1096   14 years palgarvio Any py:strip involved on i18n:singular or i18n:plural is now …
(edit) @1095   14 years palgarvio Typo correction.
(edit) @1094   14 years palgarvio Allow the use of i18n:singular and i18n:plural as directives and …
(edit) @1092   14 years cmlenz Apply patch for I18n message extraction bug as reported in #358. …
(edit) @1081   14 years cmlenz Yet more 2to3 diff size reduction.
(edit) @1080   14 years cmlenz Avoid unicode literals in reprs of QName and Namespace when not …
(edit) @1079   14 years cmlenz Add a couple of fallback imports for Python 3.0.
(edit) @1077   14 years cmlenz More work on reducing the size of the diff produced by 2to3.
(edit) @1076   14 years cmlenz Convert a bunch of print statements to py3k compatible syntax.
(edit) @1073   14 years cmlenz Update copyright years on files changed due to advanced-i18n merge.
(edit) @1072   14 years cmlenz Merged advanced-i18n branch back into trunk.
(edit) @1063   14 years jruigrok Fix two instances of using None, which would cause an AttributeError?. …
(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) @1046   15 years cmlenz Fix for #274.
(edit) @1025   15 years cmlenz Merged soc2008-xpath branch back into trunk.
(edit) @1000   15 years cmlenz Fix for filter transformation, closing #290. Thanks to Stephen Compall …
(edit) @988   15 years cmlenz Merged AST branch back into trunk. Most of this code was written by …
(edit) @971   15 years cmlenz Get rid of a couple more -3 warnings.
(edit) @954   15 years cmlenz Merged the custom-directives branch back into trunk.
(edit) @932   15 years cmlenz Change Translator class to accept either a gettext-style function, …
(edit) @929   15 years cmlenz Add support for supplying comments on localizable messages in the i18n …
(edit) @927   15 years cmlenz Fix for #250: ignore expressions in attribute values when inside …
(edit) @913   15 years cmlenz Fix wrong XPath example in Transformer docstring that breaks with …
(edit) @902   15 years cmlenz Added tests for the parameter support added to advanced …
(edit) @901   15 years cmlenz Support for parameters in internationalized i18n:msg content. See #129.
(edit) @888   15 years cmlenz Fix for I18n filter problem with lazy translation functions. Closes #145.
(edit) @878   15 years cmlenz Docstring fix in the transform module.
(edit) @876   15 years cmlenz Remove some cruft for supporting Python 2.3.
(edit) @868   15 years athomas Lots of Transformer cleanup: - Content-insertion transformations …
(edit) @862   15 years cmlenz Minor cleanup in the i18n module.
(edit) @858   15 years athomas Fixed some unintuitive behaviour in Transformer.{cut,copy}. The old …
(edit) @852   15 years athomas Fixed overly greedy substitute transformation. Reported in #226, …
(edit) @835   15 years cmlenz Fix copyright years.
(edit) @825   15 years athomas Python 2.3 compatibility fixes for transformer and (specifically for …
(edit) @824   15 years cmlenz Fix Python 2.3 compatibility of HTMLSanitizer unit tests.
(edit) @822   15 years cmlenz Fix Python 2.3 compatibility of HTMLSanitizer doctest.
(edit) @786   16 years athomas More reversions from #168.
(edit) @784   16 years athomas Applied patch from cboos, fixing #168. Thanks!
(edit) @783   16 years cmlenz Fix case where attributes weren't properly wrapped in an Attrs
(edit) @721   16 years cmlenz Text templates now default to rendering as plain text; it is no longer …
(edit) @716   16 years cmlenz Handle starargs and dstarargs in the I18n extraction code.
(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) @707   16 years cmlenz Minor, cosmetic tweaks.
(edit) @698   16 years jonas Fixed a few cases where HTMLFormFiller didn't work well with option …
(edit) @692   16 years athomas Added Chris' rename transformation filter.
(edit) @691   16 years athomas Fix for #136, where transformer marks were not being stripped …
(edit) @690   16 years cmlenz Improve docs on Stream.select() for #135.
(edit) @689   16 years athomas Ensure that content gets added after the end of a stream.
(edit) @682   16 years cmlenz * Cleaned up the implementation of the HTMLSanitizer. * The …
(edit) @676   16 years cmlenz * The I18n extractor now handles gettext function calls that use …
(edit) @672   16 years cmlenz Move code for extracting messages from bytecode into a separate function.
(edit) @671   16 years cmlenz Start implementation of advanced I18n as dicussed in #129 and the …
(edit) @667   16 years cmlenz The HTML sanitizer now strips any CSS comments in style attributes, …
(edit) @658   16 years cmlenz The I18n filter now extracts text from translation functions in …
(edit) @643   16 years cmlenz The I18n filter no longer extracts or translates literal strings in …
(edit) @641   16 years athomas Thanks to Dave Abrahams for pointing out some deficiencies in the …
(edit) @637   16 years cmlenz Add missing copyright header to i18n.py.
(edit) @634   16 years cmlenz Integrated Babel message extraction …
(edit) @626   16 years cmlenz The I18n filter now skips the content of elements that have an …
(edit) @623   16 years athomas Cut and copy transformer operations can now operate on selected …
(edit) @622   16 years athomas Attributes selected with an XPath are now returned as an Attrs()
(edit) @621   16 years athomas More flexible transformation attribute set and delete. Attribute …
(edit) @619   16 years athomas Clarify TransformMark docstrings.
(edit) @618   16 years athomas Fixed a bug where select() operated on the entire stream rather than …
(edit) @613   16 years athomas Add a test for buffer reset by copy().
(edit) @611   16 years cmlenz Update API docs for [610].
(edit) @610   16 years cmlenz Use explicit buffer class in transformer filter, and revert the …
(edit) @608   16 years cmlenz Renamed the transformation classes so that their role is clarified; …
(edit) @607   16 years cmlenz Minor doc tweaks for new transformation filter.
(edit) @606   16 years cmlenz Minor doc and naming improvements for the new transformation filter.
(edit) @605   16 years cmlenz Added new markup transformation filter contributed by Alec Thomas …
(edit) @595   16 years cmlenz Fix another bug in the translation filter: translated attributes were …
(edit) @585   16 years cmlenz Follow-up to [583]: Don't extract strings from interpolated attribute …
(edit) @583   16 years cmlenz Fix for handling of interpolated attribute values in translation filter.
(edit) @581   16 years cmlenz Fix another typo in translation filter.
(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) @567   16 years cmlenz Add some more localizable HTML attributes to the I18n filter.
(edit) @566   16 years cmlenz Fix another bad ref in the I18n filter.
(edit) @552   16 years cmlenz Fix incorrect reference to translation function in the I18N filter.
Note: See TracRevisionLog for help on using the revision log.