aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/bugzilla/templates/params34
1 files changed, 17 insertions, 17 deletions
diff --git a/modules/bugzilla/templates/params b/modules/bugzilla/templates/params
index 45e8a0c8..46d980f2 100644
--- a/modules/bugzilla/templates/params
+++ b/modules/bugzilla/templates/params
@@ -32,11 +32,11 @@
'createemailregexp' => '.*',
'cvsroot' => '',
'cvsroot_get' => '',
- 'defaultopsys' => '',
- 'defaultplatform' => '',
+ 'defaultopsys' => 'Linux',
+ 'defaultplatform' => 'i586',
'defaultpriority' => '---',
'defaultquery' => 'bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailqa_contact2=1&order=Importance&long_desc_type=substring',
- 'defaultseverity' => 'enhancement',
+ 'defaultseverity' => 'normal',
'docs_urlbase' => 'docs/%lang%/html/',
'duplicate_or_move_bug_status' => 'RESOLVED',
'emailregexp' => '^[\\w\\.\\+\\-=]+@[\\w\\.\\-]+\\.[\\w\\-]+$',
@@ -73,20 +73,20 @@
'rememberlogin' => 'on',
'requirelogin' => '0',
'sendmailnow' => 1,
- 'shadowdb' => '',
- 'shadowdbhost' => '',
- 'shadowdbport' => '3306',
- 'shadowdbsock' => '',
- 'shutdownhtml' => '',
- 'smtp_debug' => 0,
- 'smtp_password' => '',
- 'smtp_username' => '',
- 'smtpserver' => 'localhost',
- 'specific_search_allow_empty_words' => 1,
- 'ssl_redirect' => 0,
- 'sslbase' => '',
- 'strict_isolation' => 0,
- 'timetrackinggroup' => 'editbugs',
+ 'shadowdb' => '',
+ 'shadowdbhost' => '',
+ 'shadowdbport' => '3306',
+ 'shadowdbsock' => '',
+ 'shutdownhtml' => '',
+ 'smtp_debug' => 0,
+ 'smtp_password' => '',
+ 'smtp_username' => '',
+ 'smtpserver' => 'localhost',
+ 'specific_search_allow_empty_words' => 1,
+ 'ssl_redirect' => 0,
+ 'sslbase' => '',
+ 'strict_isolation' => 0,
+ 'timetrackinggroup' => '',
'upgrade_notification' => 'latest_stable_release',
'urlbase' => 'http://bugs.<%= domain %>/',
'use_mailer_queue' => 0,