Page MenuHomeIn-Portal Phabricator

search_logs_search-log.php
No OneTemporary

File Metadata

Created
Mon, Jun 30, 6:23 AM

search_logs_search-log.php

<?php
defined('FULL_PATH') or die('restricted access!');
// section removal
$remove_sections = Array (
// 'in-portal:searchlog',
);
// section in debug mode
$debug_only_sections = Array (
'in-portal:searchlog',
);
// toolbar buttons
$remove_buttons = Array (
// list of sessions
// 'search_log_list' => Array ('refresh', 'clear_selected', 'reset', 'export', 'view', 'dbl-click'),
);
// fields to hide
$hidden_fields = Array (
/*'SearchLogId', 'Keyword', 'Indices', 'SearchType'*/
);
// virtual fields to hide
$virtual_hidden_fields = Array (
);
// fields to make required
$required_fields = Array (
/*'SearchLogId', 'Keyword', 'Indices', 'SearchType'*/
);
// virtual fields to make required
$virtual_required_fields = Array (
);
// tabs during editing
$hide_edit_tabs = Array (
);
// hide columns in grids
$hide_columns = Array (
// currently not in user
// 'Default' => Array ('SearchLogId', 'Keyword', 'Indices', 'SearchType'),
);

Event Timeline