Closed (fixed)
Project:
Automated Logout
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Dec 2008 at 01:48 UTC
Updated:
1 May 2009 at 17:20 UTC
This patch refactors the Automated Logout module and makes it work correctly. I was going to write a Drupal Tough Love review, but thought it might just be easier to just fix it. The result is less code:
This patch was made from the DRUPAL-6--1 branch, and I suggest you use it...
| Comment | File | Size | Author |
|---|---|---|---|
| autologoutrefactor.patch | 26 KB | robloach |
Comments
Comment #1
jvandervort commentedNice patch. I'll let the other devs review it as I'm just a part timer for automatedlogout. It changes so much of the functionality, it probably should be a new branch. It also isn't so much a bug report as it doesn't list any issues/bugs that it fixes.
I'm all for optimization, but the statement
is a bit misleading as Keith Wood's jquery countdown plugin is over 483 lines by itself not counting localization.
So +1 for new branch.
Comment #2
robloachSounds good with me. Oh, and here's the module by itself without the patch:
http://drupalbin.com/4307
Comment #3
profix898 commentedHuge +1 on the refactored module code. Its much cleaner (the approach and the actual code) and simply WORKS.
Comment #4
jvandervort commentedNeither of the other committers visited this topic, so I committed most of this patch into the 6.x-3.x Branch