Closed (won't fix)
Project:
User Suspend
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Apr 2008 at 23:29 UTC
Updated:
30 Jun 2008 at 16:38 UTC
Jump to comment: Most recent file
Comments
Comment #1
neopoet commentedSee patch. Code could be improved -- but it works in the meantime as a fix for those with the problem.
Comment #2
john.money commentedThanks for patch. Will review this week and issue new release.
Comment #3
john.money commentedFinally had a chance to look at the reported incompatibility with Date 2.0 RC. Thanks for the patch!
I've decided to copy over only the default fields to the user_suspend tables (e.g. gracefully degrade from a condition I had never expected). I think its not so good practice to accommodate every (any?) module that chooses to alter the default core Drupal tables, particularly node and users. What this means relative to the Date module is that a user that is suspended and then unsuspended will lose the timezone_name data.
As stated, the next release will gracefully degrade and remain operational with Date 2.0 RC. It will also present a warning when the schema for the core tables differs from what is expected by User Suspend.
Comment #4
john.money commentedUser Suspend 1.2 and Date 2.0 RC can now peacefully coexist.