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)

CommentFileSizeAuthor
#1 2010-01-15_D7_from_6.x-1.5(unix).patch3.33 KBarhak
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

arhak’s picture

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)

arhak’s picture

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)

arhak’s picture

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

arhak’s picture

kujuta’s picture

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 :)