From: Kohei Yoshino Date: Tue, 31 Jul 2018 20:58:54 +0000 (-0400) Subject: Bug 1475687 - Remove https://bugzilla.mozilla.org/form.reps.it custom form X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0d5d8450a3d15a97467b6b26ef298dd1dabcd45;p=thirdparty%2Fbugzilla.git Bug 1475687 - Remove https://bugzilla.mozilla.org/form.reps.it custom form --- diff --git a/.htaccess b/.htaccess index ee7d296b0..d9681baa6 100644 --- a/.htaccess +++ b/.htaccess @@ -53,7 +53,6 @@ RewriteRule ^form[\.:]mozpr$ enter_bug.cgi?product=Mozilla+PR&format=mozpr [QSA] RewriteRule ^form[\.:]reps[\.:]mentorship$ enter_bug.cgi?product=Mozilla+Reps&format=mozreps [QSA] RewriteRule ^form[\.:]reps[\.:]budget$ enter_bug.cgi?product=Mozilla+Reps&format=remo-budget [QSA] RewriteRule ^form[\.:]reps[\.:]swag$ enter_bug.cgi?product=Mozilla+Reps&format=remo-swag [QSA] -RewriteRule ^form[\.:]reps[\.:]it$ enter_bug.cgi?product=Mozilla+Reps&format=remo-it [QSA] RewriteRule ^form[\.:]reps[\.:]payment$ page.cgi?id=remo-form-payment.html [QSA] RewriteRule ^form[\.:]csa[\.:]discourse$ enter_bug.cgi?product=Infrastructure+\%26\+Operations&format=csa-discourse [QSA] RewriteRule ^form[\.:]employee[\.\-:]incident$ enter_bug.cgi?product=mozilla.org&format=employee-incident [QSA] diff --git a/extensions/REMO/template/en/default/bug/create/comment-remo-it.txt.tmpl b/extensions/REMO/template/en/default/bug/create/comment-remo-it.txt.tmpl deleted file mode 100644 index b95e05184..000000000 --- a/extensions/REMO/template/en/default/bug/create/comment-remo-it.txt.tmpl +++ /dev/null @@ -1,67 +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. - #%] - -[% USE Bugzilla %] -[% cgi = Bugzilla.cgi %] - -Name: -[%+ cgi.param('name') %] - -Mozillians.org Profile: -[%+ cgi.param('mozillian') %] - -Reps Profile: -[%+ cgi.param('reps') || "-" %] - -Community Name: -[%+ cgi.param('community') %] - -[% FOREACH item = cgi.param('items') %] -[% IF item == "apps_email" || item == "domain" || item == "ssl" %] -[% IF item == "apps_email" %] -[% domain_title = domain_title _ ":: Google Apps Emails\n" %] -[% END %] -[% IF item == "domain" %] -[% domain_title = domain_title _ ":: Domain Name\n" %] -[% END %] -[% IF item == "ssl" %] -[% domain_title = domain_title _ ":: SSL\n" %] -[% END %] -[% END %] -[% END %] - -[% FOREACH item = cgi.param('items') %] -[% IF item == "hosting" %] -:: Hosting - -Expected visits per month: -[%+ cgi.param('hosting_visits') %] - -What will run on the hosting: -[%+ cgi.param('hosting_running') %] - -Hosting data: -[%+ cgi.param('hosting_data') || "-" %] - -[% ELSIF (item == "apps_email" || item == "domain" || item == "ssl") - && domain_title %] -[% domain_title FILTER html %] -[% domain_title = "" %] -Domain Name: -[%+ cgi.param('domain_name') %] - -[% ELSIF item == "other" %] -:: Other - -[%+ cgi.param('other_value') %] - -[% END %] -[% END %] - -Comments: -[%+ cgi.param('comments') || "-" %] diff --git a/extensions/REMO/template/en/default/bug/create/create-remo-it.html.tmpl b/extensions/REMO/template/en/default/bug/create/create-remo-it.html.tmpl deleted file mode 100644 index af3db60bc..000000000 --- a/extensions/REMO/template/en/default/bug/create/create-remo-it.html.tmpl +++ /dev/null @@ -1,263 +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. - #%] - -[% PROCESS global/variables.none.tmpl %] - -[% PROCESS global/header.html.tmpl - onload = "init()" - title = "Community IT Request" - style_urls = [ "extensions/REMO/web/styles/moz_reps.css" ] -%] - -[% USE Bugzilla %] -[% mandatory = '*' %] - - - - - -

Community IT Request

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Your Name:[% mandatory FILTER none %]
Mozillians.org Profile:[% mandatory FILTER none %]
Reps Profile (if applicable):
Your Community's Name:[% mandatory FILTER none %]
- Items Requesting:[% mandatory FILTER none %] - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
-
Hosting
Expected visits per month:[% mandatory FILTER none %]
What will run on the hosting?:[% mandatory FILTER none %]
Data: - - Any data we can use to help choose the best solution (traffic graphs etc).
- -
Domain
Domain Name:[% mandatory FILTER none %]
Other Item
Other:[% mandatory FILTER none %]
- Other Comments -
- Please explain why you'd like the hosting, and anything else this form does not include.
- -
- -
  
- -
- -[% PROCESS global/footer.html.tmpl %]