Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for bugs 55161 and 12819. The activity log now stores only what's ↵ | jake%acutex.net | 2001-07-20 | 1 | -15/+11 |
| | | | | | | changed in multi-value fields. r= justdave@syndicomm.com | ||||
* | Fixing minor problem caused by the original bug 77473 checkin where an SQL ↵ | justdave%syndicomm.com | 2001-07-17 | 1 | -0/+6 |
| | | | | | | | | 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 | ||||
* | Fix for bug 77473, bug 74032, and bug 85472: Passwords are no longer stored ↵ | justdave%syndicomm.com | 2001-07-11 | 1 | -51/+71 |
| | | | | | | | 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 | ||||
* | Fix for bug 87701: Invalid username in bug changes echoed back without ↵ | justdave%syndicomm.com | 2001-07-04 | 1 | -3/+6 |
| | | | | | | | escaping HTML data Patch by Gervase Markham <gervase.markham@univ.ox.ac.uk> r= justdave@syndicomm.com | ||||
* | Fix for bug 85833: show_bug.cgi (and probably others) now allow leading or ↵ | justdave%syndicomm.com | 2001-06-20 | 1 | -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 | ||||
* | Allow '\' as a path delimiter (bug 29064) | jake%acutex.net | 2001-06-19 | 1 | -2/+2 |
| | | | | | Patch Concept by <timeless@mac.com> r= jake@acutex.net | ||||
* | Fix for bug 15980: Password is no longer shown in the location bar on the ↵ | justdave%syndicomm.com | 2001-06-08 | 1 | -3/+9 |
| | | | | | | | first page you load after logging in. Patch by Dave Miller <justdave@syndicomm.com> r= jake@acutex.net | ||||
* | fix typo | justdave%syndicomm.com | 2001-06-07 | 1 | -1/+1 |
| | |||||
* | Landing Myk's patch for bug #71767 | tara%tequilarista.org | 2001-06-03 | 1 | -46/+64 |
| | |||||
* | Bugzilla was leaking information about bugs marked secure (using bug ↵ | jake%acutex.net | 2001-05-31 | 1 | -0/+49 |
| | | | | | | | groups). This checkin fixes bugs 39524, 39527, 39531, and 39533. Patches by Myk Melez <myk@mozilla.org>. r= jake@acutex.net | ||||
* | Fix for bug 38859: escape invalid email addresses for HTML before displaying ↵ | justdave%syndicomm.com | 2001-05-12 | 1 | -0/+3 |
| | | | | | | | to the user. Patch by Myk Melez <myk@mozilla.org> r= jake@acutex.net, justdave@syndicomm.com | ||||
* | Fix for bug 38855: showvotes.cgi needs to escape (untrusted) url params | justdave%syndicomm.com | 2001-05-10 | 1 | -0/+14 |
| | | | | | Patch by Myke Melez <myk@mozilla.org> r= jake@acutex.net | ||||
* | Attempted fix for bug 71574: footer anomoly cleanup | dave%intrec.com | 2001-03-11 | 1 | -10/+13 |
| | |||||
* | fix for "My Votes" floating in space like a disconnected astronaut | cyeh%bluemartini.com | 2001-03-10 | 1 | -4/+7 |
| | |||||
* | fix for 54566: Software error generated when adding invalid dependencies | cyeh%bluemartini.com | 2001-02-24 | 1 | -0/+1 |
| | | | | if we call PuntTryAgain(), make sure we've unlocked tables | ||||
* | cleanup footer when not logged in and if using voting. | cyeh%bluemartini.com | 2001-02-23 | 1 | -2/+2 |
| | |||||
* | break Find and Report links to a seperate line so that it looks cleaner | cyeh%bluemartini.com | 2001-02-23 | 1 | -1/+1 |
| | | | | | on browser windows with shorter widths. also, the second line matches nicely with the other table cell. | ||||
* | fix for 67278: Footer lines need separation | cyeh%bluemartini.com | 2001-02-22 | 1 | -25/+44 |
| | | | | | patch submitted by shie9022@msmailhub.oulan.ou.edu (Alan Shields) make saved queries display better | ||||
* | Fix for bug 32000 (and refixing bug 4928): extra newlines in comments made | dave%intrec.com | 2001-01-17 | 1 | -1/+3 |
| | | | | with NS4-Mac | ||||
* | remove problem with newer perl spewing error messages into the CGI | cyeh%bluemartini.com | 2000-10-24 | 1 | -11/+17 |
| | |||||
* | fix for 52228: Bug list title should be name of query if running named query | cyeh%bluemartini.com | 2000-09-19 | 1 | -3/+4 |
| | | | | patch by dave@intrec.com (Dave Miller) | ||||
* | Fix for bug 51270: param for bodyhtml to allow sites to customize | dave%intrec.com | 2000-09-16 | 1 | -2/+1 |
| | | | | background colors/image and link colors. | ||||
* | fixes for 51184, 51185, 51186: allow for ldap authentication. patches | cyeh%bluemartini.com | 2000-09-16 | 1 | -53/+197 |
| | | | | | | by jmrobins@tgix.com (Joe Robins). LDAP sections haven't been tested yet, but the code is arranged such that it shouldn't disturb existing user authentication system. | ||||
* | Fix for bug 51508: Unclosed <NOBR> around named queries in command menu. | dave%intrec.com | 2000-09-07 | 1 | -1/+1 |
| | | | | Patch by john.beranek@pace.co.uk (John Beranek) | ||||
* | Fix for bug 43821: PutHeader has unbalanced <TABLE> tags. | dave%intrec.com | 2000-09-04 | 1 | -2/+0 |
| | |||||
* | fix for bug #44622: perl5.6 vs perl5.005 -w: more anal 5.6 causes errors. | cyeh%bluemartini.com | 2000-08-22 | 1 | -1/+1 |
| | | | | patches by mtakacs@pacbell.net. | ||||
* | added comment to value_quote referencing bugs with quoting linebreaks | endico%mozilla.org | 2000-06-02 | 1 | -0/+3 |
| | |||||
* | Validate value of $::FORM{who}. Thanks to Ed Korthof (edk@collab.net) for patch. | cyeh%bluemartini.com | 2000-05-09 | 1 | -0/+5 |
| | |||||
* | Fixed a typo that was causing Perl to abort before printing the HTML | dmose%mozilla.org | 2000-04-28 | 1 | -1/+1 |
| | | | | footer when a certain database inconsistency was detected. | ||||
* | bug 25010 need a way to edit groups | donm%bluemartini.com | 2000-04-27 | 1 | -0/+3 |
| | |||||
* | backing out because this has broken bugzilla.mozilla.org. the choice is no ↵ | endico%mozilla.org | 2000-04-19 | 1 | -3/+0 |
| | | | | longer given in show_bug.cgi to make bugs confidential. I need to change lounge so it no longer automatically updates. | ||||
* | bug 25010 add ability to easily edit groups | donm%bluemartini.com | 2000-04-19 | 1 | -0/+3 |
| | |||||
* | Fixed perl warning which occurs if $ENV{"CONTENT_TYPE"} is not set. | dmose%mozilla.org | 2000-03-31 | 1 | -1/+1 |
| | |||||
* | Add a bit of helpful debugging info when we get a consistancy check problem. | terry%mozilla.org | 2000-03-24 | 1 | -1/+6 |
| | |||||
* | Removed warning. | terry%mozilla.org | 2000-03-11 | 1 | -1/+3 |
| | |||||
* | Patch by Brian Duggan <bduggan@oven.com> -- security improvements. | terry%mozilla.org | 2000-03-08 | 1 | -0/+3 |
| | |||||
* | Patch by Olaf Krische <krische@mbi-berlin.de> -- Fixed HTML typos. | terry%mozilla.org | 2000-03-08 | 1 | -2/+2 |
| | |||||
* | Make a universal routine to report errors in forms, so that we can | terry%mozilla.org | 2000-02-26 | 1 | -12/+9 |
| | | | | have a universal (and more noticable) way of displaying them. | ||||
* | Cut down on the number of syncshadowdb processes we fork off. | terry%mozilla.org | 2000-02-19 | 1 | -1/+2 |
| | |||||
* | Added an optional ability to keep a read-only shadow database, so that | terry%mozilla.org | 2000-02-18 | 1 | -2/+8 |
| | | | | | bug queries can be run against it, so that these slow queries won't be able to tie up the rest of the system. | ||||
* | Put the "users" link in the trailer for people who are able to tweak | terry%mozilla.org | 2000-02-17 | 1 | -4/+4 |
| | | | | the permissions of other users. | ||||
* | Major spankage. Added a new state, UNCONFIRMED. Added new groups, | terry%mozilla.org | 2000-02-17 | 1 | -7/+45 |
| | | | | | | | | | | | | "editbugs" and "canconfirm". People without these states are now much more limited in what they can do. For backwards compatability, by default all users will have the editbugs and canconfirm bits on them. Installing this changes as is should only have one major visible effect -- an UNCONFIRMED state will appear in the query page. But no bugs will become in that state, until you tweak some of the new voting-related parameters you'll find when editing products. | ||||
* | Patches by Ken Jenks <kjenks@abiblion.com> and jug@tellux.de -- make the ↵ | terry%mozilla.org | 2000-02-16 | 1 | -2/+3 |
| | | | | Javascript behave under IE5 and under Netscape 3.x | ||||
* | Make the "mail a new password" text be a param. | terry%mozilla.org | 2000-02-08 | 1 | -17/+5 |
| | |||||
* | Massive stomp on the query page and buglist page. Added the ability | terry%mozilla.org | 2000-01-28 | 1 | -12/+18 |
| | | | | to use the "boolean charts" to do very powerful queries. | ||||
* | Reworked preferences UI. Added ability to turn off "My bugs" link at | terry%mozilla.org | 2000-01-25 | 1 | -20/+40 |
| | | | | | | bottom. Made "My bugs" show bugs you own AND bugs you submitted. Added ability to display your named queries in the footer. Many random bugfixes. | ||||
* | Very minor HTML tweaking. | terry%mozilla.org | 2000-01-24 | 1 | -3/+4 |
| | |||||
* | New email code wasn't sending to people who had voted for a bug. | terry%mozilla.org | 2000-01-24 | 1 | -0/+6 |
| | | | | Added "My votes" link to footer. Other minor voting-related fixes. | ||||
* | AACK! checksetup.pl was stomping all over the new fielddefs table if | terry%mozilla.org | 2000-01-23 | 1 | -3/+5 |
| | | | | | | it got run more than once. This checkin fixes that, and also changes the DumpBugActivity() routine to give me enough information to hopefully repair the damaged mozilla.org database... | ||||
* | Remember the previous sort order in a cookie, and make that the | terry%mozilla.org | 2000-01-23 | 1 | -0/+1 |
| | | | | | default sort order for new queries. Add a new "show list" link to the navigation header to return you to the list of selected bugs. |