aboutsummaryrefslogtreecommitdiffstats
path: root/editparams.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Patch for bug 265898: edit*.cgi files should all use ThrowUserError(); patch ↵jocuri%softhome.net2005-01-161-8/+4
| | | | by Frédéric Buclin <LpSolit@gmail.com>, r=vladd, a=myk.
* Bug 141006: Run edit*.cgis in taint mode.jouni%heikniemi.net2004-05-231-1/+1
| | | | | Patch by byron jones <bugzilla@glob.com.au> r=jouni, a=justdave
* Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br2004-03-271-2/+2
| | | | | | | quietly_check_login()/confirm_login() calls. Cleans up callsites (consisting of most of our CGIs), swapping (where appropriate) for calls to Bugzilla->login. Patch by Teemu Mannermaa <wicked@etlicon.fi>. r=bbaetz, kiko. a=justdave.
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-1/+1
| | | | r=joel, a=justdave
* Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org2003-03-271-1/+1
| | | | | r=justdave a=justdave
* Bug 163829 - move pref code into a separate packagebbaetz%student.usyd.edu.au2002-08-291-38/+31
| | | | r=joel, preed
* Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au2002-08-261-1/+0
| | | | r=joel x2
* Bug 160410: defparams.pl support for single/multi pulldown menus; ↵preed%sigkill.com2002-08-111-1/+45
| | | | p=preed,r=joel,r2=bbaetz
* Bug 151053, ConnectToDatabase/quietly_check_login sometimes not calledbbaetz%student.usyd.edu.au2002-06-171-0/+1
| | | | | early enough r=mattyt, jouni
* Bug 140784 - edit*.cgi need a use lib "." on Win32/IIS w/ taint. Patch by ↵gerv%gerv.net2002-04-301-0/+1
| | | | jouni@heikniemi.net; r=bbaetz, gerv.
* Fix for bug 104516: No code changes in this patch, all this checkin does is ↵justdave%syndicomm.com2001-10-131-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
* Fix for bug 95082 - Param('shutdownhtml') doesn't completely shut down bugzilla.jake%acutex.net2001-08-141-1/+1
| | | | r= justdave@syndicomm.com
* Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks byterry%mozilla.org2000-01-151-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.
* Provide a simple param to let the maintainer shut down Bugzilla for a while.terry%mozilla.org2000-01-131-1/+2
|
* updated license boilerplatedmose%mozilla.org1999-11-021-14/+15
|
* Added 'groups' stuff, where we have different group bits that we canterry%netscape.com1999-03-121-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.
* Added three new fields (which appear in the UI only if params areterry%netscape.com1999-01-281-1/+1
| | | | turned on): target_milestone, qa_contact, and status_whiteboard.
* Backed out Andrew's patch -- turns out it was doing quoting sublty wrong.terry%netscape.com1998-11-211-13/+13
|
* Patch by Andrew Anderson <andrew@redhat.com>. Many minor bugfixes and cleanup.terry%netscape.com1998-11-171-13/+13
|
* Make it clear to people that "%version%" will work.terry%netscape.com1998-09-191-0/+6
|
* Everything has been ported to now run under Perl.terry%netscape.com1998-09-161-51/+66
|
* Use POST, not GET. Allow for boolean params.terry%netscape.com1998-09-021-1/+15
|
* Allow editing of parameters via a web page.terry%netscape.com1998-09-011-0/+71