summaryrefslogtreecommitdiff
path: root/includes/actions.inc
Commit message (Collapse)AuthorAge
* - Patch #332266 by mr.baileys, Dave Reid, cwgordon7: fixed broken SQL query ↵Dries Buytaert2009-03-18
| | | | in actions code.
* #383066 by David Strauss: Rename hook_nodeapi_X to hook_node_X.Angie Byron2009-03-08
|
* - Patch #319404 by Dave Reid: simplify actions_sychronize and remove paramater.Dries Buytaert2008-12-20
|
* #333658 by sun: Code clean-up for actions.inc.Angie Byron2008-12-04
|
* #329223 by chx: Fix notice in actions configuration tests.Angie Byron2008-11-08
|
* - Patch #319210 by Dave Reid: DBTNG'ed actions.inc.Dries Buytaert2008-10-10
|
* #317238 by Pedro Lozano: Fix broken link to orphaned actions in watchdog.Angie Byron2008-10-10
|
* - Patch #290282 by jvandyk, kratib: correct tracking of recursion.Dries Buytaert2008-10-02
|
* #266773 by Susurrus and Dave Reid: actions_syncronize() cleanup.Angie Byron2008-09-26
|
* #308526 by chx: Actions do not reset on sync.Angie Byron2008-09-15
|
* - Patch #261859 by rse, Damien Tournoud: make the trigger module work on ↵Dries Buytaert2008-09-05
| | | | PostgreSQL.
* - Patch #246522 by mustafu, Dries: fixed typo in documentation.Dries Buytaert2008-08-12
|
* - Patch #293434 by eMPee584 and Damien: fixed broken watchdog call.Dries Buytaert2008-08-11
|
* - Restored actions.incDries Buytaert2008-06-29
|
* - Patch #266406 by cwgordon7 and catch: initial tests for (configuring ↵Dries Buytaert2008-06-29
| | | | complex) actions.
* - Patch #249941 by John Morahan: fixed incorrect parameters of watchdog() calls.Dries Buytaert2008-04-23
|
* - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵Dries Buytaert2008-04-14
| | | | discussion we've decided to make the concatenation operator consistent with the other operators.
* - Patch #203846 by pwolanin: remove PHP4 compatibility code.Dries Buytaert2008-02-17
|
* #203846 by pwolanin and jvandyk: PHP 4 does not allow omitting an object ↵Gábor Hojtsy2007-12-31
| | | | 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
* #198579 by webernet and hswong3i: a huge set of coding style fixes, including:Gábor Hojtsy2007-12-08
| | | | | | | | - whitespaces at end of lines - indentation - control structure usage - whitespace in empty lines - phpdoc comment formatting
* #194149 reported by hswong3i, in patch form by Rob Loach: action loading was ↵Gábor Hojtsy2007-11-30
| | | | using improper variable and property names
* Four watchdog() calls which still used t(), identified by myself after ↵Gábor Hojtsy2007-10-15
| | | | implementing extraction code for Drupal 6 at #182765
* #174170 by Shiny: different method to insert an action row with default ↵Gábor Hojtsy2007-09-09
| | | | values, so it works with PostgreSQL too
* #155828 by Eaton, pwolanin and jvandyk: let actions live even if ↵Gábor Hojtsy2007-08-29
| | | | actions.module is not turned on
* #164935 by Ralf Stamm: standardize CVS Id tags in files:Gábor Hojtsy2007-08-07
| | | | | | - 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
* - Patch #148410 by jvandyk: added rewrite of the actions module!Dries Buytaert2007-06-29
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. ;)