Confirmed users
59
edits
m (+category:Bugzilla) |
|||
Line 19: | Line 19: | ||
* Define and consolidate markup and behaviour and add the definition to the coding style and reviewers' checklist pages | * Define and consolidate markup and behaviour and add the definition to the coding style and reviewers' checklist pages | ||
** Error pages (better than the given examples would be CSS classes): | ** Error pages (better than the given examples would be CSS classes): | ||
*** Complaints about form values marked up consistently, for example always <code><nowiki>&ldquo;<code>xxx</code>&rdquo;</nowiki></code><br><span style="font-size:85%">(The product “<code>Foo</code> | *** Complaints about form values marked up consistently, for example always <code><nowiki>&ldquo;<code>xxx</code>&rdquo;</nowiki></code><br><span style="font-size:85%">(The product “<code>Foo</code>�? does not exist.)</span> | ||
*** Referrals to database data marked up consistently, for example always <code><nowiki><em>xxx</em></nowiki></code><br><span style="font-size:85%">(You must enter a default assignee for component <em>Foo</em>.)</span> | *** Referrals to database data marked up consistently, for example always <code><nowiki><em>xxx</em></nowiki></code><br><span style="font-size:85%">(You must enter a default assignee for component <em>Foo</em>.)</span> | ||
*** Field names marked up consistently, for example always <code><nowiki><em>xxx</em></nowiki></code><br><span style="font-size:85%">(The <em>content</em> field can only be used with <em>matches</em> search and the <em>matches</em> search can only be used with the <em>content</em> field.)</span> | *** Field names marked up consistently, for example always <code><nowiki><em>xxx</em></nowiki></code><br><span style="font-size:85%">(The <em>content</em> field can only be used with <em>matches</em> search and the <em>matches</em> search can only be used with the <em>content</em> field.)</span> | ||
*** Examples of valid values marked up consistently, for example always <code><nowiki><b>xxx</b></nowiki></code><br><span style="font-size:85%">(The value “<code>1</code> | *** Examples of valid values marked up consistently, for example always <code><nowiki><b>xxx</b></nowiki></code><br><span style="font-size:85%">(The value “<code>1</code>�? in the <em>foo</em> field is less than the minimum allowable value of <b>2</b>.)</span> | ||
** Admin pages: | ** Admin pages: | ||
*** <code>edit*.cgi</code> specific footer links: | *** <code>edit*.cgi</code> specific footer links: | ||
**** Make a more relevant part of the text than just the item name active in <code>edit*.cgi</code> because putting just the item name into <code><a></a></code> is not descriptive enough<br><span style="font-size:85%">(<u>Add a product</u> (<u>to classification <em>Foo</em></u>). <u>Edit product <em>Bar</em></u>.)</span> | **** Make a more relevant part of the text than just the item name active in <code>edit*.cgi</code> because putting just the item name into <code><a></a></code> is not descriptive enough<br><span style="font-size:85%">(<u>Add a product</u> (<u>to classification <em>Foo</em></u>). <u>Edit product <em>Bar</em></u>.)</span> | ||
**** Consolidate the set of links accross admin pages | **** Consolidate the set of links accross admin pages | ||
*** Move away from pages laconically saying | *** Move away from pages laconically saying “done�? | ||
**** After creations and edits: display the edited item | **** After creations and edits: display the edited item | ||
**** After deletions: show the list of same-level items | **** After deletions: show the list of same-level items | ||
Line 53: | Line 53: | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=302372 Requestee input field is way too small] - Patch coded, reviewed, approved, and checked in; | * [https://bugzilla.mozilla.org/show_bug.cgi?id=302372 Requestee input field is way too small] - Patch coded, reviewed, approved, and checked in; | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=292022 let users multi-request] at the same time by accepting multiple addresses in the requestee field and always showing the "addl. flag" UI - Patch coded, reviewed, approved, and checked in; | * [https://bugzilla.mozilla.org/show_bug.cgi?id=292022 let users multi-request] at the same time by accepting multiple addresses in the requestee field and always showing the "addl. flag" UI - Patch coded, reviewed, approved, and checked in; | ||
[[category:Bugzilla]] |