Commit Graph

4740 Commits

Author SHA1 Message Date
ian%hixie.ch
302c09062d Make Rude actually tell you the right host when it fails. Also, clarify a comment.
git-svn-id: svn://10.0.0.236/trunk@145818 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-09 15:13:53 +00:00
ian%hixie.ch
a0297d9b4b Minor fix to autoop help. Patch by mental.
git-svn-id: svn://10.0.0.236/trunk@145817 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-09 15:13:03 +00:00
ian%hixie.ch
d66177a54f Use DBM database instead of config file for seen data. Note that there is no migration path for old seen data, and that the config file isn't updated to remove the now superfluous variables.
git-svn-id: svn://10.0.0.236/trunk@145816 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-09 14:54:02 +00:00
ian%hixie.ch
b7fc6f52c5 better error handling (to handle the case where the servers are totally down, like now)
git-svn-id: svn://10.0.0.236/trunk@145814 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-09 13:58:13 +00:00
ian%hixie.ch
130d4f80ef Make mozbot slightly more willing to insult people (won't help much since the servers are down, but oh well)
git-svn-id: svn://10.0.0.236/trunk@145813 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-09 13:54:27 +00:00
ian%hixie.ch
cd92b19066 minor comment fixup
git-svn-id: svn://10.0.0.236/trunk@145812 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-09 13:53:17 +00:00
ian%hixie.ch
b871b37ad2 Implement a hitting command, add some new variants to some existing commands
git-svn-id: svn://10.0.0.236/trunk@145811 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-09 13:49:36 +00:00
ian%hixie.ch
9c36805f50 Fix a minor warning
git-svn-id: svn://10.0.0.236/trunk@145810 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-09 13:48:22 +00:00
ian%hixie.ch
6ef172b36f Minor documentation fixes: typoes, slight inaccuracies, etc
git-svn-id: svn://10.0.0.236/trunk@145809 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-09 13:47:54 +00:00
justdave%syndicomm.com
4b1b0461b7 Backing out changes accidently checked in with bug 174942: the "die_with_dignity" sub is supposed to remain commented out in CVS. Also adding comments with the sub to explain what it's used for.
git-svn-id: svn://10.0.0.236/trunk@145641 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-06 01:46:14 +00:00
myk%mozilla.org
e151e99c6c Fix for bug 204560: display alias in long listing.
Fix by GavinS <bugzilla@chimpychompy.org>.
r=myk, a=myk


git-svn-id: svn://10.0.0.236/trunk@145576 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-05 00:31:22 +00:00
kestes%walrus.com
56edf387ca Mega spelling and grammar patch by "Olly Betts" <olly@survex.com> this
is an amazing set of fixes, must have read the whole code found a few
inconsistencies in error messages and fixed those too.


git-svn-id: svn://10.0.0.236/trunk@145542 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-04 17:15:17 +00:00
kestes%walrus.com
1425a94c0d bug fixes by "Stephanie Palmer" <spalmer@rsasecurity.com> and
"Narechania, Tejas" <tnarechania@rsasecurity.com>


git-svn-id: svn://10.0.0.236/trunk@145540 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-04 14:32:41 +00:00
bbaetz%acm.org
d2b4fb3b7b Bug 212095 - checksetup.pl gets confused by newer DBD::mysql quoting of
table values.
r=jouni, a=justdave


git-svn-id: svn://10.0.0.236/trunk@145506 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-03 04:39:45 +00:00
myk%mozilla.org
b5c525605e Partial fix for bug 120030: adds template filter for obscuring email addresses.
Patch by Stephen Lee <slee@@wilcoxassoc.com>.
r=myk,a=myk


git-svn-id: svn://10.0.0.236/trunk@145447 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-01 03:57:24 +00:00
jkeiser%netscape.com
ce6dedda93 Don't spew "which: program not found" errors all the time (bug 214558), r=justdave
git-svn-id: svn://10.0.0.236/trunk@145427 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-31 18:45:30 +00:00
tara%tequilarista.org
c507cd8709 Temporary security fix for feature that allowed users to browse via ../ in the Goto Dir field to the top of the disk. Long term a better solution might be a little more friendly, but this holds us over
git-svn-id: svn://10.0.0.236/trunk@145392 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-30 20:54:07 +00:00
jkeiser%netscape.com
682632fc0b Patch Viewer, a pretty way of viewing and manipulating patches (bug 174942). Requires PatchIterator to be installed, classes uploaded to that bug and will be soon in CPAN.
git-svn-id: svn://10.0.0.236/trunk@145390 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-30 20:05:04 +00:00
leaf%mozilla.org
5966afb32f use -e unconditionally to terminate the optionslist to glimpse, bug 99680,
r=timeless, two thumbs up = alecf


git-svn-id: svn://10.0.0.236/trunk@145288 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-28 21:24:42 +00:00
caillon%returnzero.com
fdbc79f04d Bug 153583 - Links to obsoleted attachment should use line-through style
r=kiko@async.com.br
a=justdave@netscape.com


git-svn-id: svn://10.0.0.236/trunk@145240 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-27 01:16:45 +00:00
preed%sigkill.com
64c7b7af62 Bug 211435 - Fix "Table 'namedqueries' was not locked with LOCK TABLES" error; Patch by jocuri@softhome.net (Vlad Dascalu), r=bbaetz, a=justdave
git-svn-id: svn://10.0.0.236/trunk@145133 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-24 01:00:20 +00:00
jake%bugzilla.org
419a3803a8 Bug 206558 - What happened when multiple items were selected on a multi-select box wasn't clear.
Patch by Vlad Dascalu <jocuri@softhome.net>
r=jake


git-svn-id: svn://10.0.0.236/trunk@145113 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-23 13:45:40 +00:00
preed%sigkill.com
989cf3ffd3 Bug 183898 - checksetup.pl doesn't accepts admin passwords with dots; patch by jocuri@softhome.net (Vlad Dascalu); r/a=justdave
git-svn-id: svn://10.0.0.236/trunk@145052 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-22 12:23:27 +00:00
kiko%async.com.br
49059c39f3 Fix for bug 213079: When severity or priority are hidden, CSS class
names are incomplete in buglist. r=burnus, a=justdave


git-svn-id: svn://10.0.0.236/trunk@145028 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-21 19:42:53 +00:00
justdave%syndicomm.com
3b86637f94 Fix tinderbox bustage
git-svn-id: svn://10.0.0.236/trunk@145024 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-21 18:20:35 +00:00
myk%mozilla.org
3938f78102 Fix for bug 98147: disables "View All Attachments" link if there are no attachments to view.
Patch by Vlad Dascalu <jocuri@softhome.net>.  Thanks Vlad!
r=myk, a=myk


git-svn-id: svn://10.0.0.236/trunk@145022 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-21 18:08:01 +00:00
justdave%syndicomm.com
c8730f0796 Bug 178935: Eliminating the "Add another user" link on the confirmation screen after editing a user if the user doing the editing doesn't have permission to add users.
Patch by kniht@us.ibm.com
r= justdave, a= justdave


git-svn-id: svn://10.0.0.236/trunk@144978 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-19 20:37:20 +00:00
justdave%syndicomm.com
d66010b74c Bug 213085: importxml.pl tries to convert qa_contact from a name to an ID when it's already an ID
r= myk, a= justdave


git-svn-id: svn://10.0.0.236/trunk@144956 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-18 17:11:01 +00:00
preed%sigkill.com
b39ed20403 Fixes singed tinderbox trees; vladd: NO TABS in patches, please. Spaces only.
git-svn-id: svn://10.0.0.236/trunk@144930 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-17 23:31:44 +00:00
preed%sigkill.com
0aa046c71d Bug 147480 - Lack of newlines when asking for password in checksetup.pl. Patch by jocuri@softhome.net (Vlad Dascalu), r=kiko, a=justdave
git-svn-id: svn://10.0.0.236/trunk@144927 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-17 22:57:59 +00:00
preed%sigkill.com
6e93bc7800 Bug 82172 - Don't allow empty bug summaries. Patch by jocuri@softhome.net (Vlad Dascalu), r=kiko, a=justdave
git-svn-id: svn://10.0.0.236/trunk@144926 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-17 22:54:25 +00:00
preed%sigkill.com
455f97a3bc Bug 95759: localconfig.js contains strings of equals signs (===). Patch by jocuri@softhome.net (Vlad Dascalu), r=kiko, a=justdave
git-svn-id: svn://10.0.0.236/trunk@144925 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-17 22:49:47 +00:00
preed%sigkill.com
d3e353e69b Bug 207206: doeditparams.cgi XHTML compatibility. Patch by jocuri@softhome.net, r=kiko, a=justdave
git-svn-id: svn://10.0.0.236/trunk@144898 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-16 09:16:16 +00:00
mcafee%netscape.com
0854012557 Removing unused animated gif file. r=timeless (211862)
git-svn-id: svn://10.0.0.236/trunk@144856 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-14 22:08:29 +00:00
bbaetz%acm.org
f4bc6f6af5 Bug 122365 - Allow installation definable LDAP filters
r,a=justdave


git-svn-id: svn://10.0.0.236/trunk@144823 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-14 13:35:12 +00:00
gerv%gerv.net
2ab29f0f6a Bug 204798 - Total in graph report is incorrect. Patch by kniht@us.ibm.com; r=gerv, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@144803 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-13 22:25:41 +00:00
gerv%gerv.net
074c7e02d0 Bug 203444 - Add request for about:buildconfig to Bugzilla Helper. Patch by gerv; r,a=justdave.
git-svn-id: svn://10.0.0.236/trunk@144802 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-13 21:53:26 +00:00
justdave%syndicomm.com
6939ebf27f Bug 212361: Additional Comments date had month and day swapped in bug change emails
r= jaypee, a= justdave


git-svn-id: svn://10.0.0.236/trunk@144709 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-11 16:12:09 +00:00
zach%zachlipton.com
101a5b9922 Fix for bug 185066: The OS "BSDI" should be "BSD/OS"... Patch changes the
default in localconfig; admins will have to change existing installations
manually.

r+a=justdave


git-svn-id: svn://10.0.0.236/trunk@144682 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-10 14:53:46 +00:00
justdave%syndicomm.com
2514a99bcf Bug 107580: Add space to front of "New:" designator on bugmail so it will always sort before changed mails in an alphabetical subject listing in user mailboxes.
Patch by benc@netscape.com
r= myk, a=myk


git-svn-id: svn://10.0.0.236/trunk@144679 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-10 05:24:42 +00:00
myk%mozilla.org
e1346090fe changed version from "unspecified" to "other" since that sems to be what Bugzilla wants now
git-svn-id: svn://10.0.0.236/trunk@144658 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-09 22:00:46 +00:00
justdave%syndicomm.com
a91d22fa86 Bug 211758: checksetup.pl was trying to use params that didn't exist yet because it was loading Bugzilla::Series at compile time (use). Now pulls in Bugzilla::Series at runtime (require) after initializing the params.
Patch by Brad Roberts <braddr@puremagic.com>
r= justdave, a= justdave


git-svn-id: svn://10.0.0.236/trunk@144552 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-08 06:50:05 +00:00
jake%bugzilla.org
863e8cc898 Recompile the docs
git-svn-id: svn://10.0.0.236/trunk@144550 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-08 02:03:15 +00:00
jake%bugzilla.org
fd2bb59beb Use pdfjadetex to generate the PDF file instead of going through PostScript as it generates a much cleaner PDF file.
git-svn-id: svn://10.0.0.236/trunk@144548 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-08 01:31:05 +00:00
gerv%gerv.net
2d42597b85 Bug 13540 - change filters to cope with new terms.* code.
git-svn-id: svn://10.0.0.236/trunk@144450 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-03 22:33:31 +00:00
gerv%gerv.net
4491b3ae34 Bug 13540 again - removing tabs from this file, inserted accidentally by last-minute cleanup.
git-svn-id: svn://10.0.0.236/trunk@144448 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-03 21:34:18 +00:00
gerv%gerv.net
55127c6c5f Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@144447 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-03 21:32:13 +00:00
jake%bugzilla.org
52e2154f97 Bug 194347 - Updating MacOS X hints to specify that the GD patch is no longer required (when using the gd2 package) and also recommend using fink to install expat.
git-svn-id: svn://10.0.0.236/trunk@144441 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-03 20:23:43 +00:00
jake%bugzilla.org
a71ff5dbbe *Whitespace* Fixing indentation like I wanted to do before I checked this section in...
git-svn-id: svn://10.0.0.236/trunk@144439 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-03 18:50:12 +00:00
ian%hixie.ch
dc719b7273 Overshot the mark on some of the previous changes. content() is actually a method.
git-svn-id: svn://10.0.0.236/trunk@144438 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-03 18:19:49 +00:00