Lines Matching refs:conf

9 $conf['d_format']          = 'Y-m-d G:i:s';
10 $conf['it_data'] = ''; // issue tracker data folder (empty = metaFN)
11 $conf['upload'] = 0; // allow symptom file uploads
12 $conf['max_fsize'] = '1048576'; // limit file size for uploads in Byte (defa…
13 $conf['ip_blocked'] = 1; // turn on the anti-spam-bot savety feature
14 $conf['ip_blockd_time'] = 5; // each ip will be blocked for 10 minutes be…
15 $conf['send_email'] = 0; // Send email off by default
16 $conf['mail_templates'] = 0; // Send html email off by default
17 $conf['email_address'] = 'email@yourdomain.com'; // Who will be informed about new issues ?
18 $conf['registered_users'] = 1; // only registered users with edit permissio…
19 $conf['auth_ad_overflow'] = 0;
20 $conf['assgnee_list'] = ''; // needs unique file extension like assigne…
21 $conf['profile_updt'] = 1; // Sync on user profile changes
22 $conf['validate_mail_addr']= 1; // validate mail address
23 $conf['userinfo_email'] = 1; // Global mail switch
24 $conf['mail_add_comment'] = 1;
25 $conf['mail_modify_comment'] = 1;
26 $conf['mail_add_resolution'] = 1;
27 $conf['mail_modify_resolution'] = 1;
28 $conf['mail_modify__description'] = 1;
29 $conf['shw_mail_addr'] = 1; // show mail address instead of user names t…
30 $conf['shw_assignee_as'] = 'login'; // show assignee by login, name or mail addr…
31 $conf['shwtbl_usr'] = 'created,product,version,severity,status,title,modified,resolution'; …
32 $conf['use_captcha'] = 1; // Use captcha on by default
33 $conf['severity'] = 'Query,Minor,Medium,Major,Critical,Feature Request,'; // Configure al…
34 $conf['status'] = 'New,Assigned,External Pending,In Progress,Solved,Canceled,Double,Dele…
35 $conf['status_special'] = 'Deleted'; // hidden issues, only single status value a…
36 $conf['projects'] = ''; // Configure list of projects, empty by defa…
37 $conf['products'] = ''; // Configure list of products, empty by defa…
38 $conf['components'] = ''; // Configure list of components, empty by de…
39 $conf['assign'] = 'admin'; // Configure groups usable for issue asignme…
40 $conf['noStatIMG'] = 0; // define if status text instead of pictures…
41 $conf['noSevIMG'] = 0; // define if severity text instead of pictur…
42 $conf['ltdReport'] = ''; // empty by default
43 $conf['ltdListFilters'] = 'Filter Severity,Filter Status,Filter Product,Filter Version,Filter Co…
44 $conf['multi_projects'] = 0; // global switch to tell IssueTracker that s…
45 $conf['shw_project_col'] = 0; // show an additional column for the project …
46 $conf['global_sort'] = "SORT_DESC"; // sort order of selected key
47 $conf['listview_sort'] = "sortfirstdesc"; // default listview sort order