Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-03-15 | updated to better reflect reality in terms of recent changes to bug_email.pl. | seth%cs.brandeis.edu | 1 | -6/+15 | |
2000-03-11 | Sigh. We now need to lock the attachments table, too, just in case a | terry%mozilla.org | 1 | -1/+1 | |
midair collision happens which needs to generate text which needs to look at the attachments table. Sigh. | |||||
2000-03-11 | updated to reflect that only specific versions of GD.pm and Chart will work. | dmose%mozilla.org | 2 | -20/+22 | |
2000-03-11 | Whoops; left out the "mailto:" part of a mailto link. | terry%mozilla.org | 1 | -3/+3 | |
2000-03-11 | Italicize the "Additional Comments From" stuff, so that you can tell | terry%mozilla.org | 5 | -96/+134 | |
the difference between new comments and people copying stuff in from old comments. | |||||
2000-03-11 | Removed warning. | terry%mozilla.org | 1 | -1/+3 | |
2000-03-11 | Never let ", <, or > be matched as part of a URL. | terry%mozilla.org | 1 | -1/+1 | |
2000-03-11 | Patch by Joe Robins <jmrobins@tgix.com> -- allow automatic definition | terry%mozilla.org | 5 | -18/+335 | |
of a group per project, and automatically put new bugs against that project into that group, thus allowing entire projects to be protected against viewing by unauthorized users. This is all optional, controlled by new parameters. | |||||
2000-03-10 | Patch by "Peter Schweiger" <Schweiger.Peter@litef.de> -- minor bugfixes. | terry%mozilla.org | 2 | -1/+3 | |
2000-03-08 | Whoops; removed extra double-quote. | terry%mozilla.org | 1 | -1/+1 | |
2000-03-08 | Patch by Dave Miller <dave@intrec.com> -- allow setting of | terry%mozilla.org | 2 | -10/+52 | |
confidentiality when submitting a new bug. | |||||
2000-03-08 | Patch by Peter Schweiger <schweiger.peter@litef.de> -- date formatting | terry%mozilla.org | 2 | -3/+3 | |
string wasn't working with modern MySQL engines. | |||||
2000-03-08 | Oops! canconfirm bit wasn't actually working. | terry%mozilla.org | 1 | -16/+9 | |
2000-03-08 | Was choking on order='Importance'. | terry%mozilla.org | 1 | -2/+2 | |
2000-03-08 | * this adds in DEFAULT_PRODUCT and DEFAULT_COMPONENT functionality to the | seth%cs.brandeis.edu | 1 | -5/+20 | |
bug_email.pl script. See comments in the script itself for how it works. | |||||
2000-03-08 | added hack for NSS bug injection | dmose%mozilla.org | 1 | -1/+4 | |
2000-03-08 | Fixed stupid syntax error in last patch. | terry%mozilla.org | 1 | -1/+1 | |
2000-03-08 | Patch by "David Gardiner" <david.gardiner@unisa.edu.au> -- recognize | terry%mozilla.org | 1 | -0/+3 | |
more useragent strings. | |||||
2000-03-08 | Patch by Brian Duggan <bduggan@oven.com> -- security improvements. | terry%mozilla.org | 6 | -5/+13 | |
2000-03-08 | Contribution by Eli Goldberg <eli@prometheus-music.com> -- generic | terry%mozilla.org | 2 | -1/+282 | |
bug-writing guidelines. | |||||
2000-03-08 | Submission by Klaas Freitag <freitag@suse.de>. | terry%mozilla.org | 3 | -0/+299 | |
2000-03-08 | Patch by Olaf Krische <krische@mbi-berlin.de> -- Fixed HTML typos. | terry%mozilla.org | 1 | -2/+2 | |
2000-03-07 | Fixed very stupid typo. | terry%mozilla.org | 1 | -1/+1 | |
2000-02-26 | Make a universal routine to report errors in forms, so that we can | terry%mozilla.org | 5 | -95/+60 | |
have a universal (and more noticable) way of displaying them. | |||||
2000-02-26 | If there is only one project allowing new bugs, don't bother prompting | terry%mozilla.org | 1 | -3/+12 | |
for which project to use. | |||||
2000-02-25 | Fixed to cope with new longdescs table. | terry%mozilla.org | 1 | -2/+13 | |
2000-02-19 | Cut down on the number of syncshadowdb processes we fork off. | terry%mozilla.org | 2 | -2/+12 | |
2000-02-19 | Don't stomp on bugs timestamps when adding the new everconfirmed field. | terry%mozilla.org | 1 | -1/+1 | |
2000-02-19 | Check that we have defined a shadow db before trying to use it. | terry%mozilla.org | 1 | -1/+1 | |
2000-02-18 | Make reports work off of the the shadow database. | terry%mozilla.org | 1 | -1/+1 | |
2000-02-18 | Fixed some functions in buglist.cgi that won't work if we're hooked up | terry%mozilla.org | 2 | -3/+10 | |
to the shadow database. | |||||
2000-02-18 | Wasn't always tweaking LOCK TABLES commands correctly when shadowing. And ↵ | terry%mozilla.org | 1 | -3/+3 | |
finally fixed it to actually generate useful SQL error messages. | |||||
2000-02-18 | Added an optional ability to keep a read-only shadow database, so that | terry%mozilla.org | 8 | -8/+224 | |
bug queries can be run against it, so that these slow queries won't be able to tie up the rest of the system. | |||||
2000-02-18 | Fixed bug where it was complaining that people without permissions | terry%mozilla.org | 1 | -0/+6 | |
were changing the resolution, even if they weren't. | |||||
2000-02-18 | Was crashing when logging profile activity. | terry%mozilla.org | 1 | -3/+6 | |
2000-02-18 | Oops; had the name of the "editbugs" group typed in wrong in a couple | terry%mozilla.org | 2 | -3/+3 | |
of places. | |||||
2000-02-18 | Display all possible state transitions in a bug if the user is not | terry%mozilla.org | 2 | -4/+14 | |
logged in. Since they haven't logged in, we don't know what they will be allowed to do. And users who disable cookies tend to pretty often not be logged in. | |||||
2000-02-18 | Put the "users" link in the trailer for people who are able to tweak | terry%mozilla.org | 1 | -4/+4 | |
the permissions of other users. | |||||
2000-02-18 | Ignore leading and trailing whitespace when trying to decide if | terry%mozilla.org | 1 | -0/+3 | |
someone changed something. | |||||
2000-02-18 | Removed stupid debugging printf. | terry%mozilla.org | 1 | -1/+0 | |
2000-02-17 | Fixed icky infinite loop bug. | terry%mozilla.org | 1 | -3/+4 | |
2000-02-17 | Was crapping out if strictvaluechecks was turned on. | terry%mozilla.org | 1 | -17/+17 | |
2000-02-17 | Major spankage. Added a new state, UNCONFIRMED. Added new groups, | terry%mozilla.org | 16 | -186/+942 | |
"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. | |||||
2000-02-16 | Lock the tables as low-priority when writing. Maybe makes people making ↵ | terry%mozilla.org | 1 | -1/+6 | |
changes wait longer, but people doing read-only stuff should now never block for very long. | |||||
2000-02-16 | Patches by Ken Jenks <kjenks@abiblion.com> and jug@tellux.de -- make the ↵ | terry%mozilla.org | 1 | -2/+3 | |
Javascript behave under IE5 and under Netscape 3.x | |||||
2000-02-15 | Patches by Ken Jenks <kjenks@abiblion.com> and jug@tellux.de -- make the ↵ | terry%mozilla.org | 1 | -16/+11 | |
Javascript behave under IE5 and under Netscape 3.x | |||||
2000-02-13 | This implements canonical email address transformation. i.e., you have the ↵ | seth%cs.brandeis.edu | 1 | -9/+33 | |
option of setting up bug_email.pl to search the profiles database for a username which has the same username (before the @) same username and base domain (seth@cs.brandeis.edu = seth@job.cs.brandeis.edu) or identical email address (old behavior) based on the From email address. See the code for a more sensical description. | |||||
2000-02-13 | o this is a minor step towards getting canonical email addresses to work, ↵ | seth%cs.brandeis.edu | 1 | -9/+41 | |
and not via a gross hack (the script with a gross hack is in use in a production environment, so ...) Anyways, this address the findUser() sub and email transforms of none, base domain, and name only. base_domain is not properly implemented yet. an email transform of none does an exact match on email addresses in the profiles table. A name only transform does a regular expression match (via mysql's RLIKE operator) on the name portion of the address (i.e., seth from seth@job.cs.brandeis.edu). This is sloppy, but useful in an environment where there are only a few users. the base_domain is next, probably tomorrow. I need to figure out how to implement it first. | |||||
2000-02-13 | this is the initial checkin of the bug_email.pl script into the bugzilla cvs ↵ | seth%cs.brandeis.edu | 1 | -0/+1258 | |
tree under the contrib directory. This is not my code, but I'm championing its maintanence right now, since I'm using and hacking on it heavily. The list of contributors can be found in the file itself. Changes I've made : - updated to the newest CVS pull of bugzilla - works out of contrib/bugzilla - put in the MPL license header Directions for use are in the file itself. Essentially, you put in a procmailrc entry which cats the message to this script. Changes coming in the near future ... - canonical email transformation (i.e., seth@job.cs.brandeis.edu == seth@cs.brandeis.edu) - default product and component (i.e., if you don't specify a product and component, it goes into a PENDING product) - querying a bug over email - appending a bug over email - keywords over email - use the globals.pl parameters functionality to edit and save this script's parameters - integrate some setup in the checksetup.pl script FWIW, the first two things are necessary for this to be useful in my setup, so they get an overwhelming bit of priority | |||||
2000-02-09 | Patch by Hugo Frappier <hfrappier@dreammechanics.com> -- make the | terry%mozilla.org | 1 | -0/+1 | |
"check all" and "uncheck all" buttons work on IE. |