Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Restored actions.inc | Dries Buytaert | 2008-06-29 |
| | |||
* | - Patch #266406 by cwgordon7 and catch: initial tests for (configuring ↵ | Dries Buytaert | 2008-06-29 |
| | | | | complex) actions. | ||
* | - Patch #249941 by John Morahan: fixed incorrect parameters of watchdog() calls. | Dries Buytaert | 2008-04-23 |
| | |||
* | - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵ | Dries Buytaert | 2008-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 Buytaert | 2008-02-17 |
| | |||
* | #203846 by pwolanin and jvandyk: PHP 4 does not allow omitting an object ↵ | Gábor Hojtsy | 2007-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 Hojtsy | 2007-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 Hojtsy | 2007-11-30 |
| | | | | using improper variable and property names | ||
* | Four watchdog() calls which still used t(), identified by myself after ↵ | Gábor Hojtsy | 2007-10-15 |
| | | | | implementing extraction code for Drupal 6 at #182765 | ||
* | #174170 by Shiny: different method to insert an action row with default ↵ | Gábor Hojtsy | 2007-09-09 |
| | | | | values, so it works with PostgreSQL too | ||
* | #155828 by Eaton, pwolanin and jvandyk: let actions live even if ↵ | Gábor Hojtsy | 2007-08-29 |
| | | | | actions.module is not turned on | ||
* | #164935 by Ralf Stamm: standardize CVS Id tags in files: | Gábor Hojtsy | 2007-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 Buytaert | 2007-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. ;) |