Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
b50767fb
Commit
b50767fb
authored
Aug 08, 2013
by
Sunil Joshi
Committed by
Dave Lawrence
Aug 08, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 669535 - User pref for "Possible Duplicates"
r=dkl,a=glob
parent
beea5893
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
Install.pm
Bugzilla/Install.pm
+2
-0
create.html.tmpl
template/en/default/bug/create/create.html.tmpl
+2
-1
setting-descs.none.tmpl
template/en/default/global/setting-descs.none.tmpl
+1
-0
No files found.
Bugzilla/Install.pm
View file @
b50767fb
...
...
@@ -87,6 +87,8 @@ sub SETTINGS {
requestee_cc
=>
{
options
=>
[
'on'
,
'off'
],
default
=>
'on'
},
# 2012-04-30 glob@mozilla.com -- Bug 663747
bugmail_new_prefix
=>
{
options
=>
[
'on'
,
'off'
],
default
=>
'on'
},
# 2013-07-26 joshi_sunil@in.com -- Bug 669535
possible_duplicates
=>
{
options
=>
[
'on'
,
'off'
],
default
=>
'on'
},
}
};
...
...
template/en/default/bug/create/create.html.tmpl
View file @
b50767fb
...
...
@@ -491,7 +491,8 @@ TUI_hide_default('attachment_text_field');
</td>
</tr>
[% IF feature_enabled('jsonrpc') AND !cloned_bug_id %]
[% IF feature_enabled('jsonrpc') AND !cloned_bug_id
AND user.settings.possible_duplicates.value == 'on' %]
<tr id="possible_duplicates_container" class="bz_default_hidden">
<th>Possible<br>Duplicates:</th>
<td colspan="3">
...
...
template/en/default/global/setting-descs.none.tmpl
View file @
b50767fb
...
...
@@ -43,6 +43,7 @@
"text_only" => "Text Only",
"requestee_cc" => "Automatically add me to the CC list of $terms.bugs I am requested to review",
"bugmail_new_prefix" => "Add 'New:' to subject line of email sent when a new $terms.bug is filed",
"possible_duplicates" => "Display possible duplicates when reporting a new $terms.bug",
}
%]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment