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

5155 Коммитов

Автор SHA1 Сообщение Дата
jocuri%softhome.net a859a4ca02 Patch for bug 65313; improves the email regexp in order to detect better invalid email addresses; r=gerv, a=justdave. 2004-02-26 00:07:23 +00:00
ian%hixie.ch b05e2a3df8 Don't add NULLs to the database when setting a field 2004-02-25 19:23:17 +00:00
ian%hixie.ch 5369119b1a Fix two misuses of pseudo-field methods (they are not lvalues). 2004-02-25 19:22:31 +00:00
ian%hixie.ch 3a8611662e don't clear BLKSTACK between templates. this shouldn't cause any problems assuming every template leave()s the context correctly. We need it because we currently treat each inclusion as effectively a totally new template, but we want to do that without losing [%BLOCK%]s. 2004-02-25 19:21:36 +00:00
ian%hixie.ch 821814b449 Report an internal error when we have a malformed submission. Really we should return an error 400 but that can wait. 2004-02-25 19:19:51 +00:00
ian%hixie.ch 4629cf1271 Remove indenting of first debug variable. 2004-02-25 19:18:45 +00:00
ian%hixie.ch f236964b07 To get around some weirdness sometimes (you never know WHAT state you're in when you're in the middle of an exception handler...), use UNIVERSAL::isa() instead of the isa() method. 2004-02-25 17:50:24 +00:00
ian%hixie.ch ae16e200a7 Report parser errors when trying to compile the templates. 2004-02-25 17:44:29 +00:00
ian%hixie.ch a8f0ac1190 Don't try to load the Exporter module. Don't try to load modules without a __DATA__ section. Don't try to evaluate the block if trying to read it failed. 2004-02-25 17:41:30 +00:00
jocuri%softhome.net 52a1e0a645 Tree bustage fix: eliminates the tabs that have been introduced while checking in the patch for bug 226251. 2004-02-25 14:06:33 +00:00
jocuri%softhome.net b9c03b7e3b 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 4857a4c58e 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 5b87b58d2a 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 333c90d2a8 [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 1327ceea5d 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 ebfa3e48c3 Bug 233967 Bonsai showing stale pages
r=kiko
2004-02-19 06:53:19 +00:00
timeless%mozdev.org ceb6b6b99c 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 e3696860a3 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 2aa477d22c 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 4fcc2f5222 More documentation: Link from README to INSTALL, and add more help for channelKeys. 2004-02-15 18:28:11 +00:00
jocuri%softhome.net 3d22ae907d 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 4bf8d027ad 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 9f239c9ba7 Fix for bug 234100: removes redundant longdescs table join criterion
r=justdave
2004-02-13 01:45:21 +00:00
gerv%gerv.net f5f47827d5 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 4b4b25f540 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 b4b1f11e87 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 adeb786a36 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 a7a1aa0893 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 bedba9aa88 Protect against a number of possible undefined string concatenations 2004-02-08 22:23:23 +00:00
ian%hixie.ch ad9e84c450 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 8e4877446a 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 283207c75c 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 536b474f9c 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 427912d561 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 d38269bc0c 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 c77423e353 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 5b2e299e99 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 861558fe5d 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 2125cd4ed4 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 956889958c er, oops, wrong date :) 2004-02-05 05:13:24 +00:00
justdave%syndicomm.com 7d4922a43c Bump docs build date to test the xml rebuild script on the website 2004-02-05 05:04:04 +00:00
justdave%syndicomm.com c246cf5925 - 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 567bcfd2cd Minor tag fix to OS X section 2004-02-05 01:30:47 +00:00
justdave%syndicomm.com fd14fddc8c Corrections to the Mac OS X installation instructions 2004-02-05 01:12:27 +00:00
jocuri%softhome.net 9c45c57156 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 74ee31bddb 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 d5162a0d5e 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 ebecc20dbc 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 5ec74d1b52 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 f0b20d4f3c 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