| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 399954: Make Bugzilla able to hold its dependencies in a local directory | mkanat%bugzilla.org | 2007-10-19 | 1 | -1/+1 |
* | Bug 80169: JavaScript-enhanced keyword editing - Patch by Teemu Mannermaa <wi... | lpsolit%gmail.com | 2007-05-14 | 1 | -0/+1 |
* | Bug 364835 - "current bug number should be filled in in "to bugs" input box t... | reed%reedloden.com | 2006-12-27 | 1 | -0/+3 |
* | Bug 346564: [SECURITY] timetracking deadline leaks in XML - Patch by Olav Vit... | lpsolit%gmail.com | 2006-10-15 | 1 | -1/+1 |
* | Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_group | mkanat%bugzilla.org | 2006-09-04 | 1 | -1/+1 |
* | Bug 348057: Move the checks for bug visibility out of Bugzilla::Bug->new | mkanat%bugzilla.org | 2006-08-12 | 1 | -3/+9 |
* | Bug 338375: Use Bugzilla->params everywhere instead of Param(). | mkanat%bugzilla.org | 2006-07-04 | 1 | -1/+0 |
* | Bug 342869: Use Bugzilla->params everywhere except templates | mkanat%bugzilla.org | 2006-07-04 | 1 | -1/+1 |
* | Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F... | lpsolit%gmail.com | 2006-06-21 | 1 | -3/+2 |
* | Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod... | lpsolit%gmail.com | 2006-06-20 | 1 | -2/+0 |
* | Bug 341924: When viewing several bugs at once using show_bug.cgi?format=multi... | lpsolit%gmail.com | 2006-06-19 | 1 | -2/+6 |
* | Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN block | mkanat%bugzilla.org | 2006-05-12 | 1 | -5/+1 |
* | Bug 328638: Remove @::legal_keywords and %::keywordsbyname | mkanat%kerio.com | 2006-03-09 | 1 | -1/+2 |
* | Bug 287325: Ability to add custom plain-text fields to a Bug - Patch by Myk M... | lpsolit%gmail.com | 2006-02-21 | 1 | -1/+1 |
* | Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric Bu... | lpsolit%gmail.com | 2005-10-31 | 1 | -4/+2 |
* | Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi... | lpsolit%gmail.com | 2005-10-25 | 1 | -1/+3 |
* | Bug 302669 (2nd part): show_bug.cgi?ctype=xml should allow the option of expo... | lpsolit%gmail.com | 2005-09-07 | 1 | -1/+2 |
* | Bug 208761: Move GetFormat() from globals.pl into Bugzilla::Template - Patch ... | lpsolit%gmail.com | 2005-08-25 | 1 | -2/+2 |
* | Bug 304725: keywords aren't displayed in show_bug.cgi when format=multiple - ... | lpsolit%gmail.com | 2005-08-22 | 1 | -0/+1 |
* | Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=... | lpsolit%gmail.com | 2005-08-10 | 1 | -1/+1 |
* | Bug 283581 : Move UserInGroup out of globals.pl | travis%sedsystems.ca | 2005-03-16 | 1 | -0/+1 |
* | [SECURITY] Bug 263780: Exporting a bug to XML exposes user comments and attac... | justdave%bugzilla.org | 2004-10-25 | 1 | -0/+4 |
* | Bug 259452 Add bonsai style &mark support to showbug for bug comments | timeless%mozdev.org | 2004-09-22 | 1 | -0/+13 |
* | Patch for bug 87770: make attachment.cgi work with no parameters; patch by Ga... | jocuri%softhome.net | 2004-04-10 | 1 | -1/+1 |
* | Fix for bug 238868: remove %FORM and %COOKIE from show_bug.cgi. Does | kiko%async.com.br | 2004-04-02 | 1 | -4/+5 |
* | Fix for bug 234175: Remove deprecated ConnectToDatabase() and | kiko%async.com.br | 2004-03-27 | 1 | -4/+3 |
* | Bug 192516: Moving the loose .pm files into the Bugzilla directory, where the... | justdave%syndicomm.com | 2004-03-18 | 1 | -4/+4 |
* | Check for PatchReader as a part of the installation and disable the "Diff" | jkeiser%netscape.com | 2003-08-20 | 1 | -0/+6 |
* | Bug 201816 - use CGI.pm for header output | bbaetz%acm.org | 2003-05-05 | 1 | -3/+8 |
* | Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line | jake%bugzilla.org | 2003-03-27 | 1 | -1/+1 |
* | Bug 136603 - show_bug.cgi's XML retrieval needs a summary mode. Patch by gerv... | gerv%gerv.net | 2003-01-15 | 1 | -1/+22 |
* | Bug 158499 - Templatise XML bug output | bbaetz%student.usyd.edu.au | 2002-12-15 | 1 | -20/+22 |
* | Bug 171493 - make show_bug use Bug.pm and remove bug_form.pl | bbaetz%student.usyd.edu.au | 2002-11-28 | 1 | -6/+32 |
* | Bug 76923 - Don't |use diagnostics| (its really expensive at startup time) | bbaetz%student.usyd.edu.au | 2002-08-26 | 1 | -1/+0 |
* | Bug 110012 - show_bug templatisation. r=bbaetz, afranke. | gerv%gerv.net | 2002-03-24 | 1 | -26/+3 |
* | Fix for bug 108982: enable taint mode for all user-facing CGI files. | justdave%syndicomm.com | 2002-01-20 | 1 | -1/+3 |
* | Make Bugzilla support <link> tag for buglists. Bug 87818. r=jake, caillon. | gerv%gerv.net | 2001-09-11 | 1 | -1/+1 |
* | Landing Myk's patch for bug #71767 | tara%tequilarista.org | 2001-06-03 | 1 | -9/+24 |
* | Checking in Jake's <jake@acutex.net> interim patches from bug 30694. Bugzilla... | endico%mozilla.org | 2001-03-13 | 1 | -3/+3 |
* | Patch from Jake <jake@acutex.net> for bugs 22041 and 25693 which had the same... | endico%mozilla.org | 2001-03-09 | 1 | -0/+1 |
* | Fix for bug 22041: Bug page title now includes bug summary. Patch by st.n@gm... | dave%intrec.com | 2001-02-02 | 1 | -2/+7 |
* | Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks by | terry%mozilla.org | 2000-01-15 | 1 | -2/+1 |
* | updated license boilerplate | dmose%mozilla.org | 1999-11-02 | 1 | -14/+15 |
* | Patch by holger@holger.om.org (Holger Schurig) -- more fixups to put proper h... | terry%mozilla.org | 1999-09-25 | 1 | -1/+1 |
* | Fix several browsers, Lynx and Opera at least. HTML syntax errors here | bryce-mozilla%nextbus.com | 1999-06-15 | 1 | -0/+3 |
* | Do some sanity checking on the entered bug number. | terry%mozilla.org | 1999-05-11 | 1 | -1/+1 |
* | Give better error messages when we can't display a bug. | terry%mozilla.org | 1999-05-11 | 1 | -4/+8 |
* | Added three new fields (which appear in the UI only if params are | terry%netscape.com | 1999-01-28 | 1 | -1/+2 |
* | Backed out Andrew's patch -- turns out it was doing quoting sublty wrong. | terry%netscape.com | 1998-11-21 | 1 | -9/+6 |
* | Patch by Andrew Anderson <andrew@redhat.com>. Many minor bugfixes and cleanup. | terry%netscape.com | 1998-11-17 | 1 | -6/+9 |