Commit Graph

991 Commits

Author SHA1 Message Date
terry%mozilla.org
29071a75d2 Cope with newer rss format (so that, for example, we can now get the
headlines for mozillazine again).
1999-07-30 16:53:50 +00:00
terry%mozilla.org
5dd277a471 Fix another stupid typo. 1999-07-30 15:13:01 +00:00
terry%mozilla.org
a4bf7aceca Fixed typo in "mailto:" link. 1999-07-30 15:11:41 +00:00
terry%mozilla.org
7ddbcc752a Fixed bug 10812 -- LXR paths were not getting generated correctly. 1999-07-30 01:28:32 +00:00
terry%mozilla.org
ec53d4509d Got rid of some silly warnings. 1999-07-27 23:19:02 +00:00
terry%mozilla.org
396eb6c0eb Was sending multiple messages telling people they're on the hook. 1999-07-27 23:10:12 +00:00
terry%mozilla.org
0d5c0e85fe The 'modules' list on the main query page was just all wrong. 1999-07-27 16:25:08 +00:00
terry%mozilla.org
09718a7a74 Turned on "use strict" and fixed all the resulting warnings and errors. 1999-07-26 23:59:03 +00:00
terry%mozilla.org
d315e9330d Backed out code Dieter put in that tried to restrict the view to only
directories in the current module.  I think it was buggy, and it is
not behavior I particularly want anyway.
1999-07-26 23:46:04 +00:00
terry%mozilla.org
e20a4ce802 Turned on "use strict" and fixed all the resulting warnings and errors. 1999-07-26 23:36:33 +00:00
terry%mozilla.org
f3d0d71ab2 Patch by jtg@varesearch.com -- fixed stupid typo in default value for
blurbhtml.
1999-07-26 20:50:10 +00:00
terry%mozilla.org
7b57541442 Get rid of extra semicolons. 1999-07-26 20:41:54 +00:00
terry%mozilla.org
cdfe81a904 Was doing date order backwards, compared to the way it used to be. 1999-07-26 19:06:26 +00:00
terry%mozilla.org
9601b2736a Dieter's patch tried to optimize things by using the legaldirs file
lying around when doing queries by module.  This is a good idea, but
only works when the query being done is for the default module for a
tree.  This isn't always the case!  Rolled back code to Lloyd's old
code, which nobody really understands, but it works...
1999-07-26 16:10:55 +00:00
bryce-mozilla%nextbus.com
6b5fa1a2ee Not really having time to really finish this, I'll put it up for others to work with.
This is a login-centric view of the database.  It is very slow for systems
ith large numbers of logins.
1999-07-25 19:45:55 +00:00
terry%mozilla.org
6c8ff6136c Fixed stupid typos that caused it to not correctly report whether a
tree is open.
1999-07-24 05:04:37 +00:00
terry%mozilla.org
3b796b29aa Fixed some warnings. 1999-07-24 04:49:32 +00:00
terry%mozilla.org
56e8fd10e7 Fix busted guilty column.
Bonsai's query_checkins call has become pickier; now it wants to be
run from inside the bonsai directory, and wants the $::TreeID variable
to be set correctly.

This stuff is all too fragile to believe.
1999-07-24 04:47:57 +00:00
terry%mozilla.org
4e5f708eaf Munge usernames containing "%" into an "@" when determining email address. 1999-07-23 22:12:29 +00:00
terry%mozilla.org
dfa62f6d8c Whoops. I had pulled out the POSIX stuff, cause I thought it was
conflicting with something, but I was wrong and confused.  Fixed.
1999-07-23 20:04:42 +00:00
terry%mozilla.org
6d4e9f1a1e Fixed count of "while tree is closed" checkins. 1999-07-23 19:58:41 +00:00
terry%mozilla.org
73556098a6 Fixed stupid warning. 1999-07-23 19:37:02 +00:00
terry%mozilla.org
676189de29 Cope with new Bonsai code. In particular, renamed globals.pl to be tbglobals.pl, to avoid conflicting with Bonsai's new globals.pl. 1999-07-23 19:36:38 +00:00
terry%mozilla.org
6782d07c1a Fixed stupid typo. 1999-07-23 19:21:13 +00:00
terry%mozilla.org
197ec9c792 Let me tweak the parameters to DBI->connect(). 1999-07-23 19:14:37 +00:00
terry%mozilla.org
7332c9d905 Whoops; missing an include file. 1999-07-23 18:50:25 +00:00
terry%mozilla.org
ce6e9b6a4c Removed stupid debugging printf's. 1999-07-23 18:50:07 +00:00
cyeh%netscape.com
7f0054e2ff support terse=1 flag,mostly as a way to support pager notification 1999-07-23 18:43:07 +00:00
terry%mozilla.org
61b2e0b068 Massive patch (mostly from Dieter Weber <dieter@Compatible.COM>) -- ported all TCL code to Perl. 1999-07-23 18:39:31 +00:00
cyeh%netscape.com
921bdc5774 evil evil hack. make sure that sheriffs is connected to
bonsai-hook@cvs-mirror.mozilla.org. This should be moved into a configfile
somewhere.
1999-07-23 01:48:08 +00:00
slamm%netscape.com
1b90e5a1ab Take out warnings for now. 1999-07-22 23:32:31 +00:00
slamm%netscape.com
3b4a77222c add some debug code 1999-07-22 23:22:46 +00:00
slamm%netscape.com
cb2bd5abec Protect against bad parses 1999-07-22 23:14:15 +00:00
slamm%netscape.com
7da3da678d slight cleanup 1999-07-22 23:12:00 +00:00
slamm%netscape.com
3005c15488 Grab more data. 1999-07-22 22:17:28 +00:00
terry%mozilla.org
4016da6ca2 Make sure to recreate the database files from scratch every time. It used to merge old entries in with the stuff we recalculate. 1999-07-22 19:58:11 +00:00
slamm%netscape.com
5d3bfdbafd Last checking not needed. 1999-07-22 18:48:39 +00:00
slamm%netscape.com
ec7f95746f Generate warnings 1999-07-22 17:48:29 +00:00
slamm%netscape.com
0fbca381de Avoid regenerating the same warnings file twice. 1999-07-22 01:09:50 +00:00
cyeh%netscape.com
dd2902b85f remove
bonsai-hookinterest@glacier
mcom.dev.client.build.busted
from default hook addresses. add builds instead
1999-07-21 23:21:16 +00:00
slamm%netscape.com
e3bf4cc5b9 rounding messes up comments 1999-07-21 23:01:09 +00:00
slamm%netscape.com
ba5e7c3f35 Round times to nearest minute. This avoids having multiple lines displaying the same minute. 1999-07-21 22:55:13 +00:00
slamm%netscape.com
259075e8a6 -mNot convinced it's working properly 1999-07-21 22:15:21 +00:00
slamm%netscape.com
0d9738a693 General cleanup and add warning processing for shrike. 1999-07-21 21:56:10 +00:00
slamm%netscape.com
b5cd91f4f0 Move warnings file to <tree>/warnings.html when done. Output warnings summary to <tree>/warn.pl. 1999-07-21 21:09:41 +00:00
slamm%netscape.com
1a08ab489a Include warning summary at top after message of the day. 1999-07-21 21:08:40 +00:00
cyeh%netscape.com
19be81ed87 based the query on note time, rather than build time 1999-07-20 23:44:32 +00:00
cyeh%netscape.com
b53ce674ce make a plain text option 1999-07-20 22:24:01 +00:00
slamm%netscape.com
79515cfd26 Handle multiple warnings on one source file line. 1999-07-19 20:46:17 +00:00
slamm%netscape.com
ce899a1b87 Even More general ignore for getAttribute 1999-07-16 00:08:43 +00:00
slamm%netscape.com
817f91c6b0 More general ignore for getAttribute 1999-07-16 00:06:17 +00:00
slamm%netscape.com
8b01deff27 Skip mozilla/network warnings. Add some other ignores (at kipp's request). 1999-07-15 23:59:33 +00:00
mcafee%netscape.com
c1efe1462b Prefixing hook mail subject with Hook: 1999-07-15 18:15:44 +00:00
slamm%netscape.com
8e48755268 Oh yeah, I wanted to use Helvetica instead of <tt>. 1999-07-13 02:46:56 +00:00
slamm%netscape.com
29f37db070 Remove 'narrow' parameter. Remove footer inclusion. Thanks to Ken Estes (kestes@staff.mail.com) for the suggestions. 1999-07-13 02:45:10 +00:00
cyeh%netscape.com
003c74eedc remove extra header 1999-07-13 02:26:56 +00:00
cyeh%netscape.com
453d7729bf add missing table header 1999-07-13 02:24:15 +00:00
cyeh%netscape.com
e89872ca61 sigh. okay, if it doesn't work now, i am really going to setup a test
environment. this is embarassing.
1999-07-13 02:12:55 +00:00
cyeh%netscape.com
bf1d689df7 missing } 1999-07-13 02:11:46 +00:00
cyeh%netscape.com
10f81ba19c more flailing, add code for .cgi 1999-07-13 02:09:00 +00:00
cyeh%netscape.com
dc5cf70e70 perl -c is your friend. fix compile errors. 1999-07-13 02:04:21 +00:00
cyeh%netscape.com
1d4dc40ec5 *** empty log message *** 1999-07-13 01:55:49 +00:00
cyeh%netscape.com
70a203d25d add date/time query, ala bustagestats.cgi 1999-07-13 01:46:00 +00:00
bryce-mozilla%nextbus.com
625955254f Spurious &. Remove $::buffer feature, as it was unused and broken. 1999-07-08 23:55:32 +00:00
bryce-mozilla%nextbus.com
98a6b37482 More tiny battles in the HTML syntax error war 1999-07-08 23:06:47 +00:00
bryce-mozilla%nextbus.com
f7155a6bb3 Another battle in the HTML syntax error war. 1999-07-08 22:53:50 +00:00
slamm%netscape.com
ebcb27e90d Convert 'local' to 'my'. Use POSIX::strftime instead of Date::Format::time2str 1999-07-08 16:16:47 +00:00
terry%mozilla.org
91c30afd6e Enable custom bug creation pages that try to set more fields than
enter_bug.cgi does.
1999-07-08 00:21:33 +00:00
slamm%netscape.com
bcd738056e Bring back occurences count. 1999-07-08 00:10:58 +00:00
slamm%netscape.com
14ff0ad244 Output proper warnings count. Filter out 'was hidden' instead of 'by foo'. 1999-07-08 00:06:26 +00:00
slamm%netscape.com
17545415ad Trim leading whitespace in source code. 1999-07-07 19:11:02 +00:00
slamm%netscape.com
ba4754d0ad Fix name conflict between note() and note[]. Change note[] to notes[]. 1999-07-07 16:16:08 +00:00
brendan%mozilla.org
7547930b8e Don't ask for Berkeley-DB owner, sleepycat owns it. 1999-07-07 00:02:40 +00:00
slamm%netscape.com
f779701ee1 Remove broken tree2 references. Squeeze file size. 1999-07-06 22:39:39 +00:00
slamm%netscape.com
63d48e4fa5 allow 'fulltext' with short url (e.g. log=<tree>/logfile&fulltext=1) 1999-07-06 22:37:17 +00:00
slamm%netscape.com
bde30a251d Find builds with <tree>/<logfile> to shorten urls 1999-07-06 22:35:00 +00:00
slamm%netscape.com
699169120b Change showlog 'exerpt' parameter to 'log'. 1999-07-06 21:30:20 +00:00
slamm%netscape.com
3a978f0d55 Shorter showlog link. 1999-07-06 21:27:22 +00:00
slamm%netscape.com
06e71e5dd3 Support log=<tree>/<logfile> for tinderbox. 1999-07-06 21:23:32 +00:00
slamm%netscape.com
23df043521 Add url escaping. 1999-07-02 18:51:04 +00:00
slamm%netscape.com
0be3be273d Escape bugzilla logins for urls. 1999-07-02 18:43:56 +00:00
slamm%netscape.com
3a814ed2bd Rollback last change and escape the '%' instead (as %25). 1999-07-02 18:26:17 +00:00
slamm%netscape.com
77321ad793 Fix who links. (Pass slamm@netscape.com instead of slamm%netscape.com). The '%' was getting parsed as an escaped charater. (I could escape the %, but sending '@' works fine. 1999-07-02 17:48:58 +00:00
terry%mozilla.org
8a43c91ef9 Silly hack to view all the notes. 1999-07-02 15:50:43 +00:00
slamm%netscape.com
78b1658e9e Use '_content' target for sidebar panel link. 1999-07-01 18:08:20 +00:00
bryce-mozilla%nextbus.com
745dee3496 The next logical extension of the fixes for non-Netscape browsers
from the last checkin.  Non-serverpush browsers have always been sent
incorrect HTML headers, causing assorted problems (see Bug #8069 affecting
MSIE).  The code paths are very convoluted, but I think I have now
straightened them out.
1999-07-01 03:45:43 +00:00
slamm%netscape.com
3e13257e39 Filter: declaration of `index\' hides global definition. More noise than help. Points out over use of string.h, but not everyone needs to look at it. 1999-06-30 21:52:42 +00:00
endico%mozilla.org
d6ba233761 Added "entryheaderhtml" parameter which lets you specify text to
add to beginning of bug entry form. also aligned text in the form
to make it pretty. Uncomment the <!--</tr><tr>--> if people complain
the 80 col description text box doesn't fit narrow screens.
1999-06-29 00:24:41 +00:00
slamm%netscape.com
b387e9974b Using redirected bonsai loses hash. Use full link again. 1999-06-28 23:08:37 +00:00
slamm%netscape.com
335eda8336 base target not really wanted on every link 1999-06-28 23:05:18 +00:00
slamm%netscape.com
12c759c16e Clean up unblamed items' presentation. 1999-06-28 18:38:51 +00:00
slamm%netscape.com
740bdbce84 Fix bonsai link 1999-06-28 18:33:46 +00:00
slamm%netscape.com
65b9504995 Fix typo. 1999-06-28 18:25:56 +00:00
slamm%netscape.com
e5743e8b3d Shorten warnings page. Fix summary table at top. 1999-06-28 18:23:51 +00:00
slamm%netscape.com
5517846563 Use 'excerpt' arg for viewing part of a log. 1999-06-28 18:22:24 +00:00
slamm%netscape.com
50ab142bc7 Find a build record by logfile name. 1999-06-28 18:21:40 +00:00
bryce-mozilla%nextbus.com
fb85d06003 Another battle in the HTML syntax error war. Two bodies, and a hanging
table data.  Hope this is OK, Terry.
1999-06-27 02:09:45 +00:00
slamm%netscape.com
9d8b66ea92 fix typo. 1999-06-25 22:14:51 +00:00
slamm%netscape.com
174b554398 Add netscape.com to cvsblames that have no address. 1999-06-25 22:13:43 +00:00
slamm%netscape.com
33e71beaac one more column. be more careful about going over the end 1999-06-25 22:09:43 +00:00
slamm%netscape.com
2d356ddfd1 fix typo 1999-06-25 22:06:33 +00:00
slamm%netscape.com
709e4a4c30 more columns 1999-06-25 22:05:09 +00:00
slamm%netscape.com
3742e88d3d Cleaner 'no match' presentation. 1999-06-25 21:55:39 +00:00
slamm%netscape.com
a994c06512 Use lxr for showing multiple file match 1999-06-25 21:54:24 +00:00
slamm%netscape.com
300ee85ec5 Guess this ignore pattern does not work on older perl. 1999-06-25 21:43:06 +00:00
slamm%netscape.com
6560aace7a print summary of folks at top 1999-06-25 21:42:22 +00:00
slamm%netscape.com
0c8704d714 split warning text properly. Add another ignore. 1999-06-25 21:05:52 +00:00
slamm%netscape.com
53e8671ceb Save time by avoiding file stat for file lookup 1999-06-25 20:52:50 +00:00
slamm%netscape.com
63aff562f3 found it 1999-06-25 20:31:06 +00:00
slamm%netscape.com
1476e26fd2 help debug lookup bug 1999-06-25 20:25:44 +00:00
slamm%netscape.com
590d6453ef Tweak file lookups. Add ignore entry. 1999-06-25 20:21:17 +00:00
slamm%netscape.com
9ecc5f22b1 Quote keyword replacement for s/// 1999-06-25 19:49:33 +00:00
slamm%netscape.com
22c3346369 Included a few more file types for blaming. Give total warning count. Report unblamed warnings. Use shrike builds. luxor is not using --enable-pedantic. 1999-06-25 19:39:31 +00:00
slamm%netscape.com
a610bcaf2a Fix spell-o. 1999-06-25 15:35:41 +00:00
endico%mozilla.org
d2a9464cab use the new hostname www.deja.com instead of dejanews 1999-06-25 04:05:54 +00:00
slamm%netscape.com
f4cea56dbf Fix tiny error. 1999-06-24 23:34:56 +00:00
slamm%netscape.com
390a4fa01f Pass all build params to log. 1999-06-24 23:30:34 +00:00
slamm%netscape.com
1ce42e70e0 Add ability to show log fragment. 1999-06-24 23:30:08 +00:00
slamm%netscape.com
8f0e83b326 Avoid counting repeated warnings too many times. 1999-06-24 23:01:02 +00:00
slamm%netscape.com
e158cd46b4 Add license. Output html to a file. 1999-06-24 22:33:33 +00:00
slamm%netscape.com
6b211734fb Move warnings into tinderbox. 1999-06-24 22:10:11 +00:00
slamm%netscape.com
f9274510c3 Parse warnings and print a report based on cvs blame. 1999-06-24 22:07:54 +00:00
terry%mozilla.org
4b7dc6a000 Get rid of hard-coded lxr strings. 1999-06-24 18:17:58 +00:00
slamm%netscape.com
a0f533886c Add log file name to log links. 1999-06-24 02:02:14 +00:00
slamm%netscape.com
97c8d04bed Build file name has from glimpse list. 1999-06-24 01:47:36 +00:00
slamm%netscape.com
5333511b30 Use the proper cvsroot. Update the file index each run. 1999-06-23 20:45:49 +00:00
slamm%netscape.com
898456fe1b Get it running 1999-06-23 20:38:23 +00:00
slamm%netscape.com
d88866dd3f Do not use 'undef' in my declaration. 1999-06-23 20:11:27 +00:00
slamm%netscape.com
c0cd9a5053 Use bonsai's perl 1999-06-23 20:09:34 +00:00
slamm%netscape.com
c973f4ad0a Read last successful buildlog. 1999-06-23 20:06:37 +00:00
slamm%netscape.com
cc139e4da7 Find the fullpath to a file in the tree based on its basename. 1999-06-23 18:47:53 +00:00
slamm%netscape.com
391f2bd727 Parse warnings from build logs and generate a report. 1999-06-23 18:25:23 +00:00
terry%mozilla.org
9d2e889b79 Make attachments remember who submitted that attachment. 1999-06-22 23:44:22 +00:00
slamm%netscape.com
4f1d65bded Remove 'Previous Revision' link from mark line. It is confusing to people. 1999-06-22 21:30:37 +00:00
slamm%netscape.com
c3ba5da777 Need to pass thru return value to make who link really work. 1999-06-18 16:08:24 +00:00
slamm%netscape.com
99b09e2140 Fix who link for 5.0. 1999-06-18 16:04:01 +00:00
mcafee%netscape.com
2bb9d37177 Old who_link bariable should be d.target.href to match the 1.71 checkin. 1999-06-18 01:59:48 +00:00
slamm%netscape.com
4692ed820c Hack link on panel so it loads in the main content area for M7. 1999-06-17 20:50:52 +00:00
slamm%netscape.com
8fa71a3c8f Add timezone to time at top of page. 1999-06-15 22:20:31 +00:00
terry%mozilla.org
f4063594c1 Explain some history. 1999-06-15 15:44:42 +00:00
terry%mozilla.org
5720ed540f Patch by Christopher Kline <ckline@media.mit.edu> -- wasn't sending
right password to mysql.
1999-06-15 15:32:25 +00:00
endico%mozilla.org
731b1a87f5 attempt to dissuade robots from indexing the entire lxr.mozilla.org site 1999-06-15 06:34:45 +00:00
bryce-mozilla%nextbus.com
9c52e0e834 Assorted minor UI cleanups (mostly putting navigation headers in, and
rewording "return to query page" for pages where that is not always true.
Also add two options to the main index.html
1999-06-15 04:29:05 +00:00
bryce-mozilla%nextbus.com
11245dcab3 Fix several browsers, Lynx and Opera at least. HTML syntax errors here
and there were fixed, and serverpush was restricted only to the versions
of Mozilla known to support it.
1999-06-15 04:25:29 +00:00
terry%mozilla.org
d18fa25ded A null quip file was causing errors. 1999-06-14 17:37:02 +00:00
terry%mozilla.org
dad605834b Added the ability to configure bugzilla so that we only allow local
usernames for email addresses.
1999-06-14 17:33:52 +00:00
terry%mozilla.org
88498ae495 Added BeOS to the list of OS's. 1999-06-14 16:46:40 +00:00
bryce-mozilla%nextbus.com
91489b8497 Give administrators a clue that upgrading is possible, even straightforward. 1999-06-12 01:16:44 +00:00
leaf%mozilla.org
256545c2d5 mozbot should report test failures in the brief report 1999-06-11 23:36:46 +00:00
leaf%mozilla.org
336c34b450 Mozbot should be able to see the difference between red and orange builds. 1999-06-11 23:08:47 +00:00