- 11 Aug, 2001 3 commits
-
-
barnboy%trilobyte.net authored
dbschema.jpg file is changing, though.
-
barnboy%trilobyte.net authored
in the latest restructuring of the Bugzilla Guide.
-
barnboy%trilobyte.net authored
be used for 2.14 documentation due to inconsistencies.
-
- 09 Aug, 2001 1 commit
-
-
justdave%syndicomm.com authored
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
-
- 30 Jul, 2001 1 commit
-
-
jake%acutex.net authored
Patch by Myk Melez <myk@mozilla.org> r= jake@acutex.net
-
- 26 Jul, 2001 2 commits
-
-
justdave%syndicomm.com authored
fix for bug 91903: insecure dependency in require in importxml.pl under taint mode only in Perl 5.005. Patch by Jake Steenhagen <jake@acutex.net> r= justdave@syndicomm.com
-
justdave%syndicomm.com authored
Patch by Jake Steenhagen <jake@acutex.net> r= justdave@syndicomm.com
-
- 25 Jul, 2001 1 commit
-
-
justdave%syndicomm.com authored
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
-
- 23 Jul, 2001 2 commits
-
-
jake%acutex.net authored
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
-
justdave%syndicomm.com authored
Patch by Jake Steenhagen <jake@acutex.net> r= justdave@syndicomm.com
-
- 22 Jul, 2001 4 commits
-
-
justdave%syndicomm.com authored
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
-
justdave%syndicomm.com authored
-
justdave%syndicomm.com authored
Fix for bug 84714 and bug 88797: You can now change bug groups from the "change several bugs" form even if the bugs aren't all in the same groups. Also, the groups are no longer cleared when you make a change from the "change several bugs" form (unless you tell it to) Patch by Joe Robins <jmrobins@tgix.com> and Dave Miller <justdave@syndicomm.com> r= zach@zachlipton.com a= justdave@syndicomm.com
-
justdave%syndicomm.com authored
Fix for bug 84714 and bug 88797: You can now change bug groups from the "change several bugs" form even if the bugs aren't all in the same groups. Also, the groups are no longer cleared when you make a change from the "change several bugs" form (unless you tell it to) Patch by Joe Robins <jmrobins@tgix.com> and Dave Miller <justdave@syndicomm.com> r= zach@zachlipton.com a= justdave@syndicomm.com
-
- 20 Jul, 2001 2 commits
-
-
jake%acutex.net authored
Fix for bugs 55161 and 12819. The activity log now stores only what's changed in multi-value fields. r= justdave@syndicomm.com
-
justdave%syndicomm.com authored
Re-fix for bug 77699: the undefined error affected other browsers than just IE5, so work around it for all browsers. Patch by Stephen Lee <slee@uk.bnsmc.com> r= afranke@ags.uni-sb.de
-
- 17 Jul, 2001 2 commits
-
-
jake%acutex.net authored
Patch by Myk Melez <myk@mozilla.org>
-
justdave%syndicomm.com authored
Fixing minor problem caused by the original bug 77473 checkin where an SQL error was being produced if you tried to log in with an invalid username. Patch by Myk Melez <myk@mozilla.org> r= justdave@syndicomm.com
-
- 11 Jul, 2001 1 commit
-
-
justdave%syndicomm.com authored
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
-
- 04 Jul, 2001 4 commits
-
-
justdave%syndicomm.com authored
Patch by Gervase Markham <gervase.markham@univ.ox.ac.uk> r= justdave@syndicomm.com
-
justdave%syndicomm.com authored
-
justdave%syndicomm.com authored
removing "Use Carp" and "sub die_with_dignity" that I was supposed to remove from the previous patch before checking it in.
-
justdave%syndicomm.com authored
Fix for bug 59349: Processmail now runs in taint (perl -T and $db->{Taint}=1) mode. Hooks also added to globals.pl to make converting other files in Bugzilla to run in Taint mode easier. Patch by Jake Steenhagen <jake@acutex.net> r= justdave@syndicomm.com
-
- 02 Jul, 2001 2 commits
-
-
gerv%gerv.net authored
-
gerv%gerv.net authored
-
- 01 Jul, 2001 1 commit
-
-
justdave%syndicomm.com authored
Patch by Dave Miller <justdave@syndicomm.com> r= jake@acutex.net
-
- 29 Jun, 2001 1 commit
-
-
justdave%syndicomm.com authored
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
-
- 28 Jun, 2001 3 commits
-
-
justdave%syndicomm.com authored
Patch by Andreas Franke <afranke@ags.uni-sb.de> r= justdave@syndicomm.com
-
jake%acutex.net authored
Refix bug 80289. Don't print header for groups if there aren't any groups to display (was printing a header without groups in rare instances). Patch by Joe Robins <jmrobins@tgix.com> r= jake@acutex.net
-
justdave%syndicomm.com authored
Fix for bug 87983: backdoor.cgi is Netscape-specific, and not part of the bugzilla package. Removing from CVS.
-
- 27 Jun, 2001 2 commits
-
-
justdave%syndicomm.com authored
-
justdave%syndicomm.com authored
Fix for bug 80289: Group restrictions are now identified with checkboxes 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
-
- 21 Jun, 2001 3 commits
-
-
justdave%syndicomm.com authored
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
-
justdave%syndicomm.com authored
-
justdave%syndicomm.com authored
Fix for bug 47914: buglist.cgi always had a not-logged-in footer if you were 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
-
- 20 Jun, 2001 3 commits
-
-
jake%acutex.net authored
r= justdave@syndicomm.com
-
justdave%syndicomm.com authored
Fix for bug 85833: show_bug.cgi (and probably others) now allow leading or 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
-
justdave%syndicomm.com authored
Fix for bug 45918: the old password field on the userprefs page is now used 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
-
- 19 Jun, 2001 2 commits
-
-
jake%acutex.net authored
Patch by Myk Melez <myk@mozilla.org> and Dave Miller <justdave@syndicomm.com> r= jake@acutex.net
-
jake%acutex.net authored
Refixing bug 71396. Each PushGlobalSQLState() needs a PopGlobalSQLState() and this file instead had two "pushes".
-