Commit Graph

5145 Commits

Author SHA1 Message Date
jocuri%softhome.net
328fa7431a Patch for bug 235175: replaces ::FORM from createaccount.cgi with CGI based methods that are mod_perl compatible; r=gerv; a=justdave. 2004-02-24 12:25:11 +00:00
jocuri%softhome.net
8e7fc5bd4b Patch for bug 234264; eliminates a double escaping issue by removing filtering of searchname in title; patch by Jeff Walden <Jswalden86@netzero.net>; r=gerv; a=justdave. 2004-02-24 00:42:46 +00:00
jocuri%softhome.net
fcc0d1a083 Patch for bug 226251 (internal error when server push is enabled): Due to randomization of perl hash table functionality since 5.8.1 the 'hack' to unset the nph parameter for multipart messages is not working reliable, instead a modified clone of the original multipart_init function is setting this parameter to '0' and is ignoring the given nph parameter from buglist.cgi; patch by Stephen Reindl <sr@stephenreindl.de>; r=bbaetz; a=justdave. 2004-02-22 18:52:05 +00:00
justdave%syndicomm.com
ebb5371b41 [SCHEMA CHANGE] Bug 220232: short_desc field in the bugs table is no longer allowed to be NULL. Null summaries would cause BugMail.pm to crash. (Normally this would only be caused by third party touching of the bugs table, such as bugs manually migrated from another system or inserted by a script - such scripts will now break if they don't set a short_desc)
r= bbaetz, a= justdave
2004-02-22 03:03:46 +00:00
timeless%mozdev.org
f4bdda4787 Bug 233968 LXR sends broken Last-Modified without Expires resulting in browsers showing stale pages
r=kiko
2004-02-19 06:53:22 +00:00
timeless%mozdev.org
703bea9559 Bug 233967 Bonsai showing stale pages
r=kiko
2004-02-19 06:53:19 +00:00
timeless%mozdev.org
3e7c330c37 Bug 233895 HTML returned from editparams.cgi is malformed (take the pun however you like)
r=kiko
2004-02-19 06:53:14 +00:00
ian%hixie.ch
c9f35a8e9e Oops. A long-standing error. The Admin module should be in all channels, it just shouldn't respond to commands in channels if allowChannelAdmin is 0. This fixes the join/part issue for people with allowChannelAdmin set to 0. 2004-02-18 16:08:45 +00:00
ian%hixie.ch
269c0bb22e Riiiiight... Maths.... One day I'll get them right, honest. Hope nobody is using mozbot for conversions where it matters, I wouldn't want to be blamed, e.g., for a shuttle disaster or some such. 2004-02-18 14:42:55 +00:00
ian%hixie.ch
001a4c888a More documentation: Link from README to INSTALL, and add more help for channelKeys. 2004-02-15 18:28:11 +00:00
jocuri%softhome.net
a5304904cd Patch for bug 234171; removes \%COOKIE from index.cgi; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=gerv; a=justdave. 2004-02-14 10:54:51 +00:00
gerv%gerv.net
79a5ebfb26 Bug 233645 - fix a number of 'undef' warnings which were killing performance for multiple bug change. Patch by gerv; r,a=justdave. 2004-02-13 20:24:51 +00:00
myk%mozilla.org
ec277c2821 Fix for bug 234100: removes redundant longdescs table join criterion
r=justdave
2004-02-13 01:45:21 +00:00
gerv%gerv.net
259561cc22 Bug 232749 - fix various charting problems revealed by b.m.o. upgrade, including editing, subscribe buttons and terminology. Patch by gerv; r=kiko, a=justdave. 2004-02-12 22:33:07 +00:00
kiko%async.com.br
aee5a712dc Adding a comment to avoid further dupes of bug 97736 -- and also
because I keep forgetting about the real reason it's there :-)

Comment-only change.
2004-02-12 04:45:17 +00:00
gerv%gerv.net
a4a43cd750 Bug 232897 - make collectstats.pl work with shadow databases, by reading from shadow and writing to master. Patch by gerv; r=bbaetz, a=justdave. 2004-02-11 23:41:36 +00:00
jocuri%softhome.net
855befa89b Patch for bug 232441: Suggest solution in the error message in case admin forgets to rerun checksetup.pl; r=kiko; a=justdave. 2004-02-08 23:17:11 +00:00
jocuri%softhome.net
c1c0bda1ed Patch for bug 158527: Fix up description for the editbugs group so it is closer to the reality; r=kiko; a=justdave. 2004-02-08 23:09:23 +00:00
ian%hixie.ch
7ed20a2b00 Protect against a number of possible undefined string concatenations 2004-02-08 22:23:23 +00:00
ian%hixie.ch
bbbaaf451f If we've checked spelling, don't let Infobot (for example) answer it too. 2004-02-08 22:22:14 +00:00
ian%hixie.ch
51621a7121 Add in a missing key to the patProtected hash which was missed during the last checkin. 2004-02-08 22:21:35 +00:00
ian%hixie.ch
d545d32f9e Reset lastNick at reconnect so that nick collisions on reconnect are handled correctly. (Also clean up a long line or two since I'm using a small monitor right now...) 2004-02-08 22:21:04 +00:00
justdave%syndicomm.com
8259b6e690 grep is a command line program, not something you do while editing a file (to most people anyway) 2004-02-08 08:25:38 +00:00
ian%hixie.ch
777724c5a1 Correct an off by one (order of magnitude) error, and change the code so it is even more like copy and paste... one day I really should unify these functions. 2004-02-07 03:35:07 +00:00
ian%hixie.ch
a4e75759c7 Hugs and Pats by popular request. Anyone else think this module is getting out of hand? :-) 2004-02-07 02:49:10 +00:00
ian%hixie.ch
2fc58d69c0 We should never try to ask _ourselves_ what stuff is, that's just silly! 2004-02-06 12:19:13 +00:00
ian%hixie.ch
a465568412 Oops, must reply to status in round 1. Make the Told handlers slightly happier about replying early. 2004-02-06 12:03:37 +00:00
myk%mozilla.org
e4f138946b Fix for bug 127995: shows the size of attachments in the show bug and attachment interfaces.
Patch by Dave Swegen <dswegen@software.plasmon.com>
r=myk
a=myk
2004-02-05 18:14:11 +00:00
ian%hixie.ch
4189dc0677 Ok, we don't really need ridiculouslyEagerToHelp, just use the autoHelp variable which is per channel. 2004-02-05 16:50:52 +00:00
justdave%syndicomm.com
f41a5290a1 er, oops, wrong date :) 2004-02-05 05:13:24 +00:00
justdave%syndicomm.com
f732c98959 Bump docs build date to test the xml rebuild script on the website 2004-02-05 05:04:04 +00:00
justdave%syndicomm.com
f46bd1de6a - Remove html, txt, and pdf directories from CVS
- makedocs.pl now creates said directories when building the docs
The idea here is that it's useless to have compiled stuff in CVS.  The website will now auto-build the docs upon changes to
the xml directory.
2004-02-05 04:49:32 +00:00
justdave%syndicomm.com
bc9a61e011 Minor tag fix to OS X section 2004-02-05 01:30:47 +00:00
justdave%syndicomm.com
7dfacf2a71 Corrections to the Mac OS X installation instructions 2004-02-05 01:12:27 +00:00
jocuri%softhome.net
0cae4e7bd2 Patch for bug 218401; add in some places templatization support for the bug term in query.cgi; patch by Andreas H�fler <andreas.hoefler@bearingpoint.com>; r=gerv; a=justdave. 2004-02-04 15:30:49 +00:00
jocuri%softhome.net
3cd402995c Patch for bug 194472; link to the product's component editor when displaying error regarding lack of components; patch written by me based on the work and review of chaduv and jouni; r=kiko; a=justdave. 2004-02-04 15:23:39 +00:00
justdave%syndicomm.com
f2b8324158 Bug 232993: Quote the filenames in the Content-disposition header when downloading attachments. This allows spaces to be used in filenames, and fixes compliance with RFCs 2183, 2045, and 822.
r= myk, a= justdave
2004-02-04 01:52:20 +00:00
gerv%gerv.net
9af3428ee1 Bug 232830 - use url_quote instead of html filtering to make sure we can delete queries which contain a "+". Patch by gerv; r,a=myk. 2004-02-04 00:12:42 +00:00
justdave%syndicomm.com
d1a3fa5b1d Bug 224242: Add a CSS id signature to the <body> attribute on Bugzilla pages to allow user CSS to explicitly affect Bugzilla.
r= myk, a= myk
2004-02-03 22:08:24 +00:00
myk%mozilla.org
b43e68c878 Fix for bug 220998: Allows blocks, dependson, and keywords values to be part of a bug entry template (i.e. a URL that presets those fields to specific values).
Original patch by Ludovic Dubost.
r=kiko
2004-02-03 20:05:07 +00:00
kiko%async.com.br
31663ace7f Fix for bustage caused by Gerv's checkin for bug 232903; basically, we
need to exempt Hook.process() calls from the filter checks. I'm assuming
Gerv has stamped this fix, and I'm just checking it in to keep things
green -- back me out later if this was wrong.
2004-02-03 13:29:33 +00:00
gerv%gerv.net
f955f4b28e Bug 232903: hook to allow addition of extra administration links in the footer. Patch by gerv; r,a=myk. 2004-02-02 23:35:59 +00:00
gerv%gerv.net
bef3337eff Bug 232096 - documenting content-type parameter for attachment.cgi. 2004-02-02 23:09:05 +00:00
gerv%gerv.net
a193c3a27f Bug 232804 - add a "--check-modules" switch to checksetup.pl to get it to only do the Perl module checks. This makes installation easier to explain. Patch by gerv; r,a=justdave. 2004-02-02 22:01:52 +00:00
gerv%gerv.net
85b6ff86eb Bug 232413 - remove occurrences of &nbsp; in favour of [%+ construct to prevent whitespace chomping. Patch by gerv; r=kiko, a=justdave. 2004-02-02 21:57:31 +00:00
ian%hixie.ch
23c5450f1d No longer support 'foo karma' or 'foo rank' since they clashed with 'help karma' and 'help rank' and other commands of that syntax. 2004-02-02 18:01:12 +00:00
jocuri%softhome.net
44170df141 Patch for bug 232842; adds a missing semicolon in section 2.2.2.3 of the docs; r=justdave; a=justdave. 2004-02-02 16:33:36 +00:00
ian%hixie.ch
19907f20c9 Oops, Infobot was way too eager to help even in non-eager mode. Make the 'no,' prefix only take effect if the bot thinks it is a direct statement. 2004-02-02 10:38:14 +00:00
ian%hixie.ch
dc9df6b4e2 Patch by Eira to support times and weight conversions. Reviewed and changed a bit by me. 2004-02-01 18:55:47 +00:00
ian%hixie.ch
6bb7fc47be Remove spurious blank line which _seems_ to be causing problems in old perls. 2004-02-01 16:16:19 +00:00