Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
12 Mar 2008 at 01:22 UTC
Updated:
6 Apr 2010 at 22:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
crookednumber commentedComment #2
catchGood idea!
A couple of things though:
Patch should use
tabs, not spacesspaces, not tabs - see http://drupal.org/coding-standardsAlso I'd probably check for any logged in user rather than UID 1 - this welcome page will hopefully move to a node and/or the help section during D7, which means it won't disappear as soon as a node is promoted to the front page, so anyone with access will be looking at it, and they'll most likely be logged in too.
Comment #3
kika commentedI think the start page in D6 needs to go - some of it should be part of installer (and/or optional installer profiles), some of it part of the improved, task-based help system. No need to beat the dead horse. -1
Comment #4
scoutbaker commentedI think catch meant to say that patches should use spaces, not tabs, per the coding standards referenced.
Comment #5
crookednumber commentedThanks, Catch. I appreciate the feedback.
New patch attached.
I thought of just testing for a uid>0 but there's no guarantee that a user with uid>1 has "access administration pages", yes? I think it's a good idea, but it seems like the code would have to be pretty granular. Checking user_access("access administration pages"), etc.
Not that I think it's a bad idea. But that Welcome screen (soon to be node?) is really geared toward user1.
Comment #6
sutharsan commentedMoving all usability issues to Drupal - component usability.
Comment #7
aspilicious commentedNo longer an issue