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

5384 Коммитов

Автор SHA1 Сообщение Дата
kestes%walrus.com 200e765637 fixed a bug where the comments were correct but the code was wrong!
the code needed to call p4 something like this
            'p4 changes -s submitted @2003/05/10,@now //...'
but instead called it like this
           'p4 changes -s @2003/05/10,@now //...'
the '-s' did not have any
argument which is required.  This bug was found by  Ken Beal .
2004-03-10 03:42:44 +00:00
jocuri%softhome.net 5fac8a8130 Patch for bug 143490: eliminate unsupported calls from checksetup.pl when running in Windows; original code by Cedric Caron <cedric.caron@urbanet.ch>; patch by Andrei Benea <abenea@home.ro>; r=vlad,justdave, a=justdave. 2004-03-08 12:52:25 +00:00
gerv%gerv.net 23ad0248d7 Bug 232176 - Add a preferences panel for saved searches, to allow management all in one place. Patch by gerv; r,a=justdave. 2004-03-08 08:40:17 +00:00
timeless%mozdev.org 5f3502f371 Bug 57392 LXR doesn't find files with a space in the name.
r=kiko
2004-03-08 07:54:16 +00:00
gerv%gerv.net 540b1ac703 Bug 170213 - make static HTML files into page.cgi pages. This does votehelp.html (-> id=voting.html), bug_status.html (-> id=fields.html) and bugwritinghelp.html (-> id=bug-writing.html). Patch by gerv; r=kiko, a=justdave. 2004-03-08 00:15:49 +00:00
gerv%gerv.net 65f6577d5e Bug 170213 - make static HTML files into page.cgi pages. This does votehelp.html (-> id=voting.html), bug_status.html (-> id=fields.html) and bugwritinghelp.html (-> id=bug-writing.html). Patch by gerv; r=kiko, a=justdave. 2004-03-07 23:27:32 +00:00
gerv%gerv.net 9daba69bf1 Bug 232141 - all all saved searches to footer until linkinfooter UI returns. Patch by gerv; r=myk, a=justdave. 2004-03-07 23:23:59 +00:00
jocuri%softhome.net e2ac761f3d Patch for bug 236652: fix libgdi typo in section 2.4.2 of the docs; patch by Andrei Benea <abenea@home.ro>; r=vlad, a=justdave. 2004-03-07 01:24:12 +00:00
jocuri%softhome.net 8b2ae30793 Patch for bug 235278: eliminate %::FORM from userprefs.cgi; r=kiko, a=justdave. 2004-03-07 00:35:54 +00:00
kiko%async.com.br 3dae55e404 Fix for bug 236634: move colon out of anchor text in "Target
Milestone:" in show_bug. r=gerv, a=justdave.
2004-03-06 15:28:44 +00:00
jocuri%softhome.net d984991cb1 Patch for bug 220814: Add to FAQ: How to upgrade Bugzilla from CVS; r=kiko, a=justdave. 2004-03-06 13:36:39 +00:00
jocuri%softhome.net 773a8ddd31 Patch for bug 234875: use ->param in quips.cgi; r=kiko, a=justdave. 2004-03-06 09:08:46 +00:00
jocuri%softhome.net 080d230061 Patch for bug 234879: remove %FORM from editkeywords.cgi; r=kiko, a=justdave. 2004-03-06 09:04:33 +00:00
jocuri%softhome.net 3124d4dadb Patch for bug 236443: respect customization of customized words in create.html.tmpl; r=kiko, a=justdave. 2004-03-06 09:01:27 +00:00
jocuri%softhome.net 61f464f77d Patch for bug 236019; make request.cgi use $cgi->param instead of %::FORM; r=kiko, a=justdave. 2004-03-06 08:54:17 +00:00
jocuri%softhome.net 1b6c5b6079 Patch for bug 236567: Update the documentation describing the Perl modules installation on Windows using ppm; patch by Andrei Benea <abenea@home.ro>; r=kiko, a=justdave. 2004-03-06 08:21:08 +00:00
brendan%mozilla.org 256b89dcd4 Updates proposed by Gerv edited by me. 2004-03-05 00:00:07 +00:00
gerv%gerv.net fe49a65a7f Bug 236296 - fix Build Identifier on guided entry form. Patch by gerv; r,a=justdave. 2004-03-04 23:22:01 +00:00
justdave%syndicomm.com 0cf1349ebe Bump version number to 2.17.7 for release. 2004-03-03 07:35:43 +00:00
jocuri%softhome.net 97ba207010 Patch for bug 123077; improve the ValidatePassword sub so that a password change is no longer accepted with a blank second field; r=kiko, a=justdave. 2004-03-03 05:19:28 +00:00
jocuri%softhome.net 557248e8d4 Backing out patch for bug 235459 which set tree on fire. 2004-02-29 16:19:05 +00:00
kiko%async.com.br ef08d0e46b Add an XXX comment related to bugs 201235 and 236025. 2004-02-29 15:22:26 +00:00
jocuri%softhome.net 59d8d51816 Patch for bug 235459: add icalendar todo output format for buglist; patch by William Jon McCann <mccannwj@pha.jhu.edu>; r,a=justdave. 2004-02-29 15:00:35 +00:00
jocuri%softhome.net bf153f178d Patch for bug 234898; start to use $cgi->param in queryhelp.cgi; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, a=justdave. 2004-02-29 14:29:38 +00:00
jocuri%softhome.net 5688cacf18 Patch for bug 234896; makes sanitycheck.cgi use $cgi->param instead of ::FORM; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko; a=justdave. 2004-02-29 14:24:06 +00:00
jocuri%softhome.net 2d598c6fae Patch for bug 234876; removes %FORM from token.cgi; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, a=justdave. 2004-02-29 14:19:27 +00:00
jocuri%softhome.net 5b6dba6684 Patch for bug 192247: make Bugzilla quips truly random; code by Bill McGonigle <bill+mozilla@zettabyte.net>; r=bbaetz, justdave, a=justdave. 2004-02-27 11:18:45 +00:00
jocuri%softhome.net 3b9176b6ae Patch for bug 235268: Convert show_activity.cgi to get rid of %FORM; r=jouni; a=justdave. 2004-02-27 11:13:55 +00:00
jocuri%softhome.net 4fbd273264 Patch for bug 235287: improve a whineatnews.pl comment; r=timeless; a=justdave. 2004-02-27 11:10:01 +00:00
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
kiko%async.com.br c8741a4bb3 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 874fe9f529 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 cda7261863 Bug 232096 - documenting content-type parameter for attachment.cgi. 2004-02-02 23:09:05 +00:00
gerv%gerv.net 020bd42dc1 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 ad0c129398 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 e823201f7f 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 625e0cf600 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 ac19044a7e 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 44aa341d04 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 df5257b933 Remove spurious blank line which _seems_ to be causing problems in old perls. 2004-02-01 16:16:19 +00:00
ian%hixie.ch c451e19286 Done Currency now. :-) 2004-02-01 16:15:46 +00:00
ian%hixie.ch 3d95b13238 Currency convertor thanks to xe.com. Patch originally by Alex Schuilenburg <alex@schuilenburg.org>. Heavily edited by me. See bug 231120. 2004-02-01 16:06:18 +00:00
ian%hixie.ch 19c6b34f3a Oops, checkRights was completely broken due to a couple of typos... 2004-02-01 14:30:31 +00:00
ian%hixie.ch 3ac70a84e4 Revamp of the way we handle nick problems. 2004-02-01 14:29:43 +00:00
myk%mozilla.org 74e67f3f30 Fix for bug 228917: Makes some flag SQL work with PostgreSQL by using the semantically equivalent INNER JOIN over a comma (,).
Patch by mkanat@kerio.com.
r=myk
a=myk
2004-01-31 00:49:56 +00:00
jocuri%softhome.net 85bb3d9277 Patch for bug 213679: Implement a parameter that allows administrators to control whether blank comments are allowed when filling new bugs; code by Dave Swegen <dswegen@software.plasmon.com>; r=myk; a=myk. 2004-01-31 00:12:10 +00:00
gerv%gerv.net efa0b3cf9a Bug 232485 - fix missing space between words. Patch by gerv; r,a=justdave. 2004-01-30 08:49:14 +00:00
gerv%gerv.net c668dfb689 Bug 232494 - fix missing space between words. Patch by gerv; r,a=justdave. 2004-01-30 08:48:13 +00:00
myk%mozilla.org deb514d989 Fix for bug 232508: adds back missing space between "tell" and "[% terms.Bugzilla %]".
Patch by Stephen Reindl <sr@stephenreindl.de>
r=myk
a=myk
2004-01-29 19:54:44 +00:00
myk%mozilla.org 038c74730a Fix for bug 232447: Warns user about missing bug number instead of dying in GetBugLink().
r=justdave
2004-01-28 22:08:29 +00:00
ian%hixie.ch 7126fa6307 Also accept 'commands' command instead of help, since it is what some people expect. We should probably also support 'list' but that is more likely to clash with other modules. 2004-01-28 13:09:40 +00:00
ian%hixie.ch 577637eb51 Make the help line shorter so it doesn't wrap. 2004-01-28 13:08:18 +00:00
ian%hixie.ch b8929c3271 First, dramatically reduce the priority of Infobot responses. Especially with eager mode enabled, infobot was being ridiculously helpful, butting in to all kinds of conversations with other modules. Also, don't treat 'bla is bla?' as a statement. This may need tweaking some (now it treats it as a question for 'bla is bla', which you can't easily set anyway) 2004-01-28 13:07:05 +00:00
ian%hixie.ch bd25744be1 Oops, reality did not match the documentation. Fix reality. (once a module returns 0, stop using the handlers. Hopefully this won't break any modules.) 2004-01-28 13:02:49 +00:00
myk%mozilla.org c8aefc5608 Fix validation problem (unescaped ampersands) by making the program listing be CDATA. 2004-01-28 01:44:41 +00:00
ian%hixie.ch 4f93720127 mixed case help lines were getting lost 2004-01-27 12:31:32 +00:00
gerv%gerv.net a01bdcba82 Bug 232161 - add ability to forget or edit saved searches when the search throws an error. Patch by gerv; r,a=justdave. 2004-01-27 09:03:30 +00:00
ian%hixie.ch b4aceb3767 Update documentation to match latest changes w.r.t. SpottedPart and SpottedQuit. Document 'unload' since three standard modules use it. 2004-01-27 01:42:28 +00:00
ian%hixie.ch 73026a05c1 Make XMLLogger work again (fallout from the time patch a while back) 2004-01-27 01:29:18 +00:00
ian%hixie.ch 5408424753 * Add more comments (especially XXX ones!).
* Rework how Parting, Quitting, and Kicking work:
* Fix bug 133965 (SpottedQuit and SpottedPart not sent for self) for SpottedPart.
  SpottedQuit part of the fix is more involved and is WONTFIX for now; I've added XXX comments where the fixes would have to go.
* Fixed the part message when leaving a channel through the 'part' command.
* Parting and Joining no longer ensure that they were (not already) in the channel before doing the /part of /join command.
* Admin module's Kicked is no longer called for the 'part' command, only when kicked.
* PartedChannel is now where the channel gets removed from the config, so if the server doesn't let the bot part, it won't remember that it has parted.
2004-01-27 01:28:18 +00:00
ian%hixie.ch 4984be571b Comment about possible bug in Kicked method 2004-01-26 23:25:37 +00:00
gerv%gerv.net 93e5fd221c Bug 225043 - enhance chart migration code to populate 'All Open' charts from historical data. Patch by gerv; r,a=justdave. 2004-01-26 23:23:08 +00:00
ian%hixie.ch c1ecf34acc in eager mode, it looks silly if we don't trim trailing dots. 2004-01-26 22:03:03 +00:00
ian%hixie.ch 1be294e054 Make the port optional since not everyone knows it's 3306 :-) 2004-01-26 21:55:38 +00:00
ian%hixie.ch ab92a4b0cf More ways to insult (and praise) the bot. 2004-01-26 21:34:09 +00:00
ian%hixie.ch 853a4c61f5 * Keep track of age of quotes so we can avoid showing some quotes more than others
* Remove commented out code
* Fix the search string parser to actually, er, work
* Don't report number of matches using numbers if there is only one
* Check database is up before reporting status
* Check database is not empty before reporting status
* Report most popular quote
2004-01-26 20:33:16 +00:00
ian%hixie.ch f7c8bcc2b2 Crash protection for faulty modules that raise exceptions when reporting their help info. 2004-01-26 20:06:40 +00:00
myk%mozilla.org 166aa9732c Fix for bug 232164: Adds backwards-compatibility hack for changedin queries for newly created bugs and simplifies the code.
r=bbaetz
2004-01-26 12:09:40 +00:00
myk%mozilla.org 3e9b72db23 Fix for bug 232160: adds the header back in to the "verify component, etc." page that appears when a user changes the product to which a bug belongs.
r=gerv
2004-01-26 10:12:32 +00:00
myk%mozilla.org f028dd7b70 Fix for bug 232154: Make old column lists work again by correctly translating old -> new column names.
r=bbaetz
2004-01-26 07:58:26 +00:00
myk%mozilla.org ddfff6e5f7 Fix for bug 232140: makes tests work on b.m.o by making BugMail.pm use Bugzilla::Util, which contains the trim() function BugMail.pm needs.
r=bbaetz
2004-01-26 07:04:22 +00:00
myk%mozilla.org b02d3a48fc Fix for bug 232150: Corrects "field changed" queries including [Bug creation] as one of the fields so that they actually work instead of taking forever. The query was structured as "[Bug creation] clause OR (bugs_activity JOIN clause OR (other field clauses))" when it should have been "bugs_activity JOIN CLAUSE AND ([Bug creation] clause OR other field clauses)"
r=bbaetz
a=myk
2004-01-26 04:04:28 +00:00
jake%bugzilla.org 2258f1c728 Bug 232156: Bugzilla 2.17.3 changed some field names in the RDF output. Make Mozbot succeed with either schema.
r= bbaetz
2004-01-26 02:57:03 +00:00
ian%hixie.ch 58e40deaaa Quotebot. Requires MySQL. Based on a specification written by Nortis http://www.blomstereng.org/ 2004-01-26 00:48:52 +00:00
myk%mozilla.org 46a1aade42 Fix for bug 183774: makes duplicates.xul compute a correct base URL when jarred so that links to bugs work.
r=gerv
a=myk
2004-01-25 18:47:16 +00:00
ian%hixie.ch abf3f1c631 Handle exceptions being raised in the Schedule() handler. Before, they would cause the bot to crash on startup and to say stupid things during module loading. 2004-01-25 13:49:54 +00:00
ian%hixie.ch f902f650e2 Standardise on 'status' as the status command for all modules. 2004-01-25 13:05:45 +00:00
ian%hixie.ch 507e542c9e Support comments, p tags, and div tags. 2004-01-25 13:04:23 +00:00
ian%hixie.ch bdf4d93741 Added some default hit protection. Removed a redundant variable definition. Implemented responses for tickling and apologies. Added some support for the moronic misspelt 'u' (you) form. Added support for shaking hands. Added some insults to handle and cleaned up (/x) two regular expressions that were getting very long. 2004-01-25 11:41:48 +00:00
ian%hixie.ch 5b19409013 Don't send PASS unless there is a password. Make some debug messages a little clearer. Report PASS errors. And most importantly: Correctly handle NICK changes. We will now only change our internal memory of our nick when the server tells us what are nick is. As part of this, stop using the Net::IRC concept of the Current Nick, since that is completely broken. Handles invalid nicks much more gracefully. 2004-01-25 02:48:32 +00:00
ian%hixie.ch b33678fe6a Remove excessive trailing spaces. Fix a bug where I was setting the wrong variable (duh), this should make the username/identd stuff actually work. Make the mail regarding the server being down actually show the right values. Split some debug lines onto two for clarity. 2004-01-25 01:12:34 +00:00
ian%hixie.ch e91bfeb3d1 Oops, need double quotes to interpolate... 2004-01-25 01:03:45 +00:00
ian%hixie.ch 90116b4b98 Some more drastic auto-fixing code for really annoying servers. 2004-01-25 00:53:50 +00:00
ian%hixie.ch 3719ebe853 Make mozbot try to use a valid username if it thinks it needs to (this is untested; what do servers normally complain about when the identd isn't valid? I've seen this happen but I forget the actual string they send back). Also, fix an undefined variable warning in the wordWrap method. 2004-01-25 00:45:38 +00:00
ian%hixie.ch 4d10cefada Upgrade the insult protection overrides to be more customisable. Add more of them by default. Note that this is not a backwards compatible change but since we haven't released a version with this module yet, that's ok. 2004-01-25 00:08:43 +00:00
ian%hixie.ch 724de21dff New fortune cookie format, in case we ever add more types of cookies. Limit on size of cookie file, to prevent trivial DOS attack. Prevent the addition of duplicate cookies. 2004-01-24 23:56:12 +00:00
ian%hixie.ch 1bbf8a1fcc * Support fluffy "tell me" prefix
* Fix a bug introduced in version 1.10 which made Infobot, ah, not work. (bug 223905, thanks to Charlie, Michael, and justdave)
* Support for more fluffy wording (expletives in questions)
* Space out some regular expressions
* Made the "anyone know what foo is" form actually work for the first time
* Fix the bug introduced 7 patches ago, which I partly fixed 5 patches ago, in which "targetted" comments wouldn't be, ah, targetted.
2004-01-24 23:48:11 +00:00
gerv%gerv.net 382812716a Bug 232055 - add more colours to line graphs (default is 7; we now have 16.) Patch by gerv; r,a=justdave. 2004-01-24 21:40:31 +00:00
ian%hixie.ch f2a733b86a minor documentation error fix 2004-01-24 18:40:07 +00:00
gerv%gerv.net a1680fbc0f Massive rearrangement of the installation section. Hopefully it makes sense now. 2004-01-24 18:31:00 +00:00
myk%mozilla.org 8be89012ff fixing incorrect ulink attribute (href should be url) 2004-01-23 07:53:30 +00:00
gerv%gerv.net aa1cc7eac0 Bug 227155 - make sure running collectstats.pl twice in a day, or migrating data from old charts to new charts where there are duplicate entries, doesn't cause an SQL error. Patch by gerv; r,a=justdave. 2004-01-22 08:10:53 +00:00
gerv%gerv.net 73c819a7d9 Bug 231391 - make "cumulate" option work on new charts, together with a few UI tweaks. Patch by gerv; r=kiko, a=myk. 2004-01-22 00:02:27 +00:00
bugreport%peshkin.net a12eaf447f Bug 225075: Fix exact case search so it only selects bugs with matching case strings.
r=bbaetz, a=justdave
2004-01-21 14:01:08 +00:00
justdave%syndicomm.com e53da56cd5 small whitespace change to test cvs back-end changes related to this file 2004-01-21 07:58:31 +00:00
justdave%syndicomm.com d673994daf Bug 115642: Use XML for buglists, and lots of other goodies. This makes the Bugzilla.bm module actually work now. :)
Patch primarily by Jake Steenhagen <jake@bugzilla.org> and Bradley Baetz <bbaetz@acm.org>
r= justdave
2004-01-21 07:45:39 +00:00
gerv%gerv.net 6b69443172 Bug 231026 - improve the appearance of the buglist options at the bottom of the buglist. Patch by gerv; r,a=justdave. 2004-01-20 23:48:17 +00:00
justdave%syndicomm.com 95703d7af7 Bug 36379: adds command-line switches for default product, component, and version to bug_email.pl
Patch by Ludovic Dubost <ludovic@pobox.xom>
(no r= for contrib)
a= justdave
2004-01-20 06:03:38 +00:00
myk%mozilla.org 86608afe64 improved readability (for both readers and editors); added docbook tags for variables, literals, and inline code; corrected a few errors, regressions, and typos; and added section explaining applicability of hooks for installation customizers 2004-01-20 04:29:00 +00:00
gerv%gerv.net 2ffc7adbcf Bug 227026 - remove obsolete MacsBug information from guided template (we no longer support OS 9.) Patch by gerv; r,a=justdave. 2004-01-20 00:08:42 +00:00
justdave%syndicomm.com 3ad324028a Backing out bug 230293, we decided this was the wrong approach.
a= justdave
2004-01-19 22:44:54 +00:00
justdave%syndicomm.com 0626830602 Backing out code change that was accidently left in the patch on bug 228894 (see comment 9) 2004-01-19 22:25:31 +00:00
gerv%gerv.net 3917285e25 Bug 230742 - document new 'hooks' mechanism. This is my take on Myk's text - probably still needs further polish. 2004-01-19 00:25:16 +00:00
timeless%mozdev.org 232f7b56e9 Bug 231056 Misspelling of "parameters" in editparams.cgi when no password is given
patch by david_costanzo@yahoo.com r=timeless
2004-01-18 22:37:21 +00:00
jocuri%softhome.net 45a3dcb13f Patch for bug 228894: Change HTML comments to template-toolkit ones for template version numbers; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=justdave. 2004-01-18 18:39:39 +00:00
gerv%gerv.net 03c8c39817 Bug 224420 - fix test bustage caused by accidental use of the word "bugs". Oops. 2004-01-18 08:27:26 +00:00
gerv%gerv.net 4a00d6e98d Bug 224420 - add a warning that only public bugs are counted by the new charting system at the moment. Patch by gerv; r,a=justdave. 2004-01-17 09:16:39 +00:00
gerv%gerv.net 4e5eadf5db Rebuilt guide for kiko's install changes. 2004-01-17 00:23:07 +00:00
gerv%gerv.net 5a48592644 Rebuild docs for kiko's changes to install; cvs add an HTML file I missed last time. 2004-01-17 00:19:00 +00:00
kiko%async.com.br b2e905bbcd Fix for bug 90468: Bugzilla does not log out automatically when closing
the session. Patch by toms@myrealbox.com (Toms Baugis), with minor
cleanups by me. r=kiko, a=myk.
2004-01-16 22:46:31 +00:00
kiko%async.com.br 6196411b0b Fix for bug 229998: bugzilla-submit 'Operating-System' and 'URL' fields
are rejected. Minor fixes to bugzilla-submit's argument parsing. Patch
by me, inspired by work done by joseph@picsel.com (Joseph Heenan).
contrib-only. a=myk
2004-01-16 22:26:49 +00:00
gerv%gerv.net 9795faecd0 Bug 231037 - remove JS popup from bug entry page. Patch by gerv; r,a=myk. 2004-01-16 08:40:32 +00:00
kiko%async.com.br 529c97754e Minor adjustment to documentation to account for changes made in bug
229800: whineatnews.pl doesn't whine about REOPENED bugs. Patch written
by me and ignored by Gerv :-P
2004-01-16 00:32:57 +00:00
gerv%gerv.net 65d46177a0 Another pre-2.17.7 rev. 2004-01-15 23:54:39 +00:00
gerv%gerv.net d190572d7f Updated PDF from large changes pre-2.17.6. 2004-01-15 22:45:05 +00:00
gerv%gerv.net 96939c32e6 Phase 1 of a big documentation update before 2.17.6. 2004-01-15 22:34:35 +00:00
kiko%async.com.br e81f31da9d Adding bits about localconfig.js (I always forget it) and rewording one
of the steps slightly.
2004-01-15 15:02:45 +00:00
kiko%async.com.br e841e0b70d Fix for bug 194290: irc:// links are not highlighted as links. Adds irc
to the list of supported protocols in quoteUrls(). Patch by Emmanuel
Bourg <smanux@lfjr.net>, r=kiko, a=justdave.
2004-01-14 18:07:32 +00:00
kiko%async.com.br 3999b99558 Additional bustage fix for bug 229800; swapped tabs for spaces (groan). 2004-01-14 14:01:51 +00:00
kiko%async.com.br d36c4300d9 Fix for bug 229800: whineatnews.pl doesn't whine about REOPENED bugs.
Change whine script to look to REOPENED bugs too, and modified text in
relevant param to account for this. Patch by joseph@picsel.com (Joseph
Heenan). r=kiko, a=myk.
2004-01-14 13:59:16 +00:00
kestes%walrus.com 319aa84ad8 users are complaining that closing the std* file discripter breaks the build process, they get no output from child processes. 2004-01-14 00:22:50 +00:00
jocuri%softhome.net a83be54e5f Bug 216523: t/Support/Files.pm fails to include Bugzilla/Template/Plugin/Bugzilla.pm in the file list; patch by zach@zachlipton.com; r=jouni; a=justdave. 2004-01-12 22:52:37 +00:00
myk%mozilla.org b9e6582d29 Fix for bug 229658: Implements a mechanism for extensions to hook into standard Bugzilla templates so they can extend the Bugzilla UI without having to modify the standard templates themselves, making it easier to develop and use Bugzilla extensions.
r=bbaetz, gerv
a=myk
2004-01-11 17:12:19 +00:00
jocuri%softhome.net dcdaa56ec5 Bug 230293: Need User configurable CSV seperator, or return as text/csv MIME type; patch by Stephen Lee <slee@wilcoxassoc.com>; r=gerv; a=justdave. 2004-01-10 23:00:25 +00:00
kestes%walrus.com 0ac1a955b9 close the standard file discriptors when daemonizing, one user complained that his code was waiting on these discriptors.
other internet resources also suggest this is a good idea in a daemon.
2004-01-07 02:20:24 +00:00
kestes%walrus.com 73a48b4a69 clear up some of the writing in this document based on user feed back. 2004-01-07 01:49:06 +00:00
kestes%walrus.com 3c283abcad move some hardcoded returns into variables to make debugging easier. Fix error_parser from returning build name. Also
move some mailer information into this script.
2004-01-07 01:48:33 +00:00
kestes%walrus.com 5ebc39200f fix some typos in the comments. Fix a missing ' which was preventing this
from compiling.
2004-01-07 01:47:09 +00:00
jouni%heikniemi.net 661bd5f6b9 Bug 185330: Checksetup console input doesn't work on Win32. r,a=justdave 2004-01-04 07:39:00 +00:00
kestes%walrus.com 5e320e119a removed a debugging print statement in the code 2003-12-27 21:16:26 +00:00
kestes%walrus.com 20e2d53107 make the status page the default page for the index links. 2003-12-27 21:15:34 +00:00
kestes%walrus.com b31344211b fix headers to not mention CVS. 2003-12-27 21:15:05 +00:00
kestes%walrus.com bc0435aa46 sample config files for this hacked version of bonsai. 2003-12-24 12:20:32 +00:00
kestes%walrus.com b26e54efb9 a hacked version of bonsai which allows a query of PVCS data. 2003-12-24 12:16:36 +00:00
kestes%walrus.com 11eebd3c17 add info for viewcvs and pvcs. 2003-12-23 14:30:50 +00:00
kestes%walrus.com 0e680930c0 add documentation about HTTPPost. This is not as clear as I would like it, no time to fix it now. Hopefully it will get people interested even if they cannot understand it. 2003-12-23 13:41:58 +00:00
kestes%walrus.com e2b144019e PVCS Dimensions! 2003-12-23 13:38:08 +00:00
kestes%walrus.com 017d65f383 fix url link to vc_all, it did not contain data about which time to
scroll to.
2003-12-23 13:35:49 +00:00
kestes%walrus.com f79c06e1f4 fixed bug in rowspan being off by one for empty cells. Fixed bug where
vc_all did not get passed an anchor which pointed to the correct time in
the page. changed format of the time column to be consistent with the rest of
tindebox and not show the perl "localtime" (is this better?).
2003-12-23 13:32:16 +00:00
kestes%walrus.com d860f16166 a generic interface to get data from oracle. Currently only tested with
PVCS Dimensions.
2003-12-23 13:24:29 +00:00
kestes%walrus.com 113f893e3a fix tinderbox/bonsai bug which showed up when there are different repositories specified. 2003-12-23 13:18:23 +00:00
kestes%walrus.com 5891e89571 rearrange the declarations of variables to be clearer. I coppied this code
somewhere else and got it wrong since the declaration of the variables
was not in the same order as its use.  now the code is the same in both
places.
2003-12-23 13:10:17 +00:00
kestes%walrus.com 2effe7909e a VCDisplay module for the ViewCVS system. It is not a great repelacement
for Bonsai since ViewCVS does not allow arbitrary dates nor modules in its
input.  With a few additional features this could be equivelant to bonsai.
(Though I would still need to find a way to get the data OUT of
ViewCVS and replaethe TinderDB/Bonsai.pm with a ViewCVS version).
2003-12-23 13:04:00 +00:00
kestes%walrus.com d7a6e43aa5 major fixes to this file, it is a wonder any users firgured out how to set this file with so many bugs/typos in the original version which was in CVS. 2003-12-23 12:59:11 +00:00
kestes%walrus.com 8bdd1ede72 allower users to easily change the mailer. provide documentation to use the
HTTPPost script.
2003-12-23 12:51:50 +00:00
kestes%walrus.com 3a217743c2 mail replacment script which uses http. 2003-12-23 12:50:36 +00:00
myk%mozilla.org 27fc8ca69e Fix for bug 228712: make Bonsai's cvsview2.cgi check Attic before dying because it can't find a file.
r=timeless
2003-12-17 00:45:08 +00:00
myk%mozilla.org cec3fabf1d Fix for bug 228223: Text about filing bugs for CVS account or for changes reorganized to encourage people to file bug report for changes rather than for CVS account. 2003-12-12 01:00:32 +00:00
kiko%async.com.br 48d3faa53e Bug 227724: rename bug-bugzilla to bugzilla-submit. Justdave did the
repository copy, and this is the follow-up patch that implements the
content rename. r=gerv, a=justdave.
2003-12-10 23:36:21 +00:00
jocuri%softhome.net 78afa89968 Bug 227979: Editkeywords.cgi HTML validation; r=kiko; a=justdave. 2003-12-10 01:31:24 +00:00
jocuri%softhome.net e78c843f48 Bug 190223: Complete templatization for editkeywords.cgi; reviewed by kiko, jth, gerv; r/a=justdave. 2003-12-09 23:12:40 +00:00
gerv%gerv.net 24a5232d4d Bug 227771 - Migration and product/component create code no longer writes series to database. Patch by gerv; r=kiko, a=justdave. 2003-12-08 23:13:35 +00:00
jocuri%softhome.net 7a3b7468d7 Bug 227289: INTERFACE comments for account/create.html.tmpl; r=jouni; a=justdave. 2003-12-08 14:35:53 +00:00
gerv%gerv.net 5783cb0241 Bug 218568 - bustage fix. Turn "bug" words into [% terms.bugs %] and so on. 2003-12-07 23:30:24 +00:00
gerv%gerv.net b97d02fbb1 Bug 223078 - bustage fix. Add bodyattrs to filterexceptions.pl. 2003-12-07 23:25:26 +00:00
gerv%gerv.net 8f2d2cc26e Bug 223078 - Provide classes to allow user to style bugs depending on bug number, component or status. Patch by gerv; r=kiko, a=justdave. 2003-12-07 22:46:28 +00:00
gerv%gerv.net 330244bcfb Bug 227122 - pie chart link missing from certain tabular reports. Patch by gerv; r=jouni, a=justdave. 2003-12-07 22:44:24 +00:00
gerv%gerv.net 2b27653f46 Bug 226682 - make it possible to edit series. This also changes the Series object interface a bit. Patch by gerv; r=kiko, a=justdave. 2003-12-07 22:43:20 +00:00
gerv%gerv.net c3057c4df0 Bug 218568 - Clean up charting UI. Having played with it for a bit, it needed work. Patch by gerv; r=kiko, a=justdave. 2003-12-07 22:41:55 +00:00
kiko%async.com.br a8489e8881 Fix for bug 227213: Chomping murder in token emails and pages. Fix
chomping issues, a spurious &nbsp; in an email template, and minor
rewordings to make the text prettier -- oh, I realize this isn't Chaucer
yet, but who knows? r=jouni, a=justdave.
2003-12-07 21:12:42 +00:00
kiko%async.com.br 876bcf9389 Fix for bug 226982: Move password change code into Bugzilla::Auth (part
1). Factored code out from Bugzilla::Auth::DB->authenticate() into
separate methods so we can use them externally. Add extra API to DB.pm,
which is currently used only internally (pending part 2). r=bbaetz, a=justdave
2003-12-07 02:11:00 +00:00
justdave%syndicomm.com 1fbcbd2ffc Bug 226673: Eliminate some warnings in checksetup.pl for "blah::Version used only once" and make sure errors don't get wrapped in CGI:Carp's HTML wrapper.
r=bbaetz, a=justdave
2003-12-07 01:47:18 +00:00
hjtoi%comcast.net 33649b5cc7 Update text and clarify some issues. 2003-12-05 20:25:10 +00:00
jouni%heikniemi.net 8c5c8f89dc Bug 166346: Set html title attribute (tooltip) for local dot -drawn dependency graphs. r=kiko, justdave; a=justdave 2003-12-03 18:31:52 +00:00
kiko%async.com.br 235c96cf53 Bug 226932: flag request email sends '&nbsp;' in subject. Remove
entities that were introduced by the fix for bug 13540. Patch by Stephen
Reindl <sr@stephenreindl.de>, r=kiko, a=justdave
2003-12-01 12:24:33 +00:00
kiko%async.com.br 21f78cfba4 Ultra-trivial single-word fix, r=ssdbot 2003-11-27 01:10:58 +00:00
kiko%async.com.br e1e409010f Bug 226324: Move relogin.cgi code to Bugzilla::Auth::CGI. Provide a
logout() method that is proxied through Bugzilla.pm's logout(), and fix
callers to use it.  r=justdave, bbaetz, a=justdave
2003-11-27 01:01:00 +00:00
kiko%async.com.br 5425e5f1d5 Bug 226229: Query.cgi HTML Transitional 4.01 validation fails for
query.cgi. Fixes outstanding validation issues. patch by Anthony
Christofides, r=kiko, a=justdave
2003-11-26 18:57:50 +00:00
justdave%syndicomm.com e08fe3c911 Bug 226027: Use the Perl CGI module to send cookies.
r=bbaetz, a=justdave
2003-11-23 09:48:10 +00:00
bbaetz%acm.org 4821728337 Bug 226284 - slow queries for creation_ts
r,a=justdave
2003-11-23 09:31:44 +00:00
justdave%syndicomm.com 2b3bc8e200 Bug 221460: perl syncronisation script for ldap (contrib)
Contributed by Andreas H��fler <andreas.hoefler@bearingpoint.com>
a= justdave
2003-11-22 06:10:24 +00:00
bbaetz%acm.org 67e8c67eee Bug 208604 - Make data/template dir locations configurable 2003-11-22 03:50:42 +00:00
bbaetz%acm.org 28eb2e59ff Bug 220642 - Setting pref 'maxusermatches' to '0' does not search for all
possibilities.
Patch by Andreas Ho�fle, r=bbaetz, a=myk
2003-11-22 03:32:51 +00:00
myk%mozilla.org e13c22967c Fix for bug 226469: labels the votes column in the RDF buglist output as containing Integer values so they sort correctly in RDF-slurping clients. 2003-11-21 23:15:40 +00:00
jocuri%softhome.net f7e447b85b Bug 225703: Partial templatization for editkeywords.cgi; r=jouni; r=gerv; a=justdave. 2003-11-21 10:00:54 +00:00
kiko%async.com.br 84330b314d Fix for bug 226217: check_languages bustage resulting from sanitizing in
bug 199502. Applied myk's suggestion in patch checked in. r=myk, a=myk.
2003-11-20 20:21:16 +00:00
kiko%async.com.br 790688969f Fix for bug 226207: Internal Server Error while requesting an attachment
flag. Simple namespace fix. r=myk, a=myk.
2003-11-20 19:55:44 +00:00
jocuri%softhome.net 4de515a564 Bug 226249: buglist.cgi warning (use uninitialized value) line 97 for no ctype defined; r=kiko; a=justdave. 2003-11-20 06:22:14 +00:00
jouni%heikniemi.net 93ec924e3b Bug 226119: The template admin/add-group.html.tmpl moved to admin/groups/create.html.tmpl to better match with admin template naming consensus discussed in reviewers@.
r=myk, a=justdave
2003-11-19 06:42:09 +00:00
jouni%heikniemi.net 2c08008364 Bug 214466: Cookie setting w/ 3xx redirect broken on IIS - make colchange use Refresh HTTP header (on IIS only). r=justdave,a=justdave 2003-11-19 06:29:20 +00:00
caillon%returnzero.com 33cb373b99 226061 - someone forgot to tell editgroups that regexps are applied at runtime, not on account creation.
r=joel,a=justdave
2003-11-18 18:55:44 +00:00
kiko%async.com.br f92dea27fa Fix for bug 225449: Adding a bonsai monitor crashes on reference for
tbox_bonsai_id_seq; patch by Guilherme Salgado <salgado@async.com.br>,
r=jkeiser.
2003-11-18 14:09:29 +00:00
kiko%async.com.br d0b9fc67eb Bug 224884: remove scripts/. The server directory is now (most
fittingly) named server/. r=jkeiser
2003-11-18 14:01:13 +00:00
jocuri%softhome.net 6fe7fab8b6 Bug 65320: Extra options on editproducts.cgi & editcomponents.cgi; r=jouni; a=justdave. 2003-11-16 09:30:07 +00:00
gerv%gerv.net 334082a71c Bug 225303 - Cannot remove stored query when no bugs are found. Patch by gerv; r=jouni, a=justdave. 2003-11-14 23:04:17 +00:00
jocuri%softhome.net a30d34290a Bug 223473: Query not resubmitted after changing columns; r=justdave; a=justdave. 2003-11-14 10:22:06 +00:00
gerv%gerv.net f2c4e44c8c Bug 219358 - Make attachments with all supported MIME types viewable in the edit page. Patch by gerv; r=kiko, r,a=justdave. 2003-11-13 23:44:07 +00:00
hjtoi%comcast.net 8b8c1bca3b Bug 220954, add test for common problem and give correct message in that case, r=timeless. 2003-11-13 21:07:29 +00:00
jouni%heikniemi.net 4428a157f6 contrib/cvs-update.sh should be in Perl. r=zach, a=justdave 2003-11-11 05:58:52 +00:00
jocuri%softhome.net be1a646c3d Bug 225234: Wrong comment in editusers.cgi; r=timeless; a=myk. 2003-11-10 17:56:03 +00:00
justdave%syndicomm.com 22332d45e4 Bump version number to 2.17.6 2003-11-10 03:56:38 +00:00
jocuri%softhome.net 3eb1c50460 Bug 207211: Editgroups.cgi - template for add a group page; r=myk; a=myk. 2003-11-09 21:07:26 +00:00
gerv%gerv.net 272a8f04bc Bug 179339 - Simplify and improve the stored query mechanism. Patch by gerv; r,a=myk. 2003-11-08 21:49:20 +00:00
gerv%gerv.net 6fcc9ef0a5 Bug 225081 - Tests are failing due to checkin for bug 223913. Sorry about that - it worked on my machine, but not any machine without the excluded template. Doh. Patch by gerv; r,a=mozbot. 2003-11-08 18:51:07 +00:00
gerv%gerv.net 5d06671b0e Bug 224913 - Need tests to check whether any templates uses the bareword "bug" or variations. Patch by gerv; r,a=justdave. 2003-11-08 18:09:28 +00:00
gerv%gerv.net d38167609a Bug 195530 - Make javascript version of buglists available, part 2. This is a security fix to prevent remote sites being able to see sensitive bug data. Patch by gerv; r=justdave, r=myk, a=justdave. 2003-11-08 18:04:36 +00:00
gerv%gerv.net 52f5313d83 Bug 221160 - crash if illegal date specified in new charts date range. Patch by gerv; r=kiko, a=justdave. 2003-11-08 00:27:43 +00:00
gerv%gerv.net d4aeceeb2d Bug 186130 - collectstats.pl doesn't work if 'requirelogin' set. Patch by gerv; r=bbaetz, a=justdave. 2003-11-08 00:26:41 +00:00
gerv%gerv.net 982db96808 Bug 222564 - The chart made when creating a new Product/Component is not public. Patch by gerv; r=kiko, a=justdave. 2003-11-08 00:25:31 +00:00
jocuri%softhome.net d401980428 Bug 225024: Space chomping issue in create.html.tmpl; r=kiko; a=myk. 2003-11-07 23:23:55 +00:00
jocuri%softhome.net 8bc8a0d506 Bug 198460: Better wording for create account to stress valid email address; r=kiko; a=justdave. 2003-11-07 08:27:12 +00:00