Tracking follow-up issues for #1036132: Provide a mechanism for issue summaries

CommentFileSizeAuthor
#18 issue_summary_empty_tag_fieldset.png13.5 KBklonos
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jthorson’s picture

Small tweak: Since the issue properties can't be edited on the node edit form, the 'tags' fieldset is empty ... it probably shouldn't be displayed at all.

jhodgdon’s picture

From that other issue, another thing that needs fixing:

(webchick): Something's wrong with the "revision X by FOO" line. It looks like $node->revision_uid is the uid of the last person to make a comment on an issue, not the person who last edited the node (wtf?).

http://issue-summaries-drupal.redesign.devdrupal.org/node/1179994 is an example on the staging site, btw. The node was created by lvto2000, but last commented on by GloGi.

The text says "Revision 1 by GloGi on July 1, 2011 at 7:43am"

Should say: "Revision 1 by lvto2000 on July 1, 2011 at 7:43am"

Oh man. :( This is unfortunately not the fault of the issue summary code. :( #1217190: Interaction between project issue's comment behavior and node_save is causing revision author to update to comment author

jhodgdon’s picture

From sun, comment #208 on the other issue:

I guess input format access permissions will get in our way very soon.

To remedy that, we need to allow to use IMG + TABLE for Filtered HTML; or more generally, all the stuff that's possible with the Documentation input format.

[my comment] Actually, this is another issue already: #995354: Docs format and Docs role - figure out what to do

jhodgdon’s picture

From sun, another note (comment #210):

The "Revision X" link points to a diff, but the node IDs are reversed; i.e., in the revision diff, the new version appears as old, the old appears as new.

Example: #342316: Introduce proper Form API #types for 'option' and 'optgroup', and make #options consistent.

joachim’s picture

sun’s picture

Patch in #1217286-13: Posting a comment changes too many issue node revision properties (also) contains a fix for the reversed issue summary revision diff link.

donquixote’s picture

sub

klonos’s picture

...subscribing.

rfay’s picture

Subscribing.

lisarex’s picture

Looks like another related issue here: #1222082: Move Issue Summary text elsewhere

neclimdul’s picture

neclimdul’s picture

Issue summary: View changes

Proper summary.

Jacine’s picture

dww’s picture

@klonos: thanks for the list. However, why not just edit the summary directly instead of duplicating the effort in a comment? Also, I fail to see what #19386: Automatically search for duplicate issues/questions before submitting new issue/question has to do with any of this. That's about submitting new issues. This whole effort is about the mess that the new issue summary stuff has created and what we can do to fix it. That's about existing issues and their summaries, not new issues.

Cheers,
-Derek

p.s. I made a proposal at #1217286-60: Posting a comment changes too many issue node revision properties that has a lot of UI implications. Not sure the most appropriate place to have posted it, but I'd encourage folks reading this issue to check out that proposal in particular. Thanks.

donquixote’s picture

#1170278: Introduce hook_menu_router_update()
"Revision 1 by silverwing on May 27, 2011 at 2:23am"

Something is going wrong here.
- The original author was donquixote, so I assume that user silverwing has edited..
- I don't see a "Revisions" tab.

dww’s picture

@donquixote: Right, please read the issue summary in this issue. ;)

klonos’s picture

comment by Jeremy from #1 above:

Since the issue properties can't be edited on the node edit form, the 'tags' fieldset is empty ... it probably shouldn't be displayed at all.

That fieldset is still there...

It should either be completely removed (if here is no intention to ever allow tag adding/editing while editing issues' summaries) because it is a -minor- UX wtf, or tag editing should actually be allowed when editing the issue summary. I personally vote for the second, but I don't know if there is an issue filed for that or if this issue here is the right place for it(?).

klonos’s picture

Issue summary: View changes

Add make comment on edit issue (#1230258)

klonos’s picture

...the screenshot I uploaded for the comment above got lost along the way somehow.

mgifford’s picture

Version: 6.x-3.x-dev » 7.x-3.x-dev
Issue summary: View changes
Status: Active » Closed (cannot reproduce)

I think this is all changed with the D7 upgrade.