Closed (fixed)
Project:
Drupal core
Version:
x.y.z
Component:
comment.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2005 at 12:10 UTC
Updated:
4 Feb 2006 at 14:31 UTC
if a user doesn't type a subject for a comment, it's left blank, which makes links to the comment (like in the comment block) not have anything to click on.
| Comment | File | Size | Author |
|---|---|---|---|
| fillsubject.patch | 1.98 KB | Wesley Tanaka |
Comments
Comment #1
Wesley Tanaka commentedComment #2
Wesley Tanaka commentedFYI this is one of the patches from http://drupal.org/node/35726. I can't find the original bug report that got marked as duplicate of 35726
Comment #3
finex commentedThe patch works on CVS. Now the subject is the first 29 chars of the comment?
Comment #4
grohk commentedTesting this patch on my site. So far it is working like a champ.
Comment #5
Wesley Tanaka commentedconfirmed that patch still applies against 4.7.0-test2
Comment #6
torgeirb commentedI've reproduced the problem on HEAD, and patch looks good.
Suggestion: add a '...' at the end of the autofill thingy?
Comment #7
dries commentedWe don't glue words together (fillsubject).
Rather than passing a $form_values, how about passing a single field?
Comment #8
Wesley Tanaka commentedOn recent copies of CVS, patch has started reporting that this has already been applied.
After applying http://drupal.org/node/45723 to get past a blocking bug, it appears that this has been fixed in CVS.
Comment #9
(not verified) commented