Closed (fixed)
Project:
Rules
Version:
8.x-3.x-dev
Component:
Rules Core
Priority:
Major
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
17 May 2014 at 13:39 UTC
Updated:
22 Mar 2020 at 06:44 UTC
Jump to comment: Most recent
To get started
\Drupal\node\Plugin\Action\PublishNode class (a core action)data.rules.inc
entity.rules.inc
node.rules.inc
path.rules.inc
php.rules.inc -> Execute custom PHP code (removed)
rules_core.rules.inc -> ?
system.rules.inc
user.rules.inc
Comments
Comment #1
rinasek commentedComment #2
rinasek commentedComment #3
rinasek commentedComment #4
dasjorequires usable actions system to be implemented first
Comment #5
dasjoComment #6
fubhy commentedComment #7
Torenware commentedAdded "Send Mail" to the actions covered.
Comment #8
fagoComment #9
fagoComment #10
mfernea commentedComment #11
Anonymous (not verified) commentedComment #12
mirceatihu commentedComment #13
rteijeiro commentedComment #14
m1r1k commentedComment #15
icanblink commentedComment #16
mariancalinro commentedComment #17
m1r1k commentedComment #18
dasjoComment #19
kalman.hosszu commentedComment #20
fagoI've just pushed a RulesIntegrationTestBase into the repo, which we can/should now leverage for all our tests. -> This solves some of the mocking problems some of you ran into. Just merge in recent changes into your branches and look at DataComparisonTest for an example.
Comment #21
dasjocompleted list of actions to be ported
Comment #22
Anonymous (not verified) commentedI've just noticed naming of Actions do not follow the standards set by the Conditions and need to be swapped around.
Conditions correctly have the operand first then the operation:
Current Actions have the operation first, here's a list of suggested changes:
Comment #23
Anonymous (not verified) commentedComment #24
Anonymous (not verified) commentedComment #25
Anonymous (not verified) commentedComment #26
dasjoComment #27
dasjoComment #28
fago@steve: Created #2349413: Keep using the d7 action naming pattern.
Comment #29
kalman.hosszu commentedComment #30
dasjoComment #31
dasjoComment #32
dasjoComment #33
fagoComment #34
penyaskitoComment #35
penyaskitoComment #36
nlisgo commentedComment #37
a.milkovskyComment #38
a.milkovskyComment #39
dasjoComment #40
liquidcms commentedExecute custom PHP code (removed) - why?
Comment #41
Alexandre360 commentedExecute php code removed ? It was one of the most usefull feature to do things when no other actions can do the job !
Comment #42
tr commentedAll actions have now been ported to D8, so this meta has been completed. Problems with and/or enhancements of these actions should be handled in follow-up issues.