terry%mozilla.org
10d1275a05
Display all possible state transitions in a bug if the user is not
...
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-17 15:53:40 +00:00
terry%mozilla.org
4d84fd897c
Put the "users" link in the trailer for people who are able to tweak
...
the permissions of other users.
2000-02-17 15:52:12 +00:00
terry%mozilla.org
09c331bfc8
Ignore leading and trailing whitespace when trying to decide if
...
someone changed something.
2000-02-17 15:11:37 +00:00
terry%mozilla.org
c6b8a30376
Removed stupid debugging printf.
2000-02-17 15:09:32 +00:00
terry%mozilla.org
fec3f3beae
Fixed icky infinite loop bug.
2000-02-17 14:57:57 +00:00
terry%mozilla.org
c138b25034
Was crapping out if strictvaluechecks was turned on.
2000-02-17 14:49:33 +00:00
slamm%netscape.com
0131b670c7
Copy logs that match from treedata.pl
2000-02-17 07:09:25 +00:00
erik%netscape.com
d693b42900
contribution from Bruce Robson: ported to Windows NT and fixed a couple of
...
bugs
2000-02-17 07:01:52 +00:00
slamm%netscape.com
54017e35df
Run copylogs as 'perl copylogs' to make Windows happy.
2000-02-17 06:39:00 +00:00
terry%mozilla.org
0f934486ff
Major spankage. Added a new state, UNCONFIRMED. Added new groups,
...
"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-17 05:15:23 +00:00
slamm%netscape.com
6299c14fca
Make checkins fall into the correct group (change edge condition). Also, drop ampersand from subroutine calls.
2000-02-17 02:32:42 +00:00
slamm%netscape.com
ab8dc1abbf
Subtract one from the 'C' link's maxdate. Otherwise, checkins fall into the wrong group. Also, add a link for the previous 24 hours of data.
2000-02-17 02:31:42 +00:00
terry%mozilla.org
a85b595ff3
Lock the tables as low-priority when writing. Maybe makes people making changes wait longer, but people doing read-only stuff should now never block for very long.
2000-02-15 21:29:14 +00:00
terry%mozilla.org
0d8f3b144a
Patches by Ken Jenks <kjenks@abiblion.com> and jug@tellux.de -- make the Javascript behave under IE5 and under Netscape 3.x
2000-02-15 18:56:31 +00:00
slamm%netscape.com
c0f1009998
Fix warnings.html link.
2000-02-15 18:43:12 +00:00
slamm%netscape.com
927ffc1674
Add bloatdata and warnings to list to clean.
2000-02-15 18:04:42 +00:00
slamm%netscape.com
8ebd486af9
Move build warnings from top of page into build columns.
2000-02-15 18:02:27 +00:00
slamm%netscape.com
05ec5a0d48
Backslash quote for emacs syntax highlighting.
2000-02-15 18:01:06 +00:00
slamm%netscape.com
8644f30d84
Trim trailing whitespace from message of the day.
2000-02-15 17:59:57 +00:00
slamm%netscape.com
eeb483b78d
Reduce to 30 rows. 40 was a little too big.
2000-02-14 23:39:29 +00:00
slamm%netscape.com
64181237ab
Increate space for editing the message of the day.
2000-02-14 23:34:19 +00:00
terry%mozilla.org
9472db85bc
Patches by Ken Jenks <kjenks@abiblion.com> and jug@tellux.de -- make the Javascript behave under IE5 and under Netscape 3.x
2000-02-14 23:29:20 +00:00
seth%cs.brandeis.edu
c34d2da2fa
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.
2000-02-13 14:39:47 +00:00
seth%cs.brandeis.edu
a55a079a54
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.
2000-02-13 02:16:11 +00:00
seth%cs.brandeis.edu
e1799db682
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
2000-02-12 16:13:01 +00:00
slamm%netscape.com
a7627b2362
Mark 'Leaving directory' lines as errors too if there was a make error
2000-02-12 00:40:28 +00:00
slamm%netscape.com
1003d1b8ad
Reduce the number of global variables. Only give 'NEXT ERROR' link if there is another one. Group consecutive errors into one error.
2000-02-12 00:39:50 +00:00
slamm%netscape.com
cddf2cfb37
Take out colors for bloat numbers. The numbers jump around too much and the colors have lost all value.
2000-02-11 22:48:58 +00:00
slamm%netscape.com
dce71817ef
Trim trailing whitespace from tinderbox variables.
2000-02-11 00:11:01 +00:00
terry%mozilla.org
8dfeed3f59
Patch by Hugo Frappier <hfrappier@dreammechanics.com> -- make the
...
"check all" and "uncheck all" buttons work on IE.
2000-02-09 11:55:07 +00:00
terry%mozilla.org
711064d16c
Get rid of a bit of unused Javascript code.
2000-02-09 11:43:10 +00:00
terry%mozilla.org
6e24c10df5
Don't lock up mysqld if a lot of addcheckin processes pile up.
2000-02-07 23:48:17 +00:00
terry%mozilla.org
8ffc70363b
Added DisconnectFromDatabase() routine.
2000-02-07 23:46:07 +00:00
terry%mozilla.org
90c0f43f4b
Make the "mail a new password" text be a param.
2000-02-07 22:11:55 +00:00
terry%mozilla.org
db0ceddebc
The "put this named query in the footer" feature was choking if the
...
name of the query had a space in it.
2000-02-05 00:38:15 +00:00
terry%mozilla.org
6bf0ee5568
Add an optional ability to stagger the headers in the bug list, which
...
is uglier, but often squeezes things better horizontally.
2000-02-04 14:08:00 +00:00
risto%netscape.com
f45b25b4cf
Changind cvs-mirror to despot URL
2000-02-02 23:07:20 +00:00
terry%mozilla.org
56d80b9768
Simplify dependency wording.
2000-02-02 17:43:34 +00:00
terry%mozilla.org
aafab342a0
Whoops, searches of "Comment changed (before|after)" were not working
...
correctly.
2000-02-02 14:42:11 +00:00
erik%netscape.com
a1492f7f75
Moved cgiview.html to index.html, so that user doesn't have to type that
...
file name.
2000-02-02 05:24:02 +00:00
erik%netscape.com
ff092731bf
Moving cgiview.html to index.html so that user doesn't need to type that
...
file name.
2000-02-02 04:57:40 +00:00
terry%mozilla.org
e395888ed8
Nothing was checking that the bug number you entered for a duplicate
...
bug was actually a legal bug number.
2000-02-01 23:48:13 +00:00
erik%netscape.com
b65f7ca606
Removing this copy of the README file, since we now have a working
...
READ-ME.txt file. See the CVS log for that file for the reason...
2000-02-01 20:46:21 +00:00
erik%netscape.com
ecfac3e152
Apache does something a bit strange with files called "README", so I've
...
created this file called "READ-ME.txt", which gets displayed normally
in the list of files.
2000-02-01 20:40:05 +00:00
erik%netscape.com
e0923498ff
Apparently, mozilla.org's Apache Web server doesn't support the
...
SERVER_URL envariable. Oh, well. Trying a different way...
2000-02-01 19:06:01 +00:00
erik%netscape.com
e334ab2a62
Original check-in of the "Web Sniffer", a set of tools to work with the
...
protocols underlying the Web.
2000-02-01 18:24:20 +00:00
terry%mozilla.org
c8bd765633
REOPENing a bug now clears the resolution; most people will agree it
...
should have always had this behavior.
2000-01-31 22:50:10 +00:00
terry%mozilla.org
72ec664c27
The "And" and "Or" buttons now work faster, if you have Javascript
...
enabled. (If you don't have Javascript, they work just like they did
before.)
2000-01-31 18:19:44 +00:00
terry%mozilla.org
d88c706d71
Fix busted link.
2000-01-31 03:52:09 +00:00
terry%mozilla.org
9d46d3d106
Add a param to control where to look for the "registry" stuff.
2000-01-30 19:46:41 +00:00
terry%mozilla.org
13fc0464c8
Allow searching of attachment stuff using boolean charts.
2000-01-30 19:21:43 +00:00
risto%netscape.com
4ccfc28ec6
Added rko to admins
2000-01-30 13:24:49 +00:00
risto%netscape.com
5595e1a02c
Fixed legacy cvs-mirror.mozilla.org URL's to tinderbox.mozilla.org and
...
bonsai.mozilla.org.
2000-01-30 08:42:28 +00:00
terry%mozilla.org
2b1f31ee04
Patch by aclark@ghoti.org -- use localconfig file to get database
...
connection info.
2000-01-29 20:22:44 +00:00
terry%mozilla.org
489123e30e
Patch by aclark@ghoti.org -- clear the accumulation buffer before using it.
2000-01-29 20:13:30 +00:00
terry%mozilla.org
e938556230
Don't regenerate the shadow database until we're sure that our DB is
...
up to snuff with what processmail expects.
2000-01-29 20:07:05 +00:00
terry%mozilla.org
50f9c23f8b
Fixed busted mailto: link.
2000-01-28 20:36:26 +00:00
terry%mozilla.org
c7c64c5553
The "Show list" link that is supposed to quickly get you back to the
...
list of bugs you queried for was busted.
2000-01-28 16:39:29 +00:00
terry%mozilla.org
5488127bb8
Apparently, you're supposed to put "#foo" stuff in a URL after all the
...
"?" and "&" stuff. IE doesn't work if you don't.
2000-01-28 16:18:10 +00:00
terry%mozilla.org
1a6d2baec7
Was crashing if you weren't already logged in.
2000-01-28 07:15:44 +00:00
terry%mozilla.org
2ca83fff50
Allow searching by "last change date" in the boolean charts.
2000-01-28 01:28:55 +00:00
terry%mozilla.org
06d968aa56
Massive stomp on the query page and buglist page. Added the ability
...
to use the "boolean charts" to do very powerful queries.
2000-01-28 01:01:40 +00:00
slamm%netscape.com
a134c8c5a9
Tweak gmake pattern to make it more general. (Reformat a little too).
2000-01-27 02:30:23 +00:00
mcafee%netscape.com
206fbbecb4
Removing old binary link. r=slamm
2000-01-27 01:39:09 +00:00
terry%mozilla.org
e31da546f6
Patch by granrose@netscape.com -- put initial focus into bug# field.
2000-01-27 00:56:33 +00:00
terry%mozilla.org
169b70131c
Add support for keywords.
2000-01-26 23:15:30 +00:00
terry%mozilla.org
0674a87149
Patch by Rob Baham <robb@scitechsoft.com> -- links to other bugs
...
should be relative URLs, not absolute.
2000-01-26 21:56:24 +00:00
terry%mozilla.org
cefb6e13e6
Allow searches for "all keywords" or "no keywords"; fixed some other
...
bugs around keyword queries.
2000-01-26 21:48:36 +00:00
terry%mozilla.org
8312c801e4
Add a way to log all SQL requests made.
2000-01-26 21:47:55 +00:00
terry%mozilla.org
7370d4894a
If adding the new "lastdiffed" field, it works out better to
...
initialize it to "now", not to "delta_ts".
2000-01-26 21:17:36 +00:00
terry%mozilla.org
42d9634889
Fixed minor grammatical typo.
2000-01-25 07:57:35 +00:00
terry%mozilla.org
38060670b3
Reworked preferences UI. Added ability to turn off "My bugs" link at
...
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.
2000-01-25 07:54:57 +00:00
terry%mozilla.org
c8a6896c70
Added a way to query by bug numbers. Added an "edit this query" link
...
when you view a buglist.
2000-01-25 02:50:37 +00:00
terry%mozilla.org
d803bf24ab
Very minor HTML tweaking.
2000-01-24 05:50:46 +00:00
terry%mozilla.org
6c7cc5e6bf
New email code wasn't sending to people who had voted for a bug.
...
Added "My votes" link to footer. Other minor voting-related fixes.
2000-01-24 05:41:40 +00:00
terry%mozilla.org
b44b5d68ff
Fixed bug causing named queries to get all screwed up around "target
...
milestones".
2000-01-23 20:37:46 +00:00
terry%mozilla.org
779b752c21
Named queries (and the default query) are now stored server side, in
...
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.)
2000-01-23 20:31:50 +00:00
terry%mozilla.org
7fd50f4f09
Add a way to remove a default query that you may have set.
2000-01-23 17:14:09 +00:00
terry%mozilla.org
e48b52b7ea
Remove unused file
2000-01-23 16:57:32 +00:00
terry%mozilla.org
aab22e6d4d
Added much more crosschecks, and simplified a lot of the code.
2000-01-23 04:37:40 +00:00
terry%mozilla.org
9d6528cfe0
Fixed stupid typo that caused exact email searches in descriptions to crash.
2000-01-23 04:01:25 +00:00
terry%mozilla.org
92d1f4cc8d
Oops; previous change would cause delta_ts values to be lost in the bugs table.
2000-01-23 03:57:11 +00:00
terry%mozilla.org
d3a888a6eb
The "login_name" field in the "profiles" table was not declared to be
...
unique. Sure enough, somehow, I got 22 duplicated entries in my
database. This code detects that, cleans up the duplicates, and then
tweaks the table to declare the field to be unique. What a pain.
2000-01-23 03:36:17 +00:00
terry%mozilla.org
1d1d3e33cf
Can now search for people who have added text to a bug.
2000-01-23 02:22:11 +00:00
terry%mozilla.org
a19ef8aeba
New email code wasn't notifying people of changes in state of
...
dependent bugs.
2000-01-23 01:03:15 +00:00
terry%mozilla.org
cec38157cf
Honor the emailregexp param when checking email addresses.
2000-01-22 22:19:05 +00:00
terry%mozilla.org
c8038545f4
Removed stupid test.
2000-01-22 21:44:10 +00:00
terry%mozilla.org
a132275ea5
AACK! checksetup.pl was stomping all over the new fielddefs table if
...
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...
2000-01-22 21:43:30 +00:00
terry%mozilla.org
664cb8a7b7
Minor wording change to hopefully make it more obvious slight changes
...
in the "long description" search.
2000-01-22 19:43:30 +00:00
terry%mozilla.org
2f96a4a900
Stupid typo caused "any words" and "all words" searches on the long
...
description to crash.
2000-01-22 19:31:41 +00:00
terry%mozilla.org
53834f0a62
Fixed stupid typo.
2000-01-22 19:25:33 +00:00
terry%mozilla.org
b9bf740674
If no sort order is specified, use the cookie if available.
2000-01-22 19:23:58 +00:00
terry%mozilla.org
514b98b46e
Remember the previous sort order in a cookie, and make that the
...
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.
2000-01-22 19:08:57 +00:00
terry%mozilla.org
61399c39cf
Patch by Christine Begle <cbegle@mozilla.org>>, with heavy
...
modifications by me -- let you query for "any words" and "all words",
as well as the existing substring and regexp stuff.
2000-01-22 17:50:00 +00:00
terry%mozilla.org
e05f053bd9
Patch by Klaas Freitag <freitag@suse.de>, with modifications by me --
...
don't generate HTML tables with more than 50 lines, as browsers generally
can't cope with huge tables.
2000-01-22 16:51:49 +00:00
terry%mozilla.org
a33fd6cdbb
Patch by Holger Schurig <holger@holger.om.org> -- add new localconfig
...
option to skip the database check (since that code doesn't work with
all versions of MySQL/Msql-mysql/Perl/moonphase).
2000-01-22 16:33:33 +00:00
terry%mozilla.org
2506187e53
Whoops; code to let people turn on new "newemailtech" pref was busted.
2000-01-22 04:37:42 +00:00
terry%mozilla.org
351bf0b663
Added a new table fielddefs that records information about the
...
different fields we keep an activity log on. The bugs_activity table
now has a pointer into that table instead of recording the name directly.
Set up a new, highly experimental email-notification scheme. To turn
it on, the maintainer has to turn on the "New email tech" param, and
then individual users have to turn on the "New email tech" preference.
2000-01-22 04:24:42 +00:00
mcafee%netscape.com
ba5627df37
Invalid html, added trailing /html tag.
2000-01-21 22:01:11 +00:00
terry%mozilla.org
b8d19d41cc
Continue making the last-changed date on a bug be updated if someone only adds a comment.
2000-01-20 21:42:23 +00:00
terry%mozilla.org
9802e66dab
Don't try to put out the footer if we're shutdown (as that can try to access the DB which we don't want).
2000-01-20 21:36:20 +00:00
terry%mozilla.org
aeeb27f185
Moved all the long descriptions out of the bugs table, and into a new
...
table. There is now a separate entry for each new long description,
rather than appending them all together in one big field.
2000-01-20 21:31:22 +00:00
slamm%netscape.com
493e1acb2b
List of images on mozilla.org.
2000-01-20 02:32:18 +00:00
slamm%netscape.com
de1bdfdd84
Update script so it can be used to weed out broken or long loading images.
2000-01-19 22:46:03 +00:00
terry%mozilla.org
8d9c0a888c
Patch by Holger Schurig <holger@holger.om.org> -- don't display footer if they asked for no header.
2000-01-19 20:30:28 +00:00
terry%mozilla.org
219255e614
Allow whitespace to be used to separate keywords.
2000-01-19 19:32:05 +00:00
terry%mozilla.org
3df079b69a
Let's outlaw whitespace in keywords.
2000-01-19 19:26:37 +00:00
terry%mozilla.org
28837eaee1
Oops; query results were always coming back empty if you specified
...
multiple directories.
2000-01-19 19:04:31 +00:00
terry%mozilla.org
185b1561a8
Added a way to disable a user.
2000-01-18 22:41:26 +00:00
terry%mozilla.org
00eef4dcc3
Spruced up "editusers.cgi". Added an "editusers" group.
2000-01-18 18:34:01 +00:00
terry%mozilla.org
2cc2483e23
Footer wasn't displaying new state after clicking "log out".
2000-01-18 14:41:00 +00:00
terry%mozilla.org
e9c9ad3180
Stop ever using perl's crypt() function; only use mysql's. (Using
...
both was causing corruption on about 1 in 40 passwords.)
2000-01-18 14:40:21 +00:00
terry%mozilla.org
61e77689b0
Check for and rebuild busted password stuff.
2000-01-18 14:26:16 +00:00
terry%mozilla.org
0d0b60d14f
Tell people that column changes are remembered using cookies.
2000-01-17 22:53:05 +00:00
terry%mozilla.org
e466feb614
Was sometimes checking extra checkboxes in the email area.
2000-01-17 22:31:05 +00:00
terry%mozilla.org
8678574dea
Very minor formatting tweak.
2000-01-17 19:54:50 +00:00
terry%mozilla.org
f71db32fc9
Added "Windows 2000" and "Mac System 9.0" to the OS list.
2000-01-17 19:20:20 +00:00
terry%mozilla.org
3768ce0b79
Add a space after the comma when listing a bug with multiple keywords,
...
to be consistant with the way it gets listed in bug lists.
2000-01-17 11:54:58 +00:00
terry%mozilla.org
7697daf15c
Use new "keywords" cache to display keywords in bug lists. Not only
...
is this much faster, but it also lets you sort by that column, and
requires less special-case code.
2000-01-17 11:45:34 +00:00
terry%mozilla.org
b1e16d66ea
Added a "keywords" field to a bug, which is a cached string-based copy
...
of all the keywords assigned to the bug. Right now, we only have code
that generates and maintains this field; soon will come code that
actually uses it.
2000-01-17 11:38:41 +00:00
terry%mozilla.org
f0c46f4cf7
Oops! Fixed stupid typo in last patch.
2000-01-17 03:14:14 +00:00
terry%mozilla.org
24a15de3a8
If there is only one component, then select it for the user.
2000-01-15 17:25:51 +00:00
terry%mozilla.org
35ad85508e
Patch by kevin@suberic.net (kevin lyda) -- reformated to 77 columns.
2000-01-15 01:19:44 +00:00
terry%mozilla.org
638bec378a
Checked in patch by Dawn Endico <endico@mozilla.org> -- when
...
reassigning by component, reassign the qa contact too.
2000-01-15 00:23:31 +00:00
terry%mozilla.org
88da1c5f5e
Patch by Adam Spiers <adam@spiers.net> -- fixed some poor HTML.
2000-01-14 23:56:55 +00:00
terry%mozilla.org
2f0f396818
Added "sanity check" to the list of things the maintainer gets to
...
choose from in the footer.
2000-01-14 23:30:24 +00:00
terry%mozilla.org
8b6db54469
Added a missing PutFooter().
2000-01-14 23:17:49 +00:00
terry%mozilla.org
853edc6444
Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks by
...
me. Added a footer to every page. Add some options to do things like
display checkboxes instead of scrolling lists, and a new formatting
for email diffs, and show list items capitalized instead of all upper
case.
2000-01-14 22:35:49 +00:00
terry%mozilla.org
16d360a8d4
Remove unused files.
2000-01-14 22:04:49 +00:00
terry%mozilla.org
8ac13a498a
Remove unused files.
2000-01-14 21:44:14 +00:00
terry%mozilla.org
7078f1149f
Fixed typos.
2000-01-14 00:22:54 +00:00
terry%mozilla.org
71c5039ba4
Make wording a little more clear when a username is invalid.
2000-01-13 22:55:45 +00:00
terry%mozilla.org
c82965dccc
Send one last email notification to people when a bug gets reassigned
...
away from them or they get removed from the CC list.
2000-01-13 22:23:25 +00:00
terry%mozilla.org
8b16fada23
Allow displaying of a "keywords" column.
2000-01-13 20:25:10 +00:00
terry%mozilla.org
cd3d3b7544
Was sometimes putting a silly timestamp in the change log.
2000-01-13 17:46:01 +00:00
terry%mozilla.org
0322b4e8e2
Don't complain that the user isn't doing anything if he is actually
...
changing keywords.
2000-01-13 16:19:19 +00:00
slamm%netscape.com
6d2f14a428
Pick some colors that color-blind folks can distinguish more easily. bug #23805
2000-01-13 02:12:08 +00:00
terry%mozilla.org
b1cadb6658
Provide a simple param to let the maintainer shut down Bugzilla for a while.
2000-01-12 18:55:24 +00:00
terry%mozilla.org
48f1fda361
"Change several bugs" was losing the sort order.
2000-01-12 18:31:33 +00:00
terry%mozilla.org
06d373ceab
Fixed warnings.
2000-01-11 21:32:43 +00:00
slamm%netscape.com
450686a000
Fix quotes for warnings command-line.
2000-01-11 18:54:21 +00:00
terry%mozilla.org
35aa5f99e8
Was making changes to bugs before validating the entries in the CC
...
field. This caused mid-air collisions and other weirdnesses.
2000-01-11 18:25:11 +00:00
terry%mozilla.org
904833ded5
Worked around bug in older versions of MySQL that caused a report of
...
one bug matching a keyword when there really are zero.
2000-01-11 00:26:22 +00:00
terry%mozilla.org
eb84a238ce
Fixed a warning.
2000-01-10 22:17:10 +00:00
terry%mozilla.org
594f3ddab6
Asking for both keywords and CC info was creating corrupted SQL.
2000-01-10 21:24:18 +00:00
slamm%netscape.com
02fc7abdca
warnings.pl: Use command-line arg to specify tree
2000-01-08 02:04:26 +00:00
terry%mozilla.org
d8500209bc
Stop generating the %::keywordsbyid hashtable that nothing was using.
2000-01-06 22:55:00 +00:00
terry%mozilla.org
aa0a6b1578
Whoops; SQL doesn't seem to want me to mention a table in a SELECT statement
...
if I'm not going to use it.
2000-01-06 21:32:59 +00:00
terry%mozilla.org
e768608592
Add support for a new "keywords" feature. This lets some central
...
authority maintain a list of keywords, and users can associate any
keyword with any bug.
The new functionality won't appear until at least one keyword is
defined.
Note that you *must* run the "checksetup.pl" script after updating
this change, in order to create the new required tables "keywords" and
"keyworddefs".
2000-01-06 21:16:15 +00:00
terry%mozilla.org
089631caec
Oops; fixed table alignment problem introduced by last change.
2000-01-06 17:39:03 +00:00
slamm%netscape.com
e6892fdcce
Fix for hdml version. Suggested by Neil Deakin <ndeakin@sympatico.ca>
2000-01-06 02:11:26 +00:00
terry%mozilla.org
6107e03841
A few months ago, we lost the ability to edit the votes-per-user field
...
in a product. Which meant nobody could turn on or off this feature.
Restored the editing ability.
2000-01-04 21:29:51 +00:00
terry%mozilla.org
fdc2edd75f
When no bugs are found, give links to make another query or to submit
...
a new bug.
2000-01-04 19:54:15 +00:00
terry%mozilla.org
fa5bf8838d
Recognize Windows98.
2000-01-04 19:27:49 +00:00
endico%mozilla.org
6ac9c21f1b
strip the first "Fwd" from subject. add case insensitivity to removing "re" from subject
2000-01-04 00:42:57 +00:00
leaf%mozilla.org
24c525eb47
someone complained that moshi, moshi is a telephone greeting only.
2000-01-03 19:38:08 +00:00
risto%netscape.com
b9c8b599cc
Y2K fix. Localtime returns time by definition year - 1900. So year 2000
...
is returned as 100.
2000-01-03 10:06:00 +00:00
terry%mozilla.org
827eb20983
Got rid of extra <H1> tag.
1999-12-28 22:31:47 +00:00
slamm%netscape.com
b6c811c77f
Initial support for HDML (sprint phones).
1999-12-18 03:51:43 +00:00
terry%mozilla.org
1a7cc946d8
Fixed very very nasty bug which, when deleting a component, would tell
...
you it had no bugs (even when it had some), and would then proceed to
delete all those bugs (even if you had the param set to never allow
bug deletion.) Added some paranoia to prevent such things from
happening again. Yikes.
1999-12-17 03:41:13 +00:00
terry%mozilla.org
d7510467b3
Patch by freitag@suse.de (Klaas Freitag) -- add options to let Bugzilla require comments on certain operations.
1999-12-16 16:37:57 +00:00
terry%mozilla.org
04e349a7b8
Force selection of a valid product when doing a mass
...
reassign-to-component-owner.
1999-12-14 23:54:30 +00:00
mcafee%netscape.com
51f6cf5809
Ignore Generated Files
1999-12-13 01:44:29 +00:00
slamm%netscape.com
ea8fd387cd
Reorder 'Build Time' and 'Guilty' column headers so that their descriptive text is beneath them.
1999-12-10 21:57:46 +00:00
warren%netscape.com
9fa76a389c
Fixed up printing of bad leak/bloat values.
1999-12-10 05:17:56 +00:00
slamm%netscape.com
5c3f7d7900
cd back to tinderbox directory to move who.dat.$$ to who.dat.
1999-12-10 01:11:10 +00:00
slamm%netscape.com
7bb6c99a24
Remove "Rebuild Guilty List" link. The list is built everytime a build is processed. Also, re-enable buffering the script output. That should help improve throughput.
1999-12-09 19:45:01 +00:00
slamm%netscape.com
c0ee840963
Fix empty guilty list in tinderbox page (bug #7637 ). Add comments. Move some code into functions.
1999-12-09 19:28:39 +00:00
mcafee%netscape.com
0a76630ecd
Ignore generated files.
1999-12-06 19:44:38 +00:00
mcafee%netscape.com
4cec0efc41
Adding debug print to put logfile name in build rectangle. Commented-out, uncomment to enable.
1999-12-06 19:42:10 +00:00
mcafee%netscape.com
010b0a7a8e
Retired copydata.pl
1999-12-06 19:40:07 +00:00
terry%mozilla.org
b36ed612b3
Don't do dmose's paranoid checking of option values in the query page.
1999-12-06 17:09:54 +00:00
mcafee%netscape.com
6322503056
Removing copydata.pl, this script has bit-rotted. Use copydata instead. r=slamm
1999-12-06 07:26:49 +00:00
mcafee%netscape.com
6382243d54
Tools for hacking on tinderbox server, courtesy slamm@netscape.com
1999-12-06 07:24:33 +00:00
terry%mozilla.org
393bce04e0
Oops; previous patch caused extra percent-signs to appear in installations running older versions of MySQL.
1999-12-03 19:30:49 +00:00
terry%mozilla.org
a0eb5f2732
Fixed bug 20126 -- use more international-friendly (and Y2K happier) date formats.
1999-12-03 19:28:18 +00:00
dmose%mozilla.org
399dbbb2eb
special cased DUPLICATE in the make_options() sanity-checking code
1999-12-02 23:56:07 +00:00
dmose%mozilla.org
7c1f7185c8
a bug fix or two and a whole bunch of sanity-checking of form submissions stuff
1999-12-02 23:21:42 +00:00
endico%mozilla.org
efcebb9a5c
for nsI*.idl files, add deoxygen link and image
1999-11-23 21:59:13 +00:00
slamm%netscape.com
dc6684836c
Add 'mozilla/' to blame links.
1999-11-23 17:42:19 +00:00
terry%mozilla.org
3276434998
Vastly speed up searches if a directory name is specified.
1999-11-19 17:22:47 +00:00
terry%mozilla.org
040a615a2b
Updated version string to 2.9 (development)
1999-11-19 15:57:00 +00:00
terry%mozilla.org
47aeeb9b2f
Updated version string to 2.8 (shipping)
1999-11-19 15:56:28 +00:00
terry%mozilla.org
01c4ed1dbb
Was crashing if not using milestones.
1999-11-19 15:51:48 +00:00
terry%mozilla.org
3d32318292
Fixed bug 4889 -- don't allow new bugs to be submitted with a blank summary.
1999-11-19 14:50:57 +00:00
terry%mozilla.org
785bc07f66
Patch by Tom Schutter <tom@platte.com>: Added some more doc, fixed product description.
1999-11-18 17:29:58 +00:00
waterson%netscape.com
e9ad6256cd
Be sure to waitpid() after killing the process so as not to leave zombies around.
1999-11-18 06:06:28 +00:00
waterson%netscape.com
73c9f9ded0
Be sure to close the file before moving it.
1999-11-18 03:38:24 +00:00
waterson%netscape.com
0eac4d81f7
Add chdir() so that it can be called from an alias.
1999-11-18 03:29:11 +00:00
waterson%netscape.com
cc7808727b
Add some commentary and a '--timeout' option.
1999-11-17 23:02:53 +00:00
waterson%netscape.com
cf51956e56
Add usage notes.
1999-11-17 22:30:35 +00:00
waterson%netscape.com
e8f54c8389
Increase timeout to 10min., and don't over-eagerly assume the app crashed. Add code to send email.
1999-11-17 22:26:50 +00:00
leaf%mozilla.org
042df6c2e0
removing useless line
1999-11-17 22:19:07 +00:00
leaf%mozilla.org
4f5aa27e3e
really fixing ls calls.
1999-11-17 22:14:21 +00:00
waterson%netscape.com
2dad5d2ddf
Initial revision.
1999-11-17 20:52:45 +00:00
waterson%netscape.com
3312126c5e
Fix license to use MPL.
1999-11-17 20:42:57 +00:00
waterson%netscape.com
ef4ac1b300
Fix license to use MPL.
1999-11-17 19:15:05 +00:00
slamm%netscape.com
5e837b4de2
Now adjust the ignored warnings with the changes.
1999-11-17 04:12:00 +00:00
slamm%netscape.com
5cc923ac05
Remember to add source_root when searching for file in repository.
1999-11-17 04:09:19 +00:00
slamm%netscape.com
42b04710de
Fix filename lookups. Needed to remove source root for path.
1999-11-17 03:52:53 +00:00