[%# 1.0@bugzilla.org %] [%# 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): Dave Miller # Joel Peshkin # Jacob Steenhagen # Vlad Dascalu #%] [%# INTERFACE: # action: integer. Can be 1, 2 or 3, depending on the action # performed: # 1 - remove_explicit_members # 2 - remove_explicit_members_regexp # 3 - no conversion, just save the changes # changes: boolean int. Is 1 if changes occurred. # gid: integer. The ID of the group. # name: the name of the product where removal is performed. # regexp: the regexp according to which the update is performed. #%] [% IF (action == 1) %] [% title = "Confirm: Remove All Explicit Members?" %] [% ELSIF (action == 2) %] [% title = "Confirm: Remove Explicit Members in the Regular Expression?" %] [% ELSE %] [% title = "Updating group hierarchy" %] [% END %] [% PROCESS global/header.html.tmpl %]

Checking.... [% IF changes %] changed. [% END %]

[% IF (action == 1) || (action == 2) %] [% IF changes %]

Group updated, please confirm removal:

[% END %] [% IF (action == 1) %]

This option will remove all explicitly defined users [% ELSIF regexp %]

This option will remove all users included in the regular expression: [% regexp FILTER html %] [% ELSE %]

There is no regular expression defined. No users will be removed.

[% END %] [% IF ((action == 1) || regexp) %] from group [% name FILTER html %].

Generally, you will only need to do this when upgrading groups created with [% terms.Bugzilla %] versions 2.16 and prior. Use this option with extreme care and consult the documentation for further information.

[% IF (action == 2) %] [% ELSE %] [% END %]

Or return to the Edit Groups page.

[% END %] [% ELSE %] [%# if we got this far, the admin doesn't want to convert, so just save # their changes %] [% IF changes %]

Done.

[% ELSE %]

You didn't change anything! If you really meant it, hit the Back button and try again.

[% END %]

Back to the group list.

[% END %] [% PROCESS global/footer.html.tmpl %]