> Nice! I'm looking forward to seeing a patch ;-)
> 
> - Dave

Dave,

The mechanics of posting and replying to comments and the ability to turn on
this feature on a per weblog basis are done except for one issue and one
optimization I need to verify I can safely make.

Right now I'm working on comment management to reflect the changes.
Basically, if a comment has replies, what happens to those replies if that
comment is marked as spam or deleted. So we don't end up with orphaned
comments the changes should either cascade through the rest of the thread or
the replies need to be promoted one level.

Doing one of those is pretty easy. Giving the moderator a choice a little
bit harder but doable. I'm still trying to familiarize myself with this
section and haven't decided what to do yet. Do you (or anyone else) have any
thoughts on whether cascading changes, promoting replies or giving the
moderator the option would be the best way to implement it?

Also, I need to alter two tables with a new column. It looks like I have to
insert a velocimacro for each in 400-to-410-migration.vm I can't seem to
find the velocimacro definitions so can you confirm the following.

To add a varchar column to a table that can be null I need to use
#addColumnNull("<tablename>" "<columnname>" "varchar(48)")

To add a boolean column to a table with a default value of false
#addColumnNotNull("<tablename>" "<columnname>" $db.BOOLEAN_SQL_TYPE
$db.BOOLEAN_FALSE)

Does that look right?




Reply via email to