Posted by arhak on January 13, 2010 at 5:28am
2 followers
| 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)
#2
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
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
follow up #705228: subject doesn't follow preview updates
#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 :)