Commit Graph

1522 Commits

Author SHA1 Message Date
terry%mozilla.org
201000c9ad Patch by aclark@ghoti.org -- use localconfig file to get database
connection info.
2000-01-29 20:22:44 +00:00
terry%mozilla.org
1414bcf593 Patch by aclark@ghoti.org -- clear the accumulation buffer before using it. 2000-01-29 20:13:30 +00:00
terry%mozilla.org
dc99a21f9b 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
d19acb2ae2 Fixed busted mailto: link. 2000-01-28 20:36:26 +00:00
terry%mozilla.org
ba3bd27a63 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
f461027ecc 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
1550a88427 Was crashing if you weren't already logged in. 2000-01-28 07:15:44 +00:00
terry%mozilla.org
c7d4d2df98 Allow searching by "last change date" in the boolean charts. 2000-01-28 01:28:55 +00:00
terry%mozilla.org
7ecba992bf 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
6840cbff6a Tweak gmake pattern to make it more general. (Reformat a little too). 2000-01-27 02:30:23 +00:00
mcafee%netscape.com
9809b56459 Removing old binary link. r=slamm 2000-01-27 01:39:09 +00:00
terry%mozilla.org
13f6e7ca22 Patch by granrose@netscape.com -- put initial focus into bug# field. 2000-01-27 00:56:33 +00:00
terry%mozilla.org
20185227fc Add support for keywords. 2000-01-26 23:15:30 +00:00
terry%mozilla.org
c3044d2b18 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
d1efedc9f4 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
a46cdb9ac9 Add a way to log all SQL requests made. 2000-01-26 21:47:55 +00:00
terry%mozilla.org
4dc72d6730 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
b12da239a4 Fixed minor grammatical typo. 2000-01-25 07:57:35 +00:00
terry%mozilla.org
c7fc84f240 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
e027807a5f 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
25fa8b8b7b Very minor HTML tweaking. 2000-01-24 05:50:46 +00:00
terry%mozilla.org
2291e7e479 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
4c8f5603db Fixed bug causing named queries to get all screwed up around "target
milestones".
2000-01-23 20:37:46 +00:00
terry%mozilla.org
3d75e25093 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
b7189efeef Add a way to remove a default query that you may have set. 2000-01-23 17:14:09 +00:00
terry%mozilla.org
764ec540b7 Remove unused file 2000-01-23 16:57:32 +00:00
terry%mozilla.org
f82f9658c6 Added much more crosschecks, and simplified a lot of the code. 2000-01-23 04:37:40 +00:00
terry%mozilla.org
ce4604f577 Fixed stupid typo that caused exact email searches in descriptions to crash. 2000-01-23 04:01:25 +00:00
terry%mozilla.org
4c1c33a26e 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
59ba0465a0 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
2fc105856d Can now search for people who have added text to a bug. 2000-01-23 02:22:11 +00:00
terry%mozilla.org
2bf5e0801c 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
36b800adac Honor the emailregexp param when checking email addresses. 2000-01-22 22:19:05 +00:00
terry%mozilla.org
146f7bdd8e Removed stupid test. 2000-01-22 21:44:10 +00:00
terry%mozilla.org
78b90d75fb 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
054756ec04 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
313ffe129f 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
b6d984c2cc Fixed stupid typo. 2000-01-22 19:25:33 +00:00
terry%mozilla.org
0b2fdac733 If no sort order is specified, use the cookie if available. 2000-01-22 19:23:58 +00:00
terry%mozilla.org
b9dc656311 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
6f9fa675fc 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
332b39b203 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
36388596c4 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
e9619288c8 Whoops; code to let people turn on new "newemailtech" pref was busted. 2000-01-22 04:37:42 +00:00
terry%mozilla.org
8ed4c20ca3 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
6f6c1b6e00 Invalid html, added trailing /html tag. 2000-01-21 22:01:11 +00:00
terry%mozilla.org
9c38b30d28 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
055416e250 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
c308f025ee 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
317863368b List of images on mozilla.org. 2000-01-20 02:32:18 +00:00
slamm%netscape.com
05a2c19133 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
f816e9eee4 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
23fbfe14b9 Allow whitespace to be used to separate keywords. 2000-01-19 19:32:05 +00:00
terry%mozilla.org
6d15fd3cc2 Let's outlaw whitespace in keywords. 2000-01-19 19:26:37 +00:00
terry%mozilla.org
6a6f80b720 Oops; query results were always coming back empty if you specified
multiple directories.
2000-01-19 19:04:31 +00:00
terry%mozilla.org
4e67064f23 Added a way to disable a user. 2000-01-18 22:41:26 +00:00
terry%mozilla.org
0b8942fa37 Spruced up "editusers.cgi". Added an "editusers" group. 2000-01-18 18:34:01 +00:00
terry%mozilla.org
d8faddd660 Footer wasn't displaying new state after clicking "log out". 2000-01-18 14:41:00 +00:00
terry%mozilla.org
27c97fdec5 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
5b7cfa807e Check for and rebuild busted password stuff. 2000-01-18 14:26:16 +00:00
terry%mozilla.org
ab0f888f9b Tell people that column changes are remembered using cookies. 2000-01-17 22:53:05 +00:00
terry%mozilla.org
746335ea97 Was sometimes checking extra checkboxes in the email area. 2000-01-17 22:31:05 +00:00
terry%mozilla.org
a553e0fe09 Very minor formatting tweak. 2000-01-17 19:54:50 +00:00
terry%mozilla.org
17c8050218 Added "Windows 2000" and "Mac System 9.0" to the OS list. 2000-01-17 19:20:20 +00:00
terry%mozilla.org
9205cf6c09 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
bc425d694b 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
c53a69421b 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
383c93db57 Oops! Fixed stupid typo in last patch. 2000-01-17 03:14:14 +00:00
terry%mozilla.org
854fa36af4 If there is only one component, then select it for the user. 2000-01-15 17:25:51 +00:00
terry%mozilla.org
b38962c5d3 Patch by kevin@suberic.net (kevin lyda) -- reformated to 77 columns. 2000-01-15 01:19:44 +00:00
terry%mozilla.org
ce249dd094 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
33cee658dc Patch by Adam Spiers <adam@spiers.net> -- fixed some poor HTML. 2000-01-14 23:56:55 +00:00
terry%mozilla.org
e5ad6e4320 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
cfa12eb3bb Added a missing PutFooter(). 2000-01-14 23:17:49 +00:00
terry%mozilla.org
f5e622daa8 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
289acafdd7 Remove unused files. 2000-01-14 22:04:49 +00:00
terry%mozilla.org
0a83e08ac0 Remove unused files. 2000-01-14 21:44:14 +00:00
terry%mozilla.org
9e09009c26 Fixed typos. 2000-01-14 00:22:54 +00:00
terry%mozilla.org
dd87e0b303 Make wording a little more clear when a username is invalid. 2000-01-13 22:55:45 +00:00
terry%mozilla.org
d5a1e935bc 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
dcb1dc4627 Allow displaying of a "keywords" column. 2000-01-13 20:25:10 +00:00
terry%mozilla.org
ce53803244 Was sometimes putting a silly timestamp in the change log. 2000-01-13 17:46:01 +00:00
terry%mozilla.org
9ef2787d65 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
fcf7564232 Pick some colors that color-blind folks can distinguish more easily. bug #23805 2000-01-13 02:12:08 +00:00
terry%mozilla.org
41ec88d63e 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
43c81eb98d "Change several bugs" was losing the sort order. 2000-01-12 18:31:33 +00:00
terry%mozilla.org
6bb1fef58a Fixed warnings. 2000-01-11 21:32:43 +00:00
slamm%netscape.com
b00101b190 Fix quotes for warnings command-line. 2000-01-11 18:54:21 +00:00
terry%mozilla.org
03994b0c80 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
8761cb7178 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
167691897d Fixed a warning. 2000-01-10 22:17:10 +00:00
terry%mozilla.org
a0693debf4 Asking for both keywords and CC info was creating corrupted SQL. 2000-01-10 21:24:18 +00:00
slamm%netscape.com
740dc38bf8 warnings.pl: Use command-line arg to specify tree 2000-01-08 02:04:26 +00:00
terry%mozilla.org
73f81425cc Stop generating the %::keywordsbyid hashtable that nothing was using. 2000-01-06 22:55:00 +00:00
terry%mozilla.org
3bf2cc86b7 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
8ec2fa3b0f 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
ec0dd1cecf Oops; fixed table alignment problem introduced by last change. 2000-01-06 17:39:03 +00:00
slamm%netscape.com
7eab581c7d Fix for hdml version. Suggested by Neil Deakin <ndeakin@sympatico.ca> 2000-01-06 02:11:26 +00:00
terry%mozilla.org
ccd0aca547 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
5d12ff7194 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
c4fab20bed Recognize Windows98. 2000-01-04 19:27:49 +00:00
endico%mozilla.org
c1bf0f6491 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
015b32c03c someone complained that moshi, moshi is a telephone greeting only. 2000-01-03 19:38:08 +00:00
risto%netscape.com
ca88d1a230 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
35b2429d00 Got rid of extra <H1> tag. 1999-12-28 22:31:47 +00:00
slamm%netscape.com
5d7a14b4f7 Initial support for HDML (sprint phones). 1999-12-18 03:51:43 +00:00
terry%mozilla.org
198d0d7862 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
0582508d69 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
dcc3ff514e 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
f286bbf593 Ignore Generated Files 1999-12-13 01:44:29 +00:00
slamm%netscape.com
69e69b39e1 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
c7c2f1972a Fixed up printing of bad leak/bloat values. 1999-12-10 05:17:56 +00:00
slamm%netscape.com
a5c40f34ec cd back to tinderbox directory to move who.dat.$$ to who.dat. 1999-12-10 01:11:10 +00:00
slamm%netscape.com
d8a5b789a7 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
7084b302b9 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
bed940cff6 Ignore generated files. 1999-12-06 19:44:38 +00:00
mcafee%netscape.com
a22bf1403c 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
811258dd6e Retired copydata.pl 1999-12-06 19:40:07 +00:00
terry%mozilla.org
41ed32807c 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
0e8e833274 Removing copydata.pl, this script has bit-rotted. Use copydata instead. r=slamm 1999-12-06 07:26:49 +00:00
mcafee%netscape.com
b9a51cbe81 Tools for hacking on tinderbox server, courtesy slamm@netscape.com 1999-12-06 07:24:33 +00:00
terry%mozilla.org
50b941d218 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
0713dc58d8 Fixed bug 20126 -- use more international-friendly (and Y2K happier) date formats. 1999-12-03 19:28:18 +00:00
dmose%mozilla.org
b1cae38a41 special cased DUPLICATE in the make_options() sanity-checking code 1999-12-02 23:56:07 +00:00
dmose%mozilla.org
6c05f0d386 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
fb7133acca for nsI*.idl files, add deoxygen link and image 1999-11-23 21:59:13 +00:00
slamm%netscape.com
208e8a81eb Add 'mozilla/' to blame links. 1999-11-23 17:42:19 +00:00
terry%mozilla.org
dff44db67b Vastly speed up searches if a directory name is specified. 1999-11-19 17:22:47 +00:00
terry%mozilla.org
04480d28f4 Updated version string to 2.9 (development) 1999-11-19 15:57:00 +00:00
terry%mozilla.org
d2c51fe4bb Updated version string to 2.8 (shipping) 1999-11-19 15:56:28 +00:00
terry%mozilla.org
20d3d90a69 Was crashing if not using milestones. 1999-11-19 15:51:48 +00:00
terry%mozilla.org
af842d8536 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
04b27d57fa 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
aaba2b75a1 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
71da41f221 Be sure to close the file before moving it. 1999-11-18 03:38:24 +00:00
waterson%netscape.com
fa8d76523f Add chdir() so that it can be called from an alias. 1999-11-18 03:29:11 +00:00
waterson%netscape.com
7582dd007e Add some commentary and a '--timeout' option. 1999-11-17 23:02:53 +00:00
waterson%netscape.com
ad9879c908 Add usage notes. 1999-11-17 22:30:35 +00:00
waterson%netscape.com
d90ac16633 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
9b000d2760 removing useless line 1999-11-17 22:19:07 +00:00
leaf%mozilla.org
11e98b1b79 really fixing ls calls. 1999-11-17 22:14:21 +00:00
waterson%netscape.com
fca6817d94 Initial revision. 1999-11-17 20:52:45 +00:00
waterson%netscape.com
3d0ca561ac Fix license to use MPL. 1999-11-17 20:42:57 +00:00
waterson%netscape.com
b060e04dec Fix license to use MPL. 1999-11-17 19:15:05 +00:00
slamm%netscape.com
f7c558f048 Now adjust the ignored warnings with the changes. 1999-11-17 04:12:00 +00:00
slamm%netscape.com
898920cacb Remember to add source_root when searching for file in repository. 1999-11-17 04:09:19 +00:00
slamm%netscape.com
4049acf0ea Fix filename lookups. Needed to remove source root for path. 1999-11-17 03:52:53 +00:00
waterson%netscape.com
61960e813f Fix default 'logdir' param. 1999-11-16 22:19:23 +00:00
waterson%netscape.com
a3ddaf8232 Pretty up the main table. 1999-11-16 22:15:26 +00:00
waterson%netscape.com
d515f53683 Add top-level 'logs.cgi' to show all the logs; deal with stuff being in a 'data' subdirectory. 1999-11-16 22:10:11 +00:00
waterson%netscape.com
5c3b70e316 Fix exec() and kill() stuff. 1999-11-16 01:54:12 +00:00
waterson%netscape.com
2d47d12a89 Initial revision. 1999-11-15 23:56:58 +00:00
waterson%netscape.com
ac59a831d6 Add MPL. 1999-11-15 23:15:49 +00:00
waterson%netscape.com
ed44bf0cf8 Initial revision. 1999-11-15 22:31:34 +00:00
terry%mozilla.org
122440cea6 Added missing get_line.pl. 1999-11-12 21:14:29 +00:00
mcafee%netscape.com
763166e905 Nuking this file. ar=slamm,waterson 1999-11-11 22:16:51 +00:00
terry%mozilla.org
1142641a31 Back out that completely bizarre and weird checkin that warren did. 1999-11-11 13:58:45 +00:00
warren%netscape.com
b377f57b3a Removing neckoutil_s.lib from tree. Moving/renaming nsNeckoUtil.h to nsNetUtil.h. Bug#11159. r=colin@theblakes.com,kipp,waterson,valeski,pierre,nisheeth 1999-11-11 08:50:26 +00:00
terry%mozilla.org
9c85d6570c freshmeat seems to have changed the location of their RDF page. 1999-11-11 00:55:49 +00:00
terry%mozilla.org
9554300a3f Turns out string fields should all be declared as "binary" if we want
them to be case-insensitive.
1999-11-09 18:12:43 +00:00
slamm%netscape.com
dc00250669 Now really get it right. 1999-11-09 18:05:12 +00:00
slamm%netscape.com
f18878266f Get directory right for mailnews aggregate warnings. 1999-11-09 18:01:26 +00:00
slamm%netscape.com
cebd1e0da6 Add warning filtering by directory. Fix some perl warnings. 1999-11-09 17:58:56 +00:00
endico%mozilla.org
3c100f1ccb Oops, now the text inside the form's text box is also centered. Re-fix this by adding </P> after the blurb at the top 1999-11-09 01:38:00 +00:00
endico%mozilla.org
150f259810 add a <P> before the <HR> so this looks better with mozilla. apparently in html 4.0, <HR> doesn't cause a </PR> so the entire rest of the page was getting centered after the <PR ALIGN=CENTER> 1999-11-09 00:38:35 +00:00
dmose%mozilla.org
d4cc3f0c8a updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:59:15 +00:00
slamm%netscape.com
f98b1c149e Do run-length encoding for the raw data option. End revision records with a period. Buffer the raw data output. 1999-11-04 02:14:56 +00:00
slamm%netscape.com
b4e499bb4d Add feature for beard and his leak soup tool. Return raw data if 'data=1' is added as a parameter. Cleaned up some code too. 1999-11-03 23:37:44 +00:00
endico%mozilla.org
c578c0097a fixed a bunch of typos. Also, handleCheckinMail.tc was replaced by handleCheckinMail.pl 1999-11-03 20:33:57 +00:00
slamm%netscape.com
49454dc044 Ignore a few more warnings caused by lame unix header files. 1999-11-03 18:52:13 +00:00
terry%mozilla.org
27e39bfe08 Whoops! Was reporting ASSIGNED bugs as being closed. Also, changed
it to report the resolution of the bug instead of the word "closed".
Many thanks to dbaron@fas.harvard.edu for suggesting this change, and
reporting the bug.
1999-11-03 00:44:29 +00:00
terry%mozilla.org
1fc0f060c6 Due to popular request, "bug changed" mail will only report changes in
state on dependent bugs if they move from an 'open' to a 'closed'
state, or visa-versa.  Also, if there are more than 5 bugs on the
list, then we won't even try to generate the details (doing so only
generates lots of extra mail that is too hard to parse anyway.)
1999-11-02 22:14:11 +00:00
slamm%netscape.com
8c2b9af30f Bloat: Change coloring algorithm. Set the baseline every time there is a jump up or down. 1999-11-02 20:09:20 +00:00
dmose%mozilla.org
2db9bdbbbe updated license boilerplate 1999-11-01 23:33:56 +00:00
slamm%netscape.com
ed0d904aa5 Use tb_find_build_record() instead of find_build_record(). 1999-10-29 19:20:53 +00:00
slamm%netscape.com
6762ed67b5 Spit and polish. Take 2. Do not put 'undef' in 'my' list. 1999-10-29 19:01:14 +00:00
slamm%netscape.com
adf6020f0c Somethings not working. Backup 1999-10-29 18:54:32 +00:00
slamm%netscape.com
c9f61c5f30 Clean up global names. Spit and polish. Fix '-w' warnings. 1999-10-29 18:52:04 +00:00
warren%netscape.com
df20383617 Made the leak/bloat baseline only be the min over the last 5 entries. 1999-10-29 17:19:54 +00:00
mcafee%netscape.com
ac060fe18e Updating legend to match new output format. 1999-10-29 05:02:00 +00:00
mcafee%netscape.com
e8d4ac6112 No spaces so units don't go on next line. 1999-10-29 04:45:52 +00:00
mcafee%netscape.com
aed0c9af45 oops left out b units 1999-10-29 04:36:17 +00:00
mcafee%netscape.com
cf909d95d2 Better units, r=brendan 1999-10-29 04:30:56 +00:00
mcafee%netscape.com
97265f6557 typo, r=slamm 1999-10-29 01:21:06 +00:00
warren%netscape.com
ae94405888 Added 1k fudge factor. 1999-10-29 00:40:04 +00:00
mcafee%netscape.com
f9e04a43da Adding bloat formatting, baseline mechanism. warren/mcafee 1999-10-28 23:18:50 +00:00
mcafee%netscape.com
d9dbb940f7 Ignore tree directories. 1999-10-28 21:16:44 +00:00
dmose%mozilla.org
04642b5d0c script to update license boilerplate in source files 1999-10-28 21:16:29 +00:00
warren%netscape.com
5eb4aa2542 Fixed thing that chops off final digit. 1999-10-28 21:06:36 +00:00
terry%mozilla.org
54b6b45af8 Back out last change -- specific to mozilla.org, not to general consumers of bugzilla. 1999-10-28 20:18:03 +00:00
endico%mozilla.org
5bd64cf68e Try to herd netscape communicator users away from bugzilla. "if your browser has a blue N logo go report the bug to netscape". This wording may be wrong later on but it works for now. 1999-10-28 20:12:52 +00:00
mcafee%netscape.com
a2e4fb60ad Updating legend for C, bloaty stats. 1999-10-28 19:47:47 +00:00
mcafee%netscape.com
2ec4894575 switching to absolute leak/bloat numbers. 1999-10-27 07:02:25 +00:00
mcafee%netscape.com
1b3474f8e2 switching to absolute leak/bloat numbers. 1999-10-27 06:34:28 +00:00
terry%mozilla.org
67d8218e4d Fixed perl warning. 1999-10-26 21:14:01 +00:00
slamm%netscape.com
d7f0896429 Need path to gunzip. This should be configured. 1999-10-26 16:56:00 +00:00
terry%mozilla.org
996672cca2 Update version to 1.3 (which means unstable, tip-of-CVS version). 1999-10-26 15:49:58 +00:00
terry%mozilla.org
0bc610dfa5 Fixed perl error caused by previous change. 1999-10-26 15:48:25 +00:00
terry%mozilla.org
fc9cbecfa5 Make version number be 1.2, we will be spinning a tarball. 1999-10-26 15:37:12 +00:00
endico%mozilla.org
82c16c91b5 make the grep for server error not so noisy 2>&1 1999-10-26 08:37:07 +00:00
slamm%netscape.com
ea33c764a5 Fix typo. 1999-10-26 01:40:23 +00:00
mccabe%netscape.com
d4dfe69b45 Initial checkin of mozbot code-reviewing functionality. 1999-10-26 01:22:00 +00:00
slamm%netscape.com
56e2086e1f Need double quotes instead of single quotes to get variable values (fix bloat.pl). 1999-10-25 18:02:06 +00:00
slamm%netscape.com
4986af2247 Need to 'require' treedata.pl to get warnings and bloat pattern strings. 1999-10-25 17:31:39 +00:00
slamm%netscape.com
8b15cc1741 Add bloat processing. Cleanup tacky code. 1999-10-23 01:43:28 +00:00
slamm%netscape.com
082bc322a8 Take out debug statement. 1999-10-23 01:35:40 +00:00
slamm%netscape.com
d64be2fda3 Parse build logs for bloat data from warren@netscape.com's bloat tool. 1999-10-23 01:22:41 +00:00
slamm%netscape.com
d43caa1460 Load bloat data. Clean up load_who(). 1999-10-23 01:18:25 +00:00
slamm%netscape.com
61a3493d1e Add bloat data to tree cells that have it. 1999-10-23 01:18:04 +00:00
endico%mozilla.org
4907085cbd improve error message mailed when cvs update dies 1999-10-22 23:07:44 +00:00
endico%mozilla.org
ccbbb400e6 cvs error notification was busted 1999-10-22 21:59:10 +00:00
slamm%netscape.com
f0d92f8b67 Fix typo. 1999-10-22 19:16:40 +00:00
slamm%netscape.com
9e59920095 Add some comments. Describe data structures. Tidy up a bit. 1999-10-22 18:53:56 +00:00
slamm%netscape.com
016e60cf26 Add filter for long long constants. Make sure summary table includes everyone (fix off by one error). 1999-10-22 17:34:16 +00:00
endico%mozilla.org
04924f2b34 oops forgot to add the newsbot directory to the path "../newsbot/newsbot.html", 1999-10-22 01:32:59 +00:00
slamm%netscape.com
d5705e7ec8 Get the relative prefix for the static page correct. 1999-10-22 01:23:48 +00:00
endico%mozilla.org
06d1cf50f2 the names of the files to be wrapped must be given relative to the root of the tree. in this case: "../newsbot/newsbot.html" 1999-10-22 00:45:56 +00:00
endico%mozilla.org
48d7414df9 escape quotes around ALIGN=\"right\" 1999-10-22 00:14:43 +00:00
endico%mozilla.org
9567d3112e align bottom row to the right. <TR ALIGN="right"> doesn't seem to work in mozilla 1999-10-21 23:52:41 +00:00
terry%mozilla.org
1fd1bc17dc Make "checkins in last 7 days" link work better in worlds with
multiple repositories.
1999-10-21 23:42:39 +00:00
terry%mozilla.org
d429f12e92 Wasn't working right with multiple repositories. 1999-10-21 22:51:50 +00:00
endico%mozilla.org
377a06f662 get rid of the <DIV>s and <SPAN>s since we have the rdf file now. the <SPAN> around the article link was messing up the link because they were intertwined <SPAN><A></SPAN>text</A> 1999-10-21 22:38:21 +00:00
terry%mozilla.org
b73f9c1a82 Add some more debugging output. 1999-10-21 22:04:13 +00:00
endico%mozilla.org
d19c2be5ae oops use '&', not '%' 1999-10-21 21:44:39 +00:00
endico%mozilla.org
10d6e5885b html escape gt and lt symbols in the View Article url 1999-10-21 21:22:44 +00:00
terry%mozilla.org
7265e9b718 Fix perl warning. 1999-10-21 18:19:48 +00:00
mcafee%netscape.com
e693b5af0e Moved to mozilla/tools/tinderbox (client-side script). 1999-10-21 05:20:02 +00:00
endico%mozilla.org
352d74414c remove the full path names on newsbot.html and wrapped.html so wrap.pl doesn't add "../" to everything. communicator doesn't mind this but it breaks msie and probably mozilla 1999-10-21 02:30:21 +00:00
endico%mozilla.org
173720c25a clairify that the 'mozilla' module contains the entire 'current' repository, not everything including all the branches. 1999-10-20 23:30:50 +00:00
endico%mozilla.org
df23f5512d add m10 tree for the Design Patterns contest 1999-10-20 21:52:08 +00:00
endico%mozilla.org
d36283e6c1 merge old changes from when we moved to komodo 1999-10-20 21:48:49 +00:00
terry%mozilla.org
0eb8a53f6d Ignore the "shadow" and "temp" directories. 1999-10-20 16:26:04 +00:00
terry%mozilla.org
7b237526f9 Fix perl warning. 1999-10-20 15:17:37 +00:00
terry%mozilla.org
3f31c6d6f2 Fix perl warning. 1999-10-20 14:12:43 +00:00
terry%mozilla.org
f3d48d098e Fixed stupid perl warning. 1999-10-20 00:27:16 +00:00
terry%mozilla.org
a022fd1435 Fixed stupid perl warning. 1999-10-20 00:06:41 +00:00
terry%mozilla.org
527fe98dd2 Need to value_quote() things that go into VALUE attributes in HTML. 1999-10-19 21:27:41 +00:00
endico%mozilla.org
de3d16bcdb align "edit products" at the top so its not lost 3 screens down in the products list. 1999-10-19 21:26:39 +00:00
terry%mozilla.org
5acadfe0b9 Fixed perl warning. 1999-10-19 19:42:49 +00:00
terry%mozilla.org
c484cf50dc Fixed perl warnings. 1999-10-19 16:41:40 +00:00
terry%mozilla.org
87c84fdd19 Fixed perl warnings. 1999-10-19 16:33:06 +00:00
terry%mozilla.org
39df65d0db This was using complicated perl features I don't understand, so I simplified it and it works now... 1999-10-19 16:24:48 +00:00
terry%mozilla.org
fddc259114 Fixed perl warning. 1999-10-19 15:07:27 +00:00
terry%mozilla.org
cb4af7d06e Fix perl warnings. 1999-10-19 15:05:16 +00:00
endico%mozilla.org
bf11c315ac search patterns are limited to 29 characters due to the -n option in glimpse 1999-10-19 02:14:09 +00:00
terry%mozilla.org
34130c865d Fixed perl warning. 1999-10-19 00:25:42 +00:00
terry%mozilla.org
b0db01c293 Fixed stupid perl warning. 1999-10-19 00:20:52 +00:00
terry%mozilla.org
5f3456602b Fix potential security hole (and I think some perl warnings.) 1999-10-19 00:17:54 +00:00
terry%mozilla.org
87878548b8 Fixed perl warnings -- this module no longer defines its own "die" routine. 1999-10-19 00:07:23 +00:00
terry%mozilla.org
a4b1e43399 Fixed stupid perl warning. 1999-10-19 00:04:59 +00:00