aboutsummaryrefslogtreecommitdiffstats
path: root/checksetup.pl
Commit message (Expand)AuthorAgeFilesLines
* Bug 92763 Add Windows XP as OS selection for entering/searching bugstimeless%mac.com2002-04-151-0/+1
* Fix for bug 107513: Makes it possible to change parameters on an installation...myk%mozilla.org2002-04-021-1/+2
* Bug 134465 - Don't die() if the admin email address doesn't match thebbaetz%student.usyd.edu.au2002-04-011-1/+4
* Bug 120537 - Allow the use of a local 'dot' binary to generate dependancybbaetz%student.usyd.edu.au2002-03-311-3/+37
* Bug 133210 - typo in checksetup; uses $::params instead of $::parambbaetz%student.usyd.edu.au2002-03-311-3/+3
* Bug 131659 - need to fixPerms the css directorybbaetz%student.usyd.edu.au2002-03-231-0/+2
* Bug 118953 - incorrect message from checksetup.plbbaetz%student.usyd.edu.au2002-03-181-2/+3
* Bug 129466 - use IP addr (not hostname) in logincookies tablebbaetz%student.usyd.edu.au2002-03-161-2/+12
* Fix for bug 103778: Rewrites and templatizes buglist.cgi.myk%mozilla.org2002-03-121-0/+16
* Fix for bug 127524: checksetup.pl fails with XML::Parser errorzach%zachlipton.com2002-03-021-1/+2
* Fixing typo in previous checkin.justdave%syndicomm.com2002-02-161-1/+1
* Fix for bug 125835: Removing an old sarcastic comment from the localconfig ge...justdave%syndicomm.com2002-02-161-1/+2
* Fixing tinderbox bustage. Maybe I need to get more sleep before I commit.zach%zachlipton.com2002-02-141-2/+2
* Was missing an indent from my last fix, fixing it. No r= neededzach%zachlipton.com2002-02-141-1/+1
* Fix for bug 97290: checksetup.pl should report about errors in localconfigzach%zachlipton.com2002-02-141-0/+19
* Bug 97471 - The assignee and qa contact should always be able to see theirbbaetz%student.usyd.edu.au2002-02-131-4/+13
* Fix for bug 99024: checksetup was not giving proper permissions to the conten...justdave%syndicomm.com2002-02-131-22/+50
* Correct date on logincookies schema change.bbaetz%student.usyd.edu.au2002-02-081-1/+1
* Fix for bug 87398: checksetup.pl should warn if not run as root. Patchzach%zachlipton.com2002-02-051-0/+14
* Bug 95732 - remove logincookies.cryptpassword, and invalidate cookies frombbaetz%student.usyd.edu.au2002-02-041-1/+23
* Fix for bug 104521: Removes old attachment interface in favor of new attachme...myk%mozilla.org2002-01-301-3/+1
* Fix for bug 121735: Perl warning running checksetup.pl if a module has azach%zachlipton.com2002-01-281-2/+2
* Bug 120081 - Bugzilla now requires version 2.06 of the Template Toolkit.jake%acutex.net2002-01-171-1/+1
* Bug 37339 and Bug 80183 - Adding a sidebar.cgi and index.cgi. The sidebar.cg...jake%acutex.net2001-12-131-0/+45
* Fix for bug 109802: Make it clear how to enter mysql passwords with special c...myk%mozilla.org2001-11-271-1/+3
* Bug 107718 pt 2 - use subtraction instead of the ~ operator, which olderbbaetz%cs.mcgill.ca2001-11-141-9/+1
* Require (temporarily) mysql >= 3.23.5 for the ~ operator, needed for thebbaetz%cs.mcgill.ca2001-11-081-1/+9
* Fix for bug 98602: re-implementation of "create attachment" page.myk%mozilla.org2001-10-311-0/+1
* Fix for bug 96675: checksetup should require admin e-mail address satisfy ema...zach%zachlipton.com2001-10-281-1/+23
* Fix for bug 104516: No code changes in this patch, all this checkin does is r...justdave%syndicomm.com2001-10-131-32/+32
* Add MacOS X. Bug 52577. Patch by afranke. r=gerv.gerv%gerv.net2001-10-121-4/+2
* Fix for bug 97588: localconfig should mention access.conf as well aszach%zachlipton.com2001-09-241-0/+2
* Have checksetup.pl block web-access to runtests.sh (by .htaccess) andzach%zachlipton.com2001-09-231-2/+2
* Fix for bug 97721: Bugzilla now requires Perl 5.005 (previous requirement was...justdave%syndicomm.com2001-08-311-3/+4
* Fix for bug 75840: syncshadowdb -syncall now properly shuts down Bugzilla dur...justdave%syndicomm.com2001-08-311-0/+19
* Fix for bug 84338: initial implementation of attachment tracker, which lets u...myk%mozilla.org2001-08-311-0/+38
* Fix for bug 95890: Correctly convert/record keyword changes in the bugs_activ...myk%mozilla.org2001-08-201-7/+9
* Fix for bug 39816: Anyone in CC, Reporter, QA Contact, or Asigned To fields c...justdave%syndicomm.com2001-08-131-0/+13
* Fix for bug 94618: remove restrictions on valid characters in passwords. If ...justdave%syndicomm.com2001-08-111-3/+2
* Re-fix for bug 55161 - if data is partial in activity table, prepend a ? to i...justdave%syndicomm.com2001-08-091-0/+6
* Fix for bug 90933: inconsistant field types for profiles.disabledtextjustdave%syndicomm.com2001-07-261-1/+5
* re-fix bug 76154: permissions weren't being set correctly on the .htaccess fi...justdave%syndicomm.com2001-07-251-0/+3
* Remove the code for rejecting the version of MySQL with broken encryption (as...jake%acutex.net2001-07-231-9/+8
* Fix for bug 76154: Bugzilla can now optionally provide .htaccess files for Ap...justdave%syndicomm.com2001-07-221-0/+71
* Fix for bugs 55161 and 12819. The activity log now stores only what's change...jake%acutex.net2001-07-201-2/+68
* Correcting the URL for MySQL's web page. Bug 90553.jake%acutex.net2001-07-171-1/+1
* Fix for bug 77473, bug 74032, and bug 85472: Passwords are no longer stored i...justdave%syndicomm.com2001-07-111-9/+98
* Fix for bug 76183 and bug 71555: consolidates chmod activity in one place in ...justdave%syndicomm.com2001-06-291-104/+119
* Re-fix for bug 28458: AddFDef always replaces the fielddefs every time you ru...justdave%syndicomm.com2001-06-211-1/+1
* Fix for bug 86447 - ChangeFieldType() wasn't dealing with 'not null' properly.jake%acutex.net2001-06-201-5/+9