/[drupal]/contributions/modules/computed_field/CHANGELOG.txt
ViewVC logotype

Log of /contributions/modules/computed_field/CHANGELOG.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Wed May 16 03:45:34 2007 UTC (2 years, 6 months ago) by agileware
Branch: MAIN
CVS Tags: DRUPAL-5--1-2, DRUPAL-6--1-0-BETA1, DRUPAL-6--1-0-BETA2, DRUPAL-6--1-0-BETA3, HEAD
Branch point for: DRUPAL-6--1
Changes since 1.16: +6 -0 lines
Diff to previous 1.16
* Added a longtext option when storing to database, and fixed validation when
  data type is text or longtext as per http://drupal.org/node/141340
* Added callbacks to hook_field_settings as per http://drupal.org/node/87619

Revision 1.3.2.14 - (view) (download) (annotate) - [select for diffs]
Wed May 16 03:34:31 2007 UTC (2 years, 6 months ago) by agileware
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-1
Changes since 1.3.2.13: +5 -0 lines
Diff to previous 1.3.2.13 , to branch point 1.3 , to next main 1.17
* Added a longtext option when storing to database, and fixed validation when
  data type is text or longtext as per http://drupal.org/node/141340

Revision 1.3.2.13 - (view) (download) (annotate) - [select for diffs]
Mon Nov 27 22:34:32 2006 UTC (2 years, 11 months ago) by wrunt
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-0
Changes since 1.3.2.12: +3 -26 lines
Diff to previous 1.3.2.12 , to branch point 1.3
Deleted license in favour of LICENSE.txt

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Nov 27 22:30:15 2006 UTC (2 years, 11 months ago) by wrunt
Branch: MAIN
CVS Tags: DRUPAL-5--1-1
Changes since 1.15: +3 -26 lines
Diff to previous 1.15
Deleted license in favour of LICENSE.txt

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Nov 27 05:06:38 2006 UTC (2 years, 11 months ago) by wrunt
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Changes since 1.14: +4 -0 lines
Diff to previous 1.14
Updated to work with 5.0 cvs. Thanks bdragon.

Revision 1.3.2.12 - (view) (download) (annotate) - [select for diffs]
Fri Sep 29 12:03:17 2006 UTC (3 years, 1 month ago) by wrunt
Branch: DRUPAL-4-7
Changes since 1.3.2.11: +1 -0 lines
Diff to previous 1.3.2.11 , to branch point 1.3
Computed fields that aren't stored in the database are now computed on load,
rather than on view. This makes them available in node.tpl.php.

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Sep 29 12:02:52 2006 UTC (3 years, 1 month ago) by wrunt
Branch: MAIN
Changes since 1.13: +1 -0 lines
Diff to previous 1.13
Computed fields that aren't stored in the database are now computed on load,
rather than on view. This makes them available in node.tpl.php.

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Fri Sep 29 10:59:37 2006 UTC (3 years, 1 month ago) by wrunt
Branch: MAIN
Changes since 1.12: +4 -0 lines
Diff to previous 1.12
Fixed validation of data length field. A blank data length wasn't being detected.

Revision 1.3.2.11 - (view) (download) (annotate) - [select for diffs]
Fri Sep 29 10:59:08 2006 UTC (3 years, 1 month ago) by wrunt
Branch: DRUPAL-4-7
Changes since 1.3.2.10: +4 -0 lines
Diff to previous 1.3.2.10 , to branch point 1.3
Fixed validation of data length field. A blank data length wasn't being detected.

Revision 1.3.2.10 - (view) (download) (annotate) - [select for diffs]
Fri Sep 15 00:39:28 2006 UTC (3 years, 2 months ago) by wrunt
Branch: DRUPAL-4-7
Changes since 1.3.2.9: +4 -0 lines
Diff to previous 1.3.2.9 , to branch point 1.3
Made the default text output the raw computed value, rather than running
check_markup over it. The plain text and check_markup versions are still
available for use in views.

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Sep 15 00:39:05 2006 UTC (3 years, 2 months ago) by wrunt
Branch: MAIN
Changes since 1.11: +4 -0 lines
Diff to previous 1.11
Made the default text output the raw computed value, rather than running
check_markup over it. The plain text and check_markup versions are still
available for use in views.

Revision 1.3.2.9 - (view) (download) (annotate) - [select for diffs]
Tue Sep 12 12:08:19 2006 UTC (3 years, 2 months ago) by wrunt
Branch: DRUPAL-4-7
Changes since 1.3.2.8: +6 -0 lines
Diff to previous 1.3.2.8 , to branch point 1.3
- Moved code, display, and display format from widget to field
- Added hook_field_formatter_info and hook_field_formatter, and filters op in
  hook_field to work properly with new views

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Sep 12 12:07:53 2006 UTC (3 years, 2 months ago) by wrunt
Branch: MAIN
Changes since 1.10: +6 -0 lines
Diff to previous 1.10
- Moved code, display, and display format from widget to field
- Added hook_field_formatter_info and hook_field_formatter, and filters op in
  hook_field to work properly with new views

Revision 1.3.2.8 - (view) (download) (annotate) - [select for diffs]
Thu Aug 17 06:34:40 2006 UTC (3 years, 3 months ago) by wrunt
Branch: DRUPAL-4-7
Changes since 1.3.2.7: +5 -0 lines
Diff to previous 1.3.2.7 , to branch point 1.3
Changed computed_field_field_view_item to computed_field_view_item so that it works with views

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Aug 17 06:34:15 2006 UTC (3 years, 3 months ago) by wrunt
Branch: MAIN
Changes since 1.9: +5 -0 lines
Diff to previous 1.9
Changed computed_field_field_view_item to computed_field_view_item so that it works with views

Revision 1.3.2.7 - (view) (download) (annotate) - [select for diffs]
Fri Aug 11 07:13:49 2006 UTC (3 years, 3 months ago) by wrunt
Branch: DRUPAL-4-7
Changes since 1.3.2.6: +4 -1 lines
Diff to previous 1.3.2.6 , to branch point 1.3
Stored fields are now computed at insert time, rather than submit time.

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Fri Aug 11 07:13:29 2006 UTC (3 years, 3 months ago) by wrunt
Branch: MAIN
Changes since 1.8: +4 -1 lines
Diff to previous 1.8
Stored fields are now computed at insert time, rather than submit time.

Revision 1.3.2.6 - (view) (download) (annotate) - [select for diffs]
Fri Aug 11 04:40:56 2006 UTC (3 years, 3 months ago) by wrunt
Branch: DRUPAL-4-7
Changes since 1.3.2.5: +1 -0 lines
Diff to previous 1.3.2.5 , to branch point 1.3
make display format code run even when there isn't any computed code

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Fri Aug 11 04:40:29 2006 UTC (3 years, 3 months ago) by wrunt
Branch: MAIN
Changes since 1.7: +1 -0 lines
Diff to previous 1.7
make display format code run even when there isn't any computed code

Revision 1.3.2.5 - (view) (download) (annotate) - [select for diffs]
Fri Aug 11 00:07:46 2006 UTC (3 years, 3 months ago) by wrunt
Branch: DRUPAL-4-7
Changes since 1.3.2.4: +9 -0 lines
Diff to previous 1.3.2.4 , to branch point 1.3
Changed display format so that you can enter arbitrary code to display the field

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Fri Aug 11 00:06:45 2006 UTC (3 years, 3 months ago) by wrunt
Branch: MAIN
Changes since 1.6: +5 -0 lines
Diff to previous 1.6
Changed display format so that you can enter arbitrary code to display the field.

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Aug 7 00:08:38 2006 UTC (3 years, 3 months ago) by wrunt
Branch: MAIN
Changes since 1.5: +4 -0 lines
Diff to previous 1.5
made $node editable for computed code

Revision 1.3.2.4 - (view) (download) (annotate) - [select for diffs]
Fri Aug 4 02:32:08 2006 UTC (3 years, 3 months ago) by wrunt
Branch: DRUPAL-4-7
Changes since 1.3.2.3: +3 -0 lines
Diff to previous 1.3.2.3 , to branch point 1.3
further bugfixes, including views support

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri Aug 4 02:31:35 2006 UTC (3 years, 3 months ago) by wrunt
Branch: MAIN
Changes since 1.4: +3 -0 lines
Diff to previous 1.4
further bugfixes, including views support

Revision 1.3.2.3 - (view) (download) (annotate) - [select for diffs]
Fri Aug 4 00:36:21 2006 UTC (3 years, 3 months ago) by wrunt
Branch: DRUPAL-4-7
Changes since 1.3.2.2: +8 -1 lines
Diff to previous 1.3.2.2 , to branch point 1.3
computed_field bugfixes. see http://drupal.org/node/76614 and http://drupal.org/node/76613

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri Aug 4 00:35:01 2006 UTC (3 years, 3 months ago) by wrunt
Branch: MAIN
Changes since 1.3: +8 -1 lines
Diff to previous 1.3
computed field bugfixes. see http://drupal.org/node/76614 and http://drupal.org/node/76613

Revision 1.3.2.2 - (view) (download) (annotate) - [select for diffs]
Fri Jul 21 03:37:27 2006 UTC (3 years, 4 months ago) by wrunt
Branch: DRUPAL-4-7
Changes since 1.3.2.1: +30 -0 lines
Diff to previous 1.3.2.1 , to branch point 1.3
tagging Computed Field module for 4.7

Revision 1.3.2.1
Fri Jul 21 01:33:58 2006 UTC (3 years, 4 months ago) by wrunt
Branch: DRUPAL-4-7
Changes since 1.3: +0 -30 lines
FILE REMOVED
file CHANGELOG.txt was added on branch DRUPAL-4-7 on 2006-07-21 03:37:27 +0000

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Jul 21 01:33:58 2006 UTC (3 years, 4 months ago) by wrunt
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
bah, fixing id tags properly (i hope)

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Jul 21 01:31:56 2006 UTC (3 years, 4 months ago) by wrunt
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
fixing id tags

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Jul 21 01:27:02 2006 UTC (3 years, 4 months ago) by wrunt
Branch: MAIN
initial release of Computed Field module

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2