quant 7.x-1.0-beta4
| Download | Size | md5 hash |
|---|---|---|
| quant-7.x-1.0-beta4.tar.gz | 21.58 KB | 03c86a95a29349667c2d826cba39a6c7 |
| quant-7.x-1.0-beta4.zip | 27.53 KB | e33a327e08f1e71e75cff27901f74b3e |
Release notes
* Fixed datepicker themeing by using drupal_add_library().
* Port Facebook-style statuses support #1616286: Port Facebook-style statuses support (by mathankumarc)
* Fixed quant object definitions to match OG schemas #1818798: OG 7.x-2.x not supported.
* Added chart plugin admin settings and variable handling.
* Changed chart API definitions from arrays to objects.
* Misc code cleanup.
quant 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| quant-7.x-1.x-dev.tar.gz | 21.51 KB | 55d74ba5ec56096aaffedf3770e6d389 |
| quant-7.x-1.x-dev.zip | 27.52 KB | b9ba90752d7a3a7b2ce8574af679832f |
Release notes
Development snapshot
quant 7.x-1.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| quant-7.x-1.0-beta2.tar.gz | 23.16 KB | ff9a824cb592a16d77149773a96b9be6 |
| quant-7.x-1.0-beta2.zip | 30.81 KB | 63e0964407bbfce691da3d816f730114 |
Release notes
* Fixed missing check for chart module before calling chart functions (temporary fix).
For D7 changes, see http://drupal.org/node/1477890.
quant 7.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| quant-7.x-1.0-beta1.tar.gz | 23.13 KB | 8850de08b423061b44d25773b4e53cf5 |
| quant-7.x-1.0-beta1.zip | 30.78 KB | 6ee8f061eea308e816f76ad5b5dcfcf3 |
Release notes
* Fixed sub-table generation inside QuantChartTable.inc. The D6 usage of theme() was still present.
For D7 changes, see http://drupal.org/node/1477890.
quant 7.x-1.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| quant-7.x-1.0-alpha1.tar.gz | 23.28 KB | ca55d381af740f0d3ee5f3653e7a139e |
| quant-7.x-1.0-alpha1.zip | 30.99 KB | 84505bcf0c15e7b75852bca9bf77a1d6 |
Release notes
* Port to Drupal 7
* Introduction of class-based plugin system for Quant
- Quant.inc
- QuantData.inc
- QuantChart.inc (abstract)
--- QuantChartTable.inc (HTML table charts)
--- QuantChartChartAPI.inc (chart.module charts provided by Google Chart API)
* Chart plugins can be defined in hook_quant_charts() (see quant.api.php for more info)
quant 6.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| quant-6.x-1.2.tar.gz | 20.72 KB | ba19961668d6bec68ced8282d6ec768d |
| quant-6.x-1.2.zip | 26.65 KB | 83d8a740292434c5d09f2f0deddffae1 |
Release notes
- Fixed wrong permission name in hook_menu (by thebuckst0p). #1227304: Wrong permission name in hook_menu
- Fixed dynamic query for multiple data point charts.
- Fixed single point chart x-axis period calculation, by LiuShaz. #1235396: Generate single chart x-axis
- Fixed undefined index when parsing period in url query.
- Added needed isset() [http://drupalcode.org/project/quant.git/commit/2052762]
- Added quant chart for facebook-style statuses
- Fixed missing table for fbss quant object. #1269460: Error generating Quant report for Facebook Style Statuses
- Fix date-range/period detection.
- Added ability to output charts as tables instead of images.
quant 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| quant-6.x-1.1.tar.gz | 19.11 KB | d764aacb41fc1ba9238b72cb96e0b839 |
| quant-6.x-1.1.zip | 24.8 KB | 3e1c4eaec7d0733600172b1a266114a8 |
Release notes
* Fixed #888426: t() function isn't used properly: Incorrect use of t()
* Fixed #880372: Where should the link to analytics be?: Additional link to analytics page in admin section.
* Fixed foreach error in theme_quant_page().
* Fixed #887948: Theming issues (with patches): Minor theme issues.
* Added support for custom dateranges, instead of fixed time periods.
* Added jQuery datepicker support for dateranges.
* quant_process() takes timestamps, strings, array periods.
* Added charts for Invites sent and accepted (required Invite module).
* Changed module name from "Site quant" to "Quant".
* Fixed #1119444: Warning for OG charting when having multiple content types as Group type.: Quant node-type query to properly exclude group node types.
(by rahulbile)
* Added hook_quants_alter() hook.
* Major code overhaul, organization, cleanup.
* All functions pass quant objects by reference now, additional information
becomes attached.
* Added documentation for patching Chart 6.x-1.3.
quant 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| quant-6.x-1.0.tar.gz | 13.16 KB | 5e2a0b3111261d48cb81fbe12370a1f6 |
| quant-6.x-1.0.zip | 15.71 KB | 475c455b3517345fc6d16c8f6ca68e6b |
Release notes
Quant was developed for Drupal Commons
quant 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| quant-6.x-1.x-dev.tar.gz | 20.74 KB | 02a6de206ea946fd2eb0ba63cd4f3439 |
| quant-6.x-1.x-dev.zip | 26.68 KB | 09780196be0915e46b63ec45322ced0d |
Release notes
Initial release of Quant