an extra field needs to be created in the database and manage in the site node type to allow for management of the status of a site. the node->status field is not enough precise for our needs.

CommentFileSizeAuthor
#4 status.diff2.97 KBanarcat

Comments

anarcat’s picture

Category: task » feature
adrian’s picture

seems like i had already implemented this as the site enabled field. needs some more testing tho.

anarcat’s picture

Is "enable" sufficient? I think the site's status should really be configurable... Not all sites would need billing states for example...

anarcat’s picture

Status: Active » Needs work
StatusFileSize
new2.97 KB

Here's my current patch. I have done part of it, but now I need to have the post_install hook to run and update the status after the install is done. That doesn't work right now since the hook doesn't get called (I don't see that print_r in drush...)

anarcat’s picture

Status: Needs work » Fixed

I committed a new patch which should work properly. I fear I have re-opened this bug with the patch though: http://drupal.org/node/248454

adrian’s picture

confirmed as fix.

i don't think it's related to the error you are getting.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.