aboutsummaryrefslogtreecommitdiffstats
path: root/doeditparams.cgi
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Patch for bug 237369: implement relatively simple changes from %FORM to ↵jocuri%softhome.net2004-03-271-5/+3
| | | | $cgi->param variable; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, justdave; a=justdave.
* Bug 208604 - Make data/template dir locations configurablebbaetz%acm.org2003-11-221-2/+2
|
* Bug 165366: When editparams is used to shutdown Bugzilla, provide a link ↵justdave%syndicomm.com2003-09-021-1/+10
| | | | | | | back to editparams Patch by Vlad Dascalu <jocuri@softhome.net> r= kiko, a= justdave
* Bug 207206: doeditparams.cgi XHTML compatibility. Patch by ↵preed%sigkill.com2003-07-161-4/+4
| | | | jocuri@softhome.net, r=kiko, a=justdave
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-1/+4
| | | | 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 180870 - Remove old shadowdb manual replication codebbaetz%student.usyd.edu.au2002-12-211-5/+0
| | | | r, a=myk
* Bug 124589 - support database replicationbbaetz%student.usyd.edu.au2002-11-191-3/+5
| | | | r=myk, a=justdave
* Bug 178772 doeditparams.cgi failed with malformed headersbugreport%peshkin.net2002-11-081-1/+1
| | | | | r= justdave a= justdave
* Bug 163829 - move pref code into a separate packagebbaetz%student.usyd.edu.au2002-08-291-49/+42
| | | | 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-3/+35
| | | | p=preed,r=joel,r2=bbaetz
* Bug 151053, ConnectToDatabase/quietly_check_login sometimes not calledbbaetz%student.usyd.edu.au2002-06-171-1/+1
| | | | | early enough r=mattyt, jouni
* Fix for bug 108982: enable taint mode for all user-facing CGI files.justdave%syndicomm.com2002-01-201-1/+3
| | | | | Patch by Brad Baetz <bbaetz@student.usyd.edu.au> r= jake, justdave
* Fix for bug 92500: line-feeds were not being properly converted when ↵justdave%syndicomm.com2001-11-181-1/+1
| | | | | | | submitting parameter changes with some Mac browsers. Patch by Gervase Markham <gerv@mozilla.org> r= ddk, justdave
* Fix for bug 95082 - Param('shutdownhtml') doesn't completely shut down bugzilla.jake%acutex.net2001-08-141-1/+1
| | | | r= justdave@syndicomm.com
* Re-fix for bug 28458: AddFDef always replaces the fielddefs every time you ↵justdave%syndicomm.com2001-06-211-6/+0
| | | | | | | run checksetup.pl, so the change to them during doeditparams was nullified if you updated. Other recent changes have nullified the reason for changing it in editparams anyway, so just backing that part out. Patch by Jake Steenhagen <jake@acutex.net> r= justdave@syndicomm.com
* Fix for bug 28458: "NEW" bugs were not getting CC or QA Contact information ↵justdave%syndicomm.com2001-06-061-1/+7
| | | | | | | displayed. Patch by Jake Steenhagen <jake@acutex.net> r= justdave@syndicomm.com
* Fix for bug 44076: Editparams falsely detecting text field changes anddave%intrec.com2000-09-291-1/+4
| | | | NS4Mac putting a single linefeed in empty fields.
* Making all system calls use paramter argumentstara%tequilarista.org2000-05-181-1/+1
|
* Added an optional ability to keep a read-only shadow database, so thatterry%mozilla.org2000-02-181-0/+3
| | | | | bug queries can be run against it, so that these slow queries won't be able to tie up the rest of the system.
* Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks byterry%mozilla.org2000-01-151-0/+3
| | | | | | | 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/+1
|
* 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-0/+2
| | | | 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-2/+2
|
* Patch by Andrew Anderson <andrew@redhat.com>. Many minor bugfixes and cleanup.terry%netscape.com1998-11-171-2/+2
|
* Everything has been ported to now run under Perl.terry%netscape.com1998-09-161-27/+40
|
* Allow editing of parameters via a web page.terry%netscape.com1998-09-011-0/+62