summaryrefslogtreecommitdiffstats
path: root/show_bug.cgi
AgeCommit message (Expand)AuthorFilesLines
2009-08-12Bug 509108: Don't require a bug_list parameter to show the bug template (crea...mkanat%bugzilla.org1-8/+0
2009-08-11Bug 509045: Make "use_keywords" a global template variable instead of having ...mkanat%bugzilla.org1-1/+0
2009-08-05Bug 508416: Bug flags are always displayed in the XML view of bugs - Patch by...lpsolit%gmail.com1-1/+1
2009-02-05 Bug 476678 - Rich clients unable to update bugs need security token include...ghendricks%novell.com1-1/+1
2009-01-25Bug 471880: More scripts should use the shadow DB instead of the master DB - ...lpsolit%gmail.com1-0/+5
2008-09-18Bug 452734: Remove the keyword chooser, because it's a usability regressionmkanat%bugzilla.org1-1/+0
2008-06-30Bug 440612 – Use Bugzilla::Bug->check everywhere instead of ValidateBugIDmkanat%bugzilla.org1-4/+1
2008-05-05Bug 425665: [SECURITY] XSS in show_bug.cgi: id isn't filtered for format=mult...lpsolit%gmail.com1-1/+1
2007-10-19Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org1-1/+1
2007-05-15Bug 80169: JavaScript-enhanced keyword editing - Patch by Teemu Mannermaa <wi...lpsolit%gmail.com1-0/+1
2006-12-27Bug 364835 - "current bug number should be filled in in "to bugs" input box t...reed%reedloden.com1-0/+3
2006-10-15Bug 346564: [SECURITY] timetracking deadline leaks in XML - Patch by Olav Vit...lpsolit%gmail.com1-1/+1
2006-09-05Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_groupmkanat%bugzilla.org1-1/+1
2006-08-12Bug 348057: Move the checks for bug visibility out of Bugzilla::Bug->newmkanat%bugzilla.org1-3/+9
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/+1
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-2/+0
2006-06-19Bug 341924: When viewing several bugs at once using show_bug.cgi?format=multi...lpsolit%gmail.com1-2/+6
2006-05-12Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN blockmkanat%bugzilla.org1-5/+1
2006-03-09Bug 328638: Remove @::legal_keywords and %::keywordsbynamemkanat%kerio.com1-1/+2
2006-02-21Bug 287325: Ability to add custom plain-text fields to a Bug - Patch by Myk M...lpsolit%gmail.com1-1/+1
2005-10-31Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric Bu...lpsolit%gmail.com1-4/+2
2005-10-25Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...lpsolit%gmail.com1-1/+3
2005-09-07Bug 302669 (2nd part): show_bug.cgi?ctype=xml should allow the option of expo...lpsolit%gmail.com1-1/+2
2005-08-25Bug 208761: Move GetFormat() from globals.pl into Bugzilla::Template - Patch ...lpsolit%gmail.com1-2/+2
2005-08-22Bug 304725: keywords aren't displayed in show_bug.cgi when format=multiple - ...lpsolit%gmail.com1-0/+1
2005-08-10Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...lpsolit%gmail.com1-1/+1
2005-03-16Bug 283581 : Move UserInGroup out of globals.pltravis%sedsystems.ca1-0/+1
2004-10-25[SECURITY] Bug 263780: Exporting a bug to XML exposes user comments and attac...justdave%bugzilla.org1-0/+4
2004-09-22Bug 259452 Add bonsai style &mark support to showbug for bug commentstimeless%mozdev.org1-0/+13
2004-04-11Patch for bug 87770: make attachment.cgi work with no parameters; patch by Ga...jocuri%softhome.net1-1/+1
2004-04-02Fix for bug 238868: remove %FORM and %COOKIE from show_bug.cgi. Doeskiko%async.com.br1-4/+5
2004-03-27Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br1-4/+3
2004-03-18Bug 192516: Moving the loose .pm files into the Bugzilla directory, where the...justdave%syndicomm.com1-4/+4
2003-08-20Check for PatchReader as a part of the installation and disable the "Diff"jkeiser%netscape.com1-0/+6
2003-05-05Bug 201816 - use CGI.pm for header outputbbaetz%acm.org1-3/+8
2003-03-27Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org1-1/+1
2003-01-15Bug 136603 - show_bug.cgi's XML retrieval needs a summary mode. Patch by gerv...gerv%gerv.net1-1/+22
2002-12-15Bug 158499 - Templatise XML bug outputbbaetz%student.usyd.edu.au1-20/+22
2002-11-28Bug 171493 - make show_bug use Bug.pm and remove bug_form.plbbaetz%student.usyd.edu.au1-6/+32
2002-08-26Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au1-1/+0
2002-03-24Bug 110012 - show_bug templatisation. r=bbaetz, afranke.gerv%gerv.net1-26/+3
2002-01-20Fix for bug 108982: enable taint mode for all user-facing CGI files.justdave%syndicomm.com1-1/+3
2001-09-11Make Bugzilla support <link> tag for buglists. Bug 87818. r=jake, caillon.gerv%gerv.net1-1/+1
2001-06-03Landing Myk's patch for bug #71767tara%tequilarista.org1-9/+24
2001-03-13Checking in Jake's <jake@acutex.net> interim patches from bug 30694. Bugzilla...endico%mozilla.org1-3/+3
2001-03-09Patch from Jake <jake@acutex.net> for bugs 22041 and 25693 which had the same...endico%mozilla.org1-0/+1
2001-02-02Fix for bug 22041: Bug page title now includes bug summary. Patch by st.n@gm...dave%intrec.com1-2/+7
2000-01-15Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks byterry%mozilla.org1-2/+1