diff options
author | Dexter Morgan <dmorgan@mageia.org> | 2013-02-20 16:26:57 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2014-09-15 20:44:40 +0100 |
commit | 4302bafb0583830649ced57f931eddb7a2af4829 (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /template/en/default/email | |
parent | ba702dcd7ac9b2e6c4d46ad21c7bfacfd6883189 (diff) | |
download | bugzilla-4302bafb0583830649ced57f931eddb7a2af4829.tar bugzilla-4302bafb0583830649ced57f931eddb7a2af4829.tar.gz bugzilla-4302bafb0583830649ced57f931eddb7a2af4829.tar.bz2 bugzilla-4302bafb0583830649ced57f931eddb7a2af4829.tar.xz bugzilla-4302bafb0583830649ced57f931eddb7a2af4829.zip |
Start from scratch
Diffstat (limited to 'template/en/default/email')
-rw-r--r-- | template/en/default/email/lockout.txt.tmpl | 39 | ||||
-rw-r--r-- | template/en/default/email/newchangedmail.txt.tmpl | 70 | ||||
-rw-r--r-- | template/en/default/email/sanitycheck.txt.tmpl | 36 | ||||
-rw-r--r-- | template/en/default/email/sudo.txt.tmpl | 43 | ||||
-rw-r--r-- | template/en/default/email/votes-removed.txt.tmpl | 55 | ||||
-rw-r--r-- | template/en/default/email/whine.txt.tmpl | 64 |
6 files changed, 0 insertions, 307 deletions
diff --git a/template/en/default/email/lockout.txt.tmpl b/template/en/default/email/lockout.txt.tmpl deleted file mode 100644 index ac65257..0000000 --- a/template/en/default/email/lockout.txt.tmpl +++ /dev/null @@ -1,39 +0,0 @@ -[%# The contents of this file are subject to the Mozilla Public - # License Version 1.1 (the "License"); you may not use this file - # except in compliance with the License. You may obtain a copy of - # the License at http://www.mozilla.org/MPL/ - # - # Software distributed under the License is distributed on an "AS - # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or - # implied. See the License for the specific language governing - # rights and limitations under the License. - # - # The Original Code is the Bugzilla Bug Tracking System. - # - # The Initial Developer of the Original Code is the Mozilla Corporation. - # Portions created by the Initial Developer are Copyright (C) 2008 - # the Initial Developer. All Rights Reserved. - # - # Contributor(s): - # Max Kanat-Alexander <mkanat@bugzilla.org> - #%] - -[% PROCESS global/variables.none.tmpl %] - -From: [% Param('mailfrom') %] -To: [% Param('maintainer') %] -Subject: [[% terms.Bugzilla %]] Account Lock-Out: [% locked_user.login %] ([% attempts.0.ip_addr %]) -X-Bugzilla-Type: admin - -The IP address [% attempts.0.ip_addr %] failed too many login attempts ( -[%- constants.MAX_LOGIN_ATTEMPTS +%]) for -the account [% locked_user.login %]. - -The login attempts occurred at these times: - -[% FOREACH login = attempts %] - [%+ login.login_time FILTER time %] -[% END %] - -This IP will be able to log in again using this account at -[%+ unlock_at FILTER time %]. diff --git a/template/en/default/email/newchangedmail.txt.tmpl b/template/en/default/email/newchangedmail.txt.tmpl deleted file mode 100644 index c3a9d40..0000000 --- a/template/en/default/email/newchangedmail.txt.tmpl +++ /dev/null @@ -1,70 +0,0 @@ -[%# The contents of this file are subject to the Mozilla Public - # License Version 1.1 (the "License"); you may not use this file - # except in compliance with the License. You may obtain a copy of - # the License at http://www.mozilla.org/MPL/ - # - # Software distributed under the License is distributed on an "AS - # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or - # implied. See the License for the specific language governing - # rights and limitations under the License. - # - # The Original Code is the Bugzilla Bug Tracking System. - # - # The Initial Developer of the Original Code is Netscape Communications - # Corporation. Portions created by Netscape are - # Copyright (C) 1998 Netscape Communications Corporation. All - # Rights Reserved. - # - # Contributor(s): André Batosti <batosti@async.com.br> - #%] - -[% PROCESS "global/variables.none.tmpl" %] -[% PROCESS "global/reason-descs.none.tmpl" %] - -From: [% Param('mailfrom') %] <bugzilla-daemon@mageia.org> -To: [% to_user.email %] -Subject: [[% terms.Bug %] [%+ bugid %]] [% '[New]: ' IF isnew %][%+ bug.short_desc %] -Date: [% date %] -X-Bugzilla-Reason: [% reasonsheader %] -X-Bugzilla-Type: [% isnew ? 'new' : 'changed' %] -X-Bugzilla-Watch-Reason: [% reasonswatchheader %] -[% IF Param('useclassification') %] -X-Bugzilla-Classification: [% bug.classification %] -[% END %] -X-Bugzilla-Product: [% bug.product %] -X-Bugzilla-Component: [% bug.component %] -X-Bugzilla-Keywords: [% bug.keywords %] -X-Bugzilla-Severity: [% bug.bug_severity %] -X-Bugzilla-Who: [% changer.login %] -X-Bugzilla-Status: [% bug.bug_status %] -X-Bugzilla-Priority: [% bug.priority %] -X-Bugzilla-Assigned-To: [% bug.assigned_to.login %] -X-Bugzilla-Target-Milestone: [% bug.target_milestone %] -X-Bugzilla-Changed-Fields: [% changedfields.join(" ") %] -[%+ threadingmarker %] - -[%+ urlbase %]show_bug.cgi?id=[% bug.id %] -[%- IF diffs %] - -[%+ diffs %] -[% END -%] -[% FOREACH comment = new_comments %] - -[%- IF comment.count %] ---- Comment #[% comment.count %] from [% comment.author.identity %] [%+ comment.creation_ts FILTER time(undef, to_user.timezone) %] --- -[% END %] -[%+ comment.body_full({ is_bugmail => 1, wrap => 1 }) %] -[% END %] - --- [%# Protect the trailing space of the signature marker %] -Configure [% terms.bug %]mail: [% urlbase %]userprefs.cgi?tab=email -------- You are receiving this mail because: ------- -[% SET reason_lines = [] %] -[% FOREACH reason = reasons %] - [% reason_lines.push(reason_descs.$reason) IF reason_descs.$reason %] -[% END %] -[% FOREACH reason = reasons_watch %] - [% reason_lines.push(watch_reason_descs.$reason) - IF watch_reason_descs.$reason %] -[% END %] -[%+ reason_lines.join("\n") %] diff --git a/template/en/default/email/sanitycheck.txt.tmpl b/template/en/default/email/sanitycheck.txt.tmpl deleted file mode 100644 index 8826d4e..0000000 --- a/template/en/default/email/sanitycheck.txt.tmpl +++ /dev/null @@ -1,36 +0,0 @@ -[%# The contents of this file are subject to the Mozilla Public - # License Version 1.1 (the "License"); you may not use this file - # except in compliance with the License. You may obtain a copy of - # the License at http://www.mozilla.org/MPL/ - # - # Software distributed under the License is distributed on an "AS - # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or - # implied. See the License for the specific language governing - # rights and limitations under the License. - # - # The Original Code is the Bugzilla Bug Tracking System. - # - # The Initial Developer of the Original Code is Netscape Communications - # Corporation. Portions created by Netscape are - # Copyright (C) 1998 Netscape Communications Corporation. All - # Rights Reserved. - # - # Contributor(s): Frédéric Buclin <LpSolit@gmail.com> - #%] - -[% PROCESS "global/variables.none.tmpl" %] -From: [% Param('mailfrom') %] -To: [% addressee %] -Subject: [[% terms.Bugzilla %]] Sanity Check Results -X-Bugzilla-Type: sanitycheck - -[%+ urlbase %]sanitycheck.cgi - -Below can you read the sanity check results. -[% IF error_found %] -Some errors have been found. -[% ELSE %] -No errors have been found. -[% END %] - -[% output %] diff --git a/template/en/default/email/sudo.txt.tmpl b/template/en/default/email/sudo.txt.tmpl deleted file mode 100644 index 74fbc49..0000000 --- a/template/en/default/email/sudo.txt.tmpl +++ /dev/null @@ -1,43 +0,0 @@ -[%# The contents of this file are subject to the Mozilla Public - # License Version 1.1 (the "License"); you may not use this file - # except in compliance with the License. You may obtain a copy of - # the License at http://www.mozilla.org/MPL/ - # - # Software distributed under the License is distributed on an "AS - # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or - # implied. See the License for the specific language governing - # rights and limitations under the License. - # - # The Original Code is the Bugzilla Bug Tracking System. - # - # The Initial Developer of the Original Code is Netscape Communications - # Corporation. Portions created by Netscape are - # Copyright (C) 2005 Netscape Communications Corporation. All - # Rights Reserved. - # - # Contributor(s): A. Karl Kornel <karl@kornel.name> - #%] - -[% PROCESS global/variables.none.tmpl %] - -Content-Type: text/plain -From: [% Param('mailfrom') %] -To: [% user.email %] -Subject: [[% terms.Bugzilla %]] Your account [% user.login -%] - is being impersonated -X-Bugzilla-Type: admin - - [%+ sudoer.identity %] has used the 'sudo' feature to access -[%+ terms.Bugzilla %] using your account. - -[% IF reason %] - [%+ sudoer.identity %] provided the following reason for doing this: - -[% reason FILTER wrap_comment %] -[% ELSE %] - [%+ sudoer.identity %] did not provide a reason for doing this. -[% END %] - - If you feel that this action was inappropriate, please contact -[%+ Param("maintainer") %]. For more information on this feature, -visit <[% urlbase %]page.cgi?id=sudo.html>. diff --git a/template/en/default/email/votes-removed.txt.tmpl b/template/en/default/email/votes-removed.txt.tmpl deleted file mode 100644 index bfb37c9..0000000 --- a/template/en/default/email/votes-removed.txt.tmpl +++ /dev/null @@ -1,55 +0,0 @@ -[%# The contents of this file are subject to the Mozilla Public - # License Version 1.1 (the "License"); you may not use this file - # except in compliance with the License. You may obtain a copy of - # the License at http://www.mozilla.org/MPL/ - # - # Software distributed under the License is distributed on an "AS - # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or - # implied. See the License for the specific language governing - # rights and limitations under the License. - # - # The Original Code is the Bugzilla Bug Tracking System. - # - # The Initial Developer of the Original Code is Netscape Communications - # Corporation. Portions created by Netscape are - # Copyright (C) 1998 Netscape Communications Corporation. All - # Rights Reserved. - # - # Contributor(s): Emmanuel Seyman <eseyman@linagora.com> - #%] - -[% PROCESS global/variables.none.tmpl %] - -From: [% Param('mailfrom') %] -To: [% to %] -Subject: [% terms.Bug %] [%+ bugid %] Some or all of your votes have been removed. -X-Bugzilla-Type: voteremoved - -Some or all of your votes have been removed from [% terms.bug %] [%+ bugid %]. - -You had [% votesold FILTER html %] [%+ IF votesold == 1 %]vote[% ELSE %]votes[% END -%] on this [% terms.bug %], but [% votesremoved FILTER html %] have been removed. - -[% IF votesnew %] -You still have [% votesnew FILTER html %] [%+ IF votesnew == 1 %]vote[% ELSE %]votes[% END %] on this [% terms.bug %]. -[% ELSE %] -You have no more votes remaining on this [% terms.bug %]. -[% END %] - -Reason: -[% IF reason == "votes_bug_moved" %] - This [% terms.bug %] has been moved to a different product. - -[% ELSIF reason == "votes_too_many_per_bug" %] - The rules for voting on this product has changed; - you had too many votes for a single [% terms.bug %]. - -[% ELSIF reason == "votes_too_many_per_user" %] - The rules for voting on this product has changed; you had - too many total votes, so all votes have been removed. -[% END %] - - - -[% urlbase %]show_bug.cgi?id=[% bugid %] - diff --git a/template/en/default/email/whine.txt.tmpl b/template/en/default/email/whine.txt.tmpl deleted file mode 100644 index 32d8da8..0000000 --- a/template/en/default/email/whine.txt.tmpl +++ /dev/null @@ -1,64 +0,0 @@ -[%# The contents of this file are subject to the Mozilla Public - # License Version 1.1 (the "License"); you may not use this file - # except in compliance with the License. You may obtain a copy of - # the License at http://www.mozilla.org/MPL/ - # - # Software distributed under the License is distributed on an "AS - # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or - # implied. See the License for the specific language governing - # rights and limitations under the License. - # - # The Original Code is the Bugzilla Bug Tracking System. - # - # The Initial Developer of the Original Code is Netscape Communications - # Corporation. Portions created by Netscape are - # Copyright (C) 1998 Netscape Communications Corporation. All - # Rights Reserved. - # - # Contributor(s): Emmanuel Seyman <eseyman@linagora.com> - #%] - -[% PROCESS "global/field-descs.none.tmpl" %] -From: [% Param("mailfrom") %] -To: [% email %][% Param("emailsuffix") %] -Subject: Your [% terms.Bugzilla %] [%+ terms.bug %] list needs attention. -X-Bugzilla-Type: whine - -[This e-mail has been automatically generated.] - -You have one or more [% terms.bugs %] assigned to you in the [% terms.Bugzilla %] -[% terms.bug %] tracking system ([% urlbase %]) that require -attention. - -All of these [% terms.bugs %] are in the [% display_value("bug_status", "CONFIRMED") %] -state, and have not been touched in [% Param("whinedays") %] days or more. -You need to take a look at them, and decide on an initial action. - -Generally, this means one of three things: - -(1) You decide this [% terms.bug %] is really quick to deal with (like, it's [% display_value("resolution", "INVALID") %]), - and so you get rid of it immediately. -(2) You decide the [% terms.bug %] doesn't belong to you, and you reassign it to - someone else. (Hint: if you don't know who to reassign it to, make - sure that the Component field seems reasonable, and then use the - "Reset Assignee to default" option.) -(3) You decide the [% terms.bug %] belongs to you, but you can't solve it this moment. - Accept the [% terms.bug %] by setting the status to [% display_value("bug_status", "IN_PROGRESS") %]. - -To get a list of all [% display_value("bug_status", "CONFIRMED") %] [%+ terms.bugs %], you can use this URL (bookmark -it if you like!): - - [% urlbase %]buglist.cgi?bug_status=CONFIRMED&assigned_to=[% email %] - -Or, you can use the general query page, at -[%+ urlbase %]query.cgi - -Appended below are the individual URLs to get to all of your [% display_value("bug_status", "CONFIRMED") %] [%+ terms.bugs %] -that haven't been touched for [% Param("whinedays") %] days or more. - -You will get this message once a day until you've dealt with these [% terms.bugs %]! - -[% FOREACH bug = bugs %] - [%+ bug.summary %] - -> [% urlbase %]show_bug.cgi?id=[% bug.id %] -[% END %] |