Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
field_ui.module
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
20 Dec 2009 at 15:01 UTC
Updated:
3 Jan 2014 at 01:08 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Bojhan commentedThe reason for doing this is that - unless machine name is applicable, we should not mention that it is the human-readable name. As this causes confusion, machine readable UI should be an exception to object names - not a standard.
This because its somewhat implied that the organism sitting in front of the computer is human.
Before
After
Comment #2
Bojhan commentedI also saw we had, the text - check if a value must be provided. Into Required field, as required on it self means nothing.
Comment #3
yched commentedSounds like a good move.
Comment #4
moshe weitzman commentedMachine readable matters a lot to developers of the site. We can't fully hide this. And these are the exact people who use the admin fields pages. These field names are used by css folks, module developers, preprocess impelmenters, and so on.
Comment #5
yched commented@Moshe: the patch does not touch machine names at all, it just removes a couple '#description' texts in the UI.
Comment #6
Bojhan commentedRight, aint touching that - burned myself on that already :)
Comment #7
Noyz commented+1
Comment #8
webchickCommitted to HEAD.