Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-06-08 | Hopefully the fix for bug 77778: component lists, etc stuttering due to ↵ | justdave%syndicomm.com | 1 | -0/+3 | |
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-08 | Fix for bug 15980: Password is no longer shown in the location bar on the ↵ | justdave%syndicomm.com | 2 | -5/+17 | |
first page you load after logging in. Patch by Dave Miller <justdave@syndicomm.com> r= jake@acutex.net | |||||
2001-06-07 | fix typo | justdave%syndicomm.com | 1 | -1/+1 | |
2001-06-07 | Fix "used only once" error, per tinderbox build log. | justdave%syndicomm.com | 1 | -0/+1 | |
2001-06-07 | Fix for bug 21253: removing all single-parameter system() calls from Bugzilla | justdave%syndicomm.com | 5 | -11/+33 | |
Patch by Dave Miller <justdave@syndicomm.com> r= tara@tequilarista.org | |||||
2001-06-07 | Fix for bug 83872: Bugzilla no longer requires the Mysql Perl module, but ↵ | justdave%syndicomm.com | 1 | -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 | |||||
2001-06-07 | Users should only be able to view attachments if they can view the bug that ↵ | jake%acutex.net | 1 | -9/+17 | |
the file is attached to (bug 70189) r=tara | |||||
2001-06-06 | Fixing typo. Attachments isn't spelled 'Attachemnts' (bug 84295). | jake%acutex.net | 1 | -1/+1 | |
2001-06-06 | Fix for bug 39557: doeditvotes.cgi will no longer create a vote record for a ↵ | justdave%syndicomm.com | 1 | -50/+66 | |
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 | Fix for bug 82781: describecomponents.cgi now checks viewing permissions to ↵ | justdave%syndicomm.com | 1 | -2/+42 | |
make sure you can see a product Patch by Myk Melez <myk@mozilla.org> r= tara@tequilarista.org | |||||
2001-06-06 | Fix for bug 28458: "NEW" bugs were not getting CC or QA Contact information ↵ | justdave%syndicomm.com | 2 | -5/+11 | |
displayed. Patch by Jake Steenhagen <jake@acutex.net> r= justdave@syndicomm.com | |||||
2001-06-06 | Fix for bug 75482: adding the capability to deactivate a group without ↵ | justdave%syndicomm.com | 6 | -7/+100 | |
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-03 | Landing Myk's patch for bug #71767 | tara%tequilarista.org | 3 | -61/+108 | |
2001-06-02 | sanitycheck.cgi was able to be run by anybody - even people without Bugzilla ↵ | jake%acutex.net | 1 | -1/+16 | |
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 | Fix for bug 65190: add comparison type "all words as substrings" and "any ↵ | justdave%syndicomm.com | 2 | -1/+33 | |
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 | Fix for bug 78407: extra safeguard against overpopping the email list when ↵ | justdave%syndicomm.com | 1 | -0/+1 | |
pruning people who aren't supposed to get mail. Patch by Jake Steenhagen <jake@acutex.net> r= justdave@syndicomm.com | |||||
2001-06-02 | Fix for bug 83596: optional dependency on XML::Parser now checked in ↵ | justdave%syndicomm.com | 1 | -5/+13 | |
checksetup.pl Patch by Dave Miller <justdave@syndicomm.com> r= jake@acutex.net | |||||
2001-06-02 | Fix for bug 83618: checksetup.pl crashes if DBI module isn't already installed. | justdave%syndicomm.com | 1 | -1/+5 | |
Patch by Dave Miller <justdave@syndicomm.com> r= jake@acutex.net | |||||
2001-06-01 | More leak pluggin. This one fixes bug 39526. | jake%acutex.net | 1 | -3/+22 | |
Patch by Myk Melez <myk@mozilla.org> r= jake@acutex.net | |||||
2001-06-01 | Fix for bug 83633: perl warnings in 5.6 | justdave%syndicomm.com | 1 | -4/+9 | |
r= Hixie | |||||
2001-06-01 | Fix for bug 73249: perl warnings under 5.6.0. | justdave%syndicomm.com | 1 | -13/+13 | |
Patch by Chris Yeh <Chris.Yeh@nokia.com> r= justdave@syndicomm.com | |||||
2001-06-01 | Fix for bug 79317: dependency on CGI::Carp not caught by checksetup.pl | justdave%syndicomm.com | 1 | -28/+30 | |
Patch by Dave Miller <justdave@syndicomm.com> r= jake@acutex.net | |||||
2001-06-01 | backing out previous fix to importxml.pl. It fixed it on Perl 5.6 and broke ↵ | justdave%syndicomm.com | 1 | -1/+1 | |
it on Perl 5.005. Will need to investigate. | |||||
2001-06-01 | Fix for bug 72862: fixes more Perl warnings in RelationSet.pm and globals.pl | justdave%syndicomm.com | 3 | -2/+16 | |
2001-06-01 | Fix for bug 57848, perl warnings in several files. | justdave%syndicomm.com | 3 | -2/+6 | |
Patch by Nick Hibma <n_hibma@qubesoft.com> r= justdave@syndicomm.com | |||||
2001-06-01 | Bugzilla was leaking information about bugs marked secure (using bug ↵ | jake%acutex.net | 5 | -69/+160 | |
groups). This checkin fixes bugs 39524, 39527, 39531, and 39533. Patches by Myk Melez <myk@mozilla.org>. r= jake@acutex.net | |||||
2001-05-31 | Fix for bug 45164 - New users created by the admin were not subject to the ↵ | jake%acutex.net | 1 | -60/+88 | |
userregexp for groupsets. Patch by Joe Robins <jmrobins@tgix.com> r= jake@acutex.net | |||||
2001-05-30 | Dummy commit so I can put the attributions I forgot in the previous one. | justdave%syndicomm.com | 1 | -0/+1 | |
Patch from bug 65290 was by Jake Steenhagen <jake@acutex.net> r= justdave@syndicomm.com | |||||
2001-05-30 | Fix for bug 65290: can now edit user-regexps for system groups | justdave%syndicomm.com | 1 | -9/+26 | |
2001-05-30 | Fix for bug 65399: Can't use string ("") as an ARRAY ref while "strict refs" ↵ | justdave%syndicomm.com | 1 | -2/+4 | |
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-30 | Additional cleanup for bug 73191. newquip.html is no longer needed. | justdave%syndicomm.com | 1 | -37/+0 | |
2001-05-29 | Fix for bug 78045: change references to README in error messages to point to ↵ | justdave%syndicomm.com | 1 | -3/+4 | |
the Bugzilla Guide instead. Patch by Matthew Tuck <matty@chariot.net.au> r= justdave@syndicomm.com | |||||
2001-05-29 | Landing quips.cgi (bug 73191) by Owen Taylor <otaylor@redhat.com> | justdave%syndicomm.com | 2 | -1/+66 | |
Submitted by Martin Baulig <baulig@suse.de> from bugzilla.gnome.org r= justdave@syndicomm.com | |||||
2001-05-29 | Fix for bug 77699 and bug 71503: fix javascript errors in quicksearch and ↵ | justdave%syndicomm.com | 1 | -49/+116 | |
improve IE5 compatibility Patch by Stephan Lee <slee@uk.bnsmc.com> and Andreas Franke <afranke@ags.uni-sb.de> | |||||
2001-05-25 | Bug 79739 - Initial Owner and QA Contact were not being handled correctly by ↵ | jake%acutex.net | 1 | -23/+12 | |
the email interface after they were changed to userid's in bug 66876. r= justdave@syndicomm.com | |||||
2001-05-24 | Mention the Bugzilla project page and where to report bugs | jake%acutex.net | 1 | -0/+7 | |
Patch by Matthew Tuck <matty@chariot.net.au> r= justdave@syndicomm.com, jake@acutex.net | |||||
2001-05-24 | Bug 71552 - Remove oldemailtech from Bugzilla | jake%acutex.net | 6 | -805/+157 | |
r= justdave@syndicomm.com | |||||
2001-05-12 | Fix for bug 38859: escape invalid email addresses for HTML before displaying ↵ | justdave%syndicomm.com | 1 | -0/+3 | |
to the user. Patch by Myk Melez <myk@mozilla.org> r= jake@acutex.net, justdave@syndicomm.com | |||||
2001-05-11 | Fix for bug 80045: 500 Server Error in IE (but not Netscape or Mozilla) on ↵ | justdave%syndicomm.com | 1 | -0/+1 | |
errors looking up email addresses. Patch by <jake@acutex.net> r= justdave@syndicomm.com | |||||
2001-05-10 | Fix for bug 38854: reports.cgi needs to escape (untrusted) url params | justdave%syndicomm.com | 1 | -62/+46 | |
Patch by Myk Melez <myk@mozilla.org> r= jake@acutex.net | |||||
2001-05-10 | Fix for bug 38855: showvotes.cgi needs to escape (untrusted) url params | justdave%syndicomm.com | 2 | -3/+54 | |
Patch by Myke Melez <myk@mozilla.org> r= jake@acutex.net | |||||
2001-05-10 | Fix for bug 79730: Minor minor typo in move.pl (recieve -> receive). | justdave%syndicomm.com | 1 | -1/+1 | |
Patch by gavins@iplbath.com (Gavin Shelley). r= justdave@syndicomm.com | |||||
2001-04-28 | rolling version number to 2.13 for development | justdave%syndicomm.com | 1 | -1/+1 | |
2001-04-28 | addition to 2.12 release notes | justdave%syndicomm.com | 1 | -0/+4 | |
2001-04-26 | Backing out .htaccess commit, these don't belong here yet. It broke ↵ | justdave%syndicomm.com | 1 | -7/+0 | |
checksetup.pl, too. | |||||
2001-04-26 | Added .htaccess files for shadow/, data/, and /. | barnboy%trilobyte.net | 24 | -618/+1551 | |
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 | Tara is a bucket head. Floating version to 2.12 ship for tag and stripe | tara%tequilarista.org | 1 | -1/+1 | |
2001-04-26 | Removing forward planning text | tara%tequilarista.org | 1 | -6/+0 | |
2001-04-25 | Fix for confusing language regarding protection of data/ & shadow/ directories | barnboy%trilobyte.net | 5 | -17/+34 | |
and localconfig file. | |||||
2001-04-25 | Updated Bugzilla Guide and README to fix bug 76156, bug 76841, and bug 26242. | barnboy%trilobyte.net | 92 | -2083/+10070 | |
The README is now gutted, pointers to Guide. Also some new sections added, old ones fixed, and notes appended to deprecated sections I've not yet had the heart to remove. |