Skip to content

Commit 69ddb06

Browse files
committed
data/params: update after running checksetup.pl
Canonical link: https://commits.webkit.org/155625@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@174766 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent b6e79d0 commit 69ddb06

1 file changed

Lines changed: 15 additions & 28 deletions

File tree

  • Websites/bugs.webkit.org/data

Websites/bugs.webkit.org/data/params

Lines changed: 15 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
'RADIUS_email_suffix' => '',
1111
'RADIUS_secret' => '',
1212
'RADIUS_server' => '',
13-
'allow_attach_url' => '1',
13+
'ajax_user_autocompletion' => '1',
1414
'allow_attachment_deletion' => '1',
1515
'allow_attachment_display' => '1',
1616
'allowbugdeletion' => '1',
@@ -24,16 +24,15 @@
2424
'bonsai_url' => '',
2525
'chartgroup' => 'editbugs',
2626
'commentonchange_resolution' => 0,
27-
'commentonclearresolution' => 0,
2827
'commentonduplicate' => 0,
29-
'commentonreassignbycomponent' => 0,
3028
'confirmuniqueusermatch' => '0',
31-
'convert_uncompressed_images' => 0,
3229
'cookiedomain' => '',
3330
'cookiepath' => '/',
3431
'createemailregexp' => '.*',
3532
'cvsroot' => '',
3633
'cvsroot_get' => '',
34+
'debug_group' => 'admin',
35+
'default_search_limit' => '500',
3736
'defaultopsys' => 'Unspecified',
3837
'defaultplatform' => 'Unspecified',
3938
'defaultpriority' => 'P2',
@@ -45,70 +44,58 @@
4544
'emailregexpdesc' => 'A legal address must contain exactly one \'@\', and at least one \'.\' after the @.',
4645
'emailsuffix' => '',
4746
'globalwatchers' => '',
47+
'inbound_proxies' => '',
4848
'insidergroup' => '',
4949
'letsubmitterchoosemilestone' => 1,
5050
'letsubmitterchoosepriority' => 1,
51-
'loginnetmask' => '0',
5251
'lxr_root' => '',
5352
'lxr_url' => '',
5453
'mail_delivery_method' => 'SMTP',
5554
'mailfrom' => 'bugzilla-daemon@webkit.org',
5655
'maintainer' => 'admin@webkit.org',
5756
'makeproductgroups' => 0,
57+
'max_search_results' => '10000',
5858
'maxattachmentsize' => '20000',
5959
'maxlocalattachment' => '10',
60-
'maxpatchsize' => '2000',
6160
'maxusermatches' => '1000',
6261
'mostfreqthreshold' => '2',
63-
'move-button-text' => 'Move To Radar',
64-
'move-enabled' => '0',
65-
'move-to-address' => 'bugzilla-import',
66-
'move-to-url' => '',
67-
'moved-default-component' => '',
68-
'moved-default-product' => '',
69-
'moved-from-address' => 'bugzilla-admin',
70-
'movers' => 'mrowe@apple.com, ddkilzer@webkit.org',
7162
'musthavemilestoneonaccept' => 0,
7263
'mybugstemplate' => 'buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=%userid%&emailtype1=exact&emailassigned_to1=1&emailreporter1=1',
7364
'noresolveonopenblockers' => 0,
74-
'proxy_url' => '',
65+
'password_complexity' => 'no_constraints',
66+
'proxy_url' => 'http://rpms.macosforge.org:3128/',
7567
'querysharegroup' => 'editbugs',
76-
'quicksearch_comment_cutoff' => '4',
7768
'quip_list_entry_control' => 'moderated',
7869
'rememberlogin' => 'on',
7970
'requirelogin' => '0',
80-
'sendmailnow' => 1,
71+
'search_allow_no_criteria' => 0,
8172
'shadowdb' => '',
8273
'shadowdbhost' => '',
8374
'shadowdbport' => '3306',
8475
'shadowdbsock' => '',
85-
'showallproducts' => 0,
8676
'shutdownhtml' => '',
8777
'smtp_debug' => 0,
8878
'smtp_password' => '',
8979
'smtp_username' => '',
90-
'smtpserver' => 'bz.apple.com',
91-
'specific_search_allow_empty_words' => 0,
92-
'ssl' => 'always',
93-
'sslbase' => 'https://bugs.webkit.org/',
80+
'smtpserver' => 'mail.webkit.org',
81+
'ssl_redirect' => 1,
82+
'sslbase' => 'https://bugs-test.webkit.org/',
9483
'strict_isolation' => 0,
95-
'supportwatchers' => '1',
84+
'strict_transport_security' => 'off',
9685
'timetrackinggroup' => '',
97-
'timezone' => 'PST',
9886
'upgrade_notification' => 'latest_stable_release',
99-
'urlbase' => 'https://bugs.webkit.org/',
87+
'urlbase' => 'https://bugs-test.webkit.org/',
88+
'use_mailer_queue' => 0,
89+
'use_see_also' => 1,
10090
'usebugaliases' => '1',
10191
'useclassification' => 0,
102-
'useentrygroupdefault' => 0,
10392
'usemenuforusers' => '0',
10493
'useqacontact' => 0,
10594
'user_info_class' => 'CGI',
10695
'user_verify_class' => 'DB',
107-
'usermatchmode' => 'search',
10896
'usestatuswhiteboard' => '0',
10997
'usetargetmilestone' => 0,
11098
'usevisibilitygroups' => 0,
111-
'usevotes' => '0',
11299
'utf8' => '1',
113100
'webdotbase' => 'http://www.research.att.com/~north/cgi-bin/webdot.cgi/%urlbase%',
114101
'whinedays' => 7

0 commit comments

Comments
 (0)