endico%mozilla.org
a40586c4fe
don't offer most doomed report if this bugzilla installation doesn't use milestones. remove semicolons from sql queries. the version of mysql running on lounge throws an error on semicoloned queries.
...
git-svn-id: svn://10.0.0.236/trunk@42336 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-05 20:48:51 +00:00
endico%mozilla.org
7a219fcf5d
Add a current milestone variable and a most doomed report that's like the ones chofmann posts listing engineers with Mx bugs by number of bugs.
...
git-svn-id: svn://10.0.0.236/trunk@42322 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-05 20:02:20 +00:00
terry%mozilla.org
7e0f972ad7
Oops; removed debugging output.
...
git-svn-id: svn://10.0.0.236/trunk@42305 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-05 16:43:00 +00:00
endico%mozilla.org
8720babbbe
add image/jpeg, image/png and image/gif mime types
...
git-svn-id: svn://10.0.0.236/trunk@42147 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-04 17:36:43 +00:00
terry%mozilla.org
aa0e62234f
Patch by msrex@suse.de -- don't send mail to the same address more
...
than once (in case our mail transport is too stupid to remove the dups
for us).
git-svn-id: svn://10.0.0.236/trunk@42138 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-04 15:07:28 +00:00
terry%mozilla.org
2ebd9a58b9
Patch by msrex@suse.de -- was not giving an opportunity to resolve or verify a bunch of bugs at once.
...
git-svn-id: svn://10.0.0.236/trunk@41998 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-03 18:41:29 +00:00
mcafee%netscape.com
c4758a2a0f
usage comment
...
git-svn-id: svn://10.0.0.236/trunk@41831 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-02 18:04:23 +00:00
terry%mozilla.org
5d5484543a
Was generating incorrect link to the "CVS Query Page."
...
git-svn-id: svn://10.0.0.236/trunk@41830 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-02 16:36:15 +00:00
terry%mozilla.org
759ff3da70
Fix a typo in the "process any SQL" feature, that has made this
...
feature completely busted for about a year now. I guess people don't
use it...
git-svn-id: svn://10.0.0.236/trunk@41829 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-02 16:12:47 +00:00
endico%mozilla.org
a12570c813
keep search engine robots away. traversing lxr is incredibly wasteful
...
git-svn-id: svn://10.0.0.236/trunk@41725 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-31 18:31:58 +00:00
terry%mozilla.org
4fd58af18a
Cope with newer rss format (so that, for example, we can now get the
...
headlines for mozillazine again).
git-svn-id: svn://10.0.0.236/trunk@41595 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-30 16:53:50 +00:00
terry%mozilla.org
86e9b120ea
Fix another stupid typo.
...
git-svn-id: svn://10.0.0.236/trunk@41594 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-30 15:13:01 +00:00
terry%mozilla.org
768533d833
Fixed typo in "mailto:" link.
...
git-svn-id: svn://10.0.0.236/trunk@41593 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-30 15:11:41 +00:00
terry%mozilla.org
9ae2e7cdec
Fixed bug 10812 -- LXR paths were not getting generated correctly.
...
git-svn-id: svn://10.0.0.236/trunk@41571 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-30 01:28:32 +00:00
terry%mozilla.org
ea9076ac92
Got rid of some silly warnings.
...
git-svn-id: svn://10.0.0.236/trunk@41350 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-27 23:19:02 +00:00
terry%mozilla.org
55179fbc93
Was sending multiple messages telling people they're on the hook.
...
git-svn-id: svn://10.0.0.236/trunk@41345 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-27 23:10:12 +00:00
terry%mozilla.org
73bd63a472
The 'modules' list on the main query page was just all wrong.
...
git-svn-id: svn://10.0.0.236/trunk@41293 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-27 16:25:08 +00:00
terry%mozilla.org
ae31fee10d
Turned on "use strict" and fixed all the resulting warnings and errors.
...
git-svn-id: svn://10.0.0.236/trunk@41177 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-26 23:59:03 +00:00
terry%mozilla.org
dc297a3310
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.
git-svn-id: svn://10.0.0.236/trunk@41175 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-26 23:46:04 +00:00
terry%mozilla.org
b2d93a974c
Turned on "use strict" and fixed all the resulting warnings and errors.
...
git-svn-id: svn://10.0.0.236/trunk@41173 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-26 23:36:33 +00:00
terry%mozilla.org
876703944d
Patch by jtg@varesearch.com -- fixed stupid typo in default value for
...
blurbhtml.
git-svn-id: svn://10.0.0.236/trunk@41156 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-26 20:50:10 +00:00
terry%mozilla.org
cca831ac4f
Get rid of extra semicolons.
...
git-svn-id: svn://10.0.0.236/trunk@41155 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-26 20:41:54 +00:00
terry%mozilla.org
1effad4db0
Was doing date order backwards, compared to the way it used to be.
...
git-svn-id: svn://10.0.0.236/trunk@41150 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-26 19:06:26 +00:00
terry%mozilla.org
b5f2811262
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...
git-svn-id: svn://10.0.0.236/trunk@41140 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-26 16:10:55 +00:00
bryce-mozilla%nextbus.com
cea276ba94
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.
git-svn-id: svn://10.0.0.236/trunk@41060 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-25 19:45:55 +00:00
terry%mozilla.org
2290129d4c
Fixed stupid typos that caused it to not correctly report whether a
...
tree is open.
git-svn-id: svn://10.0.0.236/trunk@40970 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-24 05:04:37 +00:00
terry%mozilla.org
7be59a5b54
Fixed some warnings.
...
git-svn-id: svn://10.0.0.236/trunk@40966 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-24 04:49:32 +00:00
terry%mozilla.org
ad272d2db7
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.
git-svn-id: svn://10.0.0.236/trunk@40965 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-24 04:47:57 +00:00
terry%mozilla.org
741bd46d0c
Munge usernames containing "%" into an "@" when determining email address.
...
git-svn-id: svn://10.0.0.236/trunk@40930 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-23 22:12:29 +00:00
terry%mozilla.org
053c034145
Whoops. I had pulled out the POSIX stuff, cause I thought it was
...
conflicting with something, but I was wrong and confused. Fixed.
git-svn-id: svn://10.0.0.236/trunk@40924 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-23 20:04:42 +00:00
terry%mozilla.org
e590dc0625
Fixed count of "while tree is closed" checkins.
...
git-svn-id: svn://10.0.0.236/trunk@40923 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-23 19:58:41 +00:00
terry%mozilla.org
9681489512
Fixed stupid warning.
...
git-svn-id: svn://10.0.0.236/trunk@40921 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-23 19:37:02 +00:00
terry%mozilla.org
711798c85c
Cope with new Bonsai code. In particular, renamed globals.pl to be tbglobals.pl, to avoid conflicting with Bonsai's new globals.pl.
...
git-svn-id: svn://10.0.0.236/trunk@40920 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-23 19:36:38 +00:00
terry%mozilla.org
5e0d78f3bc
Fixed stupid typo.
...
git-svn-id: svn://10.0.0.236/trunk@40919 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-23 19:21:13 +00:00
terry%mozilla.org
7a9d4bb04f
Let me tweak the parameters to DBI->connect().
...
git-svn-id: svn://10.0.0.236/trunk@40918 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-23 19:14:37 +00:00
terry%mozilla.org
4c01d9a243
Whoops; missing an include file.
...
git-svn-id: svn://10.0.0.236/trunk@40917 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-23 18:50:25 +00:00
terry%mozilla.org
d6314c8699
Removed stupid debugging printf's.
...
git-svn-id: svn://10.0.0.236/trunk@40916 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-23 18:50:07 +00:00
cyeh%netscape.com
2780e73f8b
support terse=1 flag,mostly as a way to support pager notification
...
git-svn-id: svn://10.0.0.236/trunk@40914 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-23 18:43:07 +00:00
terry%mozilla.org
486b4dc3fc
Massive patch (mostly from Dieter Weber <dieter@Compatible.COM>) -- ported all TCL code to Perl.
...
git-svn-id: svn://10.0.0.236/trunk@40909 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-23 18:39:31 +00:00
cyeh%netscape.com
dbca3effad
evil evil hack. make sure that sheriffs is connected to
...
bonsai-hook@cvs-mirror.mozilla.org . This should be moved into a configfile
somewhere.
git-svn-id: svn://10.0.0.236/trunk@40772 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-23 01:48:08 +00:00
slamm%netscape.com
4c3e1fa44f
Take out warnings for now.
...
git-svn-id: svn://10.0.0.236/trunk@40738 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-22 23:32:31 +00:00
slamm%netscape.com
8fb0c4fa7b
add some debug code
...
git-svn-id: svn://10.0.0.236/trunk@40734 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-22 23:22:46 +00:00
slamm%netscape.com
3c8c3faa8f
Protect against bad parses
...
git-svn-id: svn://10.0.0.236/trunk@40732 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-22 23:14:15 +00:00
slamm%netscape.com
658144cefd
slight cleanup
...
git-svn-id: svn://10.0.0.236/trunk@40729 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-22 23:12:00 +00:00
slamm%netscape.com
1b44475bff
Grab more data.
...
git-svn-id: svn://10.0.0.236/trunk@40718 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-22 22:17:28 +00:00
terry%mozilla.org
d35c75250f
Make sure to recreate the database files from scratch every time. It used to merge old entries in with the stuff we recalculate.
...
git-svn-id: svn://10.0.0.236/trunk@40687 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-22 19:58:11 +00:00
slamm%netscape.com
f4357e305a
Last checking not needed.
...
git-svn-id: svn://10.0.0.236/trunk@40681 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-22 18:48:39 +00:00
slamm%netscape.com
588a80a83b
Generate warnings
...
git-svn-id: svn://10.0.0.236/trunk@40666 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-22 17:48:29 +00:00
slamm%netscape.com
29b1e37aa2
Avoid regenerating the same warnings file twice.
...
git-svn-id: svn://10.0.0.236/trunk@40574 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-22 01:09:50 +00:00
cyeh%netscape.com
dc827283a4
remove
...
bonsai-hookinterest@glacier
mcom.dev.client.build.busted
from default hook addresses. add builds instead
git-svn-id: svn://10.0.0.236/trunk@40541 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-21 23:21:16 +00:00