Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-03-27 | Bug 235265: Getting rid of some unwanted form value dumps. | justdave%syndicomm.com | 1 | -4/+0 | |
Patch by Jouni Heikniemi <jouni@heikniemi.net> r= justdave, kiko; a= justdave | |||||
2004-03-27 | Fix for bug 234175: Remove deprecated ConnectToDatabase() and | kiko%async.com.br | 1 | -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. | |||||
2003-11-22 | Bug 208604 - Make data/template dir locations configurable | bbaetz%acm.org | 1 | -5/+4 | |
2003-05-05 | Bug 201816 - use CGI.pm for header output | bbaetz%acm.org | 1 | -1/+1 | |
r=joel, a=justdave | |||||
2003-03-30 | Bug 65319 editmilestones & editversions don't have extra add. | timeless%mozdev.org | 1 | -1/+1 | |
r=justdave a=justdave | |||||
2003-03-27 | Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line | jake%bugzilla.org | 1 | -1/+1 | |
r=justdave a=justdave | |||||
2002-08-26 | Bug 76923 - Don't |use diagnostics| (its really expensive at startup time) | bbaetz%student.usyd.edu.au | 1 | -1/+0 | |
r=joel x2 | |||||
2002-08-12 | Bug 43600 - Convert products/components to use ids instead of names. | bbaetz%student.usyd.edu.au | 1 | -42/+31 | |
Initial attempt by jake@bugzilla.org, updated by me r=joel, preed | |||||
2002-06-17 | Bug 151053, ConnectToDatabase/quietly_check_login sometimes not called | bbaetz%student.usyd.edu.au | 1 | -0/+1 | |
early enough r=mattyt, jouni | |||||
2002-04-30 | Bug 140784 - edit*.cgi need a use lib "." on Win32/IIS w/ taint. Patch by ↵ | gerv%gerv.net | 1 | -0/+1 | |
jouni@heikniemi.net; r=bbaetz, gerv. | |||||
2002-03-04 | Bug 106377 - processmail rescanall should use lastdiffed | bbaetz%student.usyd.edu.au | 1 | -1/+2 | |
r=justdave, ddkilzer@theracingworld.com | |||||
2001-10-13 | Fix for bug 104516: No code changes in this patch, all this checkin does is ↵ | justdave%syndicomm.com | 1 | -2/+2 | |
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 | |||||
2001-06-19 | Refixing bug 71396. Each PushGlobalSQLState() needs a PopGlobalSQLState() ↵ | jake%acutex.net | 1 | -1/+1 | |
and this file instead had two "pushes". | |||||
2001-06-16 | Fix for bug 71396 - $::db->do isn't needed anymore | jake%acutex.net | 1 | -9/+5 | |
Patch by Christian Reis <kiko@async.com.br> r= jake@acutex.net | |||||
2000-08-31 | fix for 44617: edit*.cgi: Should show which product you're working on | cyeh%bluemartini.com | 1 | -6/+6 | |
patches by mtakacs@pacbell.net (Tak) | |||||
2000-01-15 | Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks by | terry%mozilla.org | 1 | -1/+1 | |
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. | |||||
1999-12-17 | Fixed very very nasty bug which, when deleting a component, would tell | terry%mozilla.org | 1 | -11/+17 | |
you it had no bugs (even when it had some), and would then proceed to delete all those bugs (even if you had the param set to never allow bug deletion.) Added some paranoia to prevent such things from happening again. Yikes. | |||||
1999-11-02 | updated license boilerplate | dmose%mozilla.org | 1 | -9/+19 | |
1999-10-20 | Need to value_quote() things that go into VALUE attributes in HTML. | terry%mozilla.org | 1 | -5/+10 | |
1999-10-13 | Patch by Holger Schurig <holger@holger.om.org> -- rewriting and enhancing the | terry%mozilla.org | 1 | -0/+542 | |
ability to edit components, products, and versions. Yay! |