Closed (fixed)
Project:
Comment Timer
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2014 at 09:52 UTC
Updated:
10 Mar 2014 at 11:10 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
czigor commentedThe patch adds a new 'status' column to the {comment_timer_comment} table and modifies the comment_timer form by adding a 'status' select box.
Comment #2
czigor commentedIf you commit this please don't forget to add
--author="czigor <czigor@826222.no-reply.drupal.org>"to the git commit command.
Comment #3
czigor commentedViews integration of the comment timer status column was left out.
Comment #4
czigor commentedPatch now includes an ajax link that can be added to the comment display as an extra field to toggle the status of the comment time.
Comment #5
czigor commentedSome leftover project-specific strings replaced.
Comment #6
czigor commentedThe new patch has the following changes:
Comment #7
boobaaThanks for disturbing me on IRC and Skype about this, finally I committed it. Additionally, you've earned maintainer status on this module as well. ;)
The only nitpick is that the new {comment_timer_comment}.status field lacked any indices. This has been fixed in 0b6035a.