Mercurial > hg > rr-repo
comparison rrr_features.features.user_permission.inc @ 28:9b58e6b687c1
fixed user permissions
author | root <root@guanciale.(none)> |
---|---|
date | Mon, 09 Dec 2013 12:31:37 +0000 |
parents | a0535331f47e |
children |
comparison
equal
deleted
inserted
replaced
27:56d0fe6b6acb | 28:9b58e6b687c1 |
---|---|
32 ); | 32 ); |
33 | 33 |
34 // Exported permission: 'access biblio content'. | 34 // Exported permission: 'access biblio content'. |
35 $permissions['access biblio content'] = array( | 35 $permissions['access biblio content'] = array( |
36 'name' => 'access biblio content', | 36 'name' => 'access biblio content', |
37 'roles' => array(), | 37 'roles' => array( |
38 'anonymous user' => 'anonymous user', | |
39 'authenticated user' => 'authenticated user', | |
40 ), | |
38 'module' => 'biblio', | 41 'module' => 'biblio', |
39 ); | 42 ); |
40 | 43 |
41 // Exported permission: 'access content'. | 44 // Exported permission: 'access content'. |
42 $permissions['access content'] = array( | 45 $permissions['access content'] = array( |
70 ); | 73 ); |
71 | 74 |
72 // Exported permission: 'access user profiles'. | 75 // Exported permission: 'access user profiles'. |
73 $permissions['access user profiles'] = array( | 76 $permissions['access user profiles'] = array( |
74 'name' => 'access user profiles', | 77 'name' => 'access user profiles', |
75 'roles' => array(), | 78 'roles' => array( |
79 'authenticated user' => 'authenticated user', | |
80 ), | |
76 'module' => 'user', | 81 'module' => 'user', |
77 ); | 82 ); |
78 | 83 |
79 // Exported permission: 'administer actions'. | 84 // Exported permission: 'administer actions'. |
80 $permissions['administer actions'] = array( | 85 $permissions['administer actions'] = array( |
84 ); | 89 ); |
85 | 90 |
86 // Exported permission: 'administer biblio'. | 91 // Exported permission: 'administer biblio'. |
87 $permissions['administer biblio'] = array( | 92 $permissions['administer biblio'] = array( |
88 'name' => 'administer biblio', | 93 'name' => 'administer biblio', |
89 'roles' => array(), | 94 'roles' => array( |
95 'authenticated user' => 'authenticated user', | |
96 ), | |
90 'module' => 'biblio', | 97 'module' => 'biblio', |
91 ); | 98 ); |
92 | 99 |
93 // Exported permission: 'administer blocks'. | 100 // Exported permission: 'administer blocks'. |
94 $permissions['administer blocks'] = array( | 101 $permissions['administer blocks'] = array( |
259 ); | 266 ); |
260 | 267 |
261 // Exported permission: 'cancel account'. | 268 // Exported permission: 'cancel account'. |
262 $permissions['cancel account'] = array( | 269 $permissions['cancel account'] = array( |
263 'name' => 'cancel account', | 270 'name' => 'cancel account', |
264 'roles' => array(), | 271 'roles' => array( |
272 'authenticated user' => 'authenticated user', | |
273 ), | |
265 'module' => 'user', | 274 'module' => 'user', |
266 ); | 275 ); |
267 | 276 |
268 // Exported permission: 'change own username'. | 277 // Exported permission: 'change own username'. |
269 $permissions['change own username'] = array( | 278 $permissions['change own username'] = array( |
273 ); | 282 ); |
274 | 283 |
275 // Exported permission: 'create biblio content'. | 284 // Exported permission: 'create biblio content'. |
276 $permissions['create biblio content'] = array( | 285 $permissions['create biblio content'] = array( |
277 'name' => 'create biblio content', | 286 'name' => 'create biblio content', |
278 'roles' => array(), | 287 'roles' => array( |
288 'authenticated user' => 'authenticated user', | |
289 ), | |
279 'module' => 'node', | 290 'module' => 'node', |
280 ); | 291 ); |
281 | 292 |
282 // Exported permission: 'create page content'. | 293 // Exported permission: 'create page content'. |
283 $permissions['create page content'] = array( | 294 $permissions['create page content'] = array( |
308 ); | 319 ); |
309 | 320 |
310 // Exported permission: 'delete own biblio content'. | 321 // Exported permission: 'delete own biblio content'. |
311 $permissions['delete own biblio content'] = array( | 322 $permissions['delete own biblio content'] = array( |
312 'name' => 'delete own biblio content', | 323 'name' => 'delete own biblio content', |
313 'roles' => array(), | 324 'roles' => array( |
325 'authenticated user' => 'authenticated user', | |
326 ), | |
314 'module' => 'node', | 327 'module' => 'node', |
315 ); | 328 ); |
316 | 329 |
317 // Exported permission: 'delete own page content'. | 330 // Exported permission: 'delete own page content'. |
318 $permissions['delete own page content'] = array( | 331 $permissions['delete own page content'] = array( |
343 ); | 356 ); |
344 | 357 |
345 // Exported permission: 'edit any biblio content'. | 358 // Exported permission: 'edit any biblio content'. |
346 $permissions['edit any biblio content'] = array( | 359 $permissions['edit any biblio content'] = array( |
347 'name' => 'edit any biblio content', | 360 'name' => 'edit any biblio content', |
348 'roles' => array(), | 361 'roles' => array( |
362 'authenticated user' => 'authenticated user', | |
363 ), | |
349 'module' => 'node', | 364 'module' => 'node', |
350 ); | 365 ); |
351 | 366 |
352 // Exported permission: 'edit any page content'. | 367 // Exported permission: 'edit any page content'. |
353 $permissions['edit any page content'] = array( | 368 $permissions['edit any page content'] = array( |
357 ); | 372 ); |
358 | 373 |
359 // Exported permission: 'edit biblio authors'. | 374 // Exported permission: 'edit biblio authors'. |
360 $permissions['edit biblio authors'] = array( | 375 $permissions['edit biblio authors'] = array( |
361 'name' => 'edit biblio authors', | 376 'name' => 'edit biblio authors', |
362 'roles' => array(), | 377 'roles' => array( |
378 'authenticated user' => 'authenticated user', | |
379 ), | |
363 'module' => 'biblio', | 380 'module' => 'biblio', |
364 ); | 381 ); |
365 | 382 |
366 // Exported permission: 'edit by all biblio authors'. | 383 // Exported permission: 'edit by all biblio authors'. |
367 $permissions['edit by all biblio authors'] = array( | 384 $permissions['edit by all biblio authors'] = array( |
371 ); | 388 ); |
372 | 389 |
373 // Exported permission: 'edit own biblio content'. | 390 // Exported permission: 'edit own biblio content'. |
374 $permissions['edit own biblio content'] = array( | 391 $permissions['edit own biblio content'] = array( |
375 'name' => 'edit own biblio content', | 392 'name' => 'edit own biblio content', |
376 'roles' => array(), | 393 'roles' => array( |
394 'authenticated user' => 'authenticated user', | |
395 ), | |
377 'module' => 'node', | 396 'module' => 'node', |
378 ); | 397 ); |
379 | 398 |
380 // Exported permission: 'edit own page content'. | 399 // Exported permission: 'edit own page content'. |
381 $permissions['edit own page content'] = array( | 400 $permissions['edit own page content'] = array( |
399 ); | 418 ); |
400 | 419 |
401 // Exported permission: 'import from file'. | 420 // Exported permission: 'import from file'. |
402 $permissions['import from file'] = array( | 421 $permissions['import from file'] = array( |
403 'name' => 'import from file', | 422 'name' => 'import from file', |
404 'roles' => array(), | 423 'roles' => array( |
424 'authenticated user' => 'authenticated user', | |
425 ), | |
405 'module' => 'biblio', | 426 'module' => 'biblio', |
406 ); | 427 ); |
407 | 428 |
408 // Exported permission: 'manage features'. | 429 // Exported permission: 'manage features'. |
409 $permissions['manage features'] = array( | 430 $permissions['manage features'] = array( |
434 ); | 455 ); |
435 | 456 |
436 // Exported permission: 'show download links'. | 457 // Exported permission: 'show download links'. |
437 $permissions['show download links'] = array( | 458 $permissions['show download links'] = array( |
438 'name' => 'show download links', | 459 'name' => 'show download links', |
439 'roles' => array(), | 460 'roles' => array( |
461 'anonymous user' => 'anonymous user', | |
462 'authenticated user' => 'authenticated user', | |
463 ), | |
440 'module' => 'biblio', | 464 'module' => 'biblio', |
441 ); | 465 ); |
442 | 466 |
443 // Exported permission: 'show export links'. | 467 // Exported permission: 'show export links'. |
444 $permissions['show export links'] = array( | 468 $permissions['show export links'] = array( |
445 'name' => 'show export links', | 469 'name' => 'show export links', |
446 'roles' => array(), | 470 'roles' => array( |
471 'anonymous user' => 'anonymous user', | |
472 'authenticated user' => 'authenticated user', | |
473 ), | |
447 'module' => 'biblio', | 474 'module' => 'biblio', |
448 ); | 475 ); |
449 | 476 |
450 // Exported permission: 'show filter tab'. | 477 // Exported permission: 'show filter tab'. |
451 $permissions['show filter tab'] = array( | 478 $permissions['show filter tab'] = array( |
452 'name' => 'show filter tab', | 479 'name' => 'show filter tab', |
453 'roles' => array(), | 480 'roles' => array( |
481 'anonymous user' => 'anonymous user', | |
482 'authenticated user' => 'authenticated user', | |
483 ), | |
454 'module' => 'biblio', | 484 'module' => 'biblio', |
455 ); | 485 ); |
456 | 486 |
457 // Exported permission: 'show own download links'. | 487 // Exported permission: 'show own download links'. |
458 $permissions['show own download links'] = array( | 488 $permissions['show own download links'] = array( |
462 ); | 492 ); |
463 | 493 |
464 // Exported permission: 'show sort links'. | 494 // Exported permission: 'show sort links'. |
465 $permissions['show sort links'] = array( | 495 $permissions['show sort links'] = array( |
466 'name' => 'show sort links', | 496 'name' => 'show sort links', |
467 'roles' => array(), | 497 'roles' => array( |
498 'anonymous user' => 'anonymous user', | |
499 'authenticated user' => 'authenticated user', | |
500 ), | |
468 'module' => 'biblio', | 501 'module' => 'biblio', |
469 ); | 502 ); |
470 | 503 |
471 // Exported permission: 'toggle disqus comments'. | 504 // Exported permission: 'toggle disqus comments'. |
472 $permissions['toggle disqus comments'] = array( | 505 $permissions['toggle disqus comments'] = array( |
476 ); | 509 ); |
477 | 510 |
478 // Exported permission: 'use text format full_html'. | 511 // Exported permission: 'use text format full_html'. |
479 $permissions['use text format full_html'] = array( | 512 $permissions['use text format full_html'] = array( |
480 'name' => 'use text format full_html', | 513 'name' => 'use text format full_html', |
481 'roles' => array( | 514 'roles' => array(), |
482 'authenticated user' => 'authenticated user', | |
483 ), | |
484 'module' => 'filter', | 515 'module' => 'filter', |
485 ); | 516 ); |
486 | 517 |
487 // Exported permission: 'view disqus comments'. | 518 // Exported permission: 'view disqus comments'. |
488 $permissions['view disqus comments'] = array( | 519 $permissions['view disqus comments'] = array( |
489 'name' => 'view disqus comments', | 520 'name' => 'view disqus comments', |
490 'roles' => array(), | 521 'roles' => array( |
522 'anonymous user' => 'anonymous user', | |
523 'authenticated user' => 'authenticated user', | |
524 ), | |
491 'module' => 'disqus', | 525 'module' => 'disqus', |
492 ); | 526 ); |
493 | 527 |
494 // Exported permission: 'view full text'. | 528 // Exported permission: 'view full text'. |
495 $permissions['view full text'] = array( | 529 $permissions['view full text'] = array( |
496 'name' => 'view full text', | 530 'name' => 'view full text', |
497 'roles' => array(), | 531 'roles' => array( |
532 'anonymous user' => 'anonymous user', | |
533 'authenticated user' => 'authenticated user', | |
534 ), | |
498 'module' => 'biblio', | 535 'module' => 'biblio', |
499 ); | 536 ); |
500 | 537 |
501 // Exported permission: 'view own unpublished content'. | 538 // Exported permission: 'view own unpublished content'. |
502 $permissions['view own unpublished content'] = array( | 539 $permissions['view own unpublished content'] = array( |
506 ); | 543 ); |
507 | 544 |
508 // Exported permission: 'view revisions'. | 545 // Exported permission: 'view revisions'. |
509 $permissions['view revisions'] = array( | 546 $permissions['view revisions'] = array( |
510 'name' => 'view revisions', | 547 'name' => 'view revisions', |
511 'roles' => array(), | 548 'roles' => array( |
549 'authenticated user' => 'authenticated user', | |
550 ), | |
512 'module' => 'node', | 551 'module' => 'node', |
513 ); | 552 ); |
514 | 553 |
515 // Exported permission: 'view the administration theme'. | 554 // Exported permission: 'view the administration theme'. |
516 $permissions['view the administration theme'] = array( | 555 $permissions['view the administration theme'] = array( |