aboutsummaryrefslogtreecommitdiffstats
path: root/checksetup.pl
Commit message (Collapse)AuthorAgeFilesLines
...
* Running a query using the Added Comment option was very slow (bug 57350).jake%acutex.net2001-06-191-0/+11
| | | | | Patch by Myk Melez <myk@mozilla.org> and Dave Miller <justdave@syndicomm.com> r= jake@acutex.net
* applying handy patch to refix version table to be 64 instead of 16--partial ↵tara%tequilarista.org2001-06-171-1/+5
| | | | fix of bug 9352
* Fix for bug 21253: removing all single-parameter system() calls from Bugzillajustdave%syndicomm.com2001-06-071-3/+3
| | | | | Patch by Dave Miller <justdave@syndicomm.com> r= tara@tequilarista.org
* Fix for bug 83872: Bugzilla no longer requires the Mysql Perl module, but ↵justdave%syndicomm.com2001-06-071-8/+6
| | | | | | | the DBD::mysql Perl module, and has been this way for a while. Fixing the version checks in checksetup.pl to check the correct module. Also eliminates a DBD::mysql-specific database function call that is depricated in the current version of DBD_mysql. Patch by Dave Miller <justdave@syndicomm.com> r= jake@acutex.net, tara@tequilarista.org
* Fix for bug 28458: "NEW" bugs were not getting CC or QA Contact information ↵justdave%syndicomm.com2001-06-061-4/+4
| | | | | | | displayed. Patch by Jake Steenhagen <jake@acutex.net> r= justdave@syndicomm.com
* Fix for bug 75482: adding the capability to deactivate a group without ↵justdave%syndicomm.com2001-06-061-0/+18
| | | | | | | deleting it (prevent new bugs from being placed into that group, but don't remove the group restriction from bugs already in it). Patch by Myk Melez <myk@mozilla.org> r= justdave@syndicomm.com
* Fix for bug 83596: optional dependency on XML::Parser now checked in ↵justdave%syndicomm.com2001-06-021-5/+13
| | | | | | | checksetup.pl Patch by Dave Miller <justdave@syndicomm.com> r= jake@acutex.net
* Fix for bug 83618: checksetup.pl crashes if DBI module isn't already installed.justdave%syndicomm.com2001-06-021-1/+5
| | | | | Patch by Dave Miller <justdave@syndicomm.com> r= jake@acutex.net
* Fix for bug 79317: dependency on CGI::Carp not caught by checksetup.pljustdave%syndicomm.com2001-06-011-28/+30
| | | | | Patch by Dave Miller <justdave@syndicomm.com> r= jake@acutex.net
* Fix for bug 78045: change references to README in error messages to point to ↵justdave%syndicomm.com2001-05-291-3/+4
| | | | | | | the Bugzilla Guide instead. Patch by Matthew Tuck <matty@chariot.net.au> r= justdave@syndicomm.com
* Bug 71552 - Remove oldemailtech from Bugzillajake%acutex.net2001-05-241-29/+16
| | | | r= justdave@syndicomm.com
* another chmod with a leading 1 (Perl interprets this as a decimal instead of ↵justdave%syndicomm.com2001-04-201-1/+1
| | | | octal)
* Changing all chmod 1777 to chmod 01777. Without the leading 0 it's ↵justdave%syndicomm.com2001-04-201-4/+4
| | | | interpreted as decimal instead of octal (oops)
* Bullshit checkin to add the fact that the previous changes also include the ↵tara%tequilarista.org2001-04-201-3/+0
| | | | final fix for bug 72721. I am a buckethead
* landing final patch for bug 76261tara%tequilarista.org2001-04-201-9/+15
|
* Correcting my email address in the commentsjustdave%syndicomm.com2001-04-171-6/+6
|
* Fix for bug 71510: permissions not set correctly on graphs directorydave%intrec.com2001-03-101-1/+1
|
* Refix for bug 25693: more accurate regexp to find duplicates when generating ↵dave%intrec.com2001-03-091-3/+3
| | | | initial duplicates table.
* Fix for bug 62949: Initial Test Component on new install did not have ↵dave%intrec.com2001-03-071-27/+34
| | | | initialOwner, which made sanitycheck complain.
* fix for 61637: Code bit for upgrading from 2.5cyeh%bluemartini.com2001-03-011-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.
* Fix for bug 50279: a couple executable files were missing from the list of ↵dave%intrec.com2001-02-271-1/+2
| | | | files that checksetup considers executable when it's resetting permissions.
* Fix for bug 69670: Chart::Base only reports its version number as 0.99, ↵dave%intrec.com2001-02-261-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.
* fix for 66876: Using userids (mediumint) for initialowner and initialqacontactcyeh%bluemartini.com2001-02-231-2/+62
| | | | based on patch submitted by baulig@suse.de (Martin Baulig).
* Made dupe table populating code not break on multi-line dupe comments. ↵gerv%gerv.net2001-02-221-1/+1
| | | | Thanks to Alex Melnick <alex@get.topica.com>. No bug number.
* fix for 61648: SQL inserts do not match constraintscyeh%bluemartini.com2001-02-211-10/+11
| | | | | patch submitted by kevin.brannen@springbow.com (Kevin Brannen) change checksetup inserts to match database constraints.
* fix for 17773: Checksetup.pl should create maintainer if database is empty.cyeh%bluemartini.com2001-02-171-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.
* Fix for part 2 of bug 31456: changes the way checksetup.pl handles the ↵dave%intrec.com2001-01-251-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)
* Fix for bug 65598: check for minimum versions of some of the Perl modules ↵dave%intrec.com2001-01-251-8/+84
| | | | Bugzilla needs. Also check for minimum version of MySQL server on the other end.
* patch from bug 17464 to give user some control over what sorts of bug mail ↵dmose%mozilla.org2001-01-251-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
* More bug 6682. Perhaps this could be it.gerv%gerv.net2001-01-191-13/+27
|
* Code to upgrade data file formats from old version, and intermediate broken ↵gerv%gerv.net2001-01-171-0/+61
| | | | version. Bug 6682.
* Fix duplicates table check; make sure we create graphs directory.gerv%gerv.net2000-12-151-4/+3
|
* Fixed dupes table detection code; added check for graphs directory.gerv%gerv.net2000-12-141-7/+14
|
* whoopsie.tara%tequilarista.org2000-10-241-2/+2
|
* Landing duplicates stuff from gervase markhamtara%tequilarista.org2000-10-241-1/+44
|
* Fix for bug 52921: checksetup.pl fails to create database with password.dave%intrec.com2000-09-291-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).
* fix for 45384: checksetup.pl fails to update very old bugzilla (10/1998) ↵cyeh%bluemartini.com2000-09-281-0/+16
| | | | | | databases. patch submitted by sstock@iconnect-inc.com
* put little comment in here about apostrophe's in enumscyeh%bluemartini.com2000-09-151-1/+4
|
* Add new flavors of BSD to the list of platforms and rearrange the order of ↵endico%mozilla.org2000-08-291-9/+11
| | | | the list. Also, fix a couple of typos in the opening comments.
* fix for 45118: Target milestone setup issue. patch submitted bycyeh%bluemartini.com2000-08-291-0/+1
| | | | | matty@box.net.au (Matthew Tuck). now creates a milestone entry for the first test product
* Fix for bug 16454: can now run checksetup.pl on databases with passwords.dave%intrec.com2000-08-231-3/+6
|
* Landing zach's \n for #48947tara%tequilarista.org2000-08-151-1/+1
|
* Fix for bug 32220 (checksetup.pl gives bad permissions). Majority ofdave%intrec.com2000-07-191-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.
* oops, remove testing cruftendico%mozilla.org2000-07-141-1/+1
|
* Add 'MOVED' as a default resolution. If CheckEnumField alters the bug db ↵endico%mozilla.org2000-07-141-5/+11
| | | | then update the shadow db too.
* Add "Windows ME" operating system and a comment about how to add new os's ↵endico%mozilla.org2000-07-111-1/+7
| | | | (et al) to an already installed system
* Added some missing newlines.terry%mozilla.org2000-06-291-1/+1
|
* Making all system calls use paramter argumentstara%tequilarista.org2000-05-181-1/+1
|
* 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.
* 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