mirror of https://github.com/BOINC/boinc.git
44 lines
1.6 KiB
Plaintext
44 lines
1.6 KiB
Plaintext
name = "Teams"
|
|
description = "Allows users to create and join teams"
|
|
core = "6.x"
|
|
package = "Features"
|
|
dependencies[] = "boinc_standard"
|
|
dependencies[] = "boincteam"
|
|
dependencies[] = "comment"
|
|
dependencies[] = "ctools"
|
|
dependencies[] = "features"
|
|
dependencies[] = "page_manager"
|
|
dependencies[] = "panels"
|
|
dependencies[] = "panels_mini"
|
|
dependencies[] = "rules"
|
|
dependencies[] = "rules_admin"
|
|
dependencies[] = "strongarm"
|
|
dependencies[] = "token"
|
|
dependencies[] = "upload"
|
|
dependencies[] = "views"
|
|
dependencies[] = "views_content"
|
|
dependencies[] = "views_customfield"
|
|
features[ctools][] = "page_manager:pages_default:1"
|
|
features[ctools][] = "strongarm:strongarm:1"
|
|
features[node][] = "team"
|
|
features[page_manager_pages][] = "create_team"
|
|
features[page_manager_pages][] = "teams_landing"
|
|
features[page_manager_pages][] = "view_team"
|
|
features[rules_categories][] = "boinc_team"
|
|
features[user_permission][] = "create boincteam"
|
|
features[user_permission][] = "join boincteam"
|
|
features[variable][] = "comment_anonymous_team"
|
|
features[variable][] = "comment_controls_team"
|
|
features[variable][] = "comment_default_mode_team"
|
|
features[variable][] = "comment_default_order_team"
|
|
features[variable][] = "comment_default_per_page_team"
|
|
features[variable][] = "comment_form_location_team"
|
|
features[variable][] = "comment_preview_team"
|
|
features[variable][] = "comment_subject_field_team"
|
|
features[variable][] = "comment_team"
|
|
features[variable][] = "node_options_team"
|
|
features[variable][] = "upload_team"
|
|
features[views][] = "boinc_team_members"
|
|
features[views][] = "boinc_teams"
|
|
features[views_api][] = "api:2"
|