summaryrefslogtreecommitdiffstats
path: root/editparams.cgi
AgeCommit message (Collapse)AuthorFilesLines
2003-03-27Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org1-1/+1
r=justdave a=justdave
2002-08-29Bug 163829 - move pref code into a separate packagebbaetz%student.usyd.edu.au1-38/+31
r=joel, preed
2002-08-26Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au1-1/+0
r=joel x2
2002-08-11Bug 160410: defparams.pl support for single/multi pulldown menus; ↵preed%sigkill.com1-1/+45
p=preed,r=joel,r2=bbaetz
2002-06-17Bug 151053, ConnectToDatabase/quietly_check_login sometimes not calledbbaetz%student.usyd.edu.au1-0/+1
early enough r=mattyt, jouni
2002-04-30Bug 140784 - edit*.cgi need a use lib "." on Win32/IIS w/ taint. Patch by ↵gerv%gerv.net1-0/+1
jouni@heikniemi.net; r=bbaetz, gerv.
2001-10-13Fix for bug 104516: No code changes in this patch, all this checkin does is ↵justdave%syndicomm.com1-4/+4
remove all tabs from the bugzilla source and replace it with the appropriate number of spaces (in most cases 8) to line up with existing code. This is part of the effort to bring the existing codebase up to par with our style guidelines. Patch by Jake Steehagen <jake@acutex.net> r= justdave x2
2001-08-14Fix for bug 95082 - Param('shutdownhtml') doesn't completely shut down bugzilla.jake%acutex.net1-1/+1
r= justdave@syndicomm.com
2000-01-15Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks byterry%mozilla.org1-0/+2
me. Added a footer to every page. Add some options to do things like display checkboxes instead of scrolling lists, and a new formatting for email diffs, and show list items capitalized instead of all upper case.
2000-01-13Provide a simple param to let the maintainer shut down Bugzilla for a while.terry%mozilla.org1-1/+2
1999-11-02updated license boilerplatedmose%mozilla.org1-14/+15
1999-03-12Added 'groups' stuff, where we have different group bits that we canterry%netscape.com1-5/+4
put on a person or on a bug. Some of the group bits control access to bugzilla features. And a person can't access a bug unless he has every group bit set that is also set on the bug.
1999-01-28Added three new fields (which appear in the UI only if params areterry%netscape.com1-1/+1
turned on): target_milestone, qa_contact, and status_whiteboard.
1998-11-21Backed out Andrew's patch -- turns out it was doing quoting sublty wrong.terry%netscape.com1-13/+13
1998-11-17Patch by Andrew Anderson <andrew@redhat.com>. Many minor bugfixes and cleanup.terry%netscape.com1-13/+13
1998-09-19Make it clear to people that "%version%" will work.terry%netscape.com1-0/+6
1998-09-16Everything has been ported to now run under Perl.terry%netscape.com1-51/+66
1998-09-02Use POST, not GET. Allow for boolean params.terry%netscape.com1-1/+15
1998-09-01Allow editing of parameters via a web page.terry%netscape.com1-0/+71