aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* duhhh. backout unique index change for versions table.cyeh%bluemartini.com2000-04-301-2/+1
| | | | | thanks to dave@intrec.com for catching my complete brain lock this one.
* Fix for bug #1105--no more annoying blank quipstara%tequilarista.org2000-04-291-1/+11
|
* Fixed a typo that was causing Perl to abort before printing the HTMLdmose%mozilla.org2000-04-281-1/+1
| | | | footer when a certain database inconsistency was detected.
* bug 25010 need a way to edit groupsdonm%bluemartini.com2000-04-274-47/+508
|
* slightly more paranoid database schema:.cyeh%bluemartini.com2000-04-271-1/+2
| | | | | | made column 'program' in table 'versions' be not null, and unique. optimally you would want a unique index on 'value' and 'program' but indexes are not supported on datatype 'tinytext' until mysql 3.23
* bug 30823, advanced querying didn't work for dependencies.donm%bluemartini.com2000-04-271-2/+10
|
* better implementation of realnames support. remove overhead of two sqlcyeh%bluemartini.com2000-04-262-12/+13
| | | | calls from bug_form.
* patch from bug 2178 applied and fix for versions of GD/Chart::Lines that won'tdonm%bluemartini.com2000-04-261-3/+10
| | | | produce gifs.
* added Windows NT blurb to disclaimer section.cyeh%bluemartini.com2000-04-221-0/+7
|
* Add conditional support to display users real name in bug reports if usercyeh%bluemartini.com2000-04-222-9/+28
| | | | | | entered in that information. Thanks to Chris Baldwin <cbaldwin@redback.com> for providing the patch.
* change field name to more accurately reflect what it iscyeh%bluemartini.com2000-04-221-1/+1
|
* backing out because this has broken bugzilla.mozilla.org. the choice is no ↵endico%mozilla.org2000-04-195-509/+48
| | | | longer given in show_bug.cgi to make bugs confidential. I need to change lounge so it no longer automatically updates.
* bug 25010 add ability to easily edit groupsdonm%bluemartini.com2000-04-195-48/+509
|
* use sendmail deferred delivery to avoid long hangs at bug submission timedmose%mozilla.org2000-04-122-3/+8
|
* add link to unconfirmedendico%mozilla.org2000-04-081-1/+2
|
* Queries should fully qualify the field name, in case there is moreterry%mozilla.org2000-04-071-13/+18
| | | | than one table that have a field with that name.
* Extra special disgusting hack: if we are ordering by target_milestone,terry%mozilla.org2000-04-051-1/+10
| | | | change it to order by the sortkey of the target_milestone first.
* Fixed perl warning which occurs if $ENV{"CONTENT_TYPE"} is not set.dmose%mozilla.org2000-03-311-1/+1
|
* Fixing a warning which happened if $ENV{'HTTP_USER_AGENT'} wasn't defined.dmose%mozilla.org2000-03-301-1/+1
|
* removing ShowCCList from globals.pl, as it is no longer useddmose%mozilla.org2000-03-291-8/+0
|
* adding a 'can confirm' radiobutton to 'reassign by component'dmose%mozilla.org2000-03-292-0/+6
|
* fix another warningdmose%mozilla.org2000-03-291-2/+3
|
* get rid of perl warningdmose%mozilla.org2000-03-291-1/+0
|
* allow users to watch the bugs of other usersdmose%mozilla.org2000-03-2910-191/+763
|
* Wasn't finding anything if requesting target_milestone == "---".terry%mozilla.org2000-03-241-1/+1
|
* Fix stupid perl warning.terry%mozilla.org2000-03-241-0/+1
|
* Wasn't working right if usetargetmilestone was off.terry%mozilla.org2000-03-241-1/+5
|
* Added the concept of a "default milstone" for products, and make sureterry%mozilla.org2000-03-244-36/+127
| | | | that all products have at least that milestone defined.
* Add a bit of helpful debugging info when we get a consistancy check problem.terry%mozilla.org2000-03-241-1/+6
|
* Quick hack to fix the fact that new bugs have target_milestone of ""terry%mozilla.org2000-03-231-2/+12
| | | | when it really oughta be "---".
* Patch by "Matt Masson" <matthew@zeroknowledge.com> -- allow definitionterry%mozilla.org2000-03-229-21/+781
| | | | of different target milestones by product.
* Clear the shadow log when doing a full sync; the data isn't good forterry%mozilla.org2000-03-211-1/+2
| | | | anything anyway.
* Make the syncing process low priority, so that we won't hang upterry%mozilla.org2000-03-211-0/+8
| | | | shadowdb operations.
* Make it so that we can (hopefully!) rebuild the shadow db withoutterry%mozilla.org2000-03-212-17/+82
| | | | busting other people trying to use the system.
* fixed bug where the everconfirmed field was not being properly set via a ↵seth%cs.brandeis.edu2000-03-191-3/+14
| | | | bug_email.
* doh! my last checkin broke -v. fixed.dmose%mozilla.org2000-03-171-3/+1
|
* get rid of undefined warningdmose%mozilla.org2000-03-161-1/+1
|
* Added a bugzilla.procmailrc as a sample procmailrc fileseth%cs.brandeis.edu2000-03-163-2/+37
| | | | bugzilla_email_append.pl calls processmail.pl after writing out the changes.
* A few changes ...seth%cs.brandeis.edu2000-03-163-50/+270
| | | | | | | | 1. BugzillaEmail.pm is a (kinda, sorta) module which is going to hold the various code which is common between all the scripts which access bugzilla via email. 2. bug_email.pl uses this module 3. bugzilla_email_append.pl is a mostly ready script which will append messages to existing bugs.
* Add a "send mail to bug owners" link (under circumstances where itterry%mozilla.org2000-03-161-0/+14
| | | | seems useful and appropriate.)
* updated to better reflect reality in terms of recent changes to bug_email.pl.seth%cs.brandeis.edu2000-03-151-6/+15
|
* Sigh. We now need to lock the attachments table, too, just in case aterry%mozilla.org2000-03-111-1/+1
| | | | | midair collision happens which needs to generate text which needs to look at the attachments table. Sigh.
* updated to reflect that only specific versions of GD.pm and Chart will work.dmose%mozilla.org2000-03-112-20/+22
|
* Whoops; left out the "mailto:" part of a mailto link.terry%mozilla.org2000-03-111-3/+3
|
* Italicize the "Additional Comments From" stuff, so that you can tellterry%mozilla.org2000-03-115-96/+134
| | | | | the difference between new comments and people copying stuff in from old comments.
* Removed warning.terry%mozilla.org2000-03-111-1/+3
|
* Never let ", <, or > be matched as part of a URL.terry%mozilla.org2000-03-111-1/+1
|
* Patch by Joe Robins <jmrobins@tgix.com> -- allow automatic definitionterry%mozilla.org2000-03-115-18/+335
| | | | | | | of a group per project, and automatically put new bugs against that project into that group, thus allowing entire projects to be protected against viewing by unauthorized users. This is all optional, controlled by new parameters.
* Patch by "Peter Schweiger" <Schweiger.Peter@litef.de> -- minor bugfixes.terry%mozilla.org2000-03-102-1/+3
|
* Whoops; removed extra double-quote.terry%mozilla.org2000-03-081-1/+1
|