summaryrefslogtreecommitdiffstats
path: root/editkeywords.cgi
AgeCommit message (Expand)AuthorFilesLines
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
2016-02-23Bug 1246528 - Use Makefile.PL and allow Bugzilla use cpanm-compatible local d...Dylan Hardison1-1/+1
2015-12-23Bug 1201113: Support to run Bugzilla as a PSGI applicationFrédéric Buclin1-20/+0
2015-06-28Bug 1177267: When adding a new keyword, it should be active by default. Curre...David Lawrence1-4/+3
2015-05-01Bug 69267: Add the ability to deactivate keywordsDylan William Hardison1-3/+5
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-1/+3
2012-11-12Bug 676844: Replace ThrowCodeError() by ThrowUserError() when the error is no...Frédéric Buclin1-4/+4
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-0/+1
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin1-19/+5
2010-07-05Bug 570567: The 'keyword deleted' page does not mention the deleted keywordGavinS1-0/+1
2010-05-20Bug 565879: Merge ThrowCodeError("action_unrecognized"), ThrowUserError("no_v...Frédéric Buclin1-1/+1
2009-11-09Bug 526146: Use remove_from_db to delete keywords in editkeywords.cgimkanat%bugzilla.org1-2/+1
2009-02-02Bug 466692: [SECURITY] keywords and unused flag types can be deleted by bypas...lpsolit%gmail.com1-13/+10
2008-10-18Bug 460293: Implement Bugzilla::Object::set_all and have editkeywords.cgi use itmkanat%bugzilla.org1-2/+4
2008-01-28Bug 325487: Admin pages should require less "clicks" (remove useless confirma...lpsolit%gmail.com1-8/+14
2007-10-19Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org1-1/+1
2006-10-15Bug 281181: [SECURITY] It's way too easy to delete versions/components/milest...lpsolit%gmail.com1-0/+21
2006-09-06Bug 351098: Make Bugzilla::Object able to update objects in the database, and...mkanat%bugzilla.org1-90/+21
2006-08-15Bug 348529: Editing keywords results in a "Software Error"mkanat%bugzilla.org1-0/+19
2006-08-11Bug 347061: Create Bugzilla::Object->create and make Bugzilla::Keyword use itmkanat%bugzilla.org1-57/+5
2006-07-02Bug 343248: SQL query to get all keywords with bug count is duplicated in edi...mkanat%bugzilla.org1-11/+2
2006-06-21Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com1-3/+2
2006-06-20Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod...lpsolit%gmail.com1-9/+0
2006-06-20Spelling patch: 'valididy' -> 'validity'; patch by Vlad Dascalu <vladd@bugzil...vladd%bugzilla.org1-1/+1
2005-12-12Bug 319089: editkeywords.cgi throws an error when action="edit" or "delete" a...lpsolit%gmail.com1-6/+11
2005-10-26Bug 313603: The keyword_already_exists error has an undefined variable - Patc...lpsolit%gmail.com1-1/+1
2005-10-25Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...lpsolit%gmail.com1-3/+2
2005-09-16Bug 304696: Replace UserInGroup() by $user->in_group() when checking user pri...lpsolit%gmail.com1-3/+2
2005-09-05Bug 303705: Eliminate deprecated Bugzilla::DB routines from editkeywords.cgi ...lpsolit%gmail.com1-76/+61
2005-08-13Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-1/+1
2005-08-10Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...lpsolit%gmail.com1-1/+1
2005-08-09Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net1-1/+1
2005-08-09Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-1/+1
2005-03-16Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, unless...mkanat%kerio.com1-2/+5
2005-03-16Bug 283581 : Move UserInGroup out of globals.pltravis%sedsystems.ca1-0/+1
2005-03-09Bug 284975: Any code after Throw*Error is a dead code.mkanat%kerio.com1-6/+0
2005-01-16Patch for bug 265898: edit*.cgi files should all use ThrowUserError(); patch ...jocuri%softhome.net1-5/+4
2004-04-05Patch for bug 239576: make sure detaint_natural is always called with a defin...jocuri%softhome.net1-1/+1
2004-03-27Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br1-2/+2
2004-03-06Patch for bug 234879: remove %FORM from editkeywords.cgi; r=kiko, a=justdave.jocuri%softhome.net1-11/+16
2003-12-10Bug 190223: Complete templatization for editkeywords.cgi; reviewed by kiko, j...jocuri%softhome.net1-140/+42
2003-11-22Bug 208604 - Make data/template dir locations configurablebbaetz%acm.org1-3/+5
2003-11-21Bug 225703: Partial templatization for editkeywords.cgi; r=jouni; r=gerv; a=j...jocuri%softhome.net1-55/+33
2003-11-03[SECURITY] Bug 219044: A user with 'editkeywords' privileges (i.e. usually an...justdave%syndicomm.com1-0/+1
2003-09-27Bug 65316: Typos on edit*.cgi. Change use of PutTrailer() (and thekiko%async.com.br1-1/+6
2003-05-05Bug 201816 - use CGI.pm for header outputbbaetz%acm.org1-1/+1
2003-03-27Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org1-1/+1
2002-08-26Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au1-1/+0
2002-07-22Bug 95426 - remove $onebug cruft. Patch by gerv; 2xr=timeless.gerv%gerv.net1-10/+2
2002-06-17Bug 151053, ConnectToDatabase/quietly_check_login sometimes not calledbbaetz%student.usyd.edu.au1-0/+1