aboutsummaryrefslogtreecommitdiffstats
path: root/editparams.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-1/+3
| | | | r=dkl a=sgreen
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-0/+1
| | | | r=wicked a=LpSolit
* Bug 759413 - Use "cannot" instead of "can not".Matt Selsky2012-08-031-1/+1
| | | | r=Wurblzap, a=LpSolit
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-111-21/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 298268: editparams.cgi should accept urlbase, sslbase, etc.. with or ↵Frédéric Buclin2011-08-171-0/+5
| | | | | | without a trailing slash r=dkl a=LpSolit
* Make param pages without a sortkey sort to the end. r=dkl, a=lpsolit.Gervase Markham2011-01-251-0/+1
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=621255
* Bug 537846 - "Disable the "Reset" checkbox for the maintainer parameter" ↵Reed Loden2010-02-091-1/+1
| | | | [r=mkanat a=mkanat]
* Bug 430014: Re-write the code hooks system so that it uses modules instead ↵mkanat%bugzilla.org2009-11-241-1/+1
| | | | | | of individual .pl files Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 449511: get_param_list() takes no argument - Patch by Frédéric ↵lpsolit%gmail.com2008-08-221-1/+1
| | | | Buclin <LpSolit@gmail.com> r=bkor a=LpSolit
* Bug 438435: Need code hooks for authenticationmkanat%bugzilla.org2008-08-071-1/+6
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 430909 - add hook for parametersbbaetz%acm.org2008-05-061-5/+8
| | | | r=mkanat, r/a=lpsolit
* Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org2007-10-191-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 365378 – The 'languages' parameter is not necessary.wurblzap%gmail.com2007-08-221-12/+0
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit; a=LpSolit
* Bug 385415: Bugs marked as duplicate or moved to another installation always ↵lpsolit%gmail.com2007-07-131-0/+4
| | | | go to the RESOLVED state, even if the workflow has RESOLVED excluded from it (or if this bug status has been removed or renamed). Some major problems related to the workflow when upgrading or installing 3.1 are also fixed here - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Fix bustage from checkin of Bug 374331--defaultlanguage parameter no longer ↵mkanat%bugzilla.org2007-05-061-1/+1
| | | | exists, use $languages[0] instead. r=LpSolit
* Bug 297186: Send emails in the recipient's locale, not the current user's - ↵lpsolit%gmail.com2006-12-121-0/+14
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
* Bug 277370: Ability to specify an email address to which notification about ↵olav%bkor.dhs.org2006-11-141-0/+10
| | | | | | all bugs should go Patch by Guillaume Rousse <guillomovitch@zarb.org> r=bkor a=myk
* Bug 281181: [SECURITY] It's way too easy to delete ↵lpsolit%gmail.com2006-10-151-0/+6
| | | | versions/components/milestones etc... - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 346483: Fix up param-updating code in checksetup.pl to all be in a module.mkanat%bugzilla.org2006-08-011-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-041-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-041-2/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 343112: @Bugzilla::Config::parampanels is only defined if something ↵mkanat%bugzilla.org2006-07-041-6/+3
| | | | | | calls _load_params Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵lpsolit%gmail.com2006-06-211-2/+3
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 313531: Move 'use Bugzilla;' out of globals.pl - Patch by Frédéric ↵lpsolit%gmail.com2006-06-201-0/+1
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 304601: Bugzilla::Config's :locations exports need to be in their own ↵lpsolit%gmail.com2006-06-201-5/+2
| | | | | | | | module - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat for the main patch, r=myk for the patch about CGI.pm a=justdave Bug 328637: Remove all legal_* versioncache arrays - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave Bug 110503 - Eliminate versioncache
* Bug 328748 - Report inability to just view parameters - not edit themtimeless%mozdev.org2006-03-071-1/+1
| | | | r=lpsolit a=myk
* Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵lpsolit%gmail.com2005-10-251-1/+2
| | | | Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 297593: defaultpriority, defaultseverity, defaultplatform and ↵lpsolit%gmail.com2005-10-191-0/+2
| | | | defaultopsys parameters in editparams.cgi should be a dropdown menu - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
* Bug 312195: Add an index to all parameters to editparams - Patch by ↵lpsolit%gmail.com2005-10-131-1/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
* Bug 312150: Some routines are not exported in Bugzilla/Config/Common.pm - ↵lpsolit%gmail.com2005-10-121-0/+2
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
* Bug 46296: Make editparams.cgi be multi-panel by category - Patch by ↵lpsolit%gmail.com2005-10-121-97/+82
| | | | Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
* Bug 304696: Replace UserInGroup() by $user->in_group() when checking user ↵lpsolit%gmail.com2005-09-161-3/+2
| | | | privs in edit*.cgi files - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com2005-08-101-1/+1
| | | | r=mkanat,wicked a=justdave
* Bug 301507: Move PutHeader and PutFooter into Template.pm - Patch by ↵lpsolit%gmail.com2005-07-221-2/+4
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
* Bug 283581 : Move UserInGroup out of globals.pltravis%sedsystems.ca2005-03-161-0/+1
| | | | Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat a=justdave
* 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
|