You are here

CHANGELOG.txt in Quant 6

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 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]: 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.


6.x-1.0: SEPT 16 2010:
------------------------------------
* Added custom timerange for charts
* Added support for datepicker (jquery ui)
* Added queryCustom to quant objects in hook_quants()
* quant_process() can now take a single timestamp, a single timestring,
  or an array with two of either for a custom range
* Added link to analytics page via admin/reports and admin/settings/quant
* Fixed translation issues
* Imported .pot and contributed Russian translation
* Switch module name from "Site quant" to "Quant"
* Update/fixed CSS

File

CHANGELOG.txt
View source
  1. 6.x-1.1: JUL 06 2011:
  2. ------------------------------------
  3. * Fixed [#888426]: Incorrect use of t()
  4. * Fixed [#880372]: Additional link to analytics page in admin section.
  5. * Fixed foreach error in theme_quant_page().
  6. * Fixed [#887948]: Minor theme issues.
  7. * Added support for custom dateranges, instead of fixed time periods.
  8. * Added jQuery datepicker support for dateranges.
  9. * quant_process() takes timestamps, strings, array periods.
  10. * Added charts for Invites sent and accepted (required Invite module).
  11. * Changed module name from "Site quant" to "Quant".
  12. * Fixed [#1119444]: Quant node-type query to properly exclude group node types.
  13. (by rahulbile)
  14. * Added hook_quants_alter() hook.
  15. * Major code overhaul, organization, cleanup.
  16. * All functions pass quant objects by reference now, additional information
  17. becomes attached.
  18. * Added documentation for patching Chart 6.x-1.3.
  19. 6.x-1.0: SEPT 16 2010:
  20. ------------------------------------
  21. * Added custom timerange for charts
  22. * Added support for datepicker (jquery ui)
  23. * Added queryCustom to quant objects in hook_quants()
  24. * quant_process() can now take a single timestamp, a single timestring,
  25. or an array with two of either for a custom range
  26. * Added link to analytics page via admin/reports and admin/settings/quant
  27. * Fixed translation issues
  28. * Imported .pot and contributed Russian translation
  29. * Switch module name from "Site quant" to "Quant"
  30. * Update/fixed CSS