| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 86328: Deleting bugs doesn't delete dependent records properly - Patch by... | lpsolit%gmail.com | 2005-04-06 | 1 | -49/+27 |
* | Bug 286235: Implicit joins should be replaced by explicit joins - installment A | mkanat%kerio.com | 2005-04-05 | 1 | -3/+4 |
* | Bug 287483: Sanitycheck screams about "Bad value 0 found in components.initia... | mkanat%kerio.com | 2005-04-05 | 1 | -2/+6 |
* | Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, unless... | mkanat%kerio.com | 2005-03-16 | 1 | -9/+12 |
* | Bug 284975: Any code after Throw*Error is a dead code. | mkanat%kerio.com | 2005-03-09 | 1 | -17/+0 |
* | Bug 277782: _throw_error should unlock tables when tables are locked, automat... | mkanat%kerio.com | 2005-03-05 | 1 | -6/+1 |
* | Bug 283237: Move DBname_to_id out of globals.pl | mkanat%kerio.com | 2005-02-25 | 1 | -4/+5 |
* | Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function call | mkanat%kerio.com | 2005-02-18 | 1 | -15/+17 |
* | Bug 281574 : Combine version_/milestone_/component_no_action errors into one. | travis%sedsystems.ca | 2005-02-17 | 1 | -1/+1 |
* | Patch for bug 265898: edit*.cgi files should all use ThrowUserError(); patch ... | jocuri%softhome.net | 2005-01-16 | 1 | -5/+4 |
* | Bug 225687 - add group controls to charts, along with various other cleanups.... | gerv%gerv.net | 2004-08-30 | 1 | -3/+8 |
* | Patch for bug 190220: templatize editcomponents.cgi; patch by GavinS <bugzill... | jocuri%softhome.net | 2004-07-31 | 1 | -431/+241 |
* | Bug 252450: Unlock tables in edit*.cgi before sending trailer | bugreport%peshkin.net | 2004-07-27 | 1 | -8/+1 |
* | Bug 242405 Turning on QA contact causes taint error in Bugzilla/Series.pm whe... | timeless%mozdev.org | 2004-07-09 | 1 | -6/+15 |
* | Bug 141006: Run edit*.cgis in taint mode. | jouni%heikniemi.net | 2004-05-23 | 1 | -1/+1 |
* | Bug 235265: Getting rid of some unwanted form value dumps. | justdave%syndicomm.com | 2004-03-27 | 1 | -3/+0 |
* | Fix for bug 234175: Remove deprecated ConnectToDatabase() and | kiko%async.com.br | 2004-03-27 | 1 | -2/+2 |
* | Bug 227771 - Migration and product/component create code no longer writes ser... | gerv%gerv.net | 2003-12-09 | 1 | -1/+2 |
* | Bug 208604 - Make data/template dir locations configurable | bbaetz%acm.org | 2003-11-22 | 1 | -3/+4 |
* | Bug 65320: Extra options on editproducts.cgi & editcomponents.cgi; r=jouni; a... | jocuri%softhome.net | 2003-11-16 | 1 | -2/+4 |
* | Bug 222564 - The chart made when creating a new Product/Component is not publ... | gerv%gerv.net | 2003-11-08 | 1 | -6/+2 |
* | Bug 65316: Typos on edit*.cgi. Change use of PutTrailer() (and the | kiko%async.com.br | 2003-09-27 | 1 | -2/+11 |
* | Bug 16009 - generic charting. Patch by gerv; r,a=justdave. | gerv%gerv.net | 2003-06-26 | 1 | -0/+30 |
* | Bug 201816 - use CGI.pm for header output | bbaetz%acm.org | 2003-05-05 | 1 | -1/+1 |
* | Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line | jake%bugzilla.org | 2003-03-27 | 1 | -1/+1 |
* | Bug 197180 - Long comment names not flagged as an error | bbaetz%acm.org | 2003-03-16 | 1 | -1/+13 |
* | Fix for bug 98801: Implementation of the request tracker, a set of enhancemen... | myk%mozilla.org | 2002-09-29 | 1 | -1/+9 |
* | Bug 76923 - Don't |use diagnostics| (its really expensive at startup time) | bbaetz%student.usyd.edu.au | 2002-08-26 | 1 | -1/+0 |
* | Bug 43600 - Convert products/components to use ids instead of names. | bbaetz%student.usyd.edu.au | 2002-08-12 | 1 | -64/+50 |
* | Bug 145795: editcomponents had error messages referring to products where it ... | jouni%heikniemi.net | 2002-07-04 | 1 | -2/+2 |
* | Bug 151053, ConnectToDatabase/quietly_check_login sometimes not called | bbaetz%student.usyd.edu.au | 2002-06-17 | 1 | -0/+1 |
* | Bug 148712 - add component with error/invalid initial owner results in | bbaetz%student.usyd.edu.au | 2002-06-15 | 1 | -4/+0 |
* | Bug 140784 - edit*.cgi need a use lib "." on Win32/IIS w/ taint. Patch by jou... | gerv%gerv.net | 2002-04-30 | 1 | -0/+1 |
* | Bug 106377 - processmail rescanall should use lastdiffed | bbaetz%student.usyd.edu.au | 2002-03-04 | 1 | -1/+2 |
* | Fix for bug 14461: QA contact is no longer required. You can still leave it ... | justdave%syndicomm.com | 2002-02-04 | 1 | -21/+3 |
* | Fix for bug 104516: No code changes in this patch, all this checkin does is r... | justdave%syndicomm.com | 2001-10-13 | 1 | -13/+13 |
* | Fix for bug #53612: The milestone URL appears correctly when deleting a produ... | myk%mozilla.org | 2001-09-28 | 1 | -3/+3 |
* | Fix for bug 71396 - $::db->do isn't needed anymore | jake%acutex.net | 2001-06-16 | 1 | -9/+5 |
* | fix for 66876: Using userids (mediumint) for initialowner and initialqacontact | cyeh%bluemartini.com | 2001-02-23 | 1 | -22/+65 |
* | Fix for bug 51487: Now only checks for a valid QA Contact if it actually | dave%intrec.com | 2000-09-10 | 1 | -8/+4 |
* | fix for bug #24806 | tara%tequilarista.org | 2000-08-31 | 1 | -1/+8 |
* | fix for 44617: edit*.cgi: Should show which product you're working on | cyeh%bluemartini.com | 2000-08-31 | 1 | -7/+7 |
* | Landing Jon Robertson's for bug #41915 | tara%tequilarista.org | 2000-07-26 | 1 | -1/+5 |
* | Fixed stupid typo. | terry%mozilla.org | 2000-01-23 | 1 | -1/+1 |
* | Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks by | terry%mozilla.org | 2000-01-15 | 1 | -1/+1 |
* | Fixed very very nasty bug which, when deleting a component, would tell | terry%mozilla.org | 1999-12-17 | 1 | -14/+18 |
* | updated license boilerplate | dmose%mozilla.org | 1999-11-02 | 1 | -9/+18 |
* | Need to value_quote() things that go into VALUE attributes in HTML. | terry%mozilla.org | 1999-10-20 | 1 | -11/+22 |
* | Fixed stupid perl warnings. | terry%mozilla.org | 1999-10-19 | 1 | -0/+9 |
* | Patch by Holger Schurig <holger@holger.om.org> -- rewriting and enhancing the | terry%mozilla.org | 1999-10-13 | 1 | -79/+713 |