CHANGELOG.txt |
CHANGELOG.txt |
|
6.x-1.1: JUL 06 2011:
------------------------------------
* Fixed [#888426]: Incorrect use of t()
* Fixed [#880372]: Additional link to analytics page in admin section.
* Fixed foreach error in theme_quant_page().
* Fixed [#887948]: Minor theme… |
chart.inc |
includes/chart.inc |
|
Chart building functions |
data.inc |
includes/data.inc |
|
Functions used to convert Drupal data into chart format |
datepicker.css |
theme/datepicker.css |
|
/* Smoothness Theme for jQuery UI Datepicker */
#ui-datepicker-div table,
#ui-datepicker-div td,
#ui-datepicker-div th {
margin: 0;
padding: 0;
}
#ui-datepicker-div,
#ui-datepicker-div table,
.ui-datepicker-div,
.ui-datepicker-div… |
forms.inc |
includes/forms.inc |
|
Form-building functions |
pages.inc |
includes/pages.inc |
|
Page callbacks |
quant.api.php |
quant.api.php |
|
|
quant.css |
theme/quant.css |
|
#quant-page {
}
#quant-page img {
padding: 10px;
}
#quant-time-form .quant-option-row {
padding: 6px 0;
}
#quant-time-form .form-item {
display: inline;
padding-right: 5px;
}
#quant-page .quant-table {
float: left;
margin: 0 10px;
} |
quant.info |
quant.info |
|
name = Quant
description = Display quantitative analytical charts of your site's activity over time periods
dependencies[] = chart
core = 6.x |
quant.install |
quant.install |
|
|
quant.module |
quant.module |
|
|
quants.inc |
includes/quants.inc |
|
Provide our quant objects |
README.txt |
README.txt |
|
INTRODUCTION
---------------------------------------------
Quant provides an engine for producing quantitative, time-based analytics
for virtually any Drupal component. Quant takes raw data about normal Drupal
actions, such as node creation, and… |
theme.inc |
includes/theme.inc |
|
Theme wrappers |