- 16 Feb, 2000 1 commit
-
-
terry%mozilla.org authored
Patches by Ken Jenks <kjenks@abiblion.com> and jug@tellux.de -- make the Javascript behave under IE5 and under Netscape 3.x
-
- 15 Feb, 2000 1 commit
-
-
terry%mozilla.org authored
Patches by Ken Jenks <kjenks@abiblion.com> and jug@tellux.de -- make the Javascript behave under IE5 and under Netscape 3.x
-
- 13 Feb, 2000 3 commits
-
-
seth%cs.brandeis.edu authored
This implements canonical email address transformation. i.e., you have the 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.
-
seth%cs.brandeis.edu authored
o this is a minor step towards getting canonical email addresses to work, 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.
-
seth%cs.brandeis.edu authored
this is the initial checkin of the bug_email.pl script into the bugzilla cvs 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
-
- 09 Feb, 2000 2 commits
-
-
terry%mozilla.org authored
"check all" and "uncheck all" buttons work on IE.
-
terry%mozilla.org authored
-
- 08 Feb, 2000 1 commit
-
-
terry%mozilla.org authored
-
- 05 Feb, 2000 1 commit
-
-
terry%mozilla.org authored
name of the query had a space in it.
-
- 04 Feb, 2000 1 commit
-
-
terry%mozilla.org authored
is uglier, but often squeezes things better horizontally.
-
- 03 Feb, 2000 1 commit
-
-
terry%mozilla.org authored
-
- 02 Feb, 2000 2 commits
-
-
terry%mozilla.org authored
correctly.
-
terry%mozilla.org authored
bug was actually a legal bug number.
-
- 01 Feb, 2000 2 commits
-
-
terry%mozilla.org authored
should have always had this behavior.
-
terry%mozilla.org authored
enabled. (If you don't have Javascript, they work just like they did before.)
-
- 31 Jan, 2000 1 commit
-
-
terry%mozilla.org authored
-
- 30 Jan, 2000 3 commits
-
-
terry%mozilla.org authored
connection info.
-
terry%mozilla.org authored
-
terry%mozilla.org authored
up to snuff with what processmail expects.
-
- 29 Jan, 2000 3 commits
-
-
terry%mozilla.org authored
-
terry%mozilla.org authored
list of bugs you queried for was busted.
-
terry%mozilla.org authored
"?" and "&" stuff. IE doesn't work if you don't.
-
- 28 Jan, 2000 3 commits
-
-
terry%mozilla.org authored
-
terry%mozilla.org authored
-
terry%mozilla.org authored
to use the "boolean charts" to do very powerful queries.
-
- 27 Jan, 2000 6 commits
-
-
terry%mozilla.org authored
-
terry%mozilla.org authored
-
terry%mozilla.org authored
should be relative URLs, not absolute.
-
terry%mozilla.org authored
bugs around keyword queries.
-
terry%mozilla.org authored
-
terry%mozilla.org authored
initialize it to "now", not to "delta_ts".
-
- 25 Jan, 2000 3 commits
-
-
terry%mozilla.org authored
-
terry%mozilla.org authored
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.
-
terry%mozilla.org authored
when you view a buglist.
-
- 24 Jan, 2000 6 commits
-
-
terry%mozilla.org authored
-
terry%mozilla.org authored
Added "My votes" link to footer. Other minor voting-related fixes.
-
terry%mozilla.org authored
milestones".
-
terry%mozilla.org authored
the database, rather than in cookies. This means you have to log in to use these features, but I have plans that require them to be server-side. (Besides, some people were beginning to run out of cookie space.)
-
terry%mozilla.org authored
-
terry%mozilla.org authored
-