CHANGELOG.txt |
CHANGELOG.txt |
|
Statistics Pro 6.x-2.3, 2010-11-05
---------------------------
bug #912414 by pumpkinkid, AllRob and rsevero: Updated Statistics Pro to
_really_ work with Charts and Graphs 6.x-2.x.
task #963764 by rsevero: Removed partial support for Charts and… |
comment.txt |
views_exported/comment.txt |
|
$view = new view;
$view->name = 'statspro_comment';
$view->description = 'New comments';
$view->tag = 'Statistics Pro';
$view->view_php = '';
$view->base_table =… |
log.txt |
views_exported/log.txt |
|
$view = new view;
$view->name = 'statspro_log';
$view->description = 'Error messages and warnings';
$view->tag = 'Statistics Pro';
$view->view_php = '';
$view->base_table =… |
node.txt |
views_exported/node.txt |
|
$view = new view;
$view->name = 'statspro_node';
$view->description = 'Node statistics';
$view->tag = 'Statistics Pro';
$view->view_php = '';
$view->base_table =… |
pi.txt |
views_exported/pi.txt |
|
$view = new view;
$view->name = 'statspro_pi';
$view->description = 'Page impressions';
$view->tag = 'Statistics Pro';
$view->view_php = '';
$view->base_table =… |
README.txt |
README.txt |
|
-- SUMMARY --
The Statistics Pro module creates statistics with aggregated data. The data is
stored in a new table, which will be updated with a cron run. This statistic
module provides statistical results of nodes, comments and users.… |
Statistics Pro - Agregado por URLs |
help/pt-br/path_aggregated.html |
|
Statistics Pro - Agregado por URLs |
Statistics Pro - Drush support |
help/drush_support.html |
|
Statistics Pro - Drush support |
Statistics Pro - Introdução |
help/pt-br/introduction.html |
|
Statistics Pro - Introdução |
Statistics Pro - Introduction |
help/introduction.html |
|
Statistics Pro - Introduction |
Statistics Pro - Optional dependencies |
help/optional_dependencies.html |
|
Statistics Pro - Optional dependencies |
Statistics Pro - Path aggregated |
help/path_aggregated.html |
|
Statistics Pro - Path aggregated |
Statistics Pro - Requisitos opcionais |
help/pt-br/optional_dependencies.html |
|
Statistics Pro - Requisitos opcionais |
Statistics Pro - suporte Drush |
help/pt-br/drush_support.html |
|
Statistics Pro - suporte Drush |
statspro.drush.inc |
statspro.drush.inc |
|
Drush include file for statuspro |
statspro.inc |
statspro.inc |
|
statspro class for Statistics Pro module. |
statspro.info |
statspro.info |
|
name = "Statistics Pro"
description = "Statistics for nodes, comments, users and lots more"
dependencies[] = views
core = 6.x
php = 5.1 |
statspro.install |
statspro.install |
|
Install file for statistics pro module |
statspro.module |
statspro.module |
|
Main module of Statistcs pro module |
statspro.test |
tests/statspro.test |
|
Functionality tests for Statistics Pro. |
statspro.views.inc |
views/statspro.views.inc |
|
Views support for statistcs pro module |
statspro.views_default.inc |
views/statspro.views_default.inc |
|
Default views for Statistics Pro module. |
statspro_admin_settings.inc |
statspro_admin_settings.inc |
|
|
statspro_comment.inc |
statspro_comment.inc |
|
|
statspro_graphs.inc |
statspro_graphs.inc |
|
Graphs generation help. |
statspro_log.inc |
statspro_log.inc |
|
|
statspro_node.inc |
statspro_node.inc |
|
|
statspro_overview.inc |
statspro_overview.inc |
|
|
statspro_path_aggregated.inc |
statspro_path_aggregated.inc |
|
|
statspro_pi.inc |
statspro_pi.inc |
|
|
statspro_settings.inc |
statspro_settings.inc |
|
|
statspro_tools.inc |
statspro_tools.inc |
|
Include file for tools page |
statspro_user.inc |
statspro_user.inc |
|
|
statspro_views_handler_field_graph.inc |
views/statspro_views_handler_field_graph.inc |
|
Views field handler for graph |
statspro_views_handler_field_graph_trend.inc |
views/statspro_views_handler_field_graph_trend.inc |
|
|
user.txt |
views_exported/user.txt |
|
$view = new view;
$view->name = 'statspro_user';
$view->description = 'Statistics about new user and online user';
$view->tag = 'Statistics Pro';
$view->view_php = '';
$view->base_table =… |