CVS messages
CVS (Concurrent Versions System) is a code management system used by developers to collaborate and track modifications of code.
June 12, 2009
-
Views Calc: /modules/views_calc/CHANGELOG.txt 1.17
Views Calc: /modules/views_calc/views_calc.install 1.5
Views Calc: /modules/views_calc/views_calc.module 1.11
Views Calc: /modules/views_calc/views_calc.views.inc 1.9Add import/export feature for custom fields to make it easier to auto-enable them in new installations.
-
Views Calc: /modules/views_calc/CHANGELOG.txt 1.16
Views Calc: /modules/views_calc/views_calc.install 1.4
Views Calc: /modules/views_calc/views_calc.module 1.10
Views Calc: /modules/views_calc/views_calc.views.inc 1.8#353084 Enable custom Views Calc fields for any base table, not just node.
September 16, 2008
-
Add schema definition to .install.
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
-
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.
