summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2004-03-06Patch for bug 234875: use ->param in quips.cgi; r=kiko, a=justdave.jocuri%softhome.net1-4/+4
2004-03-06Patch for bug 234879: remove %FORM from editkeywords.cgi; r=kiko, a=justdave.jocuri%softhome.net1-11/+16
2004-03-06Patch for bug 236443: respect customization of customized words in ↵jocuri%softhome.net1-1/+3
create.html.tmpl; r=kiko, a=justdave.
2004-03-06Patch for bug 236019; make request.cgi use $cgi->param instead of %::FORM; ↵jocuri%softhome.net2-49/+59
r=kiko, a=justdave.
2004-03-06Patch for bug 236567: Update the documentation describing the Perl modules ↵jocuri%softhome.net1-2/+14
installation on Windows using ppm; patch by Andrei Benea <abenea@home.ro>; r=kiko, a=justdave.
2004-03-05Bug 236296 - fix Build Identifier on guided entry form. Patch by gerv; ↵gerv%gerv.net1-1/+2
r,a=justdave.
2004-03-03Bump version number to 2.17.7 for release.justdave%syndicomm.com1-1/+1
2004-03-03Patch for bug 123077; improve the ValidatePassword sub so that a password ↵jocuri%softhome.net2-3/+2
change is no longer accepted with a blank second field; r=kiko, a=justdave.
2004-03-01Backing out patch for bug 235459 which set tree on fire.jocuri%softhome.net3-78/+0
2004-03-01Add an XXX comment related to bugs 201235 and 236025.kiko%async.com.br1-0/+4
2004-03-01Patch for bug 235459: add icalendar todo output format for buglist; patch by ↵jocuri%softhome.net3-0/+78
William Jon McCann <mccannwj@pha.jhu.edu>; r,a=justdave.
2004-02-29Patch for bug 234898; start to use $cgi->param in queryhelp.cgi; patch by ↵jocuri%softhome.net1-4/+1
Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, a=justdave.
2004-02-29Patch for bug 234896; makes sanitycheck.cgi use $cgi->param instead of ↵jocuri%softhome.net1-9/+11
::FORM; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko; a=justdave.
2004-02-29Patch for bug 234876; removes %FORM from token.cgi; patch by Teemu Mannermaa ↵jocuri%softhome.net1-20/+21
<wicked@etlicon.fi>; r=kiko, a=justdave.
2004-02-27Patch for bug 192247: make Bugzilla quips truly random; code by Bill ↵jocuri%softhome.net1-1/+7
McGonigle <bill+mozilla@zettabyte.net>; r=bbaetz, justdave, a=justdave.
2004-02-27Patch for bug 235268: Convert show_activity.cgi to get rid of %FORM; ↵jocuri%softhome.net1-3/+5
r=jouni; a=justdave.
2004-02-27Patch for bug 235287: improve a whineatnews.pl comment; r=timeless; a=justdave.jocuri%softhome.net1-1/+1
2004-02-26Patch for bug 65313; improves the email regexp in order to detect better ↵jocuri%softhome.net2-2/+2
invalid email addresses; r=gerv, a=justdave.
2004-02-25Tree bustage fix: eliminates the tabs that have been introduced while ↵jocuri%softhome.net1-3/+3
checking in the patch for bug 226251.
2004-02-24Patch for bug 235175: replaces ::FORM from createaccount.cgi with CGI based ↵jocuri%softhome.net1-3/+2
methods that are mod_perl compatible; r=gerv; a=justdave.
2004-02-24Patch for bug 234264; eliminates a double escaping issue by removing ↵jocuri%softhome.net1-1/+1
filtering of searchname in title; patch by Jeff Walden <Jswalden86@netzero.net>; r=gerv; a=justdave.
2004-02-23Patch for bug 226251 (internal error when server push is enabled): Due to ↵jocuri%softhome.net1-7/+15
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[SCHEMA CHANGE] Bug 220232: short_desc field in the bugs table is no longer ↵justdave%syndicomm.com1-2/+8
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-14Patch for bug 234171; removes \%COOKIE from index.cgi; patch by Teemu ↵jocuri%softhome.net2-10/+4
Mannermaa <wicked@etlicon.fi>; r=gerv; a=justdave.
2004-02-14Bug 233645 - fix a number of 'undef' warnings which were killing performance ↵gerv%gerv.net3-4/+10
for multiple bug change. Patch by gerv; r,a=justdave.
2004-02-13Fix for bug 234100: removes redundant longdescs table join criterionmyk%mozilla.org1-1/+0
r=justdave
2004-02-13Bug 232749 - fix various charting problems revealed by b.m.o. upgrade, ↵gerv%gerv.net10-61/+88
including editing, subscribe buttons and terminology. Patch by gerv; r=kiko, a=justdave.
2004-02-12Adding a comment to avoid further dupes of bug 97736 -- and alsokiko%async.com.br1-0/+2
because I keep forgetting about the real reason it's there :-) Comment-only change.
2004-02-12Bug 232897 - make collectstats.pl work with shadow databases, by reading ↵gerv%gerv.net1-1/+9
from shadow and writing to master. Patch by gerv; r=bbaetz, a=justdave.
2004-02-09Patch for bug 232441: Suggest solution in the error message in case admin ↵jocuri%softhome.net1-1/+1
forgets to rerun checksetup.pl; r=kiko; a=justdave.
2004-02-09Patch for bug 158527: Fix up description for the editbugs group so it is ↵jocuri%softhome.net1-1/+1
closer to the reality; r=kiko; a=justdave.
2004-02-08grep is a command line program, not something you do while editing a file ↵justdave%syndicomm.com1-1/+1
(to most people anyway)
2004-02-06Fix for bug 127995: shows the size of attachments in the show bug and ↵myk%mozilla.org10-14/+49
attachment interfaces. Patch by Dave Swegen <dswegen@software.plasmon.com> r=myk a=myk
2004-02-05er, oops, wrong date :)justdave%syndicomm.com1-1/+1
2004-02-05Bump docs build date to test the xml rebuild script on the websitejustdave%syndicomm.com1-1/+1
2004-02-05- Remove html, txt, and pdf directories from CVSjustdave%syndicomm.com65-55574/+15
- 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-05Minor tag fix to OS X sectionjustdave%syndicomm.com1-2/+3
2004-02-05Corrections to the Mac OS X installation instructionsjustdave%syndicomm.com1-6/+6
2004-02-05Patch for bug 218401; add in some places templatization support for the bug ↵jocuri%softhome.net1-1/+1
term in query.cgi; patch by Andreas Höfler <andreas.hoefler@bearingpoint.com>; r=gerv; a=justdave.
2004-02-05Patch for bug 194472; link to the product's component editor when displaying ↵jocuri%softhome.net2-2/+3
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-04Bug 232993: Quote the filenames in the Content-disposition header when ↵justdave%syndicomm.com1-1/+5
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-04Bug 232830 - use url_quote instead of html filtering to make sure we can ↵gerv%gerv.net3-7/+7
delete queries which contain a "+". Patch by gerv; r,a=myk.
2004-02-04Bug 224242: Add a CSS id signature to the <body> attribute on Bugzilla pages ↵justdave%syndicomm.com1-1/+3
to allow user CSS to explicitly affect Bugzilla. r= myk, a= myk
2004-02-04Fix for bug 220998: Allows blocks, dependson, and keywords values to be part ↵myk%mozilla.org2-3/+7
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-03Fix for bustage caused by Gerv's checkin for bug 232903; basically, wekiko%async.com.br1-0/+3
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-03Bug 232903: hook to allow addition of extra administration links in the ↵gerv%gerv.net1-0/+1
footer. Patch by gerv; r,a=myk.
2004-02-03Bug 232096 - documenting content-type parameter for attachment.cgi.gerv%gerv.net1-0/+6
2004-02-03Bug 232804 - add a "--check-modules" switch to checksetup.pl to get it to ↵gerv%gerv.net1-2/+9
only do the Perl module checks. This makes installation easier to explain. Patch by gerv; r,a=justdave.
2004-02-03Bug 232413 - remove occurrences of &nbsp; in favour of [%+ construct to ↵gerv%gerv.net10-17/+21
prevent whitespace chomping. Patch by gerv; r=kiko, a=justdave.
2004-02-03Patch for bug 232842; adds a missing semicolon in section 2.2.2.3 of the ↵jocuri%softhome.net1-2/+2
docs; r=justdave; a=justdave.