summaryrefslogtreecommitdiff
path: root/modules/trigger/trigger.install
Commit message (Collapse)AuthorAge
* Issue #1615312 by dsdeiz, David_Rothstein: Make sure all D7 to D7 updates ↵Jennifer Hodgdon2012-07-16
| | | | are listed in the updates-7.x-extra group
* Issue #1280792 follow-up BTMash, irunflower, Zgear: Fixed Trigger upgrade ↵webchick2012-04-04
| | | | path: Node triggers removed when upgrading to 7-dev from 6.25.
* Issue #1280792 by xjm, julien, BTMash, pingers, AntoineSolutions, ↵webchick2012-03-26
| | | | tim.plunkett, Niklas Fiekas: Fixed {trigger_assignments()}.hook has only 32 characters, is too short.
* Issue #1280792 by xjm, julien, BTMash, pingers: Fixed ↵webchick2012-02-14
| | | | {trigger_assignments()}.hook has only 32 characters, is too short.
* Rollback of Issue #1280792 by andypost: Key length too long error.webchick2012-01-31
|
* Issue #1280792 by julien, xjm, pingers, Niklas Fiekas: Fixed ↵webchick2012-01-30
| | | | {trigger_assignments()}.hook has only 32 characters, is too short.
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #880132 by bojanz: hook_schema() doesn't support compound foreign ↵Dries Buytaert2010-08-22
| | | | keys; inconsistent implementations in core.
* - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of ↵Dries Buytaert2009-12-04
| | | | compliance with standards.
* #539442 by deekayen: Re-order functions in trigger.install so schema comes ↵Angie Byron2009-11-02
| | | | first.
* - Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql().Dries Buytaert2009-09-29
|
* - Patch ##525540 by jvandyk, sun, jhodgdon, fago | webchick, TheRec, Dave ↵Dries Buytaert2009-09-19
| | | | 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.
* - Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe ↵Dries Buytaert2009-09-10
| | | | weitzman: automatically install/uninstall schema.
* - Patch #111011 by Josh Waihi: adding foreign key specifications.Dries Buytaert2009-06-01
|
* - Patch #472642 by stella, agentrickard: remove 'implementation of' ↵Dries Buytaert2009-05-27
| | | | nominalizations from Docblocks.
* #320011 by lilou, snufkin, and karschp: Add consistent @file declarations to ↵Angie Byron2009-05-13
| | | | all .install files.
* #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
|
* - Patch #332123 by webchick, lilou: remove t() function from schema ↵Dries Buytaert2008-11-15
| | | | descriptions.
* - Patch #204221 by webernet: code style fixes.Dries Buytaert2007-12-28
|
* #187881 by mooffie: fix misnamed database table names in schema documentationGábor Hojtsy2007-11-04
|
* #164983 by multiple contributors: document the core database schemasGábor Hojtsy2007-10-10
|
* - Patch #150245 by webchick, bjaspan, ralf, Arancaytar et al: move the ↵Dries Buytaert2007-10-05
| | | | .schema files into .install files to prevent mistakes.
* #172773 by numerous contributors: Make the actions interface usable by mere ↵Gábor Hojtsy2007-09-11
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