Skip to content

Commit 820365b

Browse files
franck-boullierkaihendry
authored andcommitted
fix issue #50 - alter BZ default configuration (#51)
1 parent 325ecfb commit 820365b

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

params/demo-params.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"chartgroup" : "editbugs",
2525
"collapsed_comment_tags" : "obsolete, spam",
2626
"comment_taggers_group" : "syst_private_comment",
27-
"commentonchange_resolution" : "1",
28-
"commentonduplicate" : "1",
27+
"commentonchange_resolution" : "0",
28+
"commentonduplicate" : "0",
2929
"confirmuniqueusermatch" : "1",
3030
"cookiedomain" : "",
3131
"cookiepath" : "/",
@@ -60,7 +60,7 @@
6060
"memcached_servers" : "",
6161
"musthavemilestoneonaccept" : "0",
6262
"mybugstemplate" : "buglist.cgi?resolution=---&emailassigned_to1=1&emailreporter1=1&emailtype1=exact&email1=%userid%",
63-
"noresolveonopenblockers" : "1",
63+
"noresolveonopenblockers" : "0",
6464
"or_groups" : "1",
6565
"password_check_on_login" : "1",
6666
"password_complexity" : "no_constraints",

params/dev-params.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"chartgroup" : "editbugs",
2525
"collapsed_comment_tags" : "obsolete, spam",
2626
"comment_taggers_group" : "syst_private_comment",
27-
"commentonchange_resolution" : "1",
28-
"commentonduplicate" : "1",
27+
"commentonchange_resolution" : "0",
28+
"commentonduplicate" : "0",
2929
"confirmuniqueusermatch" : "1",
3030
"cookiedomain" : "",
3131
"cookiepath" : "/",
@@ -60,7 +60,7 @@
6060
"memcached_servers" : "",
6161
"musthavemilestoneonaccept" : "0",
6262
"mybugstemplate" : "buglist.cgi?resolution=---&emailassigned_to1=1&emailreporter1=1&emailtype1=exact&email1=%userid%",
63-
"noresolveonopenblockers" : "1",
63+
"noresolveonopenblockers" : "0",
6464
"or_groups" : "1",
6565
"password_check_on_login" : "1",
6666
"password_complexity" : "no_constraints",

params/local-params.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"chartgroup" : "editbugs",
2525
"collapsed_comment_tags" : "obsolete, spam",
2626
"comment_taggers_group" : "syst_private_comment",
27-
"commentonchange_resolution" : "1",
28-
"commentonduplicate" : "1",
27+
"commentonchange_resolution" : "0",
28+
"commentonduplicate" : "0",
2929
"confirmuniqueusermatch" : "1",
3030
"cookiedomain" : "",
3131
"cookiepath" : "/",
@@ -60,7 +60,7 @@
6060
"memcached_servers" : "",
6161
"musthavemilestoneonaccept" : "0",
6262
"mybugstemplate" : "buglist.cgi?resolution=---&emailassigned_to1=1&emailreporter1=1&emailtype1=exact&email1=%userid%",
63-
"noresolveonopenblockers" : "1",
63+
"noresolveonopenblockers" : "0",
6464
"or_groups" : "1",
6565
"password_check_on_login" : "1",
6666
"password_complexity" : "no_constraints",

params/prod-params.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"chartgroup" : "editbugs",
2525
"collapsed_comment_tags" : "obsolete, spam",
2626
"comment_taggers_group" : "syst_private_comment",
27-
"commentonchange_resolution" : "1",
28-
"commentonduplicate" : "1",
27+
"commentonchange_resolution" : "0",
28+
"commentonduplicate" : "0",
2929
"confirmuniqueusermatch" : "1",
3030
"cookiedomain" : "",
3131
"cookiepath" : "/",
@@ -60,7 +60,7 @@
6060
"memcached_servers" : "",
6161
"musthavemilestoneonaccept" : "0",
6262
"mybugstemplate" : "buglist.cgi?resolution=---&emailassigned_to1=1&emailreporter1=1&emailtype1=exact&email1=%userid%",
63-
"noresolveonopenblockers" : "1",
63+
"noresolveonopenblockers" : "0",
6464
"or_groups" : "1",
6565
"password_check_on_login" : "1",
6666
"password_complexity" : "no_constraints",

0 commit comments

Comments
 (0)