/[drupal]/drupal/modules/trigger/trigger.module
ViewVC logotype

Log of /drupal/modules/trigger/trigger.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.54 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 8 10:02:41 2009 UTC (2 weeks, 2 days ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10, HEAD
Changes since 1.53: +8 -8 lines
Diff to previous 1.53
Roll-back of #595084; type-hinting parameters at stdClass makes it so you can't ever pass in another type of class.

Revision 1.53 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 6 03:59:06 2009 UTC (2 weeks, 4 days ago) by webchick
Branch: MAIN
Changes since 1.52: +12 -3 lines
Diff to previous 1.52
#585868 by sun: Provide a generic way for actions to denote that they change a property.

Revision 1.52 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 1 12:11:10 2009 UTC (3 weeks, 2 days ago) by dries
Branch: MAIN
Changes since 1.51: +8 -8 lines
Diff to previous 1.51
- Patch #595084 by c960657: use type hinting for .

Revision 1.51 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 23 22:24:19 2009 UTC (4 weeks, 3 days ago) by webchick
Branch: MAIN
Changes since 1.50: +2 -2 lines
Diff to previous 1.50
#600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme functions to take one argument without any hacks. NOTE: This is an API change in hook_theme().

Revision 1.50 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 10 16:48:38 2009 UTC (6 weeks, 2 days ago) by webchick
Branch: MAIN
Changes since 1.49: +13 -3 lines
Diff to previous 1.49
#118345 by sun: Make user.module conform to standard presave/insert/update/form_alter hook paradigm.

Revision 1.49 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 9 01:00:06 2009 UTC (6 weeks, 4 days ago) by dries
Branch: MAIN
Changes since 1.48: +2 -2 lines
Diff to previous 1.48
- Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot.

Revision 1.48 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 19 11:07:36 2009 UTC (2 months ago) by dries
Branch: MAIN
Changes since 1.47: +239 -147 lines
Diff to previous 1.47
- Patch ##525540 by jvandyk, sun, jhodgdon, fago | webchick, TheRec, Dave Reid, brianV, sun.core, cweagans, Dries: gave trigger.module and includes/actions.inc an API overhaul.  Simplified definitions of actions and triggers and removed dependency on the combination of hooks and operations. Triggers now directly map to module hooks.

Revision 1.47 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 1 16:50:12 2009 UTC (2 months, 3 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-9
Changes since 1.46: +3 -3 lines
Diff to previous 1.46
#564562 by Gábor Hojtsy, Bojhan, yoroy, and catch: Added 'System' configuration section.

Revision 1.46 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 00:14:22 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.45: +5 -1 lines
Diff to previous 1.45
#497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.

Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 00:10:45 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.44: +1 -5 lines
Diff to previous 1.44
Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again.

Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 00:02:04 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.43: +5 -1 lines
Diff to previous 1.43
*** empty log message ***

Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 22 15:35:36 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.42: +10 -48 lines
Diff to previous 1.42
#296322 by cwgordon7 andSenpai: Fix horribly broken trigger module and add tests so we don't do it anymore.

Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 12 12:36:05 2009 UTC (3 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.41: +9 -9 lines
Diff to previous 1.41
- Patch #491972 by Berdir, webchick: clean-up of user/profile related hooks and APIs.

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 20 18:51:35 2009 UTC (4 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-8
Changes since 1.40: +14 -14 lines
Diff to previous 1.40
- Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to admin/structure.

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 1 20:39:20 2009 UTC (4 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.39: +5 -5 lines
Diff to previous 1.39
- Patch #504678 by catch: use objects instead of arrays.

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 22 09:10:06 2009 UTC (5 months ago) by dries
Branch: MAIN
Changes since 1.38: +3 -3 lines
Diff to previous 1.38
- Patch #409750 by yched et al: overhaul and extend node build modes.

Revision 1.13.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 8 16:34:57 2009 UTC (5 months, 2 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-13, DRUPAL-6-14
Changes since 1.13.2.2: +3 -3 lines
Diff to previous 1.13.2.2 , to branch point 1.13 , to next main 1.54
#246096 by Sutharsan, Pedro Lozano, mr.baileys, andypost: Actions set to run on cron were not actually triggered.

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 5 15:41:05 2009 UTC (5 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.37: +19 -27 lines
Diff to previous 1.37
- Patch #476972 by andypost: optimizations for action_info array.

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 29 19:15:08 2009 UTC (5 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.36: +13 -5 lines
Diff to previous 1.36
- Patch #394586 by andypost, bubbasan, Berdir: convert to the new database abstraction layer.

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 27 18:34:02 2009 UTC (5 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.35: +22 -22 lines
Diff to previous 1.35
- Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks.

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 27 16:29:05 2009 UTC (5 months, 4 weeks ago) by webchick
Branch: MAIN
Changes since 1.34: +3 -3 lines
Diff to previous 1.34
#246096 by andypost, mr.baileys, and Sutharsan: Fix typo so that cron triggers may be executed (with tests).

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 21 23:07:16 2009 UTC (6 months ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-7
Changes since 1.33: +2 -1 lines
Diff to previous 1.33
Roll-back of #310467: Breaks installer requirements check and update.php.

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 14 08:23:15 2009 UTC (6 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.32: +1 -2 lines
Diff to previous 1.32
- Patch #310467 by chx, moshe weitzman: made hook_theme slimmer.

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 26 09:14:32 2009 UTC (6 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.31: +3 -3 lines
Diff to previous 1.31
- Patch #19837 by xmacinfo, j.somers: make 'not verified' togglable as a theme setting.

Revision 1.13.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 30 11:53:09 2009 UTC (7 months, 3 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-11, DRUPAL-6-12
Changes since 1.13.2.1: +2 -2 lines
Diff to previous 1.13.2.1 , to branch point 1.13
#357031 by hinfox, dereine, aaronbauman: trigger_nodeapi() passed a4 twice and did not pass a3 to the action when the action type was other then node

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 20 19:14:51 2009 UTC (8 months ago) by dries
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30
- Patch #357031 by aaronbauman, hinfox, dereine: passing the wrong parameter.

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 14 23:01:37 2009 UTC (8 months, 1 week ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-6
Changes since 1.29: +3 -3 lines
Diff to previous 1.29
#347250 by catch, drewish, and Berdir: Add function for loading multiple users in one request.

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 8 04:25:07 2009 UTC (8 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.28: +20 -20 lines
Diff to previous 1.28
#383066 by David Strauss: Rename hook_nodeapi_X to hook_node_X.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 22 12:46:07 2009 UTC (10 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-5
Changes since 1.27: +3 -3 lines
Diff to previous 1.27
- Patch #360605 by Berdir: made CVS HEAD compatible with PHP5.3.

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 8 08:42:13 2009 UTC (10 months, 2 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-4
Changes since 1.26: +9 -4 lines
Diff to previous 1.26
#8 by sun and most of #drupal: Users can now cancel their accounts. Fixing the 8th issue, almost 8 years later, on January 8th, after working 8 days full-time on it. GREAT WORK :D

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 7 03:52:32 2009 UTC (10 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.25: +5 -5 lines
Diff to previous 1.25
#353480 follow-up by dereine and sun: Fix typo.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 4 16:10:48 2009 UTC (10 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.24: +37 -7 lines
Diff to previous 1.24
- Patch #353480 by dereine, justinrandell: remove  from hook_comment().

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 18 23:07:50 2008 UTC (11 months ago) by dries
Branch: MAIN
Changes since 1.23: +2 -7 lines
Diff to previous 1.23
- Patch #344361 by Rob Loach, recidive: remove some cruft left from the de-op nodeapi patch.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 9 11:30:25 2008 UTC (11 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.22: +12 -12 lines
Diff to previous 1.22
- Patch #319356 by recidive: clean up hook_nodeapi_ fucntion signatures and documentation because of previous node API clean-ups.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 11 16:49:38 2008 UTC (12 months, 1 week ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-3
Changes since 1.21: +11 -11 lines
Diff to previous 1.21
- Patch #299778 by hswong3i, Arancaytar, Dave Reid et al: code clean-up.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 5 17:06:18 2008 UTC (12 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.20: +3 -3 lines
Diff to previous 1.20
- Patch #243532 by Damien Tournoud et al: catch notices, warnings and fatal errors during testing.  Woop, woop.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 6 12:55:56 2008 UTC (13 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-2
Changes since 1.19: +40 -3 lines
Diff to previous 1.19
- Patch #310212 by justinrandell: killed  in _node hook, as well as twelve sable tooth tigers.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 6 11:30:12 2008 UTC (13 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.18: +47 -3 lines
Diff to previous 1.18
- Patch #310212 by justinrandell, catch, et all: killed  in _user hook, as well as two small kittens.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 21 19:36:38 2008 UTC (15 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-1
Changes since 1.17: +5 -3 lines
Diff to previous 1.17
- Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 6 12:18:53 2008 UTC (18 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.16: +1 -9 lines
Diff to previous 1.16
- Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, flobruit
  et al.  Can you say 'registry'?  Drupal now maintains an internal registry of
  all functions or classes in the system, allowing it to lazy-load code files as
  needed (reducing the amount of code that must be parsed on each request). The
  list of included files is cached per menu callback for subsequent loading by
  the menu router. This way, a given page request will have all the code it needs
  but little else, minimizing time spent parsing unneeded code.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 23 20:01:56 2008 UTC (19 months ago) by dries
Branch: MAIN
Changes since 1.15: +5 -1 lines
Diff to previous 1.15
- Patch #249546 by pwolanin: rip menu access inheritance -- was already committed to D6.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 14 17:48:43 2008 UTC (19 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.14: +11 -11 lines
Diff to previous 1.14
- Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators.

Revision 1.13.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 9 21:11:51 2008 UTC (19 months, 2 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-10, DRUPAL-6-2, DRUPAL-6-3, DRUPAL-6-4, DRUPAL-6-5, DRUPAL-6-6, DRUPAL-6-7, DRUPAL-6-8, DRUPAL-6-9
Changes since 1.13: +5 -1 lines
Diff to previous 1.13
Drupal 6.2

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 17 22:15:04 2008 UTC (21 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.13: +3 -5 lines
Diff to previous 1.13
- Patch #203846 by pwolanin: remove PHP4 compatibility code.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 21 20:08:15 2008 UTC (22 months ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0, DRUPAL-6-0-RC-3, DRUPAL-6-0-RC-4, DRUPAL-6-1
Branch point for: DRUPAL-6
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
#210335 by keith.smith: highly confusing example in trigger module help, use a better one instead

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 31 14:51:04 2007 UTC (22 months, 3 weeks ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-RC-2
Changes since 1.11: +6 -4 lines
Diff to previous 1.11
#203846 by pwolanin and jvandyk: PHP 4 does not allow omitting an object when it is passed by reference, so we need to live with dummy object passing with actions for object-less actions to support PHP 4

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 28 15:21:30 2007 UTC (22 months, 3 weeks ago) by goba
Branch: MAIN
Changes since 1.10: +10 -1 lines
Diff to previous 1.10
#203941 reported and tested by Takafumi, patch by myself: trigger assocations should be removed when deleting an advanced action

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 19 17:45:43 2007 UTC (23 months ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-RC-1
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
#197730 by keith.smith: standardize on a much more user friendly cron reference in help texts, explain its importance with more examples in INSTALL.txt

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 14 18:08:49 2007 UTC (23 months, 1 week ago) by goba
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
#200069 by keith.smith: new standard for 'more information' links in module help texts, as the handbook we referred to before was renamed

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 13 09:34:39 2007 UTC (23 months, 1 week ago) by goba
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
#197297 by DanW (as GHOP 17), and keith.smith: clean up lots of help texts, update to drag and drop functionality, drupal.module removal, etc

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 20 09:24:59 2007 UTC (2 years ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-3, DRUPAL-6-0-BETA-4
Changes since 1.6: +4 -4 lines
Diff to previous 1.6
#192209 follow up by bdragon: some missing taxonomy terminology fixes in trigger module

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 11 06:56:44 2007 UTC (2 years ago) by dries
Branch: MAIN
Changes since 1.5: +4 -4 lines
Diff to previous 1.5
- Patch #191073 by Keith: another good string cleanup by Keith.  (Also removed some trailing whitespace.)

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 31 16:30:14 2007 UTC (2 years ago) by dries
Branch: MAIN
Changes since 1.4: +11 -273 lines
Diff to previous 1.4
- Patch #181576 by Crell: split trigger module.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 24 11:56:33 2007 UTC (2 years, 1 month ago) by goba
Branch: MAIN
Changes since 1.3: +8 -16 lines
Diff to previous 1.3
#184722 by hazexp: only return a value from trigger_help() if there was a page which the function provides any help for

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 11 09:51:29 2007 UTC (2 years, 1 month ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-2
Changes since 1.2: +7 -2 lines
Diff to previous 1.2
#180897 by sun and dvessel: fix various XHTML validity issues in Drupal by closing unclosed tags, avoiding empty table containers, and so on

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 26 18:19:22 2007 UTC (2 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.1: +24 -2 lines
Diff to previous 1.1
- Patch #178650 by pwoladin: fixed db problem and added extra validation.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 11 14:50:05 2007 UTC (2 years, 2 months ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-1
#172773 by numerous contributors: Make the actions interface usable by mere mortals (including rename of actions.module to trigger, but keeping the actions themselfs).

Complete previous history of actions module:
 - #148410 by jvandyk: added rewrite of the actions module!
 - #155986 by Uwe: fixed typos.
 - #155828 by Eaton, pwolanin and jvandyk: let actions live even if actions.module is not turned on

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