r702: Adding new default data
[bugdar.git] / install / default_data.php
1 <?php
2 /*=====================================================================*\
3 || ################################################################### ||
4 || # BugStrike [#]version[#]
5 || # --------------------------------------------------------------- # ||
6 || # Copyright ©2002-[#]year[#] by Iris Studios, Inc. All Rights Reserved. # ||
7 || # This file may not be reproduced in any way without permission. # ||
8 || # --------------------------------------------------------------- # ||
9 || # User License Agreement at http://www.iris-studios.com/license/ # ||
10 || ################################################################### ||
11 \*=====================================================================*/
12
13 $data = array(
14 'usergroup' => array(
15 array(
16 'usergroupid' => '1',
17 'title' => 'Unregistered/Not Logged In',
18 'displaytitle' => 'Guest',
19 'permissions' => '83'
20 ),
21 array(
22 'usergroupid' => '2',
23 'title' => 'Registered Users',
24 'displaytitle' => 'Registered',
25 'permissions' => '255'
26 ),
27 array(
28 'usergroupid' => '3',
29 'title' => 'Awaiting Email Confirmation',
30 'displaytitle' => 'Pending Activation',
31 'permissions' => '3'
32 ),
33 array(
34 'usergroupid' => '4',
35 'title' => 'Pending Approval',
36 'displaytitle' => 'Account Pending',
37 'permissions' => '3'
38 ),
39 array(
40 'usergroupid' => '5',
41 'title' => 'Developers',
42 'displaytitle' => 'Developer',
43 'permissions' => '15736831'
44 ),
45 array(
46 'usergroupid' => '6',
47 'title' => 'Administrators',
48 'displaytitle' => 'Administrator',
49 'permissions' => '16777215'
50 )
51 ),
52 'status' => array(
53 array(
54 'statusid' => '1',
55 'status' => 'Unconfirmed',
56 'displayorder' => '1',
57 'color' => '#D96640'
58 ),
59 array(
60 'statusid' => '2',
61 'status' => 'Verified',
62 'displayorder' => '2',
63 'color' => '#FFFF40'
64 ),
65 array(
66 'statusid' => '3',
67 'status' => 'Assigned',
68 'displayorder' => '3',
69 'color' => '#B266D9'
70 ),
71 array(
72 'statusid' => '4',
73 'status' => 'Closed',
74 'displayorder' => '4',
75 'color' => '#8CD940'
76 ),
77 array(
78 'statusid' => '5',
79 'status' => 'Reopened',
80 'displayorder' => '5',
81 'color' => '#40D9FF'
82 )
83 ),
84 'severity' => array(
85 array(
86 'severityid' => '1',
87 'severity' => 'Enhancement',
88 'displayorder' => '1'
89 ),
90 array(
91 'severityid' => '2',
92 'severity' => 'Trivial',
93 'displayorder' => '2'
94 ),
95 array(
96 'severityid' => '3',
97 'severity' => 'Minor',
98 'displayorder' => '3'
99 ),
100 array(
101 'severityid' => '4',
102 'severity' => 'Moderate',
103 'displayorder' => '4'
104 ),
105 array(
106 'severityid' => '5',
107 'severity' => 'Major',
108 'displayorder' => '5'
109 ),
110 array(
111 'severityid' => '6',
112 'severity' => 'Critical',
113 'displayorder' => '6'
114 )
115 ),
116 'priority' => array(
117 array(
118 'priorityid' => '1',
119 'priority' => 'Deferred',
120 'displayorder' => '1'
121 ),
122 array(
123 'priorityid' => '2',
124 'priority' => 'Low',
125 'displayorder' => '2'
126 ),
127 array(
128 'priorityid' => '3',
129 'priority' => 'Normal',
130 'displayorder' => '3'
131 ),
132 array(
133 'priorityid' => '4',
134 'priority' => 'High',
135 'displayorder' => '4'
136 ),
137 array(
138 'priorityid' => '5',
139 'priority' => 'Address Now',
140 'displayorder' => '5'
141 )
142 ),
143 'resolution' => array(
144 array(
145 'resolutionid' => '1',
146 'resolution' => 'Open',
147 'displayorder' => '1'
148 ),
149 array(
150 'resolutionid' => '2',
151 'resolution' => 'Fixed',
152 'displayorder' => '2'
153 ),
154 array(
155 'resolutionid' => '3',
156 'resolution' => 'Bogus',
157 'displayorder' => '3'
158 ),
159 array(
160 'resolutionid' => '4',
161 'resolution' => 'Duplicate',
162 'displayorder' => '4'
163 ),
164 array(
165 'resolutionid' => '5',
166 'resolution' => 'Won\'t Fix',
167 'displayorder' => '5'
168 ),
169 array(
170 'resolutionid' => '6',
171 'resolution' => 'Works for Me',
172 'displayorder' => '6'
173 )
174 ),
175 'fieldhelp' => array(
176 array(
177 'keystring' => 'bugid',
178 'title' => 'Bug ID & Hidden',
179 'body' => 'The bug ID is a unique identification number that can be used to to quickly locate it. The ID is also used for duplicates and dependencies. Marking a bug as &quot;hidden&quot; will prevent all users who cannot see hidden bugs (see the BugStrike manual regarding permissions). Hiding is useful for critical security issues that you do not want to be made public.'
180 ),
181 array(
182 'keystring' => 'summary',
183 'title' => 'Summary',
184 'body' => 'The bug summary is used to give an overall description of the problem. It is displayed on all listing pages.'
185 ),
186 array(
187 'keystring' => 'reporter',
188 'title' => 'Reporter',
189 'body' => 'The reporter is the user who is responsible for the initial bug report. If you need to get follow-up information, you should ask this user.'
190 ),
191 array(
192 'keystring' => 'dateline',
193 'title' => 'Report Time',
194 'body' => 'The report time is the date and time of the initial bug report.'
195 ),
196 array(
197 'keystring' => 'product',
198 'title' => 'Product/Version',
199 'body' => 'The product, component, and version show the general area where the problem occurs. Products are broad--for instance a car--whereas components would be like a door, using our car analogy. Versions show the specific revision at which the problem occurs.'
200 ),
201 array(
202 'keystring' => 'assignedto',
203 'title' => 'Assignment',
204 'body' => 'The person who the bug is assigned to (if anybody) is the developer who is charged with fixing the bug.'
205 ),
206 array(
207 'keystring' => 'status',
208 'title' => 'Status',
209 'body' => 'Status describes the state of the bug and how it is being handled, if it is at all.'
210 ),
211 array(
212 'keystring' => 'resolution',
213 'title' => 'Resolution',
214 'body' => 'The resolution is the explanation for the status. Usually the resolution is set when a bug is marked &quot;Closed&quot; in the status field.'
215 ),
216 array(
217 'keystring' => 'severity',
218 'title' => 'Severity',
219 'body' => 'Severity is the degree of the problem. This allows differentiation between a critical security flaw versus a slight annoyance with a work-around.'
220 ),
221 array(
222 'keystring' => 'priority',
223 'title' => 'Priority',
224 'body' => 'The priority shows the degree of celerity with which the bug will be fixed. This is different from severity in that, a bug could be a valid issue, but it could be for an old version and thus the priority wouldn\'t be high.'
225 ),
226 array(
227 'keystring' => 'duplicateof',
228 'title' => 'Duplicate Of',
229 'body' => 'If a bug is the same as another one in the bug tracker, you can enter the bug ID of that bug in this field.'
230 ),
231 array(
232 'keystring' => 'dependency',
233 'title' => 'Dependencies',
234 'body' => 'If a bug is affected by another bug, you can enter the ID of the bug that affects this bug here. You can enter multiple values into this field by separating the IDs with spaces.'
235 )
236 )
237 );
238
239 /*=====================================================================*\
240 || ###################################################################
241 || # $HeadURL$
242 || # $Id$
243 || ###################################################################
244 \*=====================================================================*/