After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 151373 - Add product descriptions
Add product descriptions
Status: RESOLVED FIXED
Product: bugzilla.gnome.org
Classification: Infrastructure
Component: Simple bug guide
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: Bugzilla Maintainers
Bugzilla Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-08-29 21:37 UTC by Andrew Sobala
Modified: 2005-01-08 23:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Show product descriptions (3.85 KB, patch)
2004-09-01 19:09 UTC, Olav Vitters
none Details | Review
Show product descriptions, v2 (3.49 KB, patch)
2005-01-08 22:44 UTC, Olav Vitters
committed Details | Review

Description Andrew Sobala 2004-08-29 21:37:50 UTC
Add descriptions of products when you select them, like components
Comment 1 Olav Vitters 2004-09-01 19:09:57 UTC
Created attachment 31189 [details] [review]
Show product descriptions

This is against v1.2 (anoncvs doesn't have 1.3), so patch won't apply cleanly
(the <label for=""> stuff).

Adds 2 arrays for all products and gnome specific products. Uses those arrays
when clicking on the checkbox. Adds 2 arrays for storing the descriptions for
above arrays.
Also adds extra onload function. Mozilla remembers the state of the checkbox
when reloading, but forgets the options. The function checks the state of the
checkbox onload and shows all products if nongnome was checked. Without this
function you could have the nongnome products checked, but only the gnome
specific ones would be shown.
Comment 2 Olav Vitters 2005-01-08 22:44:46 UTC
Created attachment 35685 [details] [review]
Show product descriptions, v2

Same patch but this one applies cleanly to cvs.
Comment 3 Andrew Sobala 2005-01-08 23:23:14 UTC
Woops, sorry for missing this one.

Assuming you've tested it, feel free to commit.

(Also, if you want to ping me on any other patches you have outstanding, I'll
look at them.)
Comment 4 Olav Vitters 2005-01-08 23:40:53 UTC
Patch was tested before adding it. Have committed patch and retested on
bugzilla.gnome.org. Still works.

Marking fixed.