aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixing "used only once" errors flagged by tinderbox on the last checkin.justdave%syndicomm.com2001-06-272-0/+2
|
* Fix for bug 80289: Group restrictions are now identified with checkboxes ↵justdave%syndicomm.com2001-06-275-51/+105
| | | | | | | instead of select widgets. Also, product groups are now only offered if they are either already set, or match the current product (i.e. the option to set a product bit for a product other than the one the bug is in is no longer available) This results in much less clutter for the admin folks on sites with lots of products. Patch by Joe Robbins <jmrobins@tgix.com> r= justdave@syndicomm.com
* Re-fix for bug 28458: AddFDef always replaces the fielddefs every time you ↵justdave%syndicomm.com2001-06-212-7/+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 "used only once" error reported by tinderbox after the last checkin. ↵justdave%syndicomm.com2001-06-211-0/+1
| | | | (Aaargh!)
* Fix for bug 47914: buglist.cgi always had a not-logged-in footer if you were ↵justdave%syndicomm.com2001-06-211-0/+6
| | | | | | | unlucky enough to have a login cookie that got corrupted in the shadow database. This patch makes buglist.cgi switch back to the primary database before looking up your login cookie for the footer. Patch by Myk Melez <myk@mozilla.org> 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
* Fix for bug 85833: show_bug.cgi (and probably others) now allow leading or ↵justdave%syndicomm.com2001-06-201-1/+2
| | | | | | | trailing spaces in the bug id, to allow for user input error. This used to work, and recent bug validation changes broke it. Patch by Jake Steenhagen <jake@acutex.net> r= justdave@syndicomm.com
* Fix for bug 45918: the old password field on the userprefs page is now used ↵justdave%syndicomm.com2001-06-201-4/+5
| | | | | | to log you back in if you try to change your password with cookies turned off, which avoids the confusing login screen after entering your new password in which you used to have to enter your old password one more time in order to let it set your new password (yes, it used to be as confusing as that just sounded :) r= tara@tequilarista.org
* Running a query using the Added Comment option was very slow (bug 57350).jake%acutex.net2001-06-192-2/+13
| | | | | Patch by Myk Melez <myk@mozilla.org> and Dave Miller <justdave@syndicomm.com> r= jake@acutex.net
* Refixing bug 71396. Each PushGlobalSQLState() needs a PopGlobalSQLState() ↵jake%acutex.net2001-06-191-1/+1
| | | | and this file instead had two "pushes".
* Allow '\' as a path delimiter (bug 29064)jake%acutex.net2001-06-191-2/+2
| | | | | Patch Concept by <timeless@mac.com> r= jake@acutex.net
* Fix for bug 85832 - QuickSearch should strip leading and trailing spaces.jake%acutex.net2001-06-191-0/+7
| | | | Patch by Andreas Franke <afranke@ags.uni-sb.de>
* 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 71396 - $::db->do isn't needed anymorejake%acutex.net2001-06-164-36/+20
| | | | | Patch by Christian Reis <kiko@async.com.br> r= jake@acutex.net
* Fix for bug 83619 - QuickSearch was crashing Netscape 4.76 and 4.77 on Unixjake%acutex.net2001-06-161-2/+4
| | | | Patch by Andreas Franke <afranke@ags.uni-sb.de>
* Checking in the cleaner version of the fix for "No Available Products". ↵jake%acutex.net2001-06-151-15/+15
| | | | | | | This was attached to bug 65311. Patch by Dave Miller <justdave@syndicomm.com> r= jake@acutex.net
* Backing out previous changes as there was a better patch already attached to ↵jake%acutex.net2001-06-151-28/+9
| | | | a different bug
* Bugzilla shouldn't display empty header in the New: email notifications (bug ↵jake%acutex.net2001-06-141-2/+2
| | | | | | 85734) r=timeless
* Fix for bug 84596: Syncshadowdb wasn't using the db_user and db_pass from ↵justdave%syndicomm.com2001-06-111-8/+11
| | | | | | 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
* Re-fix for bug 21253: fix calling conventions for syncshadowdb so that a ↵justdave%syndicomm.com2001-06-112-4/+8
| | | | | | phony parameter to get past the multi-param system() test in tinderbox actually works. r= tara
* Give a logical error message if no products are available to a user for bug ↵jake%acutex.net2001-06-081-9/+28
| | | | | | | entry (bug 84285). Patch by Paul Thomas <paul.thomas@sse.ie> r= jake@acutex.net
* Hopefully the fix for bug 77778: component lists, etc stuttering due to ↵justdave%syndicomm.com2001-06-081-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
* Fix for bug 15980: Password is no longer shown in the location bar on the ↵justdave%syndicomm.com2001-06-082-5/+17
| | | | | | | first page you load after logging in. Patch by Dave Miller <justdave@syndicomm.com> r= jake@acutex.net
* fix typojustdave%syndicomm.com2001-06-071-1/+1
|
* Fix "used only once" error, per tinderbox build log.justdave%syndicomm.com2001-06-071-0/+1
|
* Fix for bug 21253: removing all single-parameter system() calls from Bugzillajustdave%syndicomm.com2001-06-075-11/+33
| | | | | 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
* Users should only be able to view attachments if they can view the bug that ↵jake%acutex.net2001-06-071-9/+17
| | | | | | the file is attached to (bug 70189) r=tara
* Fixing typo. Attachments isn't spelled 'Attachemnts' (bug 84295).jake%acutex.net2001-06-061-1/+1
|
* Fix for bug 39557: doeditvotes.cgi will no longer create a vote record for a ↵justdave%syndicomm.com2001-06-061-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
* Fix for bug 82781: describecomponents.cgi now checks viewing permissions to ↵justdave%syndicomm.com2001-06-061-2/+42
| | | | | | | make sure you can see a product Patch by Myk Melez <myk@mozilla.org> r= tara@tequilarista.org
* Fix for bug 28458: "NEW" bugs were not getting CC or QA Contact information ↵justdave%syndicomm.com2001-06-062-5/+11
| | | | | | | 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-066-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
* Landing Myk's patch for bug #71767tara%tequilarista.org2001-06-033-61/+108
|
* sanitycheck.cgi was able to be run by anybody - even people without Bugzilla ↵jake%acutex.net2001-06-021-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
* Fix for bug 65190: add comparison type "all words as substrings" and "any ↵justdave%syndicomm.com2001-06-022-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
* Fix for bug 78407: extra safeguard against overpopping the email list when ↵justdave%syndicomm.com2001-06-021-0/+1
| | | | | | | pruning people who aren't supposed to get mail. Patch by Jake Steenhagen <jake@acutex.net> 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
* More leak pluggin. This one fixes bug 39526.jake%acutex.net2001-06-011-3/+22
| | | | | Patch by Myk Melez <myk@mozilla.org> r= jake@acutex.net
* Fix for bug 83633: perl warnings in 5.6justdave%syndicomm.com2001-06-011-4/+9
| | | | r= Hixie
* Fix for bug 73249: perl warnings under 5.6.0.justdave%syndicomm.com2001-06-011-13/+13
| | | | | Patch by Chris Yeh <Chris.Yeh@nokia.com> r= justdave@syndicomm.com
* 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
* backing out previous fix to importxml.pl. It fixed it on Perl 5.6 and broke ↵justdave%syndicomm.com2001-06-011-1/+1
| | | | it on Perl 5.005. Will need to investigate.
* Fix for bug 72862: fixes more Perl warnings in RelationSet.pm and globals.pljustdave%syndicomm.com2001-06-013-2/+16
|
* Fix for bug 57848, perl warnings in several files.justdave%syndicomm.com2001-06-013-2/+6
| | | | | Patch by Nick Hibma <n_hibma@qubesoft.com> r= justdave@syndicomm.com
* Bugzilla was leaking information about bugs marked secure (using bug ↵jake%acutex.net2001-05-315-69/+160
| | | | | | | groups). This checkin fixes bugs 39524, 39527, 39531, and 39533. Patches by Myk Melez <myk@mozilla.org>. r= jake@acutex.net
* Fix for bug 45164 - New users created by the admin were not subject to the ↵jake%acutex.net2001-05-301-60/+88
| | | | | | | userregexp for groupsets. Patch by Joe Robins <jmrobins@tgix.com> r= jake@acutex.net
* Dummy commit so I can put the attributions I forgot in the previous one.justdave%syndicomm.com2001-05-301-0/+1
| | | | | Patch from bug 65290 was by Jake Steenhagen <jake@acutex.net> r= justdave@syndicomm.com
* Fix for bug 65290: can now edit user-regexps for system groupsjustdave%syndicomm.com2001-05-301-9/+26
|