summaryrefslogtreecommitdiff
path: root/modules/trigger
Commit message (Collapse)AuthorAge
* Issue #2059691 by StephaneQ, dcam: Remove t() from test assertion messages ↵Jennifer Hodgdon2013-08-12
| | | | in trigger module
* Issue #2011822 by pdrake: Fixed Trigger content (node) actions test assumes ↵David Rothstein2013-08-05
| | | | auto-increment increment of 1.
* 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 #1306424 by tim.plunkett, ankur, sun: Fixed URL path ↵webchick2012-07-07
| | | | /admin/structure/trigger causes error.
* 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 #960056 by catch, mikeytown2, pmitchell, cedarm: Fixed ↵webchick2012-03-26
| | | | trigger_get_assigned_actions() has no static cache.
* 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 #1483662 by rdickert, Psikik: Update URLs for drupal.org module help pagesJennifer Hodgdon2012-03-26
|
* Issue #1379126 by chris.leversuch, Albert Volkman, jhodgdon: Clean up API ↵webchick2012-02-14
| | | | docs for trigger.module.
* 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 #1019710 by stephenh: Changed Standardize @file comments in .test files.Dries Buytaert2011-02-04
|
* #915174 by sdboyer, sun: Remove pointless files[] declarations on files that ↵Angie Byron2010-12-20
| | | | are not declaring classes.
* #678606 by jhodgdon, andypost: Fixed Tab titles on Trigger page are not clearAngie Byron2010-12-01
|
* #936536 by rszrama, sun, yched: Fixed Missing #empty_option on a couple selects.Angie Byron2010-10-20
|
* - Patch #882694 by mgifford, sun, ksenzee, bleen18, yched: add missing form ↵Dries Buytaert2010-10-20
| | | | element titles for accessibility.
* #438224 by dww, sun, netsensei, vordude, et al: 'Post comments without ↵Angie Byron2010-10-05
| | | | approval' permission name is completely misleading.
* - Patch #140783 by sun: a select list without #default_value() always passes ↵Dries Buytaert2010-09-24
| | | | form validation.
* - Patch #907690 by sun, pwolanin: breadcrumbs don't work for dynamic paths ↵Dries Buytaert2010-09-24
| | | | and local tasks #2.
* - Patch #880132 by bojanz: hook_schema() doesn't support compound foreign ↵Dries Buytaert2010-08-22
| | | | keys; inconsistent implementations in core.
* - Patch #887102 by Heine: trigger and action escaping issues. Critical bug fix.Dries Buytaert2010-08-22
|
* Reverting #500866. Needs more discussion.Angie Byron2010-08-05
|
* #500866 by boombatower, solotandem: Remove t() from assertion messages in ↵Angie Byron2010-08-05
| | | | SimpleTest, so translators do not get 1000s of bogus strings.
* - Patch #870626 by cwgordon7: extraneous spaces in trigger.test.Dries Buytaert2010-08-01
|
* - Patch #844892 by andypost: minor code style fixes.Dries Buytaert2010-07-10
|
* - Patch #721086 by rfay, aspilicious, andypost: create tests for system ↵Dries Buytaert2010-06-29
| | | | actions, clean up token replacement, clean up triggers.
* - Patch #723802 by pwolanin, grendzy: convert to sha-256 and hmac from md5 ↵Dries Buytaert2010-05-01
| | | | and sha1.
* #776728 by jhodgdon: Fixed hook_trigger_info_alter() is undocumented.Angie Byron2010-04-22
|
* #763826 by chx, quiptime: Fixed notices in Trigger module.Angie Byron2010-04-21
|
* - Patch #716496 by JohnAlbin: documentation updates for theme functions.Dries Buytaert2010-04-13
|
* - Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP ↵Dries Buytaert2010-04-11
| | | | strict warnings when running tests and for PHP 5.3.
* - Patch #241013 by Pedro Lozano, andypost, drewish, mr.baileys: actions only ↵Dries Buytaert2010-04-10
| | | | trigger one action per node page load.
* #601398 follow-up by andypost, rfay, and sun: Allow drupLPost to target ↵Angie Byron2010-03-27
| | | | specific form HTML ID for multiple similar forms.
* - Patch #241013 by Pedro Lozano, drewish, andypost, mr.baileys: actions only ↵Dries Buytaert2010-03-26
| | | | trigger one action per node page load.
* - Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see ↵Dries Buytaert2010-03-26
| | | | also links.
* - Patch #705306 by moshe weitzman: user_cancel_delete() method calls into a ↵Dries Buytaert2010-03-12
| | | | 'standard' user_delete_multiple() API.
* #601398 by andypost, rfay, and sun: Fixed Simpletest does not allow ↵Angie Byron2010-03-07
| | | | assigning actions to triggers.
* #306540 by halstead, Dave Reid, jvandyk, eMPee584: Fixed Orphaned assigned ↵Angie Byron2010-03-07
| | | | actions still triggered and cannot be removed.
* - Patch #676800 by casey, sun, james.elliott, cosmicdreams, seutje, Jacine: ↵Dries Buytaert2010-03-03
| | | | made fieldsets work on all browser.
* - Patch #708144 by lilou: remove double semicolons at end of line.Dries Buytaert2010-02-09
|
* #542972 by Shai, David_Rothstein, yoroy, et al: Change Name of 'Page' ↵Angie Byron2010-01-10
| | | | Content-Type to 'Basic page'.
* #571654 follow-up by chx, peximo, plach, sun, et al:Angie Byron2010-01-09
| | | | | | Roll-back of node titles as fields. The Entity Translation module in contrib can add this back, but for everyone else it creates a *huge* WTF. Apologies for how late this is coming, but better now than post-alpha. :\
* #538164 by scor, catch, linclark, effulgentsia, and yched: Convert Comment ↵Angie Byron2010-01-07
| | | | body as field. Yes, this is WAY past API freeze. :( But is a required follow-up for RDFa support.
* - Patch #664544 by yched: clean-up entity build/view modes.Dries Buytaert2009-12-26
|
* - Patch #645796 by arianek, jhodgdon, lisarex: fixed help texts.Dries Buytaert2009-12-12
|
* #645796 by arianek and lisarex: Update Trigger module to new help standard.Angie Byron2009-12-06
|
* - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of ↵Dries Buytaert2009-12-04
| | | | compliance with standards.
* - Patch #635094 by plach: unify 'language neutral' language codes.Dries Buytaert2009-12-02
|