Closed
Bug 73191
Opened 25 years ago
Closed 25 years ago
The quips.cgi from bugzilla.gnome.org
Categories
(Bugzilla :: Bugzilla-General, defect)
Bugzilla
Bugzilla-General
Tracking
()
VERIFIED
FIXED
Bugzilla 2.14
People
(Reporter: baulig, Assigned: tara)
Details
Attachments
(2 files)
|
1.68 KB,
text/plain
|
Details | |
|
525 bytes,
patch
|
Details | Diff | Splinter Review |
Hi,
here's that quips.cgi which we use on bugzilla.gnome.org
Martin
| Reporter | ||
Comment 1•25 years ago
|
||
Comment 2•25 years ago
|
||
I like the way this script works. Although I'm not sure if it's ready to go in
the distribution exactly as is, it should be fairly straight forward to adapt if
not.
In particular, with this in place, we don't need to make data/quips accessible,
and this simplifies the security procedures that need to be in place since we
can block data entirely. Hence I'm moving this to 2.14.
Hardware: PC → All
Target Milestone: --- → Bugzilla 2.14
Updated•25 years ago
|
Comment 3•25 years ago
|
||
Comment 4•25 years ago
|
||
Two additional comments...
- Shouldn't it be: Glutton for punishment? [See all the quips] ;-)
- "main::FORM" used only once: possible typo at /var/www/bugzilla/quips.cgi
line 43 (#1)
Comment 5•25 years ago
|
||
added
use vars ( %::FORM );
to the top and that killed the warning.
r= justdave
Checked in.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 7•24 years ago
|
||
Moving to Bugzilla product
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
Version: Bugzilla 2.11 → unspecified
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•