Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
node system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
9 Jul 2010 at 16:49 UTC
Updated:
29 Jul 2014 at 18:55 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
andypostTaggin'
Comment #2
jensimmons commentedEmbedding screenshot from above (for easier viewing)
[FYI, the medium blue background color for the sidebar makes for low contrast, and perhaps hard to read — but that's not an issue that needs discussion. That's just something that anyone can do with the color module.]
Comment #3
andypostThanx Jen, Another screen from user with admin rights, seems not better then anonymous because actual content takes less space then actions on it.
Comment #4
Bojhan commentedMaybe because this is a dashboard admin block? I dont see how we can optimize for both front-end and back-end without losing ux somewhere. Maybe make a diffrent block?
Comment #5
amc commentedPossibly related with regard to style issues: #614418: Redesign 'Recent comments' block for use on dashboard.
Comment #6
bleen commentedI think Bojhan is correct ... this block is inteded for the dashboard. Perhaps we could simply rename the block "Manage Recent Content" (or something like that). Site builders can easily override this title in the block configuration, but then everyone would understand that it wasn't necessarily designed to look good/have good UX on the front end.
Comment #7
andypostGood idea and less troubles for themers
Comment #8
andypostAnother idea to check that block rendered in dashboard context. seems that block cache does not work for dashboard
Maybe it better to add a variable for theme_node_recent_block() but this lead to API change
Comment #9
andypostThe only problem with this approach that block cached by role (default) and looks the same on both pages except uid=1
Comment #10
Bojhan commentedNo screenshot.
Comment #11
andypostnow here
Comment #12
bleen commentedGiven that the dashboard module is no longer in core, is this issue still relevant for D8?
Comment #13
andypostYes, we need to remove links (edit, delete) from block
Comment #14
xjm(Merging "node system" and "node.module" components for 8.x; disregard.)
Comment #15
dawehnerThere is not dashboard stupidity anymore.
Comment #16
andypostat least "edit|delete" links should be removed in
theme_node_recent_block()Comment #17
andypostJust clean-up code, probably better to move this to block implementation and get rid of
theme_node_recent_block()Comment #18
dawehnerWe don't have to write patches which will need to be rewritten again from scratch anyway. You could have spent your time reviewing #2020393: Convert "Recent content" block to a View
Comment #19
andypost#2162073: Switch the recent content block to use a list instead of a table, matching recent comments block
Comment #21
lokapujya