CVS messages for Views Calc
September 16, 2008
-
Adapt the views_calc version of the table plugin to match the main Views table plugin by removing the render() function that was removed there.
-
#309202 Fix substitution list and FAPI.
-
Add schema definition to .install.
-
Fix access arguments in hook_menu.
September 15, 2008
-
Views Calc: /modules/views_calc/theme.inc 1.1
Views Calc: /modules/views_calc/views-calc-table.tpl.php 1.1
Views Calc: /modules/views_calc/views_calc.css 1.3
Views Calc: /modules/views_calc/views_calc.info 1.3
Views Calc: /modules/views_calc/views_calc.install 1.2
Views Calc: /modules/views_calc/views_calc.module 1.5
Views Calc: /modules/views_calc/views_calc.views.inc 1.1
Views Calc: /modules/views_calc/views_calc_table.inc 1.1Very very very rough, broken, beginnings of Views Calc for Drupal 6.
March 1, 2008
-
Can't use update_sql() in install function.
February 14, 2008
-
Clean up documentation and help text to match new settings location.
-
Move all the settings to admin/settings, too confusing to have some in view and some in settings and no telling whether the tab in Views will work in version 2 anyway.
-
Views Calc: /modules/views_calc/views_calc.css 1.1.4.1 @ DRUPAL-5
Views Calc: /modules/views_calc/views_calc.info 1.1.2.3 @ DRUPAL-5
Views Calc: /modules/views_calc/views_calc.install 1.1.2.2 @ DRUPAL-5
Views Calc: /modules/views_calc/views_calc.module 1.3.2.2 @ DRUPAL-5Add custom Views fields builder to create caculated fields that can be added to any view. Build each one with a SQL snippet like (%MyField1 + %MyField2). The columnSUM, AVG, and COUNT totals can total both normal Views fields and these custom fields. Mostly working, but may not be production-ready.
February 13, 2008
-
Views Calc: /modules/views_calc/views_calc.info 1.1.2.2 @ DRUPAL-5
Views Calc: /modules/views_calc/views_calc.install 1.1.2.1 @ DRUPAL-5
Views Calc: /modules/views_calc/views_calc.module 1.3.2.1 @ DRUPAL-5Rework module to do calculations in the db instead of in PHP. This is a starting point to be able to expand on the kinds of calculations it can do.
