Comments

jhedstrom’s picture

Issue summary: View changes
olli’s picture

We still have the with links/without links option in node and comment wizards. I think we could remove those too.

jhedstrom’s picture

@olli do you want to reroll the patch to remove those?

olli’s picture

Title: Remove node_row_node_view_preprocess_node() » Remove node_row_node_view_preprocess_node() and links option from ui, config and schema
Priority: Minor » Normal
StatusFileSize
new16.19 KB
new15.02 KB

Status: Needs review » Needs work

The last submitted patch, 5: 2345867-5.patch, failed testing.

olli’s picture

Status: Needs work » Needs review
StatusFileSize
new16.79 KB
new618 bytes
olli’s picture

gábor hojtsy’s picture

Status: Postponed » Needs work
gábor hojtsy’s picture

Status: Needs work » Needs review
StatusFileSize
new6.04 KB

Rerolled. I don't understand how the last hunk is related but I kept it in.

gábor hojtsy’s picture

Title: Remove node_row_node_view_preprocess_node() and links option from ui, config and schema » Remove node_row_node_view_preprocess_node() and dead code in the comment views wizard
gábor hojtsy’s picture

@jhedstrom: what do you think? :)

olli’s picture

#10: The last hunk was needed to call node_row_node_view_preprocess_node() from node.views.inc, see #1793696: views_preprocess_node check for the wrong row_plugin.

gábor hojtsy’s picture

@olli: makes sense, thanks! Anything else to do here? Looks like @jhedstrom could review :)

jhedstrom’s picture

Status: Needs review » Reviewed & tested by the community

I was at first unclear why the tests were changed, but looking closer, the removed comment code doesn't remove any assertions, it simply removes unused or irrelevent code for those tests.

I think #10 is RTBC.

catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed/pushed to 8.0.x, thanks!

  • catch committed 0f4bceb on 8.0.x
    Issue #2345867 by olli, Gábor Hojtsy: Remove...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.