Граф коммитов

1481 Коммитов

Автор SHA1 Сообщение Дата
terry%mozilla.org 44624d8271 Never let ", <, or > be matched as part of a URL. 2000-03-10 16:52:37 +00:00
terry%mozilla.org 3f36f4d1bb Patch by Joe Robins <jmrobins@tgix.com> -- allow automatic definition
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 16:25:03 +00:00
terry%mozilla.org f1198946ac Patch by "Peter Schweiger" <Schweiger.Peter@litef.de> -- minor bugfixes. 2000-03-09 18:04:53 +00:00
dmose%mozilla.org 20669d47af got rid of a perl warning 2000-03-08 23:58:11 +00:00
dmose%mozilla.org 4db120651b fixed typo 2000-03-08 23:47:52 +00:00
terry%mozilla.org 2bcf774ff7 Whoops; removed extra double-quote. 2000-03-08 14:46:18 +00:00
dmose%mozilla.org 013f2a593c added error checking; moved vconfigurables to top of file; made cvs commit not spew noise to the webserver error log 2000-03-07 22:51:08 +00:00
dmose%mozilla.org 62c87543eb added patch from terry@mozilla.org to allow branches to be restricted; added self to contributor list for previous checkin 2000-03-07 22:37:10 +00:00
terry%mozilla.org 6fbbfda625 Patch by Dave Miller <dave@intrec.com> -- allow setting of
confidentiality when submitting a new bug.
2000-03-07 22:22:55 +00:00
terry%mozilla.org 81cde9d424 Patch by Peter Schweiger <schweiger.peter@litef.de> -- date formatting
string wasn't working with modern MySQL engines.
2000-03-07 21:56:02 +00:00
terry%mozilla.org 92897badb9 Oops! canconfirm bit wasn't actually working. 2000-03-07 21:29:19 +00:00
terry%mozilla.org 142c123906 Was choking on order='Importance'. 2000-03-07 21:04:35 +00:00
seth%cs.brandeis.edu 7b0768ae1d * this adds in DEFAULT_PRODUCT and DEFAULT_COMPONENT functionality to the
bug_email.pl script.  See comments in the script itself for how it works.
2000-03-07 20:39:38 +00:00
dmose%mozilla.org 31c33c72a3 added hack for NSS bug injection 2000-03-07 20:03:52 +00:00
terry%mozilla.org 02e7e2905e Fixed stupid syntax error in last patch. 2000-03-07 19:27:41 +00:00
terry%mozilla.org 4415919dbb Patch by "David Gardiner" <david.gardiner@unisa.edu.au> -- recognize
more useragent strings.
2000-03-07 18:52:27 +00:00
terry%mozilla.org f4f83ff6a4 Patch by Brian Duggan <bduggan@oven.com> -- security improvements. 2000-03-07 18:23:00 +00:00
terry%mozilla.org 3d1c7c6a0f Contribution by Eli Goldberg <eli@prometheus-music.com> -- generic
bug-writing guidelines.
2000-03-07 18:00:24 +00:00
terry%mozilla.org ba7a7b144d Submission by Klaas Freitag <freitag@suse.de>. 2000-03-07 17:36:48 +00:00
terry%mozilla.org 418198afd2 Patch by Olaf Krische <krische@mbi-berlin.de> -- Fixed HTML typos. 2000-03-07 17:32:51 +00:00
terry%mozilla.org 91facb9ca3 Fixed very stupid typo. 2000-03-06 23:21:51 +00:00
rginda%netscape.com 82ad8fc593 Modify parse_devedge_doc.pl so it didn't lose the description after the first note (this was bad.)
Madify parse_apidoc.pl to warn (not croak) on empty tags, and to be able to deal with duplicate tags.
2000-03-04 05:07:20 +00:00
risto%netscape.com ce21110fd9 *** empty log message *** 2000-03-03 23:52:48 +00:00
rginda%netscape.com 52b7c5c94f updated readme, add comments to parse_apidoc.pl, make parse_devedge_doc.pl exit on startup, remove zpidoc.xml (it's in mozilla.org/projects/apidoc) 2000-03-03 19:59:54 +00:00
slamm%netscape.com f9619a07a2 Nudge the hour coloring. It was off by a second. 2000-03-03 17:32:04 +00:00
dmose%mozilla.org e88ff2743a move configurables to the top of the file and get rid of a few perl warnings 2000-03-03 06:14:50 +00:00
terry%mozilla.org e2ecdba666 *** empty log message *** 2000-03-02 03:01:10 +00:00
terry%mozilla.org fd7861879a URL changes 2000-03-02 00:01:47 +00:00
risto%netscape.com b274fcf64b Changed URL 2000-03-01 23:16:23 +00:00
risto%netscape.com 75a7ed78ba URL changes here too 2000-03-01 23:13:07 +00:00
risto%netscape.com 5197372c2e Changing URLs 2000-03-01 23:11:38 +00:00
rginda%netscape.com 4406893998 Initial add of APIDOC api documentation script. a=leaf 2000-03-01 01:14:20 +00:00
terry%mozilla.org e54ca33f1f Make a universal routine to report errors in forms, so that we can
have a universal (and more noticable) way of displaying them.
2000-02-25 19:32:47 +00:00
terry%mozilla.org 1abe9818be If there is only one project allowing new bugs, don't bother prompting
for which project to use.
2000-02-25 18:55:41 +00:00
cyeh%netscape.com 028ab669dc update documentation to reflect new binary location code 2000-02-25 18:26:10 +00:00
cyeh%netscape.com 2f5adb4862 add support for including a ftp url as a part of the tinderbox completion
message. if you include:
tinderbox: binaryurl: url
then a "D" link will show up in the status pane of a build, which is
a link to the binary. r=slamm,terry
2000-02-25 18:19:56 +00:00
terry%mozilla.org 7f9cd36598 Fixed to cope with new longdescs table. 2000-02-24 17:54:56 +00:00
slamm%netscape.com 0e87475a5d Add most recent checkins to the top time slot. Previously they were left off. (And add nextbuildtime to the build record. Not used yet). 2000-02-24 17:48:36 +00:00
terry%mozilla.org c06b86600d Cut down on the number of syncshadowdb processes we fork off. 2000-02-18 21:38:23 +00:00
terry%mozilla.org 2fa819bb9c Don't stomp on bugs timestamps when adding the new everconfirmed field. 2000-02-18 20:03:17 +00:00
terry%mozilla.org dd44c3dc9e Check that we have defined a shadow db before trying to use it. 2000-02-18 19:33:42 +00:00
terry%mozilla.org 9131013894 Make reports work off of the the shadow database. 2000-02-18 01:15:21 +00:00
terry%mozilla.org a518877323 Fixed some functions in buglist.cgi that won't work if we're hooked up
to the shadow database.
2000-02-18 00:50:25 +00:00
slamm%netscape.com cfc5b38fdc Fix 'off by one' error. 2000-02-18 00:49:45 +00:00
terry%mozilla.org 1dbd753134 Wasn't always tweaking LOCK TABLES commands correctly when shadowing. And finally fixed it to actually generate useful SQL error messages. 2000-02-18 00:43:56 +00:00
slamm%netscape.com 4a4b7cec1b Add log for tinderbox columns 2000-02-18 00:16:52 +00:00
slamm%netscape.com 045753ca72 Take out more debuging code. 2000-02-18 00:09:44 +00:00
slamm%netscape.com 7fe717e90b Skip writing unused data file warnings.dat 2000-02-18 00:02:37 +00:00
slamm%netscape.com b848e0817f Uncomment line to build file index. 2000-02-17 23:56:09 +00:00
slamm%netscape.com af4c65b3ca New warnings command line. 2000-02-17 23:31:10 +00:00
slamm%netscape.com ecb8e1a76d Add Mac warnings. 2000-02-17 23:27:17 +00:00
slamm%netscape.com 295c89aabf Print out last good know logfile name. (Useful to pass to other script when testing). 2000-02-17 22:27:00 +00:00
terry%mozilla.org 9775eaa834 Added an optional ability to keep a read-only shadow database, so that
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-17 21:41:39 +00:00
terry%mozilla.org 40cb419652 Fixed bug where it was complaining that people without permissions
were changing the resolution, even if they weren't.
2000-02-17 19:27:46 +00:00
terry%mozilla.org b29cee2d0b Was crashing when logging profile activity. 2000-02-17 16:46:36 +00:00
terry%mozilla.org 11128dc63c Oops; had the name of the "editbugs" group typed in wrong in a couple
of places.
2000-02-17 15:59:56 +00:00
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