Commit Graph

21 Commits (f1fda0f0364d0af37d56e4481090b3833724074b)

Author SHA1 Message Date
Dries Buytaert 3ab972cd4f - Patch #319210 by Dave Reid: DBTNG'ed actions.inc. 2008-10-10 08:49:51 +00:00
Angie Byron d7e2e2b06b #317238 by Pedro Lozano: Fix broken link to orphaned actions in watchdog. 2008-10-10 06:10:14 +00:00
Dries Buytaert 0bdd86b406 - Patch #290282 by jvandyk, kratib: correct tracking of recursion. 2008-10-02 02:06:00 +00:00
Angie Byron d02d89985a #266773 by Susurrus and Dave Reid: actions_syncronize() cleanup. 2008-09-26 16:13:37 +00:00
Angie Byron 6c60707449 #308526 by chx: Actions do not reset on sync. 2008-09-15 16:07:47 +00:00
Dries Buytaert fbccce51c6 - Patch #261859 by rse, Damien Tournoud: make the trigger module work on PostgreSQL. 2008-09-05 09:29:06 +00:00
Dries Buytaert e21ad98d92 - Patch #246522 by mustafu, Dries: fixed typo in documentation. 2008-08-12 06:57:45 +00:00
Dries Buytaert d81a8c14a8 - Patch #293434 by eMPee584 and Damien: fixed broken watchdog call. 2008-08-11 06:57:13 +00:00
Dries Buytaert aa433a093b - Restored actions.inc 2008-06-29 12:07:15 +00:00
Dries Buytaert 77f4c39749 - Patch #266406 by cwgordon7 and catch: initial tests for (configuring complex) actions. 2008-06-29 11:37:34 +00:00
Dries Buytaert d1779405d2 - Patch #249941 by John Morahan: fixed incorrect parameters of watchdog() calls. 2008-04-23 18:05:58 +00:00
Dries Buytaert 56d2664a90 - 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. 2008-04-14 17:48:46 +00:00
Dries Buytaert 43aa968f90 - Patch #203846 by pwolanin: remove PHP4 compatibility code. 2008-02-17 22:15:04 +00:00
Gábor Hojtsy 93b4e1c41d #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 2007-12-31 14:51:04 +00:00
Gábor Hojtsy 5622bce2d5 #198579 by webernet and hswong3i: a huge set of coding style fixes, including:
- whitespaces at end of lines
 - indentation
 - control structure usage
 - whitespace in empty lines
 - phpdoc comment formatting
2007-12-08 14:06:23 +00:00
Gábor Hojtsy 6d4b0a24fa #194149 reported by hswong3i, in patch form by Rob Loach: action loading was using improper variable and property names 2007-11-30 09:20:27 +00:00
Gábor Hojtsy 19322c375b Four watchdog() calls which still used t(), identified by myself after implementing extraction code for Drupal 6 at #182765 2007-10-15 14:52:18 +00:00
Gábor Hojtsy a6a6e5add9 #174170 by Shiny: different method to insert an action row with default values, so it works with PostgreSQL too 2007-09-09 20:01:39 +00:00
Gábor Hojtsy 118e91cc40 #155828 by Eaton, pwolanin and jvandyk: let actions live even if actions.module is not turned on 2007-08-29 14:57:50 +00:00
Gábor Hojtsy f23c24c8a3 #164935 by Ralf Stamm: standardize CVS Id tags in files:
- always include CVS Id tags in all files
 - add a new line after the CVS Id, if more code or phpdoc follows in the same code block
 - fix bogus Id tags previously added
2007-08-07 08:39:36 +00:00
Dries Buytaert 2348e7de6f - Patch #148410 by jvandyk: added rewrite of the actions module!
This is a very important patch, but one that is merely an enabler.
  Hopefully we'll see more people submitting "action patches" in the
  near future.

  Thanks for the hard work and persistence, John.  *If* you decide
  to update the Drupal Pro Development book to Drupal 6, make sure
  to add a chapter on actions. ;)
2007-06-29 18:06:51 +00:00