summaryrefslogtreecommitdiffstats
path: root/editclassifications.cgi
AgeCommit message (Expand)AuthorFilesLines
2016-04-14Bug 1088022 - Bump min version to CGI 4.09Frédéric Buclin1-2/+2
2016-03-16Remove unused variable (leftover from bug 1201113)Frédéric Buclin1-1/+0
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-1/+0
2014-12-17Bug 1107874 - make Help links point to new documentation. r=dkl, a=justdave.Gervase Markham1-1/+1
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-1/+3
2014-04-07Bug 987032: allow memcached to cache bugzilla configuration informationByron Jones1-0/+1
2014-02-12Bug 969881: All "Help" links in the header and footer of pages point to inexi...Frédéric Buclin1-1/+1
2014-01-31Bug 956233: enable USE_MEMCACHE on most objectsByron Jones1-2/+9
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-18/+5
2012-01-06Bug 714515: editclassifications.cgi should use ->set_allOlav Vitters1-3/+5
2011-08-17Bug 678970: Use $user and $cgi instead of Bugzilla->user and Bugzilla->cgiFrédéric Buclin1-2/+2
2010-05-20Bug 565879: Merge ThrowCodeError("action_unrecognized"), ThrowUserError("no_v...Frédéric Buclin1-1/+1
2009-01-02Bug 313126: Clean up editclassification.cgi and make it use Bugzilla::Classif...lpsolit%gmail.com1-89/+15
2009-01-02Bug 339381: Make Bugzilla::Classification use Bugzilla::Object - Patch by FrÃ...lpsolit%gmail.com1-20/+10
2008-08-08Bug 442031: Make Bugzilla::User::groups return an arrayref of Bugzilla::Group...mkanat%bugzilla.org1-1/+1
2008-01-28Bug 325487: Admin pages should require less "clicks" (remove useless confirma...lpsolit%gmail.com1-21/+22
2007-10-23Part 2 of bug 182083: add Help for more admin pages - Patch by me, r=Colinlpsolit%gmail.com1-0/+3
2007-10-19Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org1-1/+1
2007-10-10Bug 398976: edit*.cgi scripts should use transactions for database interactio...lpsolit%gmail.com1-4/+4
2006-10-15Bug 281181: [SECURITY] It's way too easy to delete versions/components/milest...lpsolit%gmail.com1-1/+17
2006-08-06Bug 347277: Entering an non-integer sortkey crashes editclassifications.cgi -...lpsolit%gmail.com1-5/+14
2006-07-17Bug 277377: Classifications should support sort keys - Patch by Olav Vitters ...lpsolit%gmail.com1-2/+15
2006-07-06Bug 173629: Clean up "my" variable scoping issues for mod_perlmkanat%bugzilla.org1-2/+4
2006-07-04Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org1-1/+0
2006-07-04Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org1-1/+2
2006-06-21Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com1-3/+1
2006-06-20Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod...lpsolit%gmail.com1-10/+1
2005-10-14Bug 306601: Bugzilla::Classification needs a products() method - Patch by And...lpsolit%gmail.com1-29/+9
2005-08-13Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.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-07-29Bug 286294: cleanup editclassifications.cgi and migrate the existent code to ...lpsolit%gmail.com1-192/+89
2005-07-19Bug 265188: GenerateVersionTable should only overwrite versioncache if it's c...lpsolit%gmail.com1-1/+4
2005-06-15Bug 293501: Add me to files where I belong and fix kerio.com emailsmkanat%kerio.com1-1/+1
2005-04-05Bug 286235: Implicit joins should be replaced by explicit joins - installment Amkanat%kerio.com1-3/+5
2005-03-23Bug 280193: Round up places using data/ instead of $datadir - Patch by Marc S...lpsolit%gmail.com1-4/+4
2005-03-16Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, unless...mkanat%kerio.com1-4/+7
2005-03-16Bug 286286 : Incorrect name check when adding a new classificationtravis%sedsystems.ca1-8/+12
2005-03-09Bug 284975: Any code after Throw*Error is a dead code.mkanat%kerio.com1-1/+1
2005-03-05Bug 277782: _throw_error should unlock tables when tables are locked, automat...mkanat%kerio.com1-2/+0
2005-03-03Bug 283394: Editing or deleting classifications causes a blank pagemkanat%kerio.com1-0/+2
2005-02-20Bug 282124: Remove globals.pl and CGI.pl from editclassifications.cgimkanat%kerio.com1-6/+9
2005-02-18Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com1-6/+6
2005-01-16Patch for bug 265898: edit*.cgi files should all use ThrowUserError(); patch ...jocuri%softhome.net1-1/+5
2004-08-21Bug 224208 Add a higher level of categorization (.ie departments, locations, ...bugreport%peshkin.net1-0/+391