summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
AgeCommit message (Expand)AuthorFilesLines
2002-01-30Fix for bug 104521: Removes old attachment interface in favor of new attachme...myk%mozilla.org1-3/+1
2002-01-28Fix for bug 121735: Perl warning running checksetup.pl if a module has azach%zachlipton.com1-2/+2
2002-01-17Bug 120081 - Bugzilla now requires version 2.06 of the Template Toolkit.jake%acutex.net1-1/+1
2001-12-13Bug 37339 and Bug 80183 - Adding a sidebar.cgi and index.cgi. The sidebar.cg...jake%acutex.net1-0/+45
2001-11-27Fix for bug 109802: Make it clear how to enter mysql passwords with special c...myk%mozilla.org1-1/+3
2001-11-15Bug 107718 pt 2 - use subtraction instead of the ~ operator, which olderbbaetz%cs.mcgill.ca1-9/+1
2001-11-08Require (temporarily) mysql >= 3.23.5 for the ~ operator, needed for thebbaetz%cs.mcgill.ca1-1/+9
2001-10-31Fix for bug 98602: re-implementation of "create attachment" page.myk%mozilla.org1-0/+1
2001-10-28Fix for bug 96675: checksetup should require admin e-mail address satisfy ema...zach%zachlipton.com1-1/+23
2001-10-13Fix for bug 104516: No code changes in this patch, all this checkin does is r...justdave%syndicomm.com1-32/+32
2001-10-12Add MacOS X. Bug 52577. Patch by afranke. r=gerv.gerv%gerv.net1-4/+2
2001-09-24Fix for bug 97588: localconfig should mention access.conf as well aszach%zachlipton.com1-0/+2
2001-09-23Have checksetup.pl block web-access to runtests.sh (by .htaccess) andzach%zachlipton.com1-2/+2
2001-08-31Fix for bug 97721: Bugzilla now requires Perl 5.005 (previous requirement was...justdave%syndicomm.com1-3/+4
2001-08-31Fix for bug 75840: syncshadowdb -syncall now properly shuts down Bugzilla dur...justdave%syndicomm.com1-0/+19
2001-08-31Fix for bug 84338: initial implementation of attachment tracker, which lets u...myk%mozilla.org1-0/+38
2001-08-20Fix for bug 95890: Correctly convert/record keyword changes in the bugs_activ...myk%mozilla.org1-7/+9
2001-08-13Fix for bug 39816: Anyone in CC, Reporter, QA Contact, or Asigned To fields c...justdave%syndicomm.com1-0/+13
2001-08-11Fix for bug 94618: remove restrictions on valid characters in passwords. If ...justdave%syndicomm.com1-3/+2
2001-08-09Re-fix for bug 55161 - if data is partial in activity table, prepend a ? to i...justdave%syndicomm.com1-0/+6
2001-07-26Fix for bug 90933: inconsistant field types for profiles.disabledtextjustdave%syndicomm.com1-1/+5
2001-07-25re-fix bug 76154: permissions weren't being set correctly on the .htaccess fi...justdave%syndicomm.com1-0/+3
2001-07-23Remove the code for rejecting the version of MySQL with broken encryption (as...jake%acutex.net1-9/+8
2001-07-22Fix for bug 76154: Bugzilla can now optionally provide .htaccess files for Ap...justdave%syndicomm.com1-0/+71
2001-07-21Fix for bugs 55161 and 12819. The activity log now stores only what's change...jake%acutex.net1-2/+68
2001-07-17Correcting the URL for MySQL's web page. Bug 90553.jake%acutex.net1-1/+1
2001-07-11Fix for bug 77473, bug 74032, and bug 85472: Passwords are no longer stored i...justdave%syndicomm.com1-9/+98
2001-06-29Fix for bug 76183 and bug 71555: consolidates chmod activity in one place in ...justdave%syndicomm.com1-104/+119
2001-06-22Re-fix for bug 28458: AddFDef always replaces the fielddefs every time you ru...justdave%syndicomm.com1-1/+1
2001-06-20Fix for bug 86447 - ChangeFieldType() wasn't dealing with 'not null' properly.jake%acutex.net1-5/+9
2001-06-19Running a query using the Added Comment option was very slow (bug 57350).jake%acutex.net1-0/+11
2001-06-17applying handy patch to refix version table to be 64 instead of 16--partial f...tara%tequilarista.org1-1/+5
2001-06-07Fix for bug 21253: removing all single-parameter system() calls from Bugzillajustdave%syndicomm.com1-3/+3
2001-06-07Fix for bug 83872: Bugzilla no longer requires the Mysql Perl module, but the...justdave%syndicomm.com1-8/+6
2001-06-06Fix for bug 28458: "NEW" bugs were not getting CC or QA Contact information d...justdave%syndicomm.com1-4/+4
2001-06-06Fix for bug 75482: adding the capability to deactivate a group without deleti...justdave%syndicomm.com1-0/+18
2001-06-02Fix for bug 83596: optional dependency on XML::Parser now checked in checkset...justdave%syndicomm.com1-5/+13
2001-06-02Fix for bug 83618: checksetup.pl crashes if DBI module isn't already installed.justdave%syndicomm.com1-1/+5
2001-06-01Fix for bug 79317: dependency on CGI::Carp not caught by checksetup.pljustdave%syndicomm.com1-28/+30
2001-05-29Fix for bug 78045: change references to README in error messages to point to ...justdave%syndicomm.com1-3/+4
2001-05-24Bug 71552 - Remove oldemailtech from Bugzillajake%acutex.net1-29/+16
2001-04-20another chmod with a leading 1 (Perl interprets this as a decimal instead of ...justdave%syndicomm.com1-1/+1
2001-04-20Changing all chmod 1777 to chmod 01777. Without the leading 0 it's interpret...justdave%syndicomm.com1-4/+4
2001-04-20Bullshit checkin to add the fact that the previous changes also include the f...tara%tequilarista.org1-3/+0
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
2001-03-07Fix for bug 62949: Initial Test Component on new install did not have initial...dave%intrec.com1-27/+34
2001-03-01fix for 61637: Code bit for upgrading from 2.5cyeh%bluemartini.com1-0/+29