|
10 | 10 | 'RADIUS_email_suffix' => '', |
11 | 11 | 'RADIUS_secret' => '', |
12 | 12 | 'RADIUS_server' => '', |
13 | | - 'allow_attach_url' => '1', |
| 13 | + 'ajax_user_autocompletion' => '1', |
14 | 14 | 'allow_attachment_deletion' => '1', |
15 | 15 | 'allow_attachment_display' => '1', |
16 | 16 | 'allowbugdeletion' => '1', |
|
24 | 24 | 'bonsai_url' => '', |
25 | 25 | 'chartgroup' => 'editbugs', |
26 | 26 | 'commentonchange_resolution' => 0, |
27 | | - 'commentonclearresolution' => 0, |
28 | 27 | 'commentonduplicate' => 0, |
29 | | - 'commentonreassignbycomponent' => 0, |
30 | 28 | 'confirmuniqueusermatch' => '0', |
31 | | - 'convert_uncompressed_images' => 0, |
32 | 29 | 'cookiedomain' => '', |
33 | 30 | 'cookiepath' => '/', |
34 | 31 | 'createemailregexp' => '.*', |
35 | 32 | 'cvsroot' => '', |
36 | 33 | 'cvsroot_get' => '', |
| 34 | + 'debug_group' => 'admin', |
| 35 | + 'default_search_limit' => '500', |
37 | 36 | 'defaultopsys' => 'Unspecified', |
38 | 37 | 'defaultplatform' => 'Unspecified', |
39 | 38 | 'defaultpriority' => 'P2', |
|
45 | 44 | 'emailregexpdesc' => 'A legal address must contain exactly one \'@\', and at least one \'.\' after the @.', |
46 | 45 | 'emailsuffix' => '', |
47 | 46 | 'globalwatchers' => '', |
| 47 | + 'inbound_proxies' => '', |
48 | 48 | 'insidergroup' => '', |
49 | 49 | 'letsubmitterchoosemilestone' => 1, |
50 | 50 | 'letsubmitterchoosepriority' => 1, |
51 | | - 'loginnetmask' => '0', |
52 | 51 | 'lxr_root' => '', |
53 | 52 | 'lxr_url' => '', |
54 | 53 | 'mail_delivery_method' => 'SMTP', |
55 | 54 | 'mailfrom' => 'bugzilla-daemon@webkit.org', |
56 | 55 | 'maintainer' => 'admin@webkit.org', |
57 | 56 | 'makeproductgroups' => 0, |
| 57 | + 'max_search_results' => '10000', |
58 | 58 | 'maxattachmentsize' => '20000', |
59 | 59 | 'maxlocalattachment' => '10', |
60 | | - 'maxpatchsize' => '2000', |
61 | 60 | 'maxusermatches' => '1000', |
62 | 61 | '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', |
71 | 62 | 'musthavemilestoneonaccept' => 0, |
72 | 63 | 'mybugstemplate' => 'buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=%userid%&emailtype1=exact&emailassigned_to1=1&emailreporter1=1', |
73 | 64 | 'noresolveonopenblockers' => 0, |
74 | | - 'proxy_url' => '', |
| 65 | + 'password_complexity' => 'no_constraints', |
| 66 | + 'proxy_url' => 'http://rpms.macosforge.org:3128/', |
75 | 67 | 'querysharegroup' => 'editbugs', |
76 | | - 'quicksearch_comment_cutoff' => '4', |
77 | 68 | 'quip_list_entry_control' => 'moderated', |
78 | 69 | 'rememberlogin' => 'on', |
79 | 70 | 'requirelogin' => '0', |
80 | | - 'sendmailnow' => 1, |
| 71 | + 'search_allow_no_criteria' => 0, |
81 | 72 | 'shadowdb' => '', |
82 | 73 | 'shadowdbhost' => '', |
83 | 74 | 'shadowdbport' => '3306', |
84 | 75 | 'shadowdbsock' => '', |
85 | | - 'showallproducts' => 0, |
86 | 76 | 'shutdownhtml' => '', |
87 | 77 | 'smtp_debug' => 0, |
88 | 78 | 'smtp_password' => '', |
89 | 79 | '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/', |
94 | 83 | 'strict_isolation' => 0, |
95 | | - 'supportwatchers' => '1', |
| 84 | + 'strict_transport_security' => 'off', |
96 | 85 | 'timetrackinggroup' => '', |
97 | | - 'timezone' => 'PST', |
98 | 86 | '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, |
100 | 90 | 'usebugaliases' => '1', |
101 | 91 | 'useclassification' => 0, |
102 | | - 'useentrygroupdefault' => 0, |
103 | 92 | 'usemenuforusers' => '0', |
104 | 93 | 'useqacontact' => 0, |
105 | 94 | 'user_info_class' => 'CGI', |
106 | 95 | 'user_verify_class' => 'DB', |
107 | | - 'usermatchmode' => 'search', |
108 | 96 | 'usestatuswhiteboard' => '0', |
109 | 97 | 'usetargetmilestone' => 0, |
110 | 98 | 'usevisibilitygroups' => 0, |
111 | | - 'usevotes' => '0', |
112 | 99 | 'utf8' => '1', |
113 | 100 | 'webdotbase' => 'http://www.research.att.com/~north/cgi-bin/webdot.cgi/%urlbase%', |
114 | 101 | 'whinedays' => 7 |
|
0 commit comments