gerv%gerv.net
358c20af07
Add MacOS X. Bug 52577. Patch by afranke. r=gerv.
2001-10-11 21:52:28 +00:00
zach%zachlipton.com
4914db56bd
Fix for bug 97588: localconfig should mention access.conf as well as
...
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.
2001-09-23 17:07:55 +00:00
zach%zachlipton.com
1d46e21d01
Have checksetup.pl block web-access to runtests.sh (by .htaccess) and
...
chmod +x runtests.sh so that it can be run with ./
r=bbaetz on irc, no 2nd review needed. No bug filed.
2001-09-23 04:28:17 +00:00
justdave%syndicomm.com
81b1f6784d
Fix for bug 97721: Bugzilla now requires Perl 5.005 (previous requirement 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
2001-08-31 06:08:43 +00:00
justdave%syndicomm.com
ba27f45272
Fix for bug 75840: syncshadowdb -syncall now properly shuts down Bugzilla 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
2001-08-31 05:49:01 +00:00
myk%mozilla.org
0228e535c8
Fix for bug 84338: initial implementation of attachment tracker, which lets users flag attachments with statuses.
...
Patch by Myk Melez <myk@mozilla.org>
r=justdave@syndicomm.com
2001-08-31 03:54:37 +00:00
myk%mozilla.org
5bb8c229f9
Fix for bug 95890: Correctly convert/record keyword changes in the 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
2001-08-19 18:26:21 +00:00
justdave%syndicomm.com
43755341de
Fix for bug 39816: Anyone in CC, Reporter, QA Contact, or Asigned To fields 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
2001-08-13 00:46:20 +00:00
justdave%syndicomm.com
b5d9a45521
Fix for bug 94618: remove restrictions on valid characters in passwords. If crypt() takes it, why shouldn't we?
...
Patch by Myk Melez <myk@mozilla.org>
r= justdave@syndicomm.com
2001-08-11 01:51:05 +00:00
justdave%syndicomm.com
61ef377cac
Re-fix for bug 55161 - if data is partial in activity table, prepend a ? to indicate that we don't know for sure what got dropped.
...
Patch by Jake Steenhagen <jake@acutex.net>
r= justdave@syndicomm.com
2001-08-09 06:12:18 +00:00
justdave%syndicomm.com
452d0fb5ff
Fix for bug 90933: inconsistant field types for profiles.disabledtext
...
Patch by Jake Steenhagen <jake@acutex.net>
r= justdave@syndicomm.com
2001-07-25 17:55:29 +00:00
justdave%syndicomm.com
8ab662d553
re-fix bug 76154: permissions weren't being set correctly on the .htaccess 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
2001-07-25 07:26:42 +00:00
jake%acutex.net
9b7adb0f66
Remove the code for rejecting the version of MySQL with broken encryption (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
2001-07-23 14:33:04 +00:00
justdave%syndicomm.com
16e9e5348c
Fix for bug 76154: Bugzilla can now optionally provide .htaccess files for Apache to help restrict viewing of private data
...
Patch by Dave Miller <justdave@syndicomm.com>
r= jake@acutex.net
2001-07-22 05:23:33 +00:00
jake%acutex.net
ed69b4acf1
Fix for bugs 55161 and 12819. The activity log now stores only what's changed in multi-value fields.
...
r= justdave@syndicomm.com
2001-07-20 15:18:30 +00:00
jake%acutex.net
98a3075c9b
Correcting the URL for MySQL's web page. Bug 90553.
...
Patch by Myk Melez <myk@mozilla.org>
2001-07-16 19:50:17 +00:00
justdave%syndicomm.com
6b3b75de75
Fix for bug 77473, bug 74032, and bug 85472: Passwords are no longer stored 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
2001-07-11 05:29:21 +00:00
justdave%syndicomm.com
9d2900700d
Fix for bug 76183 and bug 71555: consolidates chmod activity in one place in 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
2001-06-29 03:47:56 +00:00
justdave%syndicomm.com
d5331a298b
Re-fix for bug 28458: AddFDef always replaces the fielddefs every time you 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
2001-06-21 15:03:11 +00:00
jake%acutex.net
bc48c29b44
Fix for bug 86447 - ChangeFieldType() wasn't dealing with 'not null' properly.
...
r= justdave@syndicomm.com
2001-06-20 01:37:19 +00:00
jake%acutex.net
936d1b7a02
Running a query using the Added Comment option was very slow (bug 57350).
...
Patch by Myk Melez <myk@mozilla.org> and Dave Miller <justdave@syndicomm.com>
r= jake@acutex.net
2001-06-19 02:05:08 +00:00
tara%tequilarista.org
6915ed5a77
applying handy patch to refix version table to be 64 instead of 16--partial fix of bug 9352
2001-06-16 23:01:12 +00:00
justdave%syndicomm.com
336d245aa5
Fix for bug 21253: removing all single-parameter system() calls from Bugzilla
...
Patch by Dave Miller <justdave@syndicomm.com>
r= tara@tequilarista.org
2001-06-06 21:17:42 +00:00
justdave%syndicomm.com
d92a5f89ec
Fix for bug 83872: Bugzilla no longer requires the Mysql Perl module, but 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
2001-06-06 21:10:47 +00:00
justdave%syndicomm.com
7f393c1d85
Fix for bug 28458: "NEW" bugs were not getting CC or QA Contact information displayed.
...
Patch by Jake Steenhagen <jake@acutex.net>
r= justdave@syndicomm.com
2001-06-06 04:28:52 +00:00
justdave%syndicomm.com
450514d585
Fix for bug 75482: adding the capability to deactivate a group without 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
2001-06-06 03:16:52 +00:00
justdave%syndicomm.com
6e09c91524
Fix for bug 83596: optional dependency on XML::Parser now checked in checksetup.pl
...
Patch by Dave Miller <justdave@syndicomm.com>
r= jake@acutex.net
2001-06-02 01:57:22 +00:00
justdave%syndicomm.com
988054fcd5
Fix for bug 83618: checksetup.pl crashes if DBI module isn't already installed.
...
Patch by Dave Miller <justdave@syndicomm.com>
r= jake@acutex.net
2001-06-02 01:53:01 +00:00
justdave%syndicomm.com
d3e70e89ba
Fix for bug 79317: dependency on CGI::Carp not caught by checksetup.pl
...
Patch by Dave Miller <justdave@syndicomm.com>
r= jake@acutex.net
2001-06-01 03:13:28 +00:00
justdave%syndicomm.com
c2cf48b4bd
Fix for bug 78045: change references to README in error messages to point to the Bugzilla Guide instead.
...
Patch by Matthew Tuck <matty@chariot.net.au>
r= justdave@syndicomm.com
2001-05-29 08:10:28 +00:00
jake%acutex.net
7d7408335b
Bug 71552 - Remove oldemailtech from Bugzilla
...
r= justdave@syndicomm.com
2001-05-24 03:10:49 +00:00
justdave%syndicomm.com
a9263af4df
another chmod with a leading 1 (Perl interprets this as a decimal instead of octal)
2001-04-20 14:41:44 +00:00
justdave%syndicomm.com
bf4fc36ffe
Changing all chmod 1777 to chmod 01777. Without the leading 0 it's interpreted as decimal instead of octal (oops)
2001-04-19 20:46:53 +00:00
tara%tequilarista.org
056744dad1
Bullshit checkin to add the fact that the previous changes also include the final fix for bug 72721. I am a buckethead
2001-04-19 17:35:23 +00:00
tara%tequilarista.org
4aeb7565b6
landing final patch for bug 76261
2001-04-19 17:19:07 +00:00
justdave%syndicomm.com
8e2cc80353
Correcting my email address in the comments
2001-04-17 02:26:16 +00:00
dave%intrec.com
b7399b8a39
Fix for bug 71510: permissions not set correctly on graphs directory
2001-03-09 23:19:51 +00:00
dave%intrec.com
361f3585e4
Refix for bug 25693: more accurate regexp to find duplicates when generating initial duplicates table.
2001-03-08 17:29:09 +00:00
dave%intrec.com
bb7fae8b6e
Fix for bug 62949: Initial Test Component on new install did not have initialOwner, which made sanitycheck complain.
2001-03-07 03:09:29 +00:00
cyeh%bluemartini.com
1a1dfe0e89
fix for 61637: Code bit for upgrading from 2.5
...
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-28 23:33:01 +00:00
dave%intrec.com
bb9f05a793
Fix for bug 50279: a couple executable files were missing from the list of files that checksetup considers executable when it's resetting permissions.
2001-02-27 01:20:55 +00:00
dave%intrec.com
9e32e6523c
Fix for bug 69670: Chart::Base only reports its version number as 0.99, 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-26 08:19:50 +00:00
cyeh%bluemartini.com
5a2b170f3f
fix for 66876: Using userids (mediumint) for initialowner and initialqacontact
...
based on patch submitted by baulig@suse.de (Martin Baulig).
2001-02-22 18:11:29 +00:00
gerv%gerv.net
5e0d0986eb
Made dupe table populating code not break on multi-line dupe comments. Thanks to Alex Melnick <alex@get.topica.com>. No bug number.
2001-02-22 14:05:34 +00:00
cyeh%bluemartini.com
2920d555a0
fix for 61648: SQL inserts do not match constraints
...
patch submitted by kevin.brannen@springbow.com (Kevin Brannen)
change checksetup inserts to match database constraints.
2001-02-20 23:43:32 +00:00
cyeh%bluemartini.com
e1e6320abf
fix for 17773: Checksetup.pl should create maintainer if database is empty.
...
patch submitted by dave@intrec.com (Dave Miller)
create an administrator if we don't find one in the db or if new.
2001-02-16 17:56:05 +00:00
dave%intrec.com
fd9e89629d
Fix for part 2 of bug 31456: changes the way checksetup.pl handles the 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-24 23:27:13 +00:00
dave%intrec.com
051b1fbde9
Fix for bug 65598: check for minimum versions of some of the Perl modules Bugzilla needs. Also check for minimum version of MySQL server on the other end.
2001-01-24 20:31:45 +00:00
dmose%mozilla.org
4c96f21aae
patch from bug 17464 to give user some control over what sorts of bug mail 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-24 20:26:24 +00:00
gerv%gerv.net
657799e507
More bug 6682. Perhaps this could be it.
2001-01-18 23:08:22 +00:00