summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
AgeCommit message (Collapse)AuthorFilesLines
2001-04-20another chmod with a leading 1 (Perl interprets this as a decimal instead of ↵justdave%syndicomm.com1-1/+1
octal)
2001-04-20Changing all chmod 1777 to chmod 01777. Without the leading 0 it's ↵justdave%syndicomm.com1-4/+4
interpreted as decimal instead of octal (oops)
2001-04-20Bullshit checkin to add the fact that the previous changes also include the ↵tara%tequilarista.org1-3/+0
final fix for bug 72721. I am a buckethead
2001-04-20landing final patch for bug 76261tara%tequilarista.org1-9/+15
2001-04-17Correcting my email address in the commentsjustdave%syndicomm.com1-6/+6
2001-03-10Fix for bug 71510: permissions not set correctly on graphs directorydave%intrec.com1-1/+1
2001-03-09Refix for bug 25693: more accurate regexp to find duplicates when generating ↵dave%intrec.com1-3/+3
initial duplicates table.
2001-03-07Fix for bug 62949: Initial Test Component on new install did not have ↵dave%intrec.com1-27/+34
initialOwner, which made sanitycheck complain.
2001-03-01fix for 61637: Code bit for upgrading from 2.5cyeh%bluemartini.com1-0/+29
based on patch submitted by ehanson@talkware.net (Eric Hanson) support for changes comments table to longdescs, but only if comments table exists.
2001-02-27Fix for bug 50279: a couple executable files were missing from the list of ↵dave%intrec.com1-1/+2
files that checksetup considers executable when it's resetting permissions.
2001-02-26Fix for bug 69670: Chart::Base only reports its version number as 0.99, ↵dave%intrec.com1-1/+1
regardless of the fact that you have 0.99b or 0.99c installed. So checksetup.pl needs to look for 0.99 instead of 0.99b.
2001-02-23fix for 66876: Using userids (mediumint) for initialowner and initialqacontactcyeh%bluemartini.com1-2/+62
based on patch submitted by baulig@suse.de (Martin Baulig).
2001-02-22Made dupe table populating code not break on multi-line dupe comments. ↵gerv%gerv.net1-1/+1
Thanks to Alex Melnick <alex@get.topica.com>. No bug number.
2001-02-21fix for 61648: SQL inserts do not match constraintscyeh%bluemartini.com1-10/+11
patch submitted by kevin.brannen@springbow.com (Kevin Brannen) change checksetup inserts to match database constraints.
2001-02-17fix for 17773: Checksetup.pl should create maintainer if database is empty.cyeh%bluemartini.com1-17/+126
patch submitted by dave@intrec.com (Dave Miller) create an administrator if we don't find one in the db or if new.
2001-01-25Fix for part 2 of bug 31456: changes the way checksetup.pl handles the ↵dave%intrec.com1-66/+63
localconfig file internally to guarantee proper detection of any variables defined in localconfig (even empty arrays, which it couldn't detect before, in case someone adds one to localcofig at some point)
2001-01-25Fix for bug 65598: check for minimum versions of some of the Perl modules ↵dave%intrec.com1-8/+84
Bugzilla needs. Also check for minimum version of MySQL server on the other end.
2001-01-25patch from bug 17464 to give user some control over what sorts of bug mail ↵dmose%mozilla.org1-0/+8
get sent to an account. Original patch by al_raetz@yahoo.com and lots of additional hacking by me; r=donm@bluemartini.com
2001-01-19More bug 6682. Perhaps this could be it.gerv%gerv.net1-13/+27
2001-01-18Code to upgrade data file formats from old version, and intermediate broken ↵gerv%gerv.net1-0/+61
version. Bug 6682.
2000-12-15Fix duplicates table check; make sure we create graphs directory.gerv%gerv.net1-4/+3
2000-12-14Fixed dupes table detection code; added check for graphs directory.gerv%gerv.net1-7/+14
2000-10-24whoopsie.tara%tequilarista.org1-2/+2
2000-10-24Landing duplicates stuff from gervase markhamtara%tequilarista.org1-1/+44
2000-09-29Fix for bug 52921: checksetup.pl fails to create database with password.dave%intrec.com1-37/+49
Now it won't choke on this anymore. Patch also includes a Perl 5.6 compatibility update (see bug 52921 and bug 44622 for details).
2000-09-28fix for 45384: checksetup.pl fails to update very old bugzilla (10/1998) ↵cyeh%bluemartini.com1-0/+16
databases. patch submitted by sstock@iconnect-inc.com
2000-09-15put little comment in here about apostrophe's in enumscyeh%bluemartini.com1-1/+4
2000-08-29Add new flavors of BSD to the list of platforms and rearrange the order of ↵endico%mozilla.org1-9/+11
the list. Also, fix a couple of typos in the opening comments.
2000-08-29fix for 45118: Target milestone setup issue. patch submitted bycyeh%bluemartini.com1-0/+1
matty@box.net.au (Matthew Tuck). now creates a milestone entry for the first test product
2000-08-23Fix for bug 16454: can now run checksetup.pl on databases with passwords.dave%intrec.com1-3/+6
2000-08-15Landing zach's \n for #48947tara%tequilarista.org1-1/+1
2000-07-19Fix for bug 32220 (checksetup.pl gives bad permissions). Majority ofdave%intrec.com1-12/+54
patch submitted by seth@cs.brandeis.edu (Seth Landsman). checksetup.pl now no longer twiddles the permissions of the contrib folder, and properly sets the permissions on the folders inside the data folder.
2000-07-14oops, remove testing cruftendico%mozilla.org1-1/+1
2000-07-14Add 'MOVED' as a default resolution. If CheckEnumField alters the bug db ↵endico%mozilla.org1-5/+11
then update the shadow db too.
2000-07-11Add "Windows ME" operating system and a comment about how to add new os's ↵endico%mozilla.org1-1/+7
(et al) to an already installed system
2000-06-29Added some missing newlines.terry%mozilla.org1-1/+1
2000-05-18Making all system calls use paramter argumentstara%tequilarista.org1-1/+1
2000-04-30duhhh. backout unique index change for versions table.cyeh%bluemartini.com1-2/+1
thanks to dave@intrec.com for catching my complete brain lock this one.
2000-04-27slightly more paranoid database schema:.cyeh%bluemartini.com1-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
2000-04-12use sendmail deferred delivery to avoid long hangs at bug submission timedmose%mozilla.org1-0/+4
2000-03-29allow users to watch the bugs of other usersdmose%mozilla.org1-5/+80
2000-03-24Added the concept of a "default milstone" for products, and make sureterry%mozilla.org1-4/+36
that all products have at least that milestone defined.
2000-03-23Quick hack to fix the fact that new bugs have target_milestone of ""terry%mozilla.org1-2/+12
when it really oughta be "---".
2000-03-22Patch by "Matt Masson" <matthew@zeroknowledge.com> -- allow definitionterry%mozilla.org1-0/+44
of different target milestones by product.
2000-03-11updated to reflect that only specific versions of GD.pm and Chart will work.dmose%mozilla.org1-3/+3
2000-03-10Patch by "Peter Schweiger" <Schweiger.Peter@litef.de> -- minor bugfixes.terry%mozilla.org1-1/+2
2000-02-19Don't stomp on bugs timestamps when adding the new everconfirmed field.terry%mozilla.org1-1/+1
2000-02-18Added an optional ability to keep a read-only shadow database, so thatterry%mozilla.org1-0/+9
bug queries can be run against it, so that these slow queries won't be able to tie up the rest of the system.
2000-02-17Major spankage. Added a new state, UNCONFIRMED. Added new groups,terry%mozilla.org1-13/+69
"editbugs" and "canconfirm". People without these states are now much more limited in what they can do. For backwards compatability, by default all users will have the editbugs and canconfirm bits on them. Installing this changes as is should only have one major visible effect -- an UNCONFIRMED state will appear in the query page. But no bugs will become in that state, until you tweak some of the new voting-related parameters you'll find when editing products.
2000-01-31Allow searching of attachment stuff using boolean charts.terry%mozilla.org1-0/+4