/[drupal]/contributions/modules/fieldactions/fieldactions.module
ViewVC logotype

Log of /contributions/modules/fieldactions/fieldactions.module

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


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

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 12 15:02:16 2009 UTC (3 months, 1 week ago) by deekayen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +87 -16 lines
Diff to previous 1.7
sync with DRUPAL-6--1
#547062 by jajathejazzcat: update remnant from Drupal 5 to make correct debug message in sending email action
add some watchdog severity levels to other watchdog calls

Revision 1.6.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 12 14:38:46 2009 UTC (3 months, 1 week ago) by deekayen
Branch: DRUPAL-6--1
Changes since 1.6.2.3: +11 -11 lines
Diff to previous 1.6.2.3 , to branch point 1.6 , to next main 1.8
#547062 by jajathejazzcat: update remnant from Drupal 5 to make correct debug message in sending email action
add some watchdog severity levels to other watchdog calls

Revision 1.6.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 16 04:54:17 2009 UTC (6 months, 1 week ago) by deekayen
Branch: DRUPAL-6--1
Changes since 1.6.2.2: +3 -0 lines
Diff to previous 1.6.2.2 , to branch point 1.6
make sure node exists when setting a possible node ref value

Revision 1.6.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 16 04:36:38 2009 UTC (6 months, 1 week ago) by deekayen
Branch: DRUPAL-6--1
Changes since 1.6.2.1: +74 -6 lines
Diff to previous 1.6.2.1 , to branch point 1.6
#350539 - set the value of a node reference requested by moshe

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 23 05:04:34 2008 UTC (11 months ago) by deekayen
Branch: MAIN
Changes since 1.6: +6 -6 lines
Diff to previous 1.6
start Drupal 7 support
remove periods from end of action descriptions because they were making a 4-dot ellipsis

Revision 1.6.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 23 05:00:35 2008 UTC (11 months ago) by deekayen
Branch: DRUPAL-6--1
Changes since 1.6: +6 -6 lines
Diff to previous 1.6
remove periods from end of action descriptions because they were making a 4-dot ellipsis

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 3 22:43:44 2008 UTC (11 months, 3 weeks ago) by deekayen
Branch: MAIN
Branch point for: DRUPAL-6--1
Changes since 1.5: +176 -53 lines
Diff to previous 1.5
upgrade to D6 might be mostly functional by now
also adds new action to email the value of an email widget's field

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 2 04:57:50 2008 UTC (11 months, 3 weeks ago) by deekayen
Branch: MAIN
Changes since 1.4: +59 -198 lines
Diff to previous 1.4
#340784 - start upgrade to 6.x

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 22 20:36:57 2008 UTC (16 months ago) by deekayen
Branch: MAIN
Changes since 1.3: +337 -21 lines
Diff to previous 1.3
sync to 5.x-2.0-beta2

Revision 1.3.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 22 20:35:13 2008 UTC (16 months ago) by deekayen
Branch: DRUPAL-5--2
Changes since 1.3.2.1: +4 -4 lines
Diff to previous 1.3.2.1 , to branch point 1.3 , to next main 1.8
coder module cleanup

Revision 1.3.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 22 19:48:13 2008 UTC (16 months ago) by deekayen
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-0-BETA2
Changes since 1.3: +337 -21 lines
Diff to previous 1.3
#184335 email nodereference node owner and just plain node owner by mgifford and deekayen
#195774 token support by Waldemar

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 22 14:01:10 2008 UTC (16 months ago) by deekayen
Branch: MAIN
CVS Tags: DRUPAL-5--2-0-BETA1
Branch point for: DRUPAL-5--2
Changes since 1.2: +189 -103 lines
Diff to previous 1.2
support Actions 2; moves actions 1 code to actions 2 hooks but keeps Actions 1 support

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 13 17:03:43 2007 UTC (2 years, 8 months ago) by mfredrickson
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Branch point for: DRUPAL-5
Changes since 1.1: +2 -12 lines
Diff to previous 1.1
upgraded and ready for 5.x

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 8 21:02:54 2007 UTC (2 years, 10 months ago) by mfredrickson
Branch: MAIN
Initial commit of the Field Actions module.

Some snippets from the README.txt

The Field Actions module combines the power of Drupal actions with the data in
CCK nodes to create new ways of working with your nodes in Drupal. This module
enables action enabled modules (such as workflow.module) to reach into your
nodes, pull out information, and use it appropriately. This leads to more reuse
of data throughout your site, and easier creation of behavior for
non-programmers and programmers alike.

TO DO:

1. Add actions for other CCK fields. Some plans include:
 - Apply action to node referenced by field - apply an action to every node
listed in a node reference field. Additionally, do the inverse, apply action to
every node that references a the acted on node from a given field.
 - GET or POST data from/to a given web url field
 - Combine fields to work in tandem

2. Define a field that contains a UI for invoking actions on certain events
(i.e. submit/save, new revision, cron interval, etc).

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