[Backport] Marking as "html" safe email subjects

remotes/origin/issue/4795/notification_even_they_are_disabled
Jesús Espino 2016-06-07 09:33:21 +02:00 committed by David Barragán Merino
parent f55ce1caab
commit 0f7e25b870
26 changed files with 27 additions and 27 deletions

View File

@ -1 +1 @@
{% trans project=project.name %}[{{ project }}] Your project dump has been generated{% endtrans %} {% trans project=project.name|safe %}[{{ project }}] Your project dump has been generated{% endtrans %}

View File

@ -1 +1 @@
{% trans error_subject=error_subject, project=project.name %}[{{ project }}] {{ error_subject }}{% endtrans %} {% trans error_subject=error_subject|safe, project=project.name|safe %}[{{ project }}] {{ error_subject }}{% endtrans %}

View File

@ -1 +1 @@
{% trans error_subject=error_subject %}[Taiga] {{ error_subject }}{% endtrans %} {% trans error_subject=error_subject|safe %}[Taiga] {{ error_subject }}{% endtrans %}

View File

@ -1 +1 @@
{% trans project=project.name %}[{{ project }}] Your project dump has been imported{% endtrans %} {% trans project=project.name|safe %}[{{ project }}] Your project dump has been imported{% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans full_name=feedback_entry.full_name, email=feedback_entry.email %} {% trans full_name=feedback_entry.full_name|safe, email=feedback_entry.email|safe %}
[Taiga] Feedback from {{ full_name }} <{{ email }}> [Taiga] Feedback from {{ full_name }} <{{ email }}>
{% endtrans %} {% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans project=project.name, ref=snapshot.ref, subject=snapshot.subject %} {% trans project=project.name|safe, ref=snapshot.ref, subject=snapshot.subject|safe %}
[{{ project }}] Updated the issue #{{ ref }} "{{ subject }}" [{{ project }}] Updated the issue #{{ ref }} "{{ subject }}"
{% endtrans %} {% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans project=project.name, ref=snapshot.ref, subject=snapshot.subject %} {% trans project=project.name|safe, ref=snapshot.ref, subject=snapshot.subject|safe %}
[{{ project }}] Created the issue #{{ ref }} "{{ subject }}" [{{ project }}] Created the issue #{{ ref }} "{{ subject }}"
{% endtrans %} {% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans project=project.name, ref=snapshot.ref, subject=snapshot.subject %} {% trans project=project.name|safe, ref=snapshot.ref, subject=snapshot.subject|safe %}
[{{ project }}] Deleted the issue #{{ ref }} "{{ subject }}" [{{ project }}] Deleted the issue #{{ ref }} "{{ subject }}"
{% endtrans %} {% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans project=project.name, milestone=snapshot.name %} {% trans project=project.name|safe, milestone=snapshot.name|safe %}
[{{ project }}] Updated the sprint "{{ milestone }}" [{{ project }}] Updated the sprint "{{ milestone }}"
{% endtrans %} {% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans project=project.name, milestone=snapshot.name %} {% trans project=project.name|safe, milestone=snapshot.name|safe %}
[{{ project }}] Created the sprint "{{ milestone }}" [{{ project }}] Created the sprint "{{ milestone }}"
{% endtrans %} {% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans project=project.name, milestone=snapshot.name %} {% trans project=project.name|safe, milestone=snapshot.name|safe %}
[{{ project }}] Deleted the Sprint "{{ milestone }}" [{{ project }}] Deleted the Sprint "{{ milestone }}"
{% endtrans %} {% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans project=project.name, ref=snapshot.ref, subject=snapshot.subject %} {% trans project=project.name|safe, ref=snapshot.ref, subject=snapshot.subject|safe %}
[{{ project }}] Updated the task #{{ ref }} "{{ subject }}" [{{ project }}] Updated the task #{{ ref }} "{{ subject }}"
{% endtrans %} {% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans project=project.name, ref=snapshot.ref, subject=snapshot.subject %} {% trans project=project.name|safe, ref=snapshot.ref, subject=snapshot.subject|safe %}
[{{ project }}] Created the task #{{ ref }} "{{ subject }}" [{{ project }}] Created the task #{{ ref }} "{{ subject }}"
{% endtrans %} {% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans project=project.name, ref=snapshot.ref, subject=snapshot.subject %} {% trans project=project.name|safe, ref=snapshot.ref, subject=snapshot.subject|safe %}
[{{ project }}] Deleted the task #{{ ref }} "{{ subject }}" [{{ project }}] Deleted the task #{{ ref }} "{{ subject }}"
{% endtrans %} {% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans project=project.name, ref=snapshot.ref, subject=snapshot.subject %} {% trans project=project.name|safe, ref=snapshot.ref, subject=snapshot.subject|safe %}
[{{ project }}] Updated the US #{{ ref }} "{{ subject }}" [{{ project }}] Updated the US #{{ ref }} "{{ subject }}"
{% endtrans %} {% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans project=project.name, ref=snapshot.ref, subject=snapshot.subject %} {% trans project=project.name|safe, ref=snapshot.ref, subject=snapshot.subject|safe %}
[{{ project }}] Created the US #{{ ref }} "{{ subject }}" [{{ project }}] Created the US #{{ ref }} "{{ subject }}"
{% endtrans %} {% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans project=project.name, ref=snapshot.ref, subject=snapshot.subject %} {% trans project=project.name|safe, ref=snapshot.ref, subject=snapshot.subject|safe %}
[{{ project }}] Deleted the US #{{ ref }} "{{ subject }}" [{{ project }}] Deleted the US #{{ ref }} "{{ subject }}"
{% endtrans %} {% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans project=project.name, page=snapshot.slug %} {% trans project=project.name|safe, page=snapshot.slug|safe %}
[{{ project }}] Updated the Wiki Page "{{ page }}" [{{ project }}] Updated the Wiki Page "{{ page }}"
{% endtrans %} {% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans project=project.name, page=snapshot.slug %} {% trans project=project.name|safe, page=snapshot.slug|safe %}
[{{ project }}] Created the Wiki Page "{{ page }}" [{{ project }}] Created the Wiki Page "{{ page }}"
{% endtrans %} {% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans project=project.name, page=snapshot.slug %} {% trans project=project.name|safe, page=snapshot.slug|safe %}
[{{ project }}] Deleted the Wiki Page "{{ page }}" [{{ project }}] Deleted the Wiki Page "{{ page }}"
{% endtrans %} {% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans project=membership.project %} {% trans project=membership.project|safe %}
[Taiga] Invitation to join to the project '{{ project }}' [Taiga] Invitation to join to the project '{{ project }}'
{% endtrans %} {% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans project=membership.project %} {% trans project=membership.project|safe %}
[Taiga] Added to the project '{{ project }}' [Taiga] Added to the project '{{ project }}'
{% endtrans %} {% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans project=project.name %} {% trans project=project.name|safe %}
[{{project}}] Project ownership transfer offer accepted! [{{project}}] Project ownership transfer offer accepted!
{% endtrans %} {% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans project=project.name %} {% trans project=project.name|safe %}
[{{project}}] Project ownership transfer declined [{{project}}] Project ownership transfer declined
{% endtrans %} {% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans project=project.name %} {% trans project=project.name|safe %}
[{{project}}] Project ownership transfer request [{{project}}] Project ownership transfer request
{% endtrans %} {% endtrans %}

View File

@ -1,3 +1,3 @@
{% trans project=project.name %} {% trans project=project.name|safe %}
[{{project}}] Project ownership transfer offer [{{project}}] Project ownership transfer offer
{% endtrans %} {% endtrans %}