Posted by catch on June 30, 2009 at 1:19pm
Issue Summary
This cleans up the comment settings form so it fits on one page.
Additionally collapsed comments are removed entirely.
collapsed comments are so 2001!
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| comment_settings.patch | 13.56 KB | Idle | Failed: Failed to apply patch. | View details |
| comment_settings_before.png | 487.01 KB | Ignored: Check issue status. | None | None |
| comment_settings_after.png | 448.36 KB | Ignored: Check issue status. | None | None |
Comments
#1
Removed some descriptions.
#2
Bit more form cleanup, new screenshot.
#3
Putting them inline, so I can comment.
#4
When anonymous users have access to post comments:

Without the anonymous settings:

#5
I think this is a really good cleanup, we could probally refine it a bit more. Almost looks like some functionality disappeared.
Do we need to mention that administer comments permission is able to override it? Not sure if Administrators will look here, to find that out - when it happens. (Not sure if it even causes confusion at their end)
Allow separate subjects when entering comments - not sure what is meant by separate here.
Quick reply form below comments - Can we reprhase this? Allow quick replying on comments? I like us to say we give the funcionality, without mentioning that an "form" is placed.
Also, I think Require preview should be the last option + unchecked by default.
#6
Went through some of these with Bojhan, here's an updated patch.
#7
Default the comment form to show below comments, I hate having to set this every time I install Drupal.
#8
While we are at it:
t('Anonymous commenting'),
t('Anonymous posters may not enter their contact information'),
t('Anonymous posters may leave their contact information'),
t('Anonymous posters must leave their contact information')),
are too long and mentally hard to parse and distinguish. Any suggestions to simplify those?
#9
Quick Reply Form is somewhat vague. If i hadn't previoulsy read the issue i would have no idea what it meant.
#10
So, lets take a crack at those - lets step back and see the order.
Not allowed,
Allowed,
Required
So first of all it should be
Allowed,
Not allowed,
Required
Than what is confusing is they start with the same two words, but the distinction is only on the two following. Hmm, I dont have any suggestions to this yet.
#11
The last submitted patch failed testing.
#12
I think quick reply is pretty standard now with gmail and others.
Had a crack at anonymous comments.
+ COMMENT_ANONYMOUS_MAY_CONTACT => t('Collect contact information'),+ COMMENT_ANONYMOUS_MAYNOT_CONTACT => t('Do not collect contact information'),
+ COMMENT_ANONYMOUS_MUST_CONTACT => t('Require contact information')),
#13
The last submitted patch failed testing.
#14
Fixed up the tests.
#15
Put anonymous contact settings back how they were - let's do that in a followup patch - I don't have good ideas, and Bojhan reckoned the change was worse than the old text.
This also changes 'quick reply' to the less cryptic 'Show comment form on the same page as comments'.
#16
The last submitted patch failed testing.
#17
Looking at the screenshot, all settings make sense and seem understandable to me (quick replies was the one I had difficulty understanding).
RTBC from a UI/UX perspective me thinks.
#18
Everything looks good, except that the test fails.
#19
The new streamlined simpletest interface is great until you fix one test by breaking another. All comment tests should pass with this one.
#20
The last submitted patch failed testing.
#21
grr.
#22
#15 Looking at this, it looks RTBC to me. There are no improvements we can make from this point on, that should not live in its own followup.
#23
I'm cool with this. People that want collapsed comments, can use Javascript.
Committed to CVS HEAD. Thanks!
#24
Automatically closed -- issue fixed for 2 weeks with no activity.
#25
There are still references to depreciated collapsed in modules/comment/comment-wrapper.tpl.php:
* - $display_mode* - COMMENT_MODE_FLAT_COLLAPSED
* - COMMENT_MODE_FLAT_EXPANDED
* - COMMENT_MODE_THREADED_COLLAPSED
* - COMMENT_MODE_THREADED_EXPANDED
should become
* - $display_mode* - COMMENT_MODE_FLAT
* - COMMENT_MODE_THREADED
#26
Here's the patch. I hope I got it in right format.
#27
I was sure I grepped everything, but apparently missed these.
#28
Committed to CVS HEAD. Thanks.
#29
Automatically closed -- issue fixed for 2 weeks with no activity.