From 891689f1fdf09bf06c5e5dd944f6a6ae43f2cfd8 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 18 Nov 2014 12:42:18 +0800 Subject: Bug 1098956: remove autoland support --- .../user-error-auth_failure_object.html.tmpl | 11 -------- .../hook/global/user-error-errors.html.tmpl | 33 ---------------------- 2 files changed, 44 deletions(-) delete mode 100644 extensions/TryAutoLand/template/en/default/hook/global/user-error-auth_failure_object.html.tmpl delete mode 100644 extensions/TryAutoLand/template/en/default/hook/global/user-error-errors.html.tmpl (limited to 'extensions/TryAutoLand/template/en/default/hook/global') diff --git a/extensions/TryAutoLand/template/en/default/hook/global/user-error-auth_failure_object.html.tmpl b/extensions/TryAutoLand/template/en/default/hook/global/user-error-auth_failure_object.html.tmpl deleted file mode 100644 index 50a1e48d5..000000000 --- a/extensions/TryAutoLand/template/en/default/hook/global/user-error-auth_failure_object.html.tmpl +++ /dev/null @@ -1,11 +0,0 @@ -[%# This Source Code Form is subject to the terms of the Mozilla Public - # License, v. 2.0. If a copy of the MPL was not distributed with this - # file, You can obtain one at http://mozilla.org/MPL/2.0/. - # - # This Source Code Form is "Incompatible With Secondary Licenses", as - # defined by the Mozilla Public License, v. 2.0. - #%] - -[% IF object == 'autoland_attachments' %] - AutoLand attachments -[% END %] diff --git a/extensions/TryAutoLand/template/en/default/hook/global/user-error-errors.html.tmpl b/extensions/TryAutoLand/template/en/default/hook/global/user-error-errors.html.tmpl deleted file mode 100644 index c12950dcf..000000000 --- a/extensions/TryAutoLand/template/en/default/hook/global/user-error-errors.html.tmpl +++ /dev/null @@ -1,33 +0,0 @@ -[%# This Source Code Form is subject to the terms of the Mozilla Public - # License, v. 2.0. If a copy of the MPL was not distributed with this - # file, You can obtain one at http://mozilla.org/MPL/2.0/. - # - # This Source Code Form is "Incompatible With Secondary Licenses", as - # defined by the Mozilla Public License, v. 2.0. - #%] - -[% IF error == "autoland_invalid_status" %] - [% title = "AutoLand Invalid Status" %] - The status '[% status FILTER html %]' is not a valid - status for the AutoLand extension. Valid statuses - are [% valid.join(', ') FILTER html %]. - -[% ELSIF error == "autoland_invalid_attach_id" %] - [% title = "AutoLand Invalid Attachment ID" %] - The attachment id '[% attach_id FILTER html %]' is not - a valid id for the AutoLand extension. - -[% ELSIF error == "autoland_empty_try_syntax" %] - [% title = "AutoLand Empty Try Syntax" %] - You cannot have a value for Branches and have an empty Try Syntax value. - -[% ELSIF error == "autoland_empty_branches" %] - [% title = "AutoLand Empty Branches" %] - You cannot check one or more patches for AutoLanding and have an empty - Branches value. - -[% ELSIF error == "autoland_update_invalid_action" %] - [% title = "AutoLand Update Invalid Action" %] - The action '[% action FILTER html %]' is not a valid action. - Valid actions are [% valid.join(', ') FILTER html %]. -[% END %] -- cgit v1.2.3-24-g4f1b