mirror of https://github.com/BOINC/boinc.git
Drupal: Add user search capability to admin interface
https://dev.gridrepublic.org/browse/DBOINCP-228
This commit is contained in:
parent
3547758089
commit
e06311e3e7
|
@ -366,3 +366,12 @@ Total current reports of this user: [account:flag-abuse-user-count]',
|
|||
),
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* Implementation of hook_views_api().
|
||||
*/
|
||||
function boinc_standard_views_api() {
|
||||
return array(
|
||||
'api' => '2',
|
||||
);
|
||||
}
|
||||
|
|
|
@ -247,4 +247,6 @@ features[variable][] = "user_pictures"
|
|||
features[variable][] = "user_register"
|
||||
features[variable][] = "user_registration_help"
|
||||
features[variable][] = "user_signatures"
|
||||
features[views][] = "admin_user_search"
|
||||
features[views_api][] = "api:2"
|
||||
features[wysiwyg][] = "rich_text"
|
||||
|
|
|
@ -6,5 +6,404 @@
|
|||
function boinc_standard_views_default_views() {
|
||||
$views = array();
|
||||
|
||||
// Exported view: admin_user_search
|
||||
$view = new view;
|
||||
$view->name = 'admin_user_search';
|
||||
$view->description = 'Administrator User Search';
|
||||
$view->tag = '';
|
||||
$view->base_table = 'users';
|
||||
$view->core = 6;
|
||||
$view->api_version = '2';
|
||||
$view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */
|
||||
$handler = $view->new_display('default', 'Defaults', 'default');
|
||||
$handler->override_option('fields', array(
|
||||
'uid' => array(
|
||||
'label' => 'Uid',
|
||||
'alter' => array(
|
||||
'alter_text' => 0,
|
||||
'text' => '',
|
||||
'make_link' => 0,
|
||||
'path' => 'account/[uid]',
|
||||
'absolute' => 0,
|
||||
'link_class' => '',
|
||||
'alt' => '',
|
||||
'rel' => '',
|
||||
'prefix' => '',
|
||||
'suffix' => '',
|
||||
'target' => '',
|
||||
'help' => '',
|
||||
'trim' => 0,
|
||||
'max_length' => '',
|
||||
'word_boundary' => 1,
|
||||
'ellipsis' => 1,
|
||||
'html' => 0,
|
||||
'strip_tags' => 0,
|
||||
),
|
||||
'empty' => '',
|
||||
'hide_empty' => 0,
|
||||
'empty_zero' => 0,
|
||||
'hide_alter_empty' => 1,
|
||||
'link_to_user' => 0,
|
||||
'exclude' => 0,
|
||||
'id' => 'uid',
|
||||
'table' => 'users',
|
||||
'field' => 'uid',
|
||||
'relationship' => 'none',
|
||||
),
|
||||
'name' => array(
|
||||
'label' => 'Name',
|
||||
'alter' => array(
|
||||
'alter_text' => 0,
|
||||
'text' => '',
|
||||
'make_link' => 1,
|
||||
'path' => 'account/[uid]',
|
||||
'absolute' => 0,
|
||||
'link_class' => '',
|
||||
'alt' => '',
|
||||
'rel' => '',
|
||||
'prefix' => '',
|
||||
'suffix' => '',
|
||||
'target' => '',
|
||||
'help' => '',
|
||||
'trim' => 0,
|
||||
'max_length' => '',
|
||||
'word_boundary' => 1,
|
||||
'ellipsis' => 1,
|
||||
'html' => 0,
|
||||
'strip_tags' => 0,
|
||||
),
|
||||
'empty' => '',
|
||||
'hide_empty' => 0,
|
||||
'empty_zero' => 0,
|
||||
'hide_alter_empty' => 1,
|
||||
'link_to_user' => 0,
|
||||
'overwrite_anonymous' => 0,
|
||||
'anonymous_text' => '',
|
||||
'exclude' => 0,
|
||||
'id' => 'name',
|
||||
'table' => 'users',
|
||||
'field' => 'name',
|
||||
'relationship' => 'none',
|
||||
),
|
||||
'rid' => array(
|
||||
'label' => 'Roles',
|
||||
'alter' => array(
|
||||
'alter_text' => 0,
|
||||
'text' => '',
|
||||
'make_link' => 0,
|
||||
'path' => '',
|
||||
'absolute' => 0,
|
||||
'link_class' => '',
|
||||
'alt' => '',
|
||||
'rel' => '',
|
||||
'prefix' => '',
|
||||
'suffix' => '',
|
||||
'target' => '',
|
||||
'help' => '',
|
||||
'trim' => 0,
|
||||
'max_length' => '',
|
||||
'word_boundary' => 1,
|
||||
'ellipsis' => 1,
|
||||
'html' => 0,
|
||||
'strip_tags' => 0,
|
||||
),
|
||||
'empty' => '',
|
||||
'hide_empty' => 0,
|
||||
'empty_zero' => 0,
|
||||
'hide_alter_empty' => 1,
|
||||
'type' => 'separator',
|
||||
'separator' => ', ',
|
||||
'exclude' => 0,
|
||||
'id' => 'rid',
|
||||
'table' => 'users_roles',
|
||||
'field' => 'rid',
|
||||
'relationship' => 'none',
|
||||
),
|
||||
'status' => array(
|
||||
'label' => 'Banned',
|
||||
'alter' => array(
|
||||
'alter_text' => 0,
|
||||
'text' => '',
|
||||
'make_link' => 0,
|
||||
'path' => '',
|
||||
'absolute' => 0,
|
||||
'link_class' => '',
|
||||
'alt' => '',
|
||||
'rel' => '',
|
||||
'prefix' => '',
|
||||
'suffix' => '',
|
||||
'target' => '',
|
||||
'help' => '',
|
||||
'trim' => 0,
|
||||
'max_length' => '',
|
||||
'word_boundary' => 1,
|
||||
'ellipsis' => 1,
|
||||
'html' => 0,
|
||||
'strip_tags' => 0,
|
||||
),
|
||||
'empty' => '',
|
||||
'hide_empty' => 0,
|
||||
'empty_zero' => 0,
|
||||
'hide_alter_empty' => 1,
|
||||
'type' => 'yes-no',
|
||||
'not' => 1,
|
||||
'exclude' => 0,
|
||||
'id' => 'status',
|
||||
'table' => 'users',
|
||||
'field' => 'status',
|
||||
'relationship' => 'none',
|
||||
),
|
||||
'access' => array(
|
||||
'label' => 'Last access',
|
||||
'alter' => array(
|
||||
'alter_text' => 0,
|
||||
'text' => '',
|
||||
'make_link' => 0,
|
||||
'path' => '',
|
||||
'absolute' => 0,
|
||||
'link_class' => '',
|
||||
'alt' => '',
|
||||
'rel' => '',
|
||||
'prefix' => '',
|
||||
'suffix' => '',
|
||||
'target' => '',
|
||||
'help' => '',
|
||||
'trim' => 0,
|
||||
'max_length' => '',
|
||||
'word_boundary' => 1,
|
||||
'ellipsis' => 1,
|
||||
'html' => 0,
|
||||
'strip_tags' => 0,
|
||||
),
|
||||
'empty' => '',
|
||||
'hide_empty' => 0,
|
||||
'empty_zero' => 0,
|
||||
'hide_alter_empty' => 1,
|
||||
'date_format' => 'time ago',
|
||||
'custom_date_format' => '',
|
||||
'exclude' => 0,
|
||||
'id' => 'access',
|
||||
'table' => 'users',
|
||||
'field' => 'access',
|
||||
'relationship' => 'none',
|
||||
),
|
||||
'login' => array(
|
||||
'label' => 'Last login',
|
||||
'alter' => array(
|
||||
'alter_text' => 0,
|
||||
'text' => '',
|
||||
'make_link' => 0,
|
||||
'path' => '',
|
||||
'absolute' => 0,
|
||||
'link_class' => '',
|
||||
'alt' => '',
|
||||
'rel' => '',
|
||||
'prefix' => '',
|
||||
'suffix' => '',
|
||||
'target' => '',
|
||||
'help' => '',
|
||||
'trim' => 0,
|
||||
'max_length' => '',
|
||||
'word_boundary' => 1,
|
||||
'ellipsis' => 1,
|
||||
'html' => 0,
|
||||
'strip_tags' => 0,
|
||||
),
|
||||
'empty' => '',
|
||||
'hide_empty' => 0,
|
||||
'empty_zero' => 0,
|
||||
'hide_alter_empty' => 1,
|
||||
'date_format' => 'time ago',
|
||||
'custom_date_format' => '',
|
||||
'exclude' => 0,
|
||||
'id' => 'login',
|
||||
'table' => 'users',
|
||||
'field' => 'login',
|
||||
'relationship' => 'none',
|
||||
),
|
||||
'created' => array(
|
||||
'label' => 'Created date',
|
||||
'alter' => array(
|
||||
'alter_text' => 0,
|
||||
'text' => '',
|
||||
'make_link' => 0,
|
||||
'path' => '',
|
||||
'absolute' => 0,
|
||||
'link_class' => '',
|
||||
'alt' => '',
|
||||
'rel' => '',
|
||||
'prefix' => '',
|
||||
'suffix' => '',
|
||||
'target' => '',
|
||||
'help' => '',
|
||||
'trim' => 0,
|
||||
'max_length' => '',
|
||||
'word_boundary' => 1,
|
||||
'ellipsis' => 1,
|
||||
'html' => 0,
|
||||
'strip_tags' => 0,
|
||||
),
|
||||
'empty' => '',
|
||||
'hide_empty' => 0,
|
||||
'empty_zero' => 0,
|
||||
'hide_alter_empty' => 1,
|
||||
'date_format' => 'time ago',
|
||||
'custom_date_format' => '',
|
||||
'exclude' => 0,
|
||||
'id' => 'created',
|
||||
'table' => 'users',
|
||||
'field' => 'created',
|
||||
'relationship' => 'none',
|
||||
),
|
||||
'edit_node' => array(
|
||||
'label' => '',
|
||||
'alter' => array(
|
||||
'alter_text' => 0,
|
||||
'text' => '',
|
||||
'make_link' => 0,
|
||||
'path' => '',
|
||||
'absolute' => 0,
|
||||
'link_class' => '',
|
||||
'alt' => '',
|
||||
'rel' => '',
|
||||
'prefix' => '',
|
||||
'suffix' => '',
|
||||
'target' => '',
|
||||
'help' => '',
|
||||
'trim' => 0,
|
||||
'max_length' => '',
|
||||
'word_boundary' => 1,
|
||||
'ellipsis' => 1,
|
||||
'html' => 0,
|
||||
'strip_tags' => 0,
|
||||
),
|
||||
'empty' => '',
|
||||
'hide_empty' => 0,
|
||||
'empty_zero' => 0,
|
||||
'hide_alter_empty' => 1,
|
||||
'text' => '',
|
||||
'exclude' => 0,
|
||||
'id' => 'edit_node',
|
||||
'table' => 'users',
|
||||
'field' => 'edit_node',
|
||||
'relationship' => 'none',
|
||||
),
|
||||
));
|
||||
$handler->override_option('filters', array(
|
||||
'name' => array(
|
||||
'operator' => 'contains',
|
||||
'value' => '',
|
||||
'group' => '0',
|
||||
'exposed' => TRUE,
|
||||
'expose' => array(
|
||||
'use_operator' => 0,
|
||||
'operator' => 'name_op',
|
||||
'identifier' => 'name',
|
||||
'label' => 'Part of a User\'s name',
|
||||
'remember' => 0,
|
||||
),
|
||||
'case' => 0,
|
||||
'id' => 'name',
|
||||
'table' => 'users',
|
||||
'field' => 'name',
|
||||
'relationship' => 'none',
|
||||
),
|
||||
'mail' => array(
|
||||
'operator' => 'contains',
|
||||
'value' => '',
|
||||
'group' => '0',
|
||||
'exposed' => TRUE,
|
||||
'expose' => array(
|
||||
'use_operator' => 0,
|
||||
'operator' => 'mail_op',
|
||||
'identifier' => 'mail',
|
||||
'label' => 'Part of a User\'s E-mail',
|
||||
'remember' => 0,
|
||||
),
|
||||
'case' => 0,
|
||||
'id' => 'mail',
|
||||
'table' => 'users',
|
||||
'field' => 'mail',
|
||||
'relationship' => 'none',
|
||||
),
|
||||
));
|
||||
$handler->override_option('access', array(
|
||||
'type' => 'perm',
|
||||
'perm' => 'administer users',
|
||||
));
|
||||
$handler->override_option('cache', array(
|
||||
'type' => 'none',
|
||||
));
|
||||
$handler->override_option('use_pager', '1');
|
||||
$handler->override_option('style_plugin', 'table');
|
||||
$handler->override_option('style_options', array(
|
||||
'grouping' => '',
|
||||
'override' => 1,
|
||||
'sticky' => 0,
|
||||
'order' => 'desc',
|
||||
'summary' => '',
|
||||
'columns' => array(
|
||||
'uid' => 'uid',
|
||||
'name' => 'name',
|
||||
'status' => 'status',
|
||||
'rid' => 'rid',
|
||||
'login' => 'login',
|
||||
'access' => 'access',
|
||||
'created' => 'created',
|
||||
'edit_node' => 'edit_node',
|
||||
),
|
||||
'info' => array(
|
||||
'uid' => array(
|
||||
'sortable' => 1,
|
||||
'separator' => '',
|
||||
),
|
||||
'name' => array(
|
||||
'sortable' => 1,
|
||||
'separator' => '',
|
||||
),
|
||||
'status' => array(
|
||||
'sortable' => 1,
|
||||
'separator' => '',
|
||||
),
|
||||
'rid' => array(
|
||||
'separator' => '',
|
||||
),
|
||||
'login' => array(
|
||||
'sortable' => 1,
|
||||
'separator' => '',
|
||||
),
|
||||
'access' => array(
|
||||
'sortable' => 1,
|
||||
'separator' => '',
|
||||
),
|
||||
'created' => array(
|
||||
'sortable' => 1,
|
||||
'separator' => '',
|
||||
),
|
||||
'edit_node' => array(
|
||||
'separator' => '',
|
||||
),
|
||||
),
|
||||
'default' => 'access',
|
||||
));
|
||||
$handler = $view->new_display('page', 'Page', 'page_1');
|
||||
$handler->override_option('path', 'admin/user/search');
|
||||
$handler->override_option('menu', array(
|
||||
'type' => 'normal',
|
||||
'title' => 'User search',
|
||||
'description' => 'Find users by partial name or email address',
|
||||
'weight' => '0',
|
||||
'name' => 'navigation',
|
||||
));
|
||||
$handler->override_option('tab_options', array(
|
||||
'type' => 'none',
|
||||
'title' => '',
|
||||
'description' => '',
|
||||
'weight' => 0,
|
||||
'name' => 'navigation',
|
||||
));
|
||||
|
||||
$views[$view->name] = $view;
|
||||
|
||||
return $views;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue