From d495a972854500ce323f15d024605ec395fab155 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Mon, 1 Feb 2010 13:39:54 -0800 Subject: Fix the data in the bzr repo to match the data in the CVS repo. During the CVS imports into Bzr, there were some inconsistencies introduced (mostly that files that were deleted in CVS weren't being deleted in Bzr). So this checkin makes the bzr repo actually consistent with the CVS repo, including fixing permissions of files. --- .../default/admin/classifications/delete.html.tmpl | 30 ------ .../en/default/admin/classifications/new.html.tmpl | 31 ------ .../default/admin/classifications/update.html.tmpl | 40 -------- .../en/default/admin/components/created.html.tmpl | 40 -------- .../en/default/admin/components/deleted.html.tmpl | 58 ----------- .../en/default/admin/components/updated.html.tmpl | 83 --------------- .../en/default/admin/fieldvalues/created.html.tmpl | 43 -------- .../en/default/admin/fieldvalues/deleted.html.tmpl | 37 ------- .../en/default/admin/fieldvalues/updated.html.tmpl | 56 ----------- template/en/default/admin/groups/change.html.tmpl | 111 --------------------- template/en/default/admin/groups/created.html.tmpl | 37 ------- template/en/default/admin/groups/deleted.html.tmpl | 37 ------- template/en/default/admin/groups/remove.html.tmpl | 46 --------- .../en/default/admin/keywords/create.html.tmpl | 0 .../en/default/admin/keywords/created.html.tmpl | 35 ------- template/en/default/admin/keywords/edit.html.tmpl | 0 .../default/admin/keywords/rebuild-cache.html.tmpl | 55 ---------- .../en/default/admin/milestones/created.html.tmpl | 43 -------- .../en/default/admin/milestones/deleted.html.tmpl | 57 ----------- .../en/default/admin/milestones/updated.html.tmpl | 49 --------- template/en/default/admin/params/l10n.html.tmpl | 47 --------- template/en/default/admin/params/radius.html.tmpl | 0 .../en/default/admin/products/created.html.tmpl | 36 ------- .../en/default/admin/products/deleted.html.tmpl | 49 --------- .../en/default/admin/settings/updated.html.tmpl | 26 ----- .../en/default/admin/versions/created.html.tmpl | 42 -------- .../en/default/admin/versions/deleted.html.tmpl | 40 -------- .../en/default/admin/versions/updated.html.tmpl | 44 -------- 28 files changed, 1172 deletions(-) delete mode 100644 template/en/default/admin/classifications/delete.html.tmpl delete mode 100644 template/en/default/admin/classifications/new.html.tmpl delete mode 100644 template/en/default/admin/classifications/update.html.tmpl delete mode 100644 template/en/default/admin/components/created.html.tmpl delete mode 100644 template/en/default/admin/components/deleted.html.tmpl delete mode 100644 template/en/default/admin/components/updated.html.tmpl delete mode 100644 template/en/default/admin/fieldvalues/created.html.tmpl delete mode 100644 template/en/default/admin/fieldvalues/deleted.html.tmpl delete mode 100644 template/en/default/admin/fieldvalues/updated.html.tmpl delete mode 100644 template/en/default/admin/groups/change.html.tmpl delete mode 100644 template/en/default/admin/groups/created.html.tmpl delete mode 100644 template/en/default/admin/groups/deleted.html.tmpl delete mode 100644 template/en/default/admin/groups/remove.html.tmpl mode change 100755 => 100644 template/en/default/admin/keywords/create.html.tmpl delete mode 100755 template/en/default/admin/keywords/created.html.tmpl mode change 100755 => 100644 template/en/default/admin/keywords/edit.html.tmpl delete mode 100755 template/en/default/admin/keywords/rebuild-cache.html.tmpl delete mode 100644 template/en/default/admin/milestones/created.html.tmpl delete mode 100644 template/en/default/admin/milestones/deleted.html.tmpl delete mode 100644 template/en/default/admin/milestones/updated.html.tmpl delete mode 100644 template/en/default/admin/params/l10n.html.tmpl mode change 100755 => 100644 template/en/default/admin/params/radius.html.tmpl delete mode 100644 template/en/default/admin/products/created.html.tmpl delete mode 100644 template/en/default/admin/products/deleted.html.tmpl delete mode 100644 template/en/default/admin/settings/updated.html.tmpl delete mode 100644 template/en/default/admin/versions/created.html.tmpl delete mode 100644 template/en/default/admin/versions/deleted.html.tmpl delete mode 100644 template/en/default/admin/versions/updated.html.tmpl (limited to 'template/en/default/admin') diff --git a/template/en/default/admin/classifications/delete.html.tmpl b/template/en/default/admin/classifications/delete.html.tmpl deleted file mode 100644 index 38dc3dbfd..000000000 --- a/template/en/default/admin/classifications/delete.html.tmpl +++ /dev/null @@ -1,30 +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): Albert Ting - #%] - -[% PROCESS global/header.html.tmpl - title = "Classification deleted" -%] - -Classification [% classification.name FILTER html %] deleted.
- -

Back to the main [% terms.bugs %] page -or edit more classifications. - -[% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/admin/classifications/new.html.tmpl b/template/en/default/admin/classifications/new.html.tmpl deleted file mode 100644 index dbc99df9c..000000000 --- a/template/en/default/admin/classifications/new.html.tmpl +++ /dev/null @@ -1,31 +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): Albert Ting - #%] - -[% PROCESS global/header.html.tmpl - title = "Adding new classification" -%] - -OK, done. - -

Back to the main [% terms.bugs %] page, -add products to this new classification, -or edit more classifications. - -[% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/admin/classifications/update.html.tmpl b/template/en/default/admin/classifications/update.html.tmpl deleted file mode 100644 index a67dbde3a..000000000 --- a/template/en/default/admin/classifications/update.html.tmpl +++ /dev/null @@ -1,40 +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): Albert Ting - #%] - -[% PROCESS global/header.html.tmpl - title = "Update classification" -%] - -[% IF updated_sortkey %] - Updated sortkey.
-[% END %] - -[% IF updated_description %] - Updated description.
-[% END %] - -[% IF updated_classification %] - Updated classification name.
-[% END %] - -

Back to the main [% terms.bugs %] page -or edit more classifications. - -[% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/admin/components/created.html.tmpl b/template/en/default/admin/components/created.html.tmpl deleted file mode 100644 index 5a7745700..000000000 --- a/template/en/default/admin/components/created.html.tmpl +++ /dev/null @@ -1,40 +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): Gavin Shelley - #%] - -[%# INTERFACE: - # comp: object; Bugzilla::Component object representing the component the - # user created. - # product: object; Bugzilla::Product object representing the product to - # which the component belongs. - #%] - -[% title = BLOCK %]Adding new Component of Product - '[% product.name FILTER html %]'[% END %] -[% PROCESS global/header.html.tmpl - title = title -%] - -

The component ' - [%- comp.name FILTER html %]' has been created.

- -[% PROCESS admin/components/footer.html.tmpl %] - -[% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/admin/components/deleted.html.tmpl b/template/en/default/admin/components/deleted.html.tmpl deleted file mode 100644 index 86940180f..000000000 --- a/template/en/default/admin/components/deleted.html.tmpl +++ /dev/null @@ -1,58 +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): Gavin Shelley - #%] - -[%# INTERFACE: - # comp: object; Bugzilla::Component object representing the component the - # user deleted. - # product: object; Bugzilla::Product object representing the product to - # which the component belongs. - #%] - -[% title = BLOCK %]Deleted Component '[% comp.name FILTER html %]' from Product - '[% product.name FILTER html %]'[% END %] -[% PROCESS global/header.html.tmpl - title = title -%] - -

-[% IF comp.bug_count %] - [% comp.bug_count FILTER none %] - [%- IF comp.bug_count > 1 %] - [%+ terms.bugs %] - [% ELSE %] - [%+ terms.bug %] - [% END %] - deleted. -

- All references to those deleted [% terms.bugs %] have been removed. -[% ELSE %] - No [% terms.bugs %] existed for the component. -[% END %] -

- -

Flag inclusions and exclusions deleted.

- -

Component '[% comp.name FILTER html %]' deleted.

- -[% PROCESS admin/components/footer.html.tmpl - no_edit_component_link = 1 - %] - -[% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/admin/components/updated.html.tmpl b/template/en/default/admin/components/updated.html.tmpl deleted file mode 100644 index 1b94421b1..000000000 --- a/template/en/default/admin/components/updated.html.tmpl +++ /dev/null @@ -1,83 +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): Gavin Shelley - # Akamai Technologies - # Max Kanat-Alexander - #%] - -[%# INTERFACE: - # changes: hashref; contains changes made to the component. - # - # comp: object; Bugzilla::Component object representing the component - # user updated. - # product: object; Bugzilla::Product object representing the product to - # which the component belongs. - #%] - -[% title = BLOCK %]Updating Component '[% comp.name FILTER html %]' of Product - '[% product.name FILTER html %]'[% END %] -[% PROCESS global/header.html.tmpl - title = title -%] - -[% IF changes.name.defined %] -

Updated Component name to: '[% comp.name FILTER html %]'.

-[% END %] - -[% IF changes.description.defined %] - - - - - -
Updated description to:'[% comp.description FILTER html_light %]'
-[% END %] - -[% IF changes.initialowner.defined %] -

Updated Default Assignee to: '[% comp.default_assignee.login FILTER html %]'.

-[% END %] - -[% IF changes.initialqacontact.defined %] -

- [% IF comp.default_qa_contact.id %] - Updated Default QA Contact to '[% comp.default_qa_contact.login FILTER html %]'. - [% ELSE %] - Removed Default QA Contact. - [% END %] -

-[% END %] - -[% IF changes.cc_list.defined %] - [% IF comp.initial_cc.size %] - [% cc_list = [] %] - [% FOREACH cc_user = comp.initial_cc %] - [% cc_list.push(cc_user.login) %] - [% END %] -

Updated Default CC list to: [% cc_list.join(", ") FILTER html %].

- [% ELSE %] -

Removed the Default CC list.

- [% END %] -[% END %] - -[% UNLESS changes.keys.size %] -

Nothing changed for component '[% comp.name FILTER html %]'.

-[% END %] - -[% PROCESS admin/components/footer.html.tmpl %] - -[% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/admin/fieldvalues/created.html.tmpl b/template/en/default/admin/fieldvalues/created.html.tmpl deleted file mode 100644 index 4a31234cf..000000000 --- a/template/en/default/admin/fieldvalues/created.html.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. - # - # Contributor(s): Max Kanat-Alexander - #%] - -[%# INTERFACE: - # value: string; the name of the newly created field value - # field: object; the field the value belongs to - #%] - -[% title = BLOCK %] - New Value '[% value FILTER html %]' added to '[% field.description FILTER html %]' - ([% field.name FILTER html %]) field -[% END %] -[% PROCESS global/header.html.tmpl - title = title -%] - -

The value ' - [%- value FILTER html %]' has been added as a valid choice for - the '[% field.description FILTER html %]' field.

- -[% IF field.name == "bug_status" %] - You should now visit the status workflow page - to include your new [% terms.bug %] status. -[% END %] - -[% PROCESS admin/fieldvalues/footer.html.tmpl %] - -[% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/admin/fieldvalues/deleted.html.tmpl b/template/en/default/admin/fieldvalues/deleted.html.tmpl deleted file mode 100644 index 27e62f82d..000000000 --- a/template/en/default/admin/fieldvalues/deleted.html.tmpl +++ /dev/null @@ -1,37 +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. - # - # Contributor(s): Max Kanat-Alexander - #%] - -[%# INTERFACE: - # value: string; the field value that was deleted. - # - # field: object; the field the value was deleted from. - # - #%] - -[% title = BLOCK %] - Deleted Value '[% value FILTER html %]' for the '[% field.description FILTER html %]' - ([% field.name FILTER html %]) Field -[% END %] -[% PROCESS global/header.html.tmpl - title = title -%] - -

Field Value '[% value FILTER html %]' deleted.

- -[% PROCESS admin/fieldvalues/footer.html.tmpl - no_edit_link = 1 - %] - -[% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/admin/fieldvalues/updated.html.tmpl b/template/en/default/admin/fieldvalues/updated.html.tmpl deleted file mode 100644 index 7ca29c3cf..000000000 --- a/template/en/default/admin/fieldvalues/updated.html.tmpl +++ /dev/null @@ -1,56 +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. - # - # Contributor(s): Max Kanat-Alexander - #%] - -[%# INTERFACE: - # - # 'updated_XXX' variables are booleans, and are defined if the - # 'XXX' field was updated during the edit just being handled. - # Variables called just 'XXX' are strings, and are the _new_ contents - # of the fields. - # - # value & updated_value: the name of the field value - # sortkey & updated_sortkey: the field value sortkey - # field: object; the field that the value belongs to - # default_value_updated: boolean; whether the default value for - # this field has been updated - #%] - -[% title = BLOCK %] - Updating Value '[% value FILTER html %]' of the '[% field.description FILTER html %]' - ([% field.name FILTER html %]) Field -[% END %] -[% PROCESS global/header.html.tmpl - title = title -%] - -[% IF updated_value %] -

Updated field value to: '[% value FILTER html %]'.

- [% IF default_value_updated %] -

Note that this value is the default for this field. - All references to the default value will now point to this new value.

- [% END %] -[% END %] - -[% IF updated_sortkey %] -

Updated field value sortkey to: '[% sortkey FILTER html %]'.

-[% END %] - -[% UNLESS (updated_sortkey || updated_value) %] -

Nothing changed for field value '[% value FILTER html %]'.

-[% END %] - -[% PROCESS admin/fieldvalues/footer.html.tmpl %] - -[% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/admin/groups/change.html.tmpl b/template/en/default/admin/groups/change.html.tmpl deleted file mode 100644 index 3137fd803..000000000 --- a/template/en/default/admin/groups/change.html.tmpl +++ /dev/null @@ -1,111 +0,0 @@ -[%# 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 %] diff --git a/template/en/default/admin/groups/created.html.tmpl b/template/en/default/admin/groups/created.html.tmpl deleted file mode 100644 index a734829a7..000000000 --- a/template/en/default/admin/groups/created.html.tmpl +++ /dev/null @@ -1,37 +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): Dave Miller - # Joel Peshkin - # Jacob Steenhagen - # Vlad Dascalu - #%] - -[%# INTERFACE: - # none - #%] - -[% PROCESS global/header.html.tmpl - title = "Adding new group" -%] - -

OK, done.

- -

Add another group or -go back to the group list.

- -[% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/admin/groups/deleted.html.tmpl b/template/en/default/admin/groups/deleted.html.tmpl deleted file mode 100644 index acda17254..000000000 --- a/template/en/default/admin/groups/deleted.html.tmpl +++ /dev/null @@ -1,37 +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): Dave Miller - # Joel Peshkin - # Jacob Steenhagen - # Vlad Dascalu - #%] - -[%# INTERFACE: - # name: string. The name of the group. - #%] - - -[% PROCESS global/header.html.tmpl - title = "Deleting group" -%] - -

The group [% name FILTER html %] has been deleted.

- -

Go back to the group list. - -[% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/admin/groups/remove.html.tmpl b/template/en/default/admin/groups/remove.html.tmpl deleted file mode 100644 index fb0481d16..000000000 --- a/template/en/default/admin/groups/remove.html.tmpl +++ /dev/null @@ -1,46 +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): Dave Miller - # Joel Peshkin - # Jacob Steenhagen - # Vlad Dascalu - # Max Kanat-Alexander - #%] - -[%# INTERFACE: - # group: The Bugzilla::Group being modified. - # regexp: string. The regexp according to which the removal was performed. - # users: Array of Bugzilla::User objects who were removed from this group. - #%] - - -[% PROCESS global/header.html.tmpl - title = "Removing Explicit Group Membership" %] - -

Removing explicit memberships[% IF regexp %] of users matching - '[% regexp FILTER html %]'[% END %]...

- -[% FOREACH user = users %] - [% user.login FILTER html %] removed
-[% END %] - -

Done.

- -

Back to the group list.

- -[% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/admin/keywords/create.html.tmpl b/template/en/default/admin/keywords/create.html.tmpl old mode 100755 new mode 100644 diff --git a/template/en/default/admin/keywords/created.html.tmpl b/template/en/default/admin/keywords/created.html.tmpl deleted file mode 100755 index b39981d85..000000000 --- a/template/en/default/admin/keywords/created.html.tmpl +++ /dev/null @@ -1,35 +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): Terry Weissman - # Vlad Dascalu - #%] - -[%# INTERFACE: - # name: string; the name of the current keyword. - #%] - -[% PROCESS global/header.html.tmpl - title = "Adding new keyword" -%] - -

The keyword [% name FILTER html %] has been added.

- -

Edit existing keywords or -add another keyword.

- -[% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/admin/keywords/edit.html.tmpl b/template/en/default/admin/keywords/edit.html.tmpl old mode 100755 new mode 100644 diff --git a/template/en/default/admin/keywords/rebuild-cache.html.tmpl b/template/en/default/admin/keywords/rebuild-cache.html.tmpl deleted file mode 100755 index fc491c97a..000000000 --- a/template/en/default/admin/keywords/rebuild-cache.html.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): Terry Weissman - # Vlad Dascalu - # Max Kanat-Alexander - #%] - -[%# INTERFACE: - # action: string; the current action (either "update" or "delete"). - # keyword: A Bugzilla::Keyword object - #%] - -[% IF action == "update" %] - [% title = "Update keyword"%] - [% status = "updated" %] -[% ELSIF action == "delete" %] - [% title = "Delete keyword" %] - [% status = "deleted" %] -[% END %] - -[% PROCESS global/header.html.tmpl %] - -Keyword [% keyword.name FILTER html %] [%+ status FILTER html %]. - -

- After you have finished deleting or modifying keywords, - you need to rebuild the keyword cache.
- - Warning: on a very large installation of [% terms.Bugzilla %], - this can take several minutes. -

- -

- Rebuild - keyword cache -

- -

Edit more keywords.

- -[% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/admin/milestones/created.html.tmpl b/template/en/default/admin/milestones/created.html.tmpl deleted file mode 100644 index e9be95c5a..000000000 --- a/template/en/default/admin/milestones/created.html.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) 1998 Netscape Communications Corporation. All - # Rights Reserved. - # - # Contributor(s): Gavin Shelley - #%] - -[%# INTERFACE: - # milestone: object; Bugzilla::Milestone object representing the - # milestone the user created. - # - # product: object; Bugzilla::Product object representing the product to - # which the milestone belongs. - #%] - -[% title = BLOCK %]Adding new Milestone of Product - '[% product.name FILTER html %]'[% END %] -[% PROCESS global/header.html.tmpl - title = title -%] - -

The milestone ' - [%- milestone.name FILTER html %]' has been created.

- -[% PROCESS admin/milestones/footer.html.tmpl %] - -[% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/admin/milestones/deleted.html.tmpl b/template/en/default/admin/milestones/deleted.html.tmpl deleted file mode 100644 index 9ccd1b6c7..000000000 --- a/template/en/default/admin/milestones/deleted.html.tmpl +++ /dev/null @@ -1,57 +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): Gavin Shelley - # Frédéric Buclin - #%] - -[%# INTERFACE: - # product: object; Bugzilla::Product object representing the product to - # which the milestone belongs. - # milestone: object; Bugzilla::Milestone object representing the - # milestone the user deleted. - #%] - -[% title = BLOCK %]Deleted Milestone '[% milestone.name FILTER html %]' of Product - '[% product.name FILTER html %]'[% END %] -[% PROCESS global/header.html.tmpl - title = title -%] - -

-[% IF milestone.bug_count %] - - [% milestone.bug_count FILTER none %] - [% IF milestone.bug_count > 1 %] - [%+ terms.bugs %] - [% ELSE %] - [%+ terms.bug %] - [% END %] - reassigned to the default milestone. - -[% ELSE %] - No [% terms.bugs %] were targetted at the milestone. -[% END %] -

- -

Milestone '[% milestone.name FILTER html %]' deleted.

- -[% PROCESS admin/milestones/footer.html.tmpl - no_edit_milestone_link = 1 - %] - -[% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/admin/milestones/updated.html.tmpl b/template/en/default/admin/milestones/updated.html.tmpl deleted file mode 100644 index daa6581dd..000000000 --- a/template/en/default/admin/milestones/updated.html.tmpl +++ /dev/null @@ -1,49 +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): Gavin Shelley - #%] - -[%# INTERFACE: - # milestone: object; the milestone being edited. - # product: object; Bugzilla::Product object representing the product to - # which the milestone belongs. - # changes: hashref; contains changes made to the milestone. - #%] - -[% title = BLOCK %]Updating Milestone '[% milestone.name FILTER html %]' of Product - '[% product.name FILTER html %]'[% END %] -[% PROCESS global/header.html.tmpl - title = title -%] - -[% IF changes.value.defined %] -

Updated Milestone name to: '[% milestone.name FILTER html %]'.

-[% END %] - -[% IF changes.sortkey.defined %] -

Updated Milestone sortkey to: '[% milestone.sortkey FILTER html %]'.

-[% END %] - -[% UNLESS changes.value.defined || changes.sortkey.defined %] -

Nothing changed for milestone '[% milestone.name FILTER html %]'.

- -[% END %] - -[% PROCESS admin/milestones/footer.html.tmpl %] - -[% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/admin/params/l10n.html.tmpl b/template/en/default/admin/params/l10n.html.tmpl deleted file mode 100644 index 873caf5b3..000000000 --- a/template/en/default/admin/params/l10n.html.tmpl +++ /dev/null @@ -1,47 +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): Dave Miller - # Frédéric Buclin - #%] -[% - title = "Localization" - desc = "Define what languages you want made available to your users" -%] - -[%# Get the list of available languages %] -[% available_languages = "unknown" %] -[% FOREACH param = params %] - [% IF param.name == "languages" %] - [% available_languages = param.extra_desc.available_languages FILTER html %] - [% END %] -[% END %] - -[% param_descs = { - languages => "A comma-separated list of RFC 1766 language tags. These " _ - "identify the languages in which you wish $terms.Bugzilla output " _ - "to be displayed. Note that you must install the appropriate " _ - "language pack before adding a language to this Param. The " _ - "language used is the one in this list with the highest " _ - "q-value in the user's Accept-Language header.

" _ - - "If the none of these languages are in the user's" _ - " Accept-Language header, the first item in this list will be" _ - " used.

" _ - - "Available languages: $available_languages" -} %] diff --git a/template/en/default/admin/params/radius.html.tmpl b/template/en/default/admin/params/radius.html.tmpl old mode 100755 new mode 100644 diff --git a/template/en/default/admin/products/created.html.tmpl b/template/en/default/admin/products/created.html.tmpl deleted file mode 100644 index 3da777fa3..000000000 --- a/template/en/default/admin/products/created.html.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. - # - # Contributor(s): Gabriel S. Oliveira - #%] - -[%# INTERFACE: - # product: Bugzilla::Product object; the Product created. - # - #%] - -[% title = BLOCK %]New Product '[% product.name FILTER html %]' Created[% END %] - -[% PROCESS global/header.html.tmpl title = title %] - -
-
- You will need to - - add at least one component - before you can enter [% terms.bugs %] against this product - -
- -[% PROCESS "admin/products/footer.html.tmpl" %] - -[% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/admin/products/deleted.html.tmpl b/template/en/default/admin/products/deleted.html.tmpl deleted file mode 100644 index 5f29b4b31..000000000 --- a/template/en/default/admin/products/deleted.html.tmpl +++ /dev/null @@ -1,49 +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. - # - # Contributor(s): Tiago R. Mello - # - #%] - -[%# INTERFACE: - # product: Bugzilla::Product object; The product - # - #%] - -[% title = BLOCK %]Product '[% product.name FILTER html %]' Deleted[% END %] - -[% PROCESS global/header.html.tmpl title = title %] - -[% IF product.bug_count %] - All references to deleted [% terms.bugs %] removed. -[% END %] - -

- Components deleted.
- Versions deleted.
- Milestones deleted. -

- -

- Group controls deleted.
- Flag inclusions and exclusions deleted. -

- -

- Product [% product.name FILTER html %] deleted. -

- -[% PROCESS admin/products/footer.html.tmpl - no_edit_product_link = 1 -%] - -[% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/admin/settings/updated.html.tmpl b/template/en/default/admin/settings/updated.html.tmpl deleted file mode 100644 index b3a5f44c3..000000000 --- a/template/en/default/admin/settings/updated.html.tmpl +++ /dev/null @@ -1,26 +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. - # - # Contributor(s): Shane H. W. Travis - # - #%] - -[% PROCESS global/header.html.tmpl - title = "Default Preferences Updated" - %] - -Your changes to the Default Preferences have been saved.
-
-Return to the Default Preferences page. - -[% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/admin/versions/created.html.tmpl b/template/en/default/admin/versions/created.html.tmpl deleted file mode 100644 index c765eb725..000000000 --- a/template/en/default/admin/versions/created.html.tmpl +++ /dev/null @@ -1,42 +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): Gavin Shelley - #%] - -[%# INTERFACE: - # product: object; Bugzilla::Product object representing the product to - # which the version belongs. - # version: object; Bugzilla::Version object representing the - # newly created version - #%] - -[% title = BLOCK %]Adding new Version of Product - '[% product.name FILTER html %]'[% END %] -[% PROCESS global/header.html.tmpl - title = title -%] - -

The version ' - [%- version.name FILTER html %]' has been created.

- -[% PROCESS admin/versions/footer.html.tmpl %] - -[% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/admin/versions/deleted.html.tmpl b/template/en/default/admin/versions/deleted.html.tmpl deleted file mode 100644 index 49febe894..000000000 --- a/template/en/default/admin/versions/deleted.html.tmpl +++ /dev/null @@ -1,40 +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): Gavin Shelley - #%] - -[%# INTERFACE: - # product: object; Bugzilla::Product object representing the product to - # which the version belongs. - # version: object; Bugzilla::Version object representing the - # version the user deleted. - #%] - -[% title = BLOCK %]Deleted Version '[% version.name FILTER html %]' of Product - '[% product.name FILTER html %]'[% END %] -[% PROCESS global/header.html.tmpl - title = title -%] - -

Version '[% version.name FILTER html %]' deleted.

- -[% PROCESS admin/versions/footer.html.tmpl - no_edit_version_link = 1 - %] - -[% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/admin/versions/updated.html.tmpl b/template/en/default/admin/versions/updated.html.tmpl deleted file mode 100644 index a7ae9a4cd..000000000 --- a/template/en/default/admin/versions/updated.html.tmpl +++ /dev/null @@ -1,44 +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): Gavin Shelley - #%] - -[%# INTERFACE: - # product: object; Bugzilla::Product object representing the product to - # which the version belongs. - # version: object; Bugzilla::Version object representing the - # version the user updated. - # - # updated: boolean; defined if the 'name' field was updated - #%] - -[% title = BLOCK %]Updating Version '[% version.name FILTER html %]' of Product - '[% product.name FILTER html %]'[% END %] -[% PROCESS global/header.html.tmpl - title = title -%] - -[% IF updated %] -

Updated Version name to: '[% version.name FILTER html %]'.

-[% ELSE %] -

Nothing changed for version '[% version.name FILTER html %]'.

-[% END %] - -[% PROCESS admin/versions/footer.html.tmpl %] - -[% PROCESS global/footer.html.tmpl %] -- cgit v1.2.3-24-g4f1b