Commit Graph

1522 Commits

Author SHA1 Message Date
tara%tequilarista.org
fdc1436c42 Making all system calls use paramter arguments 2000-05-17 21:29:33 +00:00
endico%mozilla.org
52dab1bb59 remove requirement for Data::Dumper 2000-05-16 14:04:05 +00:00
endico%mozilla.org
f7d5b7c077 move mime type declaration to fix types for html error messages 2000-05-16 07:35:21 +00:00
endico%mozilla.org
6a1ddb81e8 export_bug.cgi emits a bug as xml in a form that import.pl can use to import the bug into another instance of bugzilla. 2000-05-16 07:10:45 +00:00
donm%bluemartini.com
03030a965e bug 39329 "Mail to everyone on this list" address list generated wrong when using despot 2000-05-15 22:15:07 +00:00
dmose%mozilla.org
b34de55811 Security check needs to happen after the eval, so that it's matching
variable side-effects don't hurt us.
2000-05-12 17:51:00 +00:00
dmose%mozilla.org
08a59eeda9 Fix the fix; it was slightly overzealous. 2000-05-12 17:39:40 +00:00
dmose%mozilla.org
f25030a5e6 Fix security hole. 2000-05-12 17:27:57 +00:00
slamm%netscape.com
420fdab112 Fix start time of 'C' links. 2000-05-10 00:22:05 +00:00
terry%mozilla.org
ce67e5637a Add a new param, musthavemilestoneonaccept, which requires users to
set the target milestone when accepting a bug.
2000-05-08 22:00:38 +00:00
cyeh%bluemartini.com
b7bbb79ff7 rolling version to 2.11 for development 2000-05-08 21:26:53 +00:00
cyeh%bluemartini.com
9f042326ec rolling version number to latest release of 2.10 2000-05-08 19:46:22 +00:00
cyeh%bluemartini.com
83b0586fc7 add sec disclaimer, move installation on NT note to the installation
section where it should have gone in the first place
2000-05-08 19:05:41 +00:00
cyeh%bluemartini.com
84999f1146 fix warnings on DBID_to_real_or_loginname. thanks to endico@mozilla.org 2000-05-08 18:23:55 +00:00
cyeh%bluemartini.com
d329c5901c Validate value of $::FORM{who}. Thanks to Ed Korthof (edk@collab.net) for patch. 2000-05-08 18:12:28 +00:00
cyeh%bluemartini.com
a8092ec718 add little blurb about flush privs 2000-05-05 18:02:05 +00:00
slamm%netscape.com
10ccc80ce0 Fix link for sidebar panel. 2000-05-01 16:41:38 +00:00
cyeh%bluemartini.com
2a23caf53d duhhh. backout unique index change for versions table.
thanks to dave@intrec.com for catching my complete brain lock
this one.
2000-04-30 04:34:53 +00:00
slamm%netscape.com
c80d06fcdb typo 2000-04-29 01:08:50 +00:00
tara%tequilarista.org
9d7b44d245 Fix for bug #1105--no more annoying blank quips 2000-04-28 18:51:11 +00:00
slamm%netscape.com
01b52de184 Fix support for multiple trees on quickparse. 2000-04-28 18:27:16 +00:00
slamm%netscape.com
71a4ee9f94 typo 2000-04-28 16:00:39 +00:00
dmose%mozilla.org
bd72933797 Fixed a typo that was causing Perl to abort before printing the HTML
footer when a certain database inconsistency was detected.
2000-04-27 23:12:44 +00:00
slamm%netscape.com
1bfb3cba89 Revert previousstarttime to previousbuildtime. Didn't mean to check that in. 2000-04-27 23:09:26 +00:00
slamm%netscape.com
694ae1f95b Fix open/close state for panel.html and express=1. Encapsulate it a little better. 2000-04-27 22:56:17 +00:00
dmose%mozilla.org
1f217e74a1 added prerequisite cvs patch and modified README to reflect this 2000-04-26 23:59:15 +00:00
dmose%mozilla.org
ab22153ea0 added lots of info 2000-04-26 23:51:39 +00:00
donm%bluemartini.com
dad9c2b907 bug 25010 need a way to edit groups 2000-04-26 19:35:51 +00:00
cyeh%bluemartini.com
4cecbeb8d8 slightly more paranoid database schema:.
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
2000-04-26 19:12:17 +00:00
donm%bluemartini.com
5d7c1a5516 bug 30823, advanced querying didn't work for dependencies. 2000-04-26 17:44:24 +00:00
cyeh%bluemartini.com
b154eacd88 better implementation of realnames support. remove overhead of two sql
calls from bug_form.
2000-04-26 01:44:28 +00:00
donm%bluemartini.com
c4e99b1bca patch from bug 2178 applied and fix for versions of GD/Chart::Lines that won't
produce gifs.
2000-04-25 21:05:32 +00:00
cls%seawood.org
77ab896a2a Added separate list to distinguish between trees to be tracked and those to be reported. And it works this time too. Trees that are not reported by default can be seen via 'mozbot trees name-of-not-reported-tree'. 2000-04-21 23:47:20 +00:00
cyeh%bluemartini.com
3eb3075cde added Windows NT blurb to disclaimer section. 2000-04-21 23:32:25 +00:00
terry%mozilla.org
cdbb54aa7c Undo cls's last two changes, at his request. 2000-04-21 18:59:16 +00:00
cyeh%bluemartini.com
cecf444182 Add conditional support to display users real name in bug reports if user
entered in that information. Thanks to
Chris Baldwin <cbaldwin@redback.com>
for providing the patch.
2000-04-21 18:45:55 +00:00
cyeh%bluemartini.com
39f2d689ea change field name to more accurately reflect what it is 2000-04-21 18:43:53 +00:00
cls%seawood.org
6f00162a06 Added separate list of all available trees. This allows mozbot to actively report the status of one set of trees and individually give the results for another set. 2000-04-21 01:07:38 +00:00
dveditz%netscape.com
6418ee7baf keep check-in information from appearing inside little tbox iframe 2000-04-20 20:03:10 +00:00
slamm%netscape.com
e89b960ce0 Continue past cvsblame parse errors. 2000-04-20 19:05:56 +00:00
terry%mozilla.org
f1f99dddc2 Was reporting the wrong version number. 2000-04-20 17:36:55 +00:00
dveditz%netscape.com
ce6fc83d6c Bug 6252, making tinderbox popups work for Mozilla. The code comes from
dbaron@fas.harvard.edu, and I modified the browser version detection
code slightly.
2000-04-20 00:50:15 +00:00
endico%mozilla.org
5d31497c65 backing out because this has broken bugzilla.mozilla.org. the choice is no longer given in show_bug.cgi to make bugs confidential. I need to change lounge so it no longer automatically updates. 2000-04-19 02:14:41 +00:00
cls%seawood.org
2313be69b5 Added SeaMonkey-Ports to the tree list 2000-04-19 00:32:33 +00:00
slamm%netscape.com
e2521aa95b Clean up old tbx.xxxxx mail files in data/. 2000-04-18 23:35:08 +00:00
donm%bluemartini.com
9102155b3e bug 25010 add ability to easily edit groups 2000-04-18 23:12:00 +00:00
slamm%netscape.com
f5873b9f40 mini-hack: add /bin to path for cwd. 2000-04-18 22:20:30 +00:00
slamm%netscape.com
21a6ef5183 Restore directory after find. 2000-04-18 21:40:55 +00:00
terry%mozilla.org
3a47b79cc3 Patch by daa@distributed.net -- scan ftp listings, added summary stats for tinderbox. 2000-04-18 17:59:50 +00:00
donm%bluemartini.com
20bcaa0560 Rewrite of repophook to pull changes from the bonsai database from a certain
date, and according to legaldirs rebuild the hook list of checkins.  This
had been broken since switching over from the flatfile checkinlog.
Reviewed and Approved by: Terry Weismann
2000-04-12 18:44:37 +00:00