/[drupal]/contributions/modules/actions/actions.install
ViewVC logotype

Log of /contributions/modules/actions/actions.install

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.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 21 02:15:20 2008 UTC (14 months ago) by jvandyk
Branch: MAIN
CVS Tags: DRUPAL-5--2-6, HEAD
Branch point for: DRUPAL-5--2
Changes since 1.12: +33 -2 lines
Diff to previous 1.12
#295475 by pcorbett: add MSSQL support

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 21 01:50:22 2008 UTC (14 months ago) by jvandyk
Branch: MAIN
Changes since 1.11: +25 -2 lines
Diff to previous 1.11
#309919 by deekayen: increase op column width to max possible: 46 chars

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 21 01:38:51 2008 UTC (14 months ago) by jvandyk
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
#261814 by jaydub: remove redundant index from actions_aid table

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 3 03:41:44 2008 UTC (15 months, 3 weeks ago) by jvandyk
Branch: MAIN
Changes since 1.9: +24 -12 lines
Diff to previous 1.9
#286445 by deekayen: administer_actions becomes administer actions
#286542 by deekayen: code cleanup (thanks, coder.module!)

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 19 02:59:27 2008 UTC (18 months, 1 week ago) by jvandyk
Branch: MAIN
CVS Tags: DRUPAL-5--2-5
Changes since 1.8: +24 -3 lines
Diff to previous 1.8
increase size of op column to 40

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 24 21:04:46 2008 UTC (19 months ago) by jvandyk
Branch: MAIN
CVS Tags: DRUPAL-5--2-4
Changes since 1.7: +15 -16 lines
Diff to previous 1.7
#249952 use serial types for PostgreSQL

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 17 04:21:38 2008 UTC (20 months, 1 week ago) by jvandyk
Branch: MAIN
CVS Tags: DRUPAL-5--2-0, DRUPAL-5--2-1, DRUPAL-5--2-2, DRUPAL-5--2-3
Changes since 1.6: +123 -81 lines
Diff to previous 1.6
backport of Drupal 6 actions and triggers by sorenjones and jvandyk

Revision 1.4.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 2 15:19:39 2007 UTC (2 years, 6 months ago) by jvandyk
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0
Changes since 1.4: +9 -1 lines
Diff to previous 1.4 , to next main 1.13
add uninstall

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 29 03:42:19 2007 UTC (2 years, 6 months ago) by jvandyk
Branch: MAIN
Changes since 1.5: +26 -12 lines
Diff to previous 1.5
assigned actions now presented in nifty table

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 22 03:42:12 2007 UTC (2 years, 7 months ago) by jvandyk
Branch: MAIN
Changes since 1.4: +26 -15 lines
Diff to previous 1.4
default actions moved from actions.inc to default_actions.inc
actions.inc is now the actions engine and should live in includes
working towards assigning actions to any Drupal hook

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 11 13:46:49 2006 UTC (3 years, 2 months ago) by jvandyk
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.3: +8 -8 lines
Diff to previous 1.3
#61851 by drewish: eliminate %s parameters

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 11 13:46:06 2006 UTC (3 years, 2 months ago) by jvandyk
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-0
Changes since 1.1.2.4: +8 -8 lines
Diff to previous 1.1.2.4 , to branch point 1.1 , to next main 1.13
#61851 by drewish: eliminate %s parameters

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 8 20:31:44 2006 UTC (3 years, 2 months ago) by jvandyk
Branch: MAIN
Changes since 1.2: +15 -1 lines
Diff to previous 1.2
#61851 by smk-ka: Postgres support

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 8 20:31:30 2006 UTC (3 years, 2 months ago) by jvandyk
Branch: DRUPAL-4-7
Changes since 1.1.2.3: +15 -1 lines
Diff to previous 1.1.2.3 , to branch point 1.1
#61851 by smk-ka: Postgres support

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 17 03:03:50 2006 UTC (3 years, 3 months ago) by jvandyk
Branch: DRUPAL-4-7
Changes since 1.1.2.2: +19 -31 lines
Diff to previous 1.1.2.2 , to branch point 1.1
#79083 by sammys: fix pgsql tablename syntax

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 17 03:03:23 2006 UTC (3 years, 3 months ago) by jvandyk
Branch: MAIN
Changes since 1.1: +19 -31 lines
Diff to previous 1.1
#79083 by sammys: fix pgsql tablename syntax

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 21 14:19:54 2006 UTC (3 years, 7 months ago) by jvandyk
Branch: DRUPAL-4-7
Changes since 1.1.2.1: +89 -0 lines
Diff to previous 1.1.2.1 , to branch point 1.1
#51792, #54617: actions.install

Revision 1.1.2.1
Fri Apr 21 14:02:05 2006 UTC (3 years, 7 months ago) by jvandyk
Branch: DRUPAL-4-7
Changes since 1.1: +0 -89 lines
FILE REMOVED
file actions.install was added on branch DRUPAL-4-7 on 2006-04-21 14:19:54 +0000

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 21 14:02:05 2006 UTC (3 years, 7 months ago) by jvandyk
Branch: MAIN
Branch point for: DRUPAL-4-7
#51792, #54617: actions.install

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