Closed (fixed)
Project:
Session Limit
Version:
6.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
26 Jun 2010 at 00:03 UTC
Updated:
18 Jun 2013 at 21:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
Leeteq commentedSecond that, in particular now that the trigger module is thrown out of core, and being replaced with just Rules at some point in the future.
#764558: Remove Trigger module from core
#1413214: Provide upgrade path from Trigger to Rules
http://drupal.org/project/trigger
http://drupal.org/project/rules
Comment #2
Leeteq commentedComment #3
Leeteq commentedFYI - Parallel discussion in Autologout module, I refer to this issue in comment #11 there:
#925818: should the one session feature be removed from autologout?
Comment #4
bessone commentedRules integration sounds really interesting, any update on that from the mantainer?
Comment #5
johnennew commentedPlease find a patch attached which directly replaces trigger with rules. There is no need to have a dependency on rules with this patch.
Comment #6
deekayen commentedWhy does adding Rules mean removing Trigger? Since Trigger is just a hook anyway, can't the module keep Trigger, add Rules, and drop the dependency on Trigger?
Comment #7
johnennew commentedYeah, no need to lose the trigger hooks - here's the patch, no external dependencies. I've moved the drupal_goto on collision as well as the unpredictability of the hook ordering means that the goto can fire before trigger or rules hooks have had a chance to do anything. I wonder if it can be removed entirely.
Comment #8
deekayen commentedAdded to 7.x-2.x in f4d1af9.
Comment #9
johnennew commentedbackport to 6.x-2.x attached
Comment #10
johnennew commentedchanging to needs review, over to you test bot ...
Comment #11
johnennew commentedCommitting to 6.x-2.x
Comment #12
johnennew commented