summaryrefslogtreecommitdiff
path: root/includes/actions.inc
Commit message (Collapse)AuthorAge
* #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. ;)