aboutsummaryrefslogtreecommitdiffstats
path: root/checksetup.pl
Commit message (Collapse)AuthorAgeFilesLines
* Fix for bug 104521: Removes old attachment interface in favor of new ↵myk%mozilla.org2002-01-301-3/+1
| | | | | | | attachment tracker. Patch by Myk Melez <myk@mozilla.org>. r=bbaetz,kiko
* Fix for bug 121735: Perl warning running checksetup.pl if a module has azach%zachlipton.com2002-01-281-2/+2
| | | | | | | non-numeric version number. Patch sets checksetup.pl to use a string compare instead of a numeric one. Patch by Dave Miller. r1=Bradley Baetz and r2=Gerv
* Bug 120081 - Bugzilla now requires version 2.06 of the Template Toolkit.jake%acutex.net2002-01-171-1/+1
| | | | r= bbaetz, justdave
* Bug 37339 and Bug 80183 - Adding a sidebar.cgi and index.cgi. The ↵jake%acutex.net2001-12-131-0/+45
| | | | | | sidebar.cgi can currently be used in Mozilla/Netscape 6 and uses XUL that was originally written by Scott Collins <scc@mozilla.org>. The index.cgi displays both the proper header and footer in the appropriate places. It also changes the links accoding to if you are logged in or not. r= ddk, kiko
* Fix for bug 109802: Make it clear how to enter mysql passwords with special ↵myk%mozilla.org2001-11-271-1/+3
| | | | | | | characters into localconfig. Patch by Dave Miller <justdave@syndicomm.com>. r=ddkilzer,louie.
* Bug 107718 pt 2 - use subtraction instead of the ~ operator, which olderbbaetz%cs.mcgill.ca2001-11-141-9/+1
| | | | | | mysql versions don't support. Remove the checksetup.pl restriction, too. r=jake x2
* Require (temporarily) mysql >= 3.23.5 for the ~ operator, needed for thebbaetz%cs.mcgill.ca2001-11-081-1/+9
| | | | | | | fix to bug 107718. This should be removed when the group stuff lands (bug 60822). r=justdave x 2
* Fix for bug 98602: re-implementation of "create attachment" page.myk%mozilla.org2001-10-311-0/+1
| | | | | Patch by Myk Melez <myk@mozilla.org>. r=gerv@mozilla.org,jake@acutex.net
* Fix for bug 96675: checksetup should require admin e-mail address satisfy ↵zach%zachlipton.com2001-10-281-1/+23
| | | | | | | | | emailregexp. This fix has checksetup.pl use the emailregexp set in params if the params file exists, or ensures that it matches the default emailregexp from defparams.pl. r1=justdave, r2=bbaetz.
* Fix for bug 104516: No code changes in this patch, all this checkin does is ↵justdave%syndicomm.com2001-10-131-32/+32
| | | | | | | remove all tabs from the bugzilla source and replace it with the appropriate number of spaces (in most cases 8) to line up with existing code. This is part of the effort to bring the existing codebase up to par with our style guidelines. Patch by Jake Steehagen <jake@acutex.net> r= justdave x2
* 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
| | | | | | | | | httpd.conf (for old apache). Simple 2line comment addition to localconfig to inform the user they may need to look at access.conf in addition to httpd.conf if they are using an older version of apache. Patch by Gavin Shelley <gavins@iplbath.com> r=Zach Lipton <zach@zachlipton.com> no 2nd review needed for this patch.
* Have checksetup.pl block web-access to runtests.sh (by .htaccess) andzach%zachlipton.com2001-09-231-2/+2
| | | | | | chmod +x runtests.sh so that it can be run with ./ r=bbaetz on irc, no 2nd review needed. No bug filed.
* Fix for bug 97721: Bugzilla now requires Perl 5.005 (previous requirement ↵justdave%syndicomm.com2001-08-311-3/+4
| | | | | | | was Perl 5.004). This is due to the use of Template Toolkit for templatizing the pages for easier local customization. The new attachment tracker that was checked in earlier tonight uses the templates. Also included on this patch is a check for AppConfig, which is a prerequisite for Template Toolkit, because the Makefile.PL for Template Toolkit won't run without it, and it doesn't tell CPAN that it has prereqs, which causes confusion if you're installing from CPAN. Patch by Dave Miller <justdave@syndicomm.com> r= myk@mozilla.org
* Fix for bug 75840: syncshadowdb -syncall now properly shuts down Bugzilla ↵justdave%syndicomm.com2001-08-311-0/+19
| | | | | | | during the sync process so mysql doesn't get overloaded while the tables are locked. This patch also adds some funtionality to the script to allow you to specify an alternate temp directory on the command line, in case you have a large database and need it made to a different filesystem for space reasons. Patch by Dawn Endico <endico@mozilla.org> and Jake Steenhagen <jake@acutex.net> r= justdave@syndicomm.com
* Fix for bug 84338: initial implementation of attachment tracker, which lets ↵myk%mozilla.org2001-08-311-0/+38
| | | | | | | users flag attachments with statuses. Patch by Myk Melez <myk@mozilla.org> r=justdave@syndicomm.com
* Fix for bug 95890: Correctly convert/record keyword changes in the ↵myk%mozilla.org2001-08-201-7/+9
| | | | | | | | bugs_activity table for keywords containing a plus sign or other regular expression meta-characters. Myk's first ever Bugzilla checkin! Patch by Dave Miller <justdave@syndicomm.com> and Myk Melez <myk@mozilla.org>. r=myk@mozilla.org,justdave@syndicomm.com
* Fix for bug 39816: Anyone in CC, Reporter, QA Contact, or Asigned To fields ↵justdave%syndicomm.com2001-08-131-0/+13
| | | | | | | can now be given access to view a bug even if the permissions on that bug are set to a group that would normally exclude those people. Patch by Myk Melez <myk@mozilla.org> r= justdave@syndicomm.com
* Fix for bug 94618: remove restrictions on valid characters in passwords. If ↵justdave%syndicomm.com2001-08-111-3/+2
| | | | | | | crypt() takes it, why shouldn't we? Patch by Myk Melez <myk@mozilla.org> r= justdave@syndicomm.com
* Re-fix for bug 55161 - if data is partial in activity table, prepend a ? to ↵justdave%syndicomm.com2001-08-091-0/+6
| | | | | | | indicate that we don't know for sure what got dropped. Patch by Jake Steenhagen <jake@acutex.net> r= justdave@syndicomm.com
* Fix for bug 90933: inconsistant field types for profiles.disabledtextjustdave%syndicomm.com2001-07-261-1/+5
| | | | | Patch by Jake Steenhagen <jake@acutex.net> r= justdave@syndicomm.com
* re-fix bug 76154: permissions weren't being set correctly on the .htaccess ↵justdave%syndicomm.com2001-07-251-0/+3
| | | | | | | files when checksetup.pl was run again. Also adding .htaccess to .cvsignore so it won't show up as ? in cvs diffs and updates. Patch by Dave Miller <justdave@syndicomm.com> r= jake@acutex.net
* Remove the code for rejecting the version of MySQL with broken encryption ↵jake%acutex.net2001-07-231-9/+8
| | | | | | | (as bugzilla no longer uses MySQL's encrypt routine). Also, point to mysql.com for downloading newer versions. Patch by Myk Melez <myk@mozilla.org> r= jake@acutex.net
* Fix for bug 76154: Bugzilla can now optionally provide .htaccess files for ↵justdave%syndicomm.com2001-07-221-0/+71
| | | | | | | Apache to help restrict viewing of private data Patch by Dave Miller <justdave@syndicomm.com> r= jake@acutex.net
* Fix for bugs 55161 and 12819. The activity log now stores only what's ↵jake%acutex.net2001-07-201-2/+68
| | | | | | changed in multi-value fields. r= justdave@syndicomm.com
* Correcting the URL for MySQL's web page. Bug 90553.jake%acutex.net2001-07-171-1/+1
| | | | Patch by Myk Melez <myk@mozilla.org>
* Fix for bug 77473, bug 74032, and bug 85472: Passwords are no longer stored ↵justdave%syndicomm.com2001-07-111-9/+98
| | | | | | | in plaintext in the database. Passwords are no longer encrypted with MySQL's ENCRYPT() function (because it doesn't work on some installs), but with Perl's crypt() function. The crypt-related routines now properly deal with salts so that they work on systems that use methods other than UNIX crypt to crypt the passwords (such as MD5). Checksetup.pl will walk through your database and re-crypt everyone's passwords based on the plaintext password entry, then drop the plaintext password column. As a consequence of no longer having a plaintext password, it is no longer possible to email someone their password, so the login screen has been changed to request a password reset instead. The user is emailed a temporary identifying token, with a link back to Bugzilla. They click on the link or paste it into their browser and Bugzilla allows them to change their password. Patch by Myk Melez <myk@mozilla.org> r= justdave@syndicomm.com, jake@acutex.net
* Fix for bug 76183 and bug 71555: consolidates chmod activity in one place in ↵justdave%syndicomm.com2001-06-291-104/+119
| | | | | | | checksetup.pl and also provides permission setting for bugzilla installations installed in a personal user directory as opposed to the server's main web space. (makes the files world-readable so the webserver can see them, since you can't set the group) Patch by Christian Reis <kiko@async.com.br> r= justdave@syndicomm.com
* Re-fix for bug 28458: AddFDef always replaces the fielddefs every time you ↵justdave%syndicomm.com2001-06-211-1/+1
| | | | | | | run checksetup.pl, so the change to them during doeditparams was nullified if you updated. Other recent changes have nullified the reason for changing it in editparams anyway, so just backing that part out. Patch by Jake Steenhagen <jake@acutex.net> r= justdave@syndicomm.com
* Fix for bug 86447 - ChangeFieldType() wasn't dealing with 'not null' properly.jake%acutex.net2001-06-201-5/+9
| | | | r= justdave@syndicomm.com
* 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.