Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
6abf8933
Commit
6abf8933
authored
Nov 25, 2015
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable escaping for email subject
Fixes #937 Signed-off-by:
Michal Čihař
<
michal@cihar.com
>
parent
ea010a3a
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
42 additions
and
10 deletions
+42
-10
weblate/html/mail/activation_subject.txt
weblate/html/mail/activation_subject.txt
+5
-1
weblate/html/mail/changed_translation_subject.txt
weblate/html/mail/changed_translation_subject.txt
+4
-1
weblate/html/mail/merge_failure_subject.txt
weblate/html/mail/merge_failure_subject.txt
+4
-1
weblate/html/mail/new_comment_subject.txt
weblate/html/mail/new_comment_subject.txt
+4
-1
weblate/html/mail/new_contributor_subject.txt
weblate/html/mail/new_contributor_subject.txt
+4
-1
weblate/html/mail/new_language_subject.txt
weblate/html/mail/new_language_subject.txt
+4
-1
weblate/html/mail/new_string_subject.txt
weblate/html/mail/new_string_subject.txt
+4
-1
weblate/html/mail/new_suggestion_subject.txt
weblate/html/mail/new_suggestion_subject.txt
+4
-1
weblate/html/mail/new_translation_subject.txt
weblate/html/mail/new_translation_subject.txt
+4
-1
weblate/html/mail/reset_subject.txt
weblate/html/mail/reset_subject.txt
+5
-1
No files found.
weblate/html/mail/activation_subject.txt
View file @
6abf8933
{% load i18n %}{% load translations %}{% blocktrans %}Your registration on {{ site_title }}{% endblocktrans %}
{% load i18n %}
{% load translations %}
{% autoescape off %}
{% blocktrans %}Your registration on {{ site_title }}{% endblocktrans %}
{% endautoescape %}
weblate/html/mail/changed_translation_subject.txt
View file @
6abf8933
{% load i18n %}{% blocktrans %}Changed translation in {{ translation }}{% endblocktrans %}
{% load i18n %}
{% autoescape off %}
{% blocktrans %}Changed translation in {{ translation }}{% endblocktrans %}
{% endautoescape %}
weblate/html/mail/merge_failure_subject.txt
View file @
6abf8933
{% load i18n %}{% blocktrans %}Merge failure in {{ subproject }}{% endblocktrans %}
{% load i18n %}
{% autoescape off %}
{% blocktrans %}Merge failure in {{ subproject }}{% endblocktrans %}
{% endautoescape %}
weblate/html/mail/new_comment_subject.txt
View file @
6abf8933
{% load i18n %}{% blocktrans %}New comment in {{ subproject }}{% endblocktrans %}
{% load i18n %}
{% autoescape off %}
{% blocktrans %}New comment in {{ subproject }}{% endblocktrans %}
{% endautoescape %}
weblate/html/mail/new_contributor_subject.txt
View file @
6abf8933
{% load i18n %}{% blocktrans %}New contributor in {{ translation }}{% endblocktrans %}
{% load i18n %}
{% autoescape off %}
{% blocktrans %}New contributor in {{ translation }}{% endblocktrans %}
{% endautoescape %}
weblate/html/mail/new_language_subject.txt
View file @
6abf8933
{% load i18n %}{% blocktrans %}New language request in {{ translation }}{% endblocktrans %}
{% load i18n %}
{% autoescape off %}
{% blocktrans %}New language request in {{ translation }}{% endblocktrans %}
{% endautoescape %}
weblate/html/mail/new_string_subject.txt
View file @
6abf8933
{% load i18n %}{% blocktrans %}New string to translate in {{ translation }}{% endblocktrans %}
{% load i18n %}
{% autoescape off %}
{% blocktrans %}New string to translate in {{ translation }}{% endblocktrans %}
{% endautoescape %}
weblate/html/mail/new_suggestion_subject.txt
View file @
6abf8933
{% load i18n %}{% blocktrans %}New suggestion in {{ translation }}{% endblocktrans %}
{% load i18n %}
{% autoescape off %}
{% blocktrans %}New suggestion in {{ translation }}{% endblocktrans %}
{% endautoescape %}
weblate/html/mail/new_translation_subject.txt
View file @
6abf8933
{% load i18n %}{% blocktrans %}New translation in {{ translation }}{% endblocktrans %}
{% load i18n %}
{% autoescape off %}
{% blocktrans %}New translation in {{ translation }}{% endblocktrans %}
{% endautoescape %}
weblate/html/mail/reset_subject.txt
View file @
6abf8933
{% load i18n %}{% load translations %}{% blocktrans %}Password reset on {{ site_title }}{% endblocktrans %}
{% load i18n %}
{% load translations %}
{% autoescape off %}
{% blocktrans %}Password reset on {{ site_title }}{% endblocktrans %}
{% endautoescape %}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment