Needs review
Project:
Re: Comment subjects
Version:
7.x-1.0-alpha2
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
13 Jan 2010 at 05:28 UTC
Updated:
16 Jan 2012 at 16:12 UTC
Jump to comment: Most recent file
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)
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 2010-01-15_D7_from_6.x-1.5(unix).patch | 3.33 KB | arhak |
Comments
Comment #1
arhak commentedattached 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)
Comment #2
arhak commentednow 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)
Comment #3
arhak commentedalready 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
Comment #4
arhak commentedfollow up #705228: subject doesn't follow preview updates
Comment #5
kujuta commentedI'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 :)