1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
|
%param = (
'LDAPBaseDN' => '',
'LDAPbinddn' => '',
'LDAPfilter' => '',
'LDAPmailattribute' => 'mail',
'LDAPserver' => '',
'LDAPstarttls' => 0,
'LDAPuidattribute' => 'uid',
'allow_attach_url' => 0,
'allow_attachment_deletion' => 0,
'allowbugdeletion' => 0,
'allowemailchange' => 0,
'allowuserdeletion' => 0,
'announcehtml' => '',
'auth_env_email' => '',
'auth_env_id' => '',
'auth_env_realname' => '',
'bonsai_url' => '',
'chartgroup' => 'editbugs',
'commentonaccept' => 0,
'commentonclearresolution' => 0,
'commentonclose' => 0,
'commentonconfirm' => 0,
'commentoncreate' => 0,
'commentonduplicate' => 0,
'commentonreassign' => 0,
'commentonreassignbycomponent' => 0,
'commentonreopen' => 0,
'commentonresolve' => 0,
'commentonverify' => 0,
'confirmuniqueusermatch' => 1,
'convert_uncompressed_images' => 0,
'cookiedomain' => '',
'cookiepath' => '/',
'createemailregexp' => '.*',
'cvsroot' => '',
'cvsroot_get' => '',
'defaultlanguage' => 'en',
'defaultopsys' => '',
'defaultplatform' => '',
'defaultpriority' => 'P5',
'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',
'docs_urlbase' => '/docs/bugzilla3-doc/html/',
'emailregexp' => '^[\\w\\.\\+\\-=]+@[\\w\\.\\-]+\\.[\\w\\-]+$',
'emailregexpdesc' => 'A legal address must contain exactly one \'@\', and at least one \'.\' after the @.',
'emailsuffix' => '',
'globalwatchers' => '',
'insidergroup' => '',
'languages' => 'de,fr,nl,ru,en',
'letsubmitterchoosemilestone' => 1,
'letsubmitterchoosepriority' => 1,
'loginnetmask' => '0',
'lxr_root' => '',
'lxr_url' => '',
'mail_delivery_method' => 'Sendmail',
'mailfrom' => 'bugzilla-daemon',
'maintainer' => 'Raphael Bossek <bossekr@debian.org>',
'makeproductgroups' => 0,
'maxattachmentsize' => '1000',
'maxlocalattachment' => '0',
'maxpatchsize' => '1000',
'maxusermatches' => '1000',
'mostfreqthreshold' => '2',
'move-button-text' => 'Move To Bugscape',
'move-enabled' => 0,
'move-to-address' => 'bugzilla-import',
'move-to-url' => '',
'moved-default-component' => '',
'moved-default-product' => '',
'moved-from-address' => 'bugzilla-admin',
'movers' => '',
'musthavemilestoneonaccept' => 0,
'mybugstemplate' => 'buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailreporter1=1&emailtype1=exact&email1=%userid%&field0-0-0=bug_status&type0-0-0=notequals&value0-0-0=UNCONFIRMED&field0-0-1=reporter&type0-0-1=equals&value0-0-1=%userid%',
'noresolveonopenblockers' => 0,
'proxy_url' => '',
'querysharegroup' => 'editbugs',
'quicksearch_comment_cutoff' => '4',
'quip_list_entry_control' => 'open',
'rememberlogin' => 'on',
'requirelogin' => '0',
'sendmailnow' => 1,
'shadowdb' => '',
'shadowdbhost' => '',
'shadowdbport' => '3306',
'shadowdbsock' => '',
'showallproducts' => 0,
'shutdownhtml' => '',
'smtp_debug' => 0,
'smtpserver' => 'localhost',
'specific_search_allow_empty_words' => 0,
'ssl' => 'never',
'sslbase' => '',
'strict_isolation' => 0,
'supportwatchers' => 0,
'timetrackinggroup' => 'editbugs',
'timezone' => '',
'upgrade_notification' => 'latest_stable_release',
'urlbase' => '',
'usebugaliases' => 0,
'useclassification' => 0,
'useentrygroupdefault' => 0,
'usemenuforusers' => '0',
'useqacontact' => 0,
'user_info_class' => 'CGI',
'user_verify_class' => 'DB',
'usermatchmode' => 'off',
'usestatuswhiteboard' => 0,
'usetargetmilestone' => 0,
'usevisibilitygroups' => 0,
'usevotes' => 1,
'utf8' => 0,
'webdotbase' => '/usr/bin/dot',
'webdotdir' => '/var/lib/bugzilla3/data',
'whinedays' => 7
);
|