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

1473 Коммитов

Автор SHA1 Сообщение Дата
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
waterson%netscape.com 55114e1c9c Fix default 'logdir' param. 1999-11-16 22:19:23 +00:00
waterson%netscape.com e4ef28345a Pretty up the main table. 1999-11-16 22:15:26 +00:00
waterson%netscape.com 6aa05b3c2e 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 74d9ddfae1 Fix exec() and kill() stuff. 1999-11-16 01:54:12 +00:00
waterson%netscape.com 30a8db31ad Initial revision. 1999-11-15 23:56:58 +00:00
waterson%netscape.com cf3153886e Add MPL. 1999-11-15 23:15:49 +00:00
waterson%netscape.com dd9ac06d05 Initial revision. 1999-11-15 22:31:34 +00:00
terry%mozilla.org e8ec4c8e66 Added missing get_line.pl. 1999-11-12 21:14:29 +00:00
mcafee%netscape.com 62421f7fc8 Nuking this file. ar=slamm,waterson 1999-11-11 22:16:51 +00:00
terry%mozilla.org 73d420e00f Back out that completely bizarre and weird checkin that warren did. 1999-11-11 13:58:45 +00:00
warren%netscape.com 4046d0d447 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 0ad4a5f655 freshmeat seems to have changed the location of their RDF page. 1999-11-11 00:55:49 +00:00
terry%mozilla.org 807b76ef42 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 70cf6ed5ad Now really get it right. 1999-11-09 18:05:12 +00:00
slamm%netscape.com a5c314017b Get directory right for mailnews aggregate warnings. 1999-11-09 18:01:26 +00:00
slamm%netscape.com 7200edb45c Add warning filtering by directory. Fix some perl warnings. 1999-11-09 17:58:56 +00:00
endico%mozilla.org 4b64daca2d 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 de5eddb499 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 cadc4aafe5 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 8743746d57 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 d8c5fdb5db 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 ec1556bf85 fixed a bunch of typos. Also, handleCheckinMail.tc was replaced by handleCheckinMail.pl 1999-11-03 20:33:57 +00:00
slamm%netscape.com b0f561668a Ignore a few more warnings caused by lame unix header files. 1999-11-03 18:52:13 +00:00
terry%mozilla.org 0a1343a9fe 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 38130712b1 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 f63e2ea775 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 18f71469a1 updated license boilerplate 1999-11-01 23:33:56 +00:00
slamm%netscape.com c35707c981 Use tb_find_build_record() instead of find_build_record(). 1999-10-29 19:20:53 +00:00
slamm%netscape.com 75525c6e93 Spit and polish. Take 2. Do not put 'undef' in 'my' list. 1999-10-29 19:01:14 +00:00
slamm%netscape.com 12bc6ea86c Somethings not working. Backup 1999-10-29 18:54:32 +00:00
slamm%netscape.com a80327cba1 Clean up global names. Spit and polish. Fix '-w' warnings. 1999-10-29 18:52:04 +00:00
warren%netscape.com 9ddd116d09 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 7faadfda98 Updating legend to match new output format. 1999-10-29 05:02:00 +00:00
mcafee%netscape.com 9c784b6ed3 No spaces so units don't go on next line. 1999-10-29 04:45:52 +00:00
mcafee%netscape.com ccb20486a0 oops left out b units 1999-10-29 04:36:17 +00:00
mcafee%netscape.com af5fa8fa73 Better units, r=brendan 1999-10-29 04:30:56 +00:00
mcafee%netscape.com 6e70e64ff6 typo, r=slamm 1999-10-29 01:21:06 +00:00
warren%netscape.com bf35233eb4 Added 1k fudge factor. 1999-10-29 00:40:04 +00:00
mcafee%netscape.com f3675e7034 Adding bloat formatting, baseline mechanism. warren/mcafee 1999-10-28 23:18:50 +00:00
mcafee%netscape.com f97785da9f Ignore tree directories. 1999-10-28 21:16:44 +00:00
dmose%mozilla.org 940fd006bb script to update license boilerplate in source files 1999-10-28 21:16:29 +00:00
warren%netscape.com 290ea5ee3c Fixed thing that chops off final digit. 1999-10-28 21:06:36 +00:00
terry%mozilla.org e007cd1a53 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 5ecd2ba43e 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 4b0e299fd7 Updating legend for C, bloaty stats. 1999-10-28 19:47:47 +00:00
mcafee%netscape.com 36fdd3207f switching to absolute leak/bloat numbers. 1999-10-27 07:02:25 +00:00
mcafee%netscape.com 50c0b37f62 switching to absolute leak/bloat numbers. 1999-10-27 06:34:28 +00:00
terry%mozilla.org bcede772bf Fixed perl warning. 1999-10-26 21:14:01 +00:00
slamm%netscape.com f5d74f8077 Need path to gunzip. This should be configured. 1999-10-26 16:56:00 +00:00
terry%mozilla.org 3afdb5a0ca Update version to 1.3 (which means unstable, tip-of-CVS version). 1999-10-26 15:49:58 +00:00
terry%mozilla.org cf78ed541f Fixed perl error caused by previous change. 1999-10-26 15:48:25 +00:00
terry%mozilla.org 00716ade51 Make version number be 1.2, we will be spinning a tarball. 1999-10-26 15:37:12 +00:00
endico%mozilla.org 723aba77e7 make the grep for server error not so noisy 2>&1 1999-10-26 08:37:07 +00:00
slamm%netscape.com f83a8fee9f Fix typo. 1999-10-26 01:40:23 +00:00
mccabe%netscape.com 8d32ad4bc2 Initial checkin of mozbot code-reviewing functionality. 1999-10-26 01:22:00 +00:00
slamm%netscape.com 4e9f0488c9 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 268a0e6db7 Need to 'require' treedata.pl to get warnings and bloat pattern strings. 1999-10-25 17:31:39 +00:00
slamm%netscape.com 1f43c92e4f Add bloat processing. Cleanup tacky code. 1999-10-23 01:43:28 +00:00
slamm%netscape.com b3d4dc0a25 Take out debug statement. 1999-10-23 01:35:40 +00:00
slamm%netscape.com aba2551264 Parse build logs for bloat data from warren@netscape.com's bloat tool. 1999-10-23 01:22:41 +00:00
slamm%netscape.com b647484cb7 Load bloat data. Clean up load_who(). 1999-10-23 01:18:25 +00:00
slamm%netscape.com fbfefd40be Add bloat data to tree cells that have it. 1999-10-23 01:18:04 +00:00
endico%mozilla.org 7aec1699cb improve error message mailed when cvs update dies 1999-10-22 23:07:44 +00:00
endico%mozilla.org fdb890c53c cvs error notification was busted 1999-10-22 21:59:10 +00:00
slamm%netscape.com e677200c65 Fix typo. 1999-10-22 19:16:40 +00:00
slamm%netscape.com 78997edf9e Add some comments. Describe data structures. Tidy up a bit. 1999-10-22 18:53:56 +00:00
slamm%netscape.com e561d54139 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 69bfae6f6b oops forgot to add the newsbot directory to the path "../newsbot/newsbot.html", 1999-10-22 01:32:59 +00:00
slamm%netscape.com 0b3aca0f83 Get the relative prefix for the static page correct. 1999-10-22 01:23:48 +00:00
endico%mozilla.org 090a4904b8 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 ae1a83a449 escape quotes around ALIGN=\"right\" 1999-10-22 00:14:43 +00:00
endico%mozilla.org 4787a871c6 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 3916430611 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 9dfe5e9e54 Wasn't working right with multiple repositories. 1999-10-21 22:51:50 +00:00
endico%mozilla.org fddf364fe5 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 73d5761a98 Add some more debugging output. 1999-10-21 22:04:13 +00:00
endico%mozilla.org 231c187724 oops use '&', not '%' 1999-10-21 21:44:39 +00:00
endico%mozilla.org f8251d5cd9 html escape gt and lt symbols in the View Article url 1999-10-21 21:22:44 +00:00
terry%mozilla.org 74f153100e Fix perl warning. 1999-10-21 18:19:48 +00:00
mcafee%netscape.com 3691d56137 Moved to mozilla/tools/tinderbox (client-side script). 1999-10-21 05:20:02 +00:00
endico%mozilla.org 57ef3f72f1 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 1b640e884d 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 c872b2fee7 add m10 tree for the Design Patterns contest 1999-10-20 21:52:08 +00:00
endico%mozilla.org bc7d2096a3 merge old changes from when we moved to komodo 1999-10-20 21:48:49 +00:00
terry%mozilla.org 925c0a1160 Ignore the "shadow" and "temp" directories. 1999-10-20 16:26:04 +00:00
terry%mozilla.org 47571138f8 Fix perl warning. 1999-10-20 15:17:37 +00:00
terry%mozilla.org 83ee8e24e6 Fix perl warning. 1999-10-20 14:12:43 +00:00
terry%mozilla.org d232f5e72d Fixed stupid perl warning. 1999-10-20 00:27:16 +00:00
terry%mozilla.org a1444210ed Fixed stupid perl warning. 1999-10-20 00:06:41 +00:00
terry%mozilla.org a47dfff5c5 Need to value_quote() things that go into VALUE attributes in HTML. 1999-10-19 21:27:41 +00:00
endico%mozilla.org 282b877aaa 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 f79dd6cea9 Fixed perl warning. 1999-10-19 19:42:49 +00:00
terry%mozilla.org 2d89c35e20 Fixed perl warnings. 1999-10-19 16:41:40 +00:00
terry%mozilla.org ecabffbee3 Fixed perl warnings. 1999-10-19 16:33:06 +00:00
terry%mozilla.org 1a9e02a81d 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 7e49118e5a Fixed perl warning. 1999-10-19 15:07:27 +00:00
terry%mozilla.org 303710c7d8 Fix perl warnings. 1999-10-19 15:05:16 +00:00
endico%mozilla.org c036659032 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 4bb8ee1f88 Fixed perl warning. 1999-10-19 00:25:42 +00:00
terry%mozilla.org dcacbf119d Fixed stupid perl warning. 1999-10-19 00:20:52 +00:00
terry%mozilla.org ffdc31e803 Fix potential security hole (and I think some perl warnings.) 1999-10-19 00:17:54 +00:00
terry%mozilla.org 91020c0bd5 Fixed perl warnings -- this module no longer defines its own "die" routine. 1999-10-19 00:07:23 +00:00
terry%mozilla.org 607a20961e Fixed stupid perl warning. 1999-10-19 00:04:59 +00:00
terry%mozilla.org 2e67d20ca4 Fixed stupid perl warning. 1999-10-19 00:02:42 +00:00
terry%mozilla.org da0f505ba9 Fixed stupid perl warnings. 1999-10-18 23:57:58 +00:00
terry%mozilla.org 2a34cda875 Fixed stupid perl warning. 1999-10-18 23:42:25 +00:00
terry%mozilla.org c206a888f5 Fixed stupid perl warning. 1999-10-18 23:35:57 +00:00
terry%mozilla.org 25535f33b9 Oops; fixed perl error. 1999-10-18 23:32:03 +00:00
terry%mozilla.org 0165e4370c Fixed stupid perl warning. 1999-10-18 23:23:08 +00:00
terry%mozilla.org b754bd3902 Fixed stupid perl warning. 1999-10-18 23:04:40 +00:00
terry%mozilla.org b2df112085 Massive spank to put "use strict" in all Bonsai code. 1999-10-18 22:55:01 +00:00
warren%netscape.com 101bc8e5e8 Made bloatdiff distinguish between no change in leaks, and infinite leakage (no leak before, but leak now). 1999-10-18 19:43:29 +00:00
mcafee%netscape.com 50d2e5d2f2 Adding perl-path to match other tinderbox files. 1999-10-18 01:34:45 +00:00
warren%netscape.com ed9933a0ef Added .txt to delta file name. 1999-10-17 07:57:45 +00:00
warren%netscape.com 2e4ac2ec8a Changed format slightly. 1999-10-17 07:52:19 +00:00
warren%netscape.com a027754b42 Changed format slightly. 1999-10-17 07:50:09 +00:00
warren%netscape.com 982e15ba2c Added bloat log diffing program. 1999-10-17 07:42:27 +00:00
cyeh%netscape.com 0ae34be6b1 proxy checkin for terry@mozilla.org. quiet warnings about uninitialized
variables at runtime
1999-10-15 23:43:52 +00:00
terry%mozilla.org 8b409aca3c Fixed what I believe is just a stupid typo. (This code really needs to have
"use strict" added to it all, and with all the resulting cleanup.)
1999-10-15 23:31:22 +00:00
terry%mozilla.org 7ff7cb6e09 Fixed a bunch of "undefined variable" warnings. 1999-10-15 23:16:32 +00:00
slamm%netscape.com cb7b0eebe9 Need to quote parentheses in ignore pattern. 1999-10-15 18:42:27 +00:00
mcafee%netscape.com b6422d5462 Add #status option so you don't have to scroll down to the tree status. 1999-10-15 00:50:58 +00:00
terry%mozilla.org 4fc4a57e8c Patch by holger@holger.om.org (Holger Schurig) -- was not correctly fixing up the 'when' column in the bugs_activity table. 1999-10-14 22:35:12 +00:00
terry%mozilla.org 10b2a08471 Patch by holger@holger.om.org (Holger Schurig) -- get the permissions right on the shadow directory. 1999-10-14 22:32:44 +00:00
dmose%mozilla.org 8a806b0e3e fix to cope with checkins.when column name change to checkins.ci_when 1999-10-14 20:10:30 +00:00
terry%mozilla.org 69df57dc0d Fix invalid SQL introduced by last patch. 1999-10-14 17:34:00 +00:00
terry%mozilla.org 35bc9c57a6 Allow sorting of status whiteboard column. 1999-10-14 17:21:43 +00:00
cyeh%netscape.com 96e0fdab9e move megahal initialization so that if there is a nick collision and we
die, we at least don't leave a forked process behind.
1999-10-14 00:44:37 +00:00
terry%mozilla.org e034619875 Removing the last vote on a bug was causing an SQL error. 1999-10-13 20:17:01 +00:00
terry%mozilla.org c5e7ef3438 Patch by Holger Schurig <holger@holger.om.org> -- rewriting and enhancing the
ability to edit components, products, and versions.  Yay!
1999-10-12 23:00:35 +00:00
cyeh%netscape.com d800bc5b93 add support for megahal conversation ai, fix syntax error for sending
stock reports to the original requestor.
1999-10-12 22:34:49 +00:00
terry%mozilla.org c8705871c5 Patch by Holger Schurig <holger@holger.om.org> -- If there is no exactly ONE
user in the profiles table, then this user will be promoted into all groups.
1999-10-12 20:28:41 +00:00
terry%mozilla.org 5ba179a29e newer alphas of MySQL won't let use "when" as a column name, so let's change
our usage while it's still easy to do so.
1999-10-12 18:05:42 +00:00
terry%mozilla.org a7978eef56 Patch by Holger Schurig <holgerschurig@nikocity.de> -- replace all the
yicky old make*.sh files and the CHANGES file with a new, nifty
checksetup.pl file that knows how to create a setup from scratch as
well as upgrade an older setup to a new one.  Very cool stuff!
1999-10-12 16:58:11 +00:00
terry%mozilla.org d3f5ed29ce Patch by tom@platte.com (Tom Schutter) -- wasn't working if no groups
had isbuggroup set.
1999-10-12 16:52:25 +00:00
terry%mozilla.org e698ef7799 Updating the vote cache should not update the date-last-changed field
in the bug.
1999-10-12 11:18:29 +00:00
slamm%netscape.com 73836fbfa0 Remove extra 'mozilla/' in cvsblame'd source link. 1999-10-12 01:25:47 +00:00
terry%mozilla.org 37879fe897 Got rid of silly debugging hack. 1999-10-11 21:19:46 +00:00
terry%mozilla.org 0b3047654b Sort votes in decreasing order, not increasing. 1999-10-11 21:17:17 +00:00
slamm%netscape.com a58367ab0c Remove '-test' from output file name 1999-10-11 19:46:59 +00:00
slamm%netscape.com 988f35714b finished testing 1999-10-11 19:43:46 +00:00
slamm%netscape.com bc8b762dd5 New file indexing. Use '/cvsroot' instead of lxr index. 1999-10-11 19:42:53 +00:00
slamm%netscape.com 0090b51969 Skip attic files. 1999-10-11 19:40:51 +00:00
slamm%netscape.com fdfa397610 slight tweak. take 2. 1999-10-11 19:37:32 +00:00
slamm%netscape.com e8aa619ee8 slight tweak 1999-10-11 19:36:12 +00:00
slamm%netscape.com 62c8720062 Need to account for ,v 1999-10-11 19:34:57 +00:00
slamm%netscape.com c37af4a721 Test new file indexing. 1999-10-11 19:26:38 +00:00
terry%mozilla.org 8935369e7c Let's not keep everything locked up while regenerating. 1999-10-11 19:02:49 +00:00
terry%mozilla.org 369d2ff0ef Stop reporting "area"; don't report voters on the CC line. 1999-10-11 18:54:45 +00:00
terry%mozilla.org 4eb0891e1c Make "rescanall" only check bugs which have changed in the last two days. 1999-10-11 18:23:21 +00:00
terry%mozilla.org 0a344bc096 Added ability to run "processmail rescanall" to scan *every* bug for
any mail that ought to be sent to someone.
1999-10-11 18:18:39 +00:00
terry%mozilla.org 52e837f5e7 Oops; need extra directions to avoid problems when removing the "area" column. 1999-10-11 17:41:47 +00:00