Closed
Bug 350933
Opened 19 years ago
Closed 19 years ago
Ability to limit config.cgi output by product
Categories
(Bugzilla :: Bugzilla-General, enhancement)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.0
People
(Reporter: mkanat, Assigned: mkanat)
Details
Attachments
(1 file, 1 obsolete file)
|
1.59 KB,
patch
|
bugzilla-mozilla
:
review+
|
Details | Diff | Splinter Review |
Some very large installations (Akamai, for example) use config.cgi as part of their automated tools. However, these same installations have thousands of products, and loading all of config.cgi when they only need information for one product is very slow.
So there should be a (multiplicable) CGI parameter called "product" that allows users to limit the output by product. I already have this code for 2.22, I just have to update it for 3.0.
| Assignee | ||
Comment 1•19 years ago
|
||
Here's the version of the code for Bugzilla 2.22.
Assignee: general → mkanat
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•19 years ago
|
||
Okay, here it is. Pretty trivial patch.
Attachment #236328 -
Attachment is obsolete: true
Attachment #236331 -
Flags: review?(wicked+bz)
Comment 3•19 years ago
|
||
Comment on attachment 236331 [details] [diff] [review]
v1
tested, works.
Attachment #236331 -
Flags: review?(wicked) → review+
Updated•19 years ago
|
Flags: approval?
Updated•19 years ago
|
Flags: approval? → approval+
| Assignee | ||
Comment 4•19 years ago
|
||
Checking in config.cgi;
/cvsroot/mozilla/webtools/bugzilla/config.cgi,v <-- config.cgi
new revision: 1.24; previous revision: 1.23
done
| Assignee | ||
Comment 6•19 years ago
|
||
The correct bug number for those release notes is actually bug 349423.
You need to log in
before you can comment on or make changes to this bug.
Description
•