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