justdave%syndicomm.com
|
d12c665fae
|
Fix for bug 84596: Syncshadowdb wasn't using the db_user and db_pass from localconfig, which meant that it previously wouldn't run unless it was running under a user that had access to the bugs and shadowbugs dbs and didn't have a password. It now looks for db_user and db_pass and specifies them on the command line to mysqldump and mysql if they're in use.
r= tara
|
2001-06-10 17:38:15 +00:00 |
justdave%syndicomm.com
|
0caf63ff4b
|
Re-fix for bug 21253: fix calling conventions for syncshadowdb so that a phony parameter to get past the multi-param system() test in tinderbox actually works.
r= tara
|
2001-06-10 17:15:56 +00:00 |
jake%acutex.net
|
f3b1e25aea
|
Give a logical error message if no products are available to a user for bug entry (bug 84285).
Patch by Paul Thomas <paul.thomas@sse.ie>
r= jake@acutex.net
|
2001-06-08 13:12:13 +00:00 |
justdave%syndicomm.com
|
89f9bad83e
|
Hopefully the fix for bug 77778: component lists, etc stuttering due to corruption in data/versioncache.
Patch design by Terry Weissman <terry@mozilla.org>
Patch implemented by Dave Miller <justdave@syndicomm.com>
r= tara@tequilarista.org
|
2001-06-07 21:26:49 +00:00 |
justdave%syndicomm.com
|
e5c14c816c
|
Fix for bug 15980: Password is no longer shown in the location bar on the first page you load after logging in.
Patch by Dave Miller <justdave@syndicomm.com>
r= jake@acutex.net
|
2001-06-07 20:26:40 +00:00 |
justdave%syndicomm.com
|
88476cc75c
|
fix typo
|
2001-06-07 01:31:51 +00:00 |
justdave%syndicomm.com
|
8da17e3922
|
Fix "used only once" error, per tinderbox build log.
|
2001-06-06 23:09:54 +00:00 |
justdave%syndicomm.com
|
6a4944b94c
|
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
|
fa59d128b6
|
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 |
jake%acutex.net
|
48ffd8c640
|
Users should only be able to view attachments if they can view the bug that the file is attached to (bug 70189)
r=tara
|
2001-06-06 18:36:25 +00:00 |
jake%acutex.net
|
79fc592bf7
|
Fixing typo. Attachments isn't spelled 'Attachemnts' (bug 84295).
|
2001-06-06 14:25:18 +00:00 |
justdave%syndicomm.com
|
7337f9ee7a
|
Fix for bug 39557: doeditvotes.cgi will no longer create a vote record for a nonexistant bug if the HTML is tampered with or other bugs cause bad bug numbers in the submitted form.
Patch by Myk Melez <myk@mozilla.org>
r= justdave@syndicomm.com
|
2001-06-06 04:51:55 +00:00 |
justdave%syndicomm.com
|
16951bbe32
|
Fix for bug 82781: describecomponents.cgi now checks viewing permissions to make sure you can see a product
Patch by Myk Melez <myk@mozilla.org>
r= tara@tequilarista.org
|
2001-06-06 04:32:45 +00:00 |
justdave%syndicomm.com
|
1e4536e632
|
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
|
72e876fa2d
|
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 |
tara%tequilarista.org
|
71c26619d6
|
Landing Myk's patch for bug #71767
|
2001-06-02 22:02:02 +00:00 |
jake%acutex.net
|
7e84b3b87a
|
sanitycheck.cgi was able to be run by anybody - even people without Bugzilla accounts. It is now restricted to only people with the editbugs permission (bug 54556).
Patch by Myk Melez <myk@mozilla.org>
r= jake@acutex.net
|
2001-06-02 14:24:45 +00:00 |
justdave%syndicomm.com
|
bf46713283
|
Fix for bug 65190: add comparison type "all words as substrings" and "any words as substrings" to the text fields in query.cgi
Patch by Andreas Franke <afranke@ags.uni-sb.de>
r= justdave@syndicomm.com
|
2001-06-02 04:02:13 +00:00 |
justdave%syndicomm.com
|
6887947dcb
|
Fix for bug 78407: extra safeguard against overpopping the email list when pruning people who aren't supposed to get mail.
Patch by Jake Steenhagen <jake@acutex.net>
r= justdave@syndicomm.com
|
2001-06-02 03:19:26 +00:00 |
justdave%syndicomm.com
|
c6f5cbc4aa
|
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
|
16c44fa582
|
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 |
jake%acutex.net
|
40da63cff5
|
More leak pluggin. This one fixes bug 39526.
Patch by Myk Melez <myk@mozilla.org>
r= jake@acutex.net
|
2001-06-01 13:38:01 +00:00 |
justdave%syndicomm.com
|
6e938b4597
|
Fix for bug 83633: perl warnings in 5.6
r= Hixie
|
2001-06-01 10:03:52 +00:00 |
justdave%syndicomm.com
|
53e52cbe8b
|
Fix for bug 73249: perl warnings under 5.6.0.
Patch by Chris Yeh <Chris.Yeh@nokia.com>
r= justdave@syndicomm.com
|
2001-06-01 08:34:45 +00:00 |
justdave%syndicomm.com
|
1b32170af6
|
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
|
db91c9e3ba
|
backing out previous fix to importxml.pl. It fixed it on Perl 5.6 and broke it on Perl 5.005. Will need to investigate.
|
2001-06-01 02:27:52 +00:00 |
justdave%syndicomm.com
|
63ca1160dd
|
Fix for bug 72862: fixes more Perl warnings in RelationSet.pm and globals.pl
|
2001-06-01 02:14:23 +00:00 |
justdave%syndicomm.com
|
f1b8abb8a9
|
Fix for bug 57848, perl warnings in several files.
Patch by Nick Hibma <n_hibma@qubesoft.com>
r= justdave@syndicomm.com
|
2001-06-01 02:07:28 +00:00 |
jake%acutex.net
|
e5f7a1dd6e
|
Bugzilla was leaking information about bugs marked secure (using bug groups). This checkin fixes bugs 39524, 39527, 39531, and 39533.
Patches by Myk Melez <myk@mozilla.org>.
r= jake@acutex.net
|
2001-05-31 15:52:25 +00:00 |
jake%acutex.net
|
477a26a860
|
Fix for bug 45164 - New users created by the admin were not subject to the userregexp for groupsets.
Patch by Joe Robins <jmrobins@tgix.com>
r= jake@acutex.net
|
2001-05-30 15:47:30 +00:00 |
justdave%syndicomm.com
|
e5bf5d6659
|
Dummy commit so I can put the attributions I forgot in the previous one.
Patch from bug 65290 was by Jake Steenhagen <jake@acutex.net>
r= justdave@syndicomm.com
|
2001-05-29 21:27:12 +00:00 |
justdave%syndicomm.com
|
d7cf4940e2
|
Fix for bug 65290: can now edit user-regexps for system groups
|
2001-05-29 21:25:02 +00:00 |
justdave%syndicomm.com
|
1f0393f665
|
Fix for bug 65399: Can't use string ("") as an ARRAY ref while "strict refs" in use at query.cgi due to no components defined in a product.
Patch by Matthias Radestock <matthias@sorted.org>
r= justdave@syndicomm.com
|
2001-05-29 20:30:51 +00:00 |
justdave%syndicomm.com
|
5d428e80a4
|
Additional cleanup for bug 73191. newquip.html is no longer needed.
|
2001-05-29 18:44:00 +00:00 |
justdave%syndicomm.com
|
65b58b6d44
|
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 |
justdave%syndicomm.com
|
add36de033
|
Landing quips.cgi (bug 73191) by Owen Taylor <otaylor@redhat.com>
Submitted by Martin Baulig <baulig@suse.de> from bugzilla.gnome.org
r= justdave@syndicomm.com
|
2001-05-29 04:01:48 +00:00 |
justdave%syndicomm.com
|
54b8850bf6
|
Fix for bug 77699 and bug 71503: fix javascript errors in quicksearch and improve IE5 compatibility
Patch by Stephan Lee <slee@uk.bnsmc.com> and Andreas Franke <afranke@ags.uni-sb.de>
|
2001-05-29 03:05:46 +00:00 |
jake%acutex.net
|
70066ead27
|
Bug 79739 - Initial Owner and QA Contact were not being handled correctly by the email interface after they were changed to userid's in bug 66876.
r= justdave@syndicomm.com
|
2001-05-25 12:48:47 +00:00 |
jake%acutex.net
|
748983d1a8
|
Mention the Bugzilla project page and where to report bugs
Patch by Matthew Tuck <matty@chariot.net.au>
r= justdave@syndicomm.com, jake@acutex.net
|
2001-05-24 12:58:33 +00:00 |
jake%acutex.net
|
097ab228ca
|
Bug 71552 - Remove oldemailtech from Bugzilla
r= justdave@syndicomm.com
|
2001-05-24 03:10:49 +00:00 |
justdave%syndicomm.com
|
52d319efbd
|
Fix for bug 38859: escape invalid email addresses for HTML before displaying to the user.
Patch by Myk Melez <myk@mozilla.org>
r= jake@acutex.net, justdave@syndicomm.com
|
2001-05-11 18:02:38 +00:00 |
justdave%syndicomm.com
|
9c2c47cd80
|
Fix for bug 80045: 500 Server Error in IE (but not Netscape or Mozilla) on errors looking up email addresses.
Patch by <jake@acutex.net>
r= justdave@syndicomm.com
|
2001-05-10 18:16:51 +00:00 |
justdave%syndicomm.com
|
e2700ba982
|
Fix for bug 38854: reports.cgi needs to escape (untrusted) url params
Patch by Myk Melez <myk@mozilla.org>
r= jake@acutex.net
|
2001-05-10 03:02:52 +00:00 |
justdave%syndicomm.com
|
4addc2a9a8
|
Fix for bug 38855: showvotes.cgi needs to escape (untrusted) url params
Patch by Myke Melez <myk@mozilla.org>
r= jake@acutex.net
|
2001-05-10 02:53:22 +00:00 |
justdave%syndicomm.com
|
d5ede4c824
|
Fix for bug 79730: Minor minor typo in move.pl (recieve -> receive).
Patch by gavins@iplbath.com (Gavin Shelley).
r= justdave@syndicomm.com
|
2001-05-09 18:32:35 +00:00 |
justdave%syndicomm.com
|
18444287d2
|
rolling version number to 2.13 for development
|
2001-04-27 19:36:20 +00:00 |
justdave%syndicomm.com
|
42939fefb9
|
addition to 2.12 release notes
|
2001-04-27 19:32:27 +00:00 |
justdave%syndicomm.com
|
c392e83131
|
Backing out .htaccess commit, these don't belong here yet. It broke checksetup.pl, too.
|
2001-04-26 04:16:03 +00:00 |
barnboy%trilobyte.net
|
07f20503cf
|
Added .htaccess files for shadow/, data/, and /.
I added related information to the Bugzilla Guide, and
tacked in a couple of last-minute additions. Also fixed the
annoying "Tip: HINT:" thing.
|
2001-04-26 01:51:59 +00:00 |
tara%tequilarista.org
|
960946be09
|
Tara is a bucket head. Floating version to 2.12 ship for tag and stripe
|
2001-04-25 15:45:27 +00:00 |