Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fuchsia.googlesource.com-third_party-mako
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fuchsia-mirror
fuchsia.googlesource.com-third_party-mako
Commits
e14a6860
Commit
e14a6860
authored
11 years ago
by
Mike Bayer
Browse files
Options
Downloads
Patches
Plain Diff
- changelog
- guess this is 0.9.0
parent
40427548
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGES
+8
-0
8 additions, 0 deletions
CHANGES
mako/__init__.py
+1
-1
1 addition, 1 deletion
mako/__init__.py
test/templates/gettext.mako
+1
-0
1 addition, 0 deletions
test/templates/gettext.mako
with
10 additions
and
1 deletion
CHANGES
+
8
−
0
View file @
e14a6860
0.9.0
- [bug] Fixed the babel plugin to properly interpret ${} sections
inside of a "call" tag, i.e. <%self:some_tag attr="${_('foo')}"/>.
Code that's subject to babel escapes in here needs to be
specified as a Python expression, not a literal. This change
is backwards incompatible vs. code that is relying upon a _('')
translation to be working within a call tag.
0.8.1
- [bug] Changed setup.py to skip installing markupsafe
if Python version is < 2.6 or is between 3.0 and
...
...
This diff is collapsed.
Click to expand it.
mako/__init__.py
+
1
−
1
View file @
e14a6860
...
...
@@ -5,5 +5,5 @@
# the MIT License: http://www.opensource.org/licenses/mit-license.php
__version__
=
'
0.
8.1
'
__version__
=
'
0.
9.0
'
This diff is collapsed.
Click to expand it.
test/templates/gettext.mako
+
1
−
0
View file @
e14a6860
...
...
@@ -87,3 +87,4 @@ ${_(u'bar')}
</%self:block_tpl>
</%def>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment