This adds views support for the {bot_log} table.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

douggreen created an issue. See original summary.

douggreen’s picture

FileSize
29.87 KB

Updated patch
(1) fixes use of PHP5.4 array syntax to use PHP5.3 syntax only,
(2) adds a default view to replace the existing bot log page,
(3) adds a search display to replace the bot/log page,

douggreen’s picture

FileSize
29.87 KB

Updated patch just changes the new views to be disabled by default. Anyone who wants to replace the current page, will need to enable the view. That should allow us to merge this without any changed behavior.

douggreen’s picture

FileSize
29.87 KB

Updated patch fixes views_handler_field_bot_log_message to use views_handler_field.

douggreen’s picture

FileSize
30.35 KB

Updated patch restores sort order on timestamp to ascending, and adds a global no results area.