Skip to content

Commit

Permalink
Bug 1853465 - [EXT_CLEANUP] Remove REMO extension as it is no longer …
Browse files Browse the repository at this point in the history
…being used
  • Loading branch information
MichaelKohler committed Oct 15, 2023
1 parent d799dd8 commit 9d9e302
Show file tree
Hide file tree
Showing 24 changed files with 0 additions and 2,428 deletions.
23 changes: 0 additions & 23 deletions extensions/BMO/Extension.pm
Expand Up @@ -2867,29 +2867,6 @@ sub app_startup {
$r->any('/:REWRITE_mozpr' => [REWRITE_mozpr => qr{form[\.:]mozpr}])
->to('CGI#enter_bug_cgi' => {'product' => 'Mozilla PR', 'format' => 'mozpr'},
);
$r->any('/:REWRITE_reps_mentorship' =>
[REWRITE_reps_mentorship => qr{form[\.:]reps[\.:]mentorship}])
->to(
'CGI#enter_bug_cgi' => {'product' => 'Mozilla Reps', 'format' => 'mozreps'},);
$r->any('/:REWRITE_reps_budget' =>
[REWRITE_reps_budget => qr{form[\.:]reps[\.:]budget}])
->to(
'CGI#enter_bug_cgi' => {'product' => 'Mozilla Reps', 'format' => 'remo-budget'}
);
$r->any(
'/:REWRITE_reps_swag' => [REWRITE_reps_swag => qr{form[\.:]reps[\.:]swag}])
->to(
'CGI#enter_bug_cgi' => {'product' => 'Mozilla Reps', 'format' => 'remo-swag'});
$r->any('/:REWRITE_reps_it' => [REWRITE_reps_it => qr{form[\.:]reps[\.:]it}])
->to(
'CGI#enter_bug_cgi' => {'product' => 'Mozilla Reps', 'format' => 'remo-it'});
$r->any('/:REWRITE_reps_payment' =>
[REWRITE_reps_payment => qr{form[\.:]reps[\.:]payment}])
->to('CGI#page_cgi' => {'id' => 'remo-form-payment.html'});
$r->any('/:REWRITE_csa_discourse' =>
[REWRITE_csa_discourse => qr{form[\.:]csa[\.:]discourse}])
->to('CGI#enter_bug_cgi' =>
{'product' => 'Infrastructure & Operations', 'format' => 'csa-discourse'});
$r->any('/:REWRITE_employee_incident' =>
[REWRITE_employee_incident => qr{form[\.:]employee[\.\-:]incident}])
->to('CGI#enter_bug_cgi' =>
Expand Down
Expand Up @@ -527,12 +527,6 @@ function showGear() {
list of available gear.
</p>

<p>
Gear requests for Rep-driven events and campaigns should continue to be
submitted through <a href="https://wiki.mozilla.org/ReMo/Tools_and_Resources"
target="_blank" rel="noopener noreferrer">their existing process</a>.
</p>

<form method="post" action="[% basepath FILTER none %]post_bug.cgi" id="swagRequestForm" enctype="multipart/form-data"
onSubmit="return validateAndSubmit();">
<input type="hidden" name="filed_via" value="custom_form">
Expand Down
35 changes: 0 additions & 35 deletions extensions/REMO/Config.pm

This file was deleted.

0 comments on commit 9d9e302

Please sign in to comment.