Closed
Bug 419660
Opened 17 years ago
Closed 17 years ago
New custom fields not listed in "3.10. Custom Fields"
Categories
(Bugzilla :: Documentation, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.2
People
(Reporter: LpSolit, Assigned: sam.folkwilliams)
References
()
Details
Attachments
(1 file, 3 obsolete files)
11.02 KB,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
We implemented textarea, calendar and multi-select fields in 3.2. We should list them here: http://www.bugzilla.org/docs/tip/html/custom-fields.html
![]() |
Reporter | |
Comment 1•17 years ago
|
||
Currently, section 3.10.1 has:
"The "Add a new custom field" link permits you to add a new field which can be either a free text box or a drop down menu. More field types will be available in future releases."
Maybe having a real list would make it clearer, with a quick description of each field.
Assignee | ||
Comment 2•17 years ago
|
||
First go at it. Changed/updated some working throughout this section as well as adding the simplelist for field descriptions
Attachment #306794 -
Flags: review?(LpSolit)
Assignee | ||
Updated•17 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•17 years ago
|
||
Comment on attachment 306794 [details] [diff] [review]
draft1 of patch
need to fix something here
Attachment #306794 -
Attachment is obsolete: true
Attachment #306794 -
Flags: review?(LpSolit)
Assignee | ||
Comment 4•17 years ago
|
||
had a problem with a tag - fixed now and it compiles.
Attachment #306936 -
Flags: review?(LpSolit)
Comment 5•17 years ago
|
||
Typo: Date/Time field thinks it gets a datw instead of a date :)
Part of me thinks describing the list as "The type of HTML element that this field will be." is wrong. Date/Time is not an HTML element - it's a text box with some JavaScript trickery.
![]() |
Reporter | |
Comment 6•17 years ago
|
||
Comment on attachment 306936 [details] [diff] [review]
draft 2
>+ The type of HTML element that this field will be.
I agree with Colin, the wording could be better. Do people really understand what a HTML element is?
>+ Date/Time: A datw field.
s/datw/date/ as mentioned by Colin already.
> <emphasis>Is obsolete:</emphasis>
>+ Boolean determines whether or not this field should
Boolean *that* determines...
Everything else looks good to me. r=LpSolit with these comments fixed.
Attachment #306936 -
Flags: review?(LpSolit) → review+
Assignee | ||
Comment 7•17 years ago
|
||
Fixed comments, found a couple other things as well. One more sanity check pls.
-Sam
Attachment #306936 -
Attachment is obsolete: true
Attachment #307047 -
Flags: review?(LpSolit)
![]() |
Reporter | |
Comment 8•17 years ago
|
||
Comment on attachment 307047 [details] [diff] [review]
draft 3
>+ <hint>
<hint> is not defined. Use <tip> as before.
> <title>Viewing/Editing legal values</title>
> <para>
>+ There is no limit to how many values a field can have, but each value
Nit: fix the indentation.
Attachment #307047 -
Flags: review?(LpSolit) → review-
Assignee | ||
Comment 9•17 years ago
|
||
OK found a bunch of tabs in the legal values area and removed those.
Attachment #307047 -
Attachment is obsolete: true
Attachment #307051 -
Flags: review?(LpSolit)
![]() |
Reporter | |
Comment 10•17 years ago
|
||
Comment on attachment 307051 [details] [diff] [review]
sraft 4
> <orderedlist>
> <listitem>
>- <para>The value is not used by default for the field.</para>
>+ <para>
>+ The value is not used by default for the field.
>+ </para>
> </listitem>
>
> <listitem>
>- <para>No bug is currently using this value.</para>
>+ <para>
>+ No bug is currently using this value.
>+ </para>
> </listitem>
> </orderedlist>
>
Let's keep these changes out of this bug. The indentation is wrong anyway, and I don't want to confuse Bonsai with unrelated changes. I will drop this block on checkin. r=LpSolit
Attachment #307051 -
Flags: review?(LpSolit) → review+
![]() |
Reporter | |
Comment 11•17 years ago
|
||
Checking in docs/xml/administration.xml;
/cvsroot/mozilla/webtools/bugzilla/docs/xml/administration.xml,v <-- administration.xml
new revision: 1.89; previous revision: 1.88
done
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•