Download & Extend

7.x-1.x port of comment_subject

Project:Re: Comment subjects
Version:7.x-1.0-alpha2
Component:Code
Category:task
Priority:normal
Assigned:arhak
Status:needs review

Issue Summary

for D7 we'll have the same two major branches:
- 7.x-1.x reflecting the legacy behavior of this module (without token support)
- 7.x-2.x with token support & per content-type configuration

I can compromise with a quick release of 7.x-1.x (branch 1.x have more than a thousand users),
but haven't explored token in core, therefore 7.x-2.x might not be ready that soon, besides current branch 6.x-2.x remains in alpha stage (with less than a hundred users)

Comments

#1

attached is a patch to convert from version 6.x-1.5 to 7.x-1.x-dev (which should become 7.x-1.0-alpha1 shortly)

AttachmentSize
2010-01-15_D7_from_6.x-1.5(unix).patch 3.33 KB

#2

Version:6.x-1.x-dev» 7.x-1.0-alpha2
Status:active» needs review

now we have a 7.x-1.0-alpha2 release (for Drupal 7.0-alpha1)

follow up #571654: Revert node titles as fields
if it gets committed in D7 it will brake this module
(currently not committed and seems to be candidate for D8)

#3

Title:comment_subject D7 port» 7.x-1.x port of comment_subject

already started the 7.x-2.x development, which will be followed over here #696316: 7.x-2.x port of comment_subject

this issue remains only for 7.x-1.x reviews

#4

#5

I'm new in drupal community, so it's possible that I say some errors^^

For my drupal website, this module doesn't work.
It just apply a little patch which modify :
"comment_subject.module" line 8
  if ($form_id == 'comment_form' && empty($form['subject']['#default_value'])) {

To

  if ($form_id == 'comment_node_forum_form' && empty($form['subject']['#default_value'])) {

After that, this module work normally, with using normal responses or fast :)

nobody click here