comparison rrr_features.features.user_permission.inc @ 20:a0535331f47e

changed resources view
author danieleb <danielebarchiesi@me.com>
date Fri, 06 Dec 2013 11:36:04 +0000
parents
children 9b58e6b687c1
comparison
equal deleted inserted replaced
19:664551cf9df2 20:a0535331f47e
1 <?php
2 /**
3 * @file
4 * rrr_features.features.user_permission.inc
5 */
6
7 /**
8 * Implements hook_user_default_permissions().
9 */
10 function rrr_features_user_default_permissions() {
11 $permissions = array();
12
13 // Exported permission: 'access administration menu'.
14 $permissions['access administration menu'] = array(
15 'name' => 'access administration menu',
16 'roles' => array(),
17 'module' => 'admin_menu',
18 );
19
20 // Exported permission: 'access administration pages'.
21 $permissions['access administration pages'] = array(
22 'name' => 'access administration pages',
23 'roles' => array(),
24 'module' => 'system',
25 );
26
27 // Exported permission: 'access all views'.
28 $permissions['access all views'] = array(
29 'name' => 'access all views',
30 'roles' => array(),
31 'module' => 'views',
32 );
33
34 // Exported permission: 'access biblio content'.
35 $permissions['access biblio content'] = array(
36 'name' => 'access biblio content',
37 'roles' => array(),
38 'module' => 'biblio',
39 );
40
41 // Exported permission: 'access content'.
42 $permissions['access content'] = array(
43 'name' => 'access content',
44 'roles' => array(
45 'anonymous user' => 'anonymous user',
46 'authenticated user' => 'authenticated user',
47 ),
48 'module' => 'node',
49 );
50
51 // Exported permission: 'access content overview'.
52 $permissions['access content overview'] = array(
53 'name' => 'access content overview',
54 'roles' => array(),
55 'module' => 'node',
56 );
57
58 // Exported permission: 'access site in maintenance mode'.
59 $permissions['access site in maintenance mode'] = array(
60 'name' => 'access site in maintenance mode',
61 'roles' => array(),
62 'module' => 'system',
63 );
64
65 // Exported permission: 'access site reports'.
66 $permissions['access site reports'] = array(
67 'name' => 'access site reports',
68 'roles' => array(),
69 'module' => 'system',
70 );
71
72 // Exported permission: 'access user profiles'.
73 $permissions['access user profiles'] = array(
74 'name' => 'access user profiles',
75 'roles' => array(),
76 'module' => 'user',
77 );
78
79 // Exported permission: 'administer actions'.
80 $permissions['administer actions'] = array(
81 'name' => 'administer actions',
82 'roles' => array(),
83 'module' => 'system',
84 );
85
86 // Exported permission: 'administer biblio'.
87 $permissions['administer biblio'] = array(
88 'name' => 'administer biblio',
89 'roles' => array(),
90 'module' => 'biblio',
91 );
92
93 // Exported permission: 'administer blocks'.
94 $permissions['administer blocks'] = array(
95 'name' => 'administer blocks',
96 'roles' => array(),
97 'module' => 'block',
98 );
99
100 // Exported permission: 'administer content types'.
101 $permissions['administer content types'] = array(
102 'name' => 'administer content types',
103 'roles' => array(),
104 'module' => 'node',
105 );
106
107 // Exported permission: 'administer dependencies'.
108 $permissions['administer dependencies'] = array(
109 'name' => 'administer dependencies',
110 'roles' => array(),
111 'module' => 'conditional_fields',
112 );
113
114 // Exported permission: 'administer disqus'.
115 $permissions['administer disqus'] = array(
116 'name' => 'administer disqus',
117 'roles' => array(),
118 'module' => 'disqus',
119 );
120
121 // Exported permission: 'administer features'.
122 $permissions['administer features'] = array(
123 'name' => 'administer features',
124 'roles' => array(),
125 'module' => 'features',
126 );
127
128 // Exported permission: 'administer filters'.
129 $permissions['administer filters'] = array(
130 'name' => 'administer filters',
131 'roles' => array(),
132 'module' => 'filter',
133 );
134
135 // Exported permission: 'administer image styles'.
136 $permissions['administer image styles'] = array(
137 'name' => 'administer image styles',
138 'roles' => array(),
139 'module' => 'image',
140 );
141
142 // Exported permission: 'administer menu'.
143 $permissions['administer menu'] = array(
144 'name' => 'administer menu',
145 'roles' => array(),
146 'module' => 'menu',
147 );
148
149 // Exported permission: 'administer module filter'.
150 $permissions['administer module filter'] = array(
151 'name' => 'administer module filter',
152 'roles' => array(),
153 'module' => 'module_filter',
154 );
155
156 // Exported permission: 'administer modules'.
157 $permissions['administer modules'] = array(
158 'name' => 'administer modules',
159 'roles' => array(),
160 'module' => 'system',
161 );
162
163 // Exported permission: 'administer nodes'.
164 $permissions['administer nodes'] = array(
165 'name' => 'administer nodes',
166 'roles' => array(),
167 'module' => 'node',
168 );
169
170 // Exported permission: 'administer path breadcrumbs'.
171 $permissions['administer path breadcrumbs'] = array(
172 'name' => 'administer path breadcrumbs',
173 'roles' => array(),
174 'module' => 'path_breadcrumbs_ui',
175 );
176
177 // Exported permission: 'administer pathauto'.
178 $permissions['administer pathauto'] = array(
179 'name' => 'administer pathauto',
180 'roles' => array(),
181 'module' => 'pathauto',
182 );
183
184 // Exported permission: 'administer permissions'.
185 $permissions['administer permissions'] = array(
186 'name' => 'administer permissions',
187 'roles' => array(),
188 'module' => 'user',
189 );
190
191 // Exported permission: 'administer site configuration'.
192 $permissions['administer site configuration'] = array(
193 'name' => 'administer site configuration',
194 'roles' => array(),
195 'module' => 'system',
196 );
197
198 // Exported permission: 'administer software updates'.
199 $permissions['administer software updates'] = array(
200 'name' => 'administer software updates',
201 'roles' => array(),
202 'module' => 'system',
203 );
204
205 // Exported permission: 'administer taxonomy'.
206 $permissions['administer taxonomy'] = array(
207 'name' => 'administer taxonomy',
208 'roles' => array(),
209 'module' => 'taxonomy',
210 );
211
212 // Exported permission: 'administer themes'.
213 $permissions['administer themes'] = array(
214 'name' => 'administer themes',
215 'roles' => array(),
216 'module' => 'system',
217 );
218
219 // Exported permission: 'administer unit tests'.
220 $permissions['administer unit tests'] = array(
221 'name' => 'administer unit tests',
222 'roles' => array(),
223 'module' => 'simpletest',
224 );
225
226 // Exported permission: 'administer url aliases'.
227 $permissions['administer url aliases'] = array(
228 'name' => 'administer url aliases',
229 'roles' => array(),
230 'module' => 'path',
231 );
232
233 // Exported permission: 'administer users'.
234 $permissions['administer users'] = array(
235 'name' => 'administer users',
236 'roles' => array(),
237 'module' => 'user',
238 );
239
240 // Exported permission: 'administer views'.
241 $permissions['administer views'] = array(
242 'name' => 'administer views',
243 'roles' => array(),
244 'module' => 'views',
245 );
246
247 // Exported permission: 'block IP addresses'.
248 $permissions['block IP addresses'] = array(
249 'name' => 'block IP addresses',
250 'roles' => array(),
251 'module' => 'system',
252 );
253
254 // Exported permission: 'bypass node access'.
255 $permissions['bypass node access'] = array(
256 'name' => 'bypass node access',
257 'roles' => array(),
258 'module' => 'node',
259 );
260
261 // Exported permission: 'cancel account'.
262 $permissions['cancel account'] = array(
263 'name' => 'cancel account',
264 'roles' => array(),
265 'module' => 'user',
266 );
267
268 // Exported permission: 'change own username'.
269 $permissions['change own username'] = array(
270 'name' => 'change own username',
271 'roles' => array(),
272 'module' => 'user',
273 );
274
275 // Exported permission: 'create biblio content'.
276 $permissions['create biblio content'] = array(
277 'name' => 'create biblio content',
278 'roles' => array(),
279 'module' => 'node',
280 );
281
282 // Exported permission: 'create page content'.
283 $permissions['create page content'] = array(
284 'name' => 'create page content',
285 'roles' => array(),
286 'module' => 'node',
287 );
288
289 // Exported permission: 'create url aliases'.
290 $permissions['create url aliases'] = array(
291 'name' => 'create url aliases',
292 'roles' => array(),
293 'module' => 'path',
294 );
295
296 // Exported permission: 'delete any biblio content'.
297 $permissions['delete any biblio content'] = array(
298 'name' => 'delete any biblio content',
299 'roles' => array(),
300 'module' => 'node',
301 );
302
303 // Exported permission: 'delete any page content'.
304 $permissions['delete any page content'] = array(
305 'name' => 'delete any page content',
306 'roles' => array(),
307 'module' => 'node',
308 );
309
310 // Exported permission: 'delete own biblio content'.
311 $permissions['delete own biblio content'] = array(
312 'name' => 'delete own biblio content',
313 'roles' => array(),
314 'module' => 'node',
315 );
316
317 // Exported permission: 'delete own page content'.
318 $permissions['delete own page content'] = array(
319 'name' => 'delete own page content',
320 'roles' => array(),
321 'module' => 'node',
322 );
323
324 // Exported permission: 'delete revisions'.
325 $permissions['delete revisions'] = array(
326 'name' => 'delete revisions',
327 'roles' => array(),
328 'module' => 'node',
329 );
330
331 // Exported permission: 'display disqus comments on profile'.
332 $permissions['display disqus comments on profile'] = array(
333 'name' => 'display disqus comments on profile',
334 'roles' => array(),
335 'module' => 'disqus',
336 );
337
338 // Exported permission: 'display drupal links'.
339 $permissions['display drupal links'] = array(
340 'name' => 'display drupal links',
341 'roles' => array(),
342 'module' => 'admin_menu',
343 );
344
345 // Exported permission: 'edit any biblio content'.
346 $permissions['edit any biblio content'] = array(
347 'name' => 'edit any biblio content',
348 'roles' => array(),
349 'module' => 'node',
350 );
351
352 // Exported permission: 'edit any page content'.
353 $permissions['edit any page content'] = array(
354 'name' => 'edit any page content',
355 'roles' => array(),
356 'module' => 'node',
357 );
358
359 // Exported permission: 'edit biblio authors'.
360 $permissions['edit biblio authors'] = array(
361 'name' => 'edit biblio authors',
362 'roles' => array(),
363 'module' => 'biblio',
364 );
365
366 // Exported permission: 'edit by all biblio authors'.
367 $permissions['edit by all biblio authors'] = array(
368 'name' => 'edit by all biblio authors',
369 'roles' => array(),
370 'module' => 'biblio',
371 );
372
373 // Exported permission: 'edit own biblio content'.
374 $permissions['edit own biblio content'] = array(
375 'name' => 'edit own biblio content',
376 'roles' => array(),
377 'module' => 'node',
378 );
379
380 // Exported permission: 'edit own page content'.
381 $permissions['edit own page content'] = array(
382 'name' => 'edit own page content',
383 'roles' => array(),
384 'module' => 'node',
385 );
386
387 // Exported permission: 'flush caches'.
388 $permissions['flush caches'] = array(
389 'name' => 'flush caches',
390 'roles' => array(),
391 'module' => 'admin_menu',
392 );
393
394 // Exported permission: 'generate features'.
395 $permissions['generate features'] = array(
396 'name' => 'generate features',
397 'roles' => array(),
398 'module' => 'features',
399 );
400
401 // Exported permission: 'import from file'.
402 $permissions['import from file'] = array(
403 'name' => 'import from file',
404 'roles' => array(),
405 'module' => 'biblio',
406 );
407
408 // Exported permission: 'manage features'.
409 $permissions['manage features'] = array(
410 'name' => 'manage features',
411 'roles' => array(),
412 'module' => 'features',
413 );
414
415 // Exported permission: 'notify of path changes'.
416 $permissions['notify of path changes'] = array(
417 'name' => 'notify of path changes',
418 'roles' => array(),
419 'module' => 'pathauto',
420 );
421
422 // Exported permission: 'revert revisions'.
423 $permissions['revert revisions'] = array(
424 'name' => 'revert revisions',
425 'roles' => array(),
426 'module' => 'node',
427 );
428
429 // Exported permission: 'select account cancellation method'.
430 $permissions['select account cancellation method'] = array(
431 'name' => 'select account cancellation method',
432 'roles' => array(),
433 'module' => 'user',
434 );
435
436 // Exported permission: 'show download links'.
437 $permissions['show download links'] = array(
438 'name' => 'show download links',
439 'roles' => array(),
440 'module' => 'biblio',
441 );
442
443 // Exported permission: 'show export links'.
444 $permissions['show export links'] = array(
445 'name' => 'show export links',
446 'roles' => array(),
447 'module' => 'biblio',
448 );
449
450 // Exported permission: 'show filter tab'.
451 $permissions['show filter tab'] = array(
452 'name' => 'show filter tab',
453 'roles' => array(),
454 'module' => 'biblio',
455 );
456
457 // Exported permission: 'show own download links'.
458 $permissions['show own download links'] = array(
459 'name' => 'show own download links',
460 'roles' => array(),
461 'module' => 'biblio',
462 );
463
464 // Exported permission: 'show sort links'.
465 $permissions['show sort links'] = array(
466 'name' => 'show sort links',
467 'roles' => array(),
468 'module' => 'biblio',
469 );
470
471 // Exported permission: 'toggle disqus comments'.
472 $permissions['toggle disqus comments'] = array(
473 'name' => 'toggle disqus comments',
474 'roles' => array(),
475 'module' => 'disqus',
476 );
477
478 // Exported permission: 'use text format full_html'.
479 $permissions['use text format full_html'] = array(
480 'name' => 'use text format full_html',
481 'roles' => array(
482 'authenticated user' => 'authenticated user',
483 ),
484 'module' => 'filter',
485 );
486
487 // Exported permission: 'view disqus comments'.
488 $permissions['view disqus comments'] = array(
489 'name' => 'view disqus comments',
490 'roles' => array(),
491 'module' => 'disqus',
492 );
493
494 // Exported permission: 'view full text'.
495 $permissions['view full text'] = array(
496 'name' => 'view full text',
497 'roles' => array(),
498 'module' => 'biblio',
499 );
500
501 // Exported permission: 'view own unpublished content'.
502 $permissions['view own unpublished content'] = array(
503 'name' => 'view own unpublished content',
504 'roles' => array(),
505 'module' => 'node',
506 );
507
508 // Exported permission: 'view revisions'.
509 $permissions['view revisions'] = array(
510 'name' => 'view revisions',
511 'roles' => array(),
512 'module' => 'node',
513 );
514
515 // Exported permission: 'view the administration theme'.
516 $permissions['view the administration theme'] = array(
517 'name' => 'view the administration theme',
518 'roles' => array(),
519 'module' => 'system',
520 );
521
522 return $permissions;
523 }