]> git.ipfire.org Git - thirdparty/bugzilla.git/log
thirdparty/bugzilla.git
21 years agoBug 234293 - complete the conversion from "query" terminology to "search" terminology...
gerv%gerv.net [Fri, 19 Mar 2004 05:51:16 +0000 (05:51 +0000)] 
Bug 234293 - complete the conversion from "query" terminology to "search" terminology. Patch by gerv; r=justdave, kiko, a=justdave.

21 years agoBug 237772 instances of "a terms.bug" should be replaced with "terms.abug"
timeless%mozdev.org [Fri, 19 Mar 2004 00:21:56 +0000 (00:21 +0000)] 
Bug 237772 instances of "a terms.bug" should be replaced with "terms.abug"
also fix the spelling of decipher
r=gerv r=kiko a=justdave

21 years agoBug 237517 inconsistent spelling of cancelled or canceled
timeless%mozdev.org [Fri, 19 Mar 2004 00:14:54 +0000 (00:14 +0000)] 
Bug 237517 inconsistent spelling of cancelled or canceled
r=kiko a=justdave

21 years agoBug 237514 Confirmed email address is missing </td>
timeless%mozdev.org [Fri, 19 Mar 2004 00:11:27 +0000 (00:11 +0000)] 
Bug 237514 Confirmed email address is missing </td>
r=kiko a=justdave

21 years agoBug 237512 Should auth_err_tag be listed in <tt>
timeless%mozdev.org [Fri, 19 Mar 2004 00:10:17 +0000 (00:10 +0000)] 
Bug 237512 Should auth_err_tag be listed in <tt>
r=justdave a=justdave

21 years agoBug 237513 Change password uses semi empty <th>
timeless%mozdev.org [Fri, 19 Mar 2004 00:08:52 +0000 (00:08 +0000)] 
Bug 237513 Change password uses semi empty <th>
r=kiko a=justdave

21 years agoBug 203869: Update documentation to better describe group controls
bugreport%peshkin.net [Thu, 18 Mar 2004 21:54:57 +0000 (21:54 +0000)] 
Bug 203869: Update documentation to better describe group controls
r=gerv, a=justdave

21 years agoBug 237864: clean up leftovers from the bug 192516 checkin (some occurances of Token...
justdave%syndicomm.com [Thu, 18 Mar 2004 17:01:34 +0000 (17:01 +0000)] 
Bug 237864: clean up leftovers from the bug 192516 checkin (some occurances of Token got missed)
r= gerv, a= justdave

21 years agoBug 132066 - add a note to the login page about needing cookies for a good user exper...
gerv%gerv.net [Thu, 18 Mar 2004 16:52:24 +0000 (16:52 +0000)] 
Bug 132066 - add a note to the login page about needing cookies for a good user experience. Patch by gerv; r,a=justdave.

21 years agoBug 24496 part 2: fix burning tinderbox - a couple filters were left out.
justdave%syndicomm.com [Thu, 18 Mar 2004 14:31:14 +0000 (14:31 +0000)] 
Bug 24496 part 2: fix burning tinderbox - a couple filters were left out.

21 years agoBug 24496: Adds a parameter "noresolveonopenblockers" which when enabled, prevents...
justdave%syndicomm.com [Thu, 18 Mar 2004 13:55:41 +0000 (13:55 +0000)] 
Bug 24496: Adds a parameter "noresolveonopenblockers" which when enabled, prevents bugs from being closed if there are any bugs blocking it which are still open.
Patch by Andreas Höfler <andreas.hoefler@bearingpoint.com>
r= justdave, a= myk

21 years agoBug 192516: Moving the loose .pm files into the Bugzilla directory, where they belong...
justdave%syndicomm.com [Thu, 18 Mar 2004 11:57:04 +0000 (11:57 +0000)] 
Bug 192516: Moving the loose .pm files into the Bugzilla directory, where they belong.  These files pre-date the Bugzilla directory, and would have gone there had it existed at the time.  The four files in question were copied on the CVS server to preserve CVS history in the files.  This checkin deletes them from the old location and modifies everything else to know where they are now.
r= myk, gerv
a= justdave

21 years agoFix for bug 237757: Resolved bugs are no longer struck out on dependency
kiko%async.com.br [Thu, 18 Mar 2004 06:50:20 +0000 (06:50 +0000)] 
Fix for bug 237757: Resolved bugs are no longer struck out on dependency
trees. This was bustage from bug bug 232397 which added CSS classes but
didn't add them consistently to all templates. Includes a global CSS
file that defines the relevant bz_* classes and adds a link to it from
the global header template. r,a=myk.

21 years agoAdding a .cvsignore for the txt, html, and pdf folders, which are no longer in CVS...
justdave%syndicomm.com [Wed, 17 Mar 2004 13:15:41 +0000 (13:15 +0000)] 
Adding a .cvsignore for the txt, html, and pdf folders, which are no longer in CVS, but can be created by the makedocs.pl script
a= justdave

21 years agoBustage fix: adding filters defined in bug 232397. New filters need to
kiko%async.com.br [Wed, 17 Mar 2004 08:13:43 +0000 (08:13 +0000)] 
Bustage fix: adding filters defined in bug 232397. New filters need to
be added to both test 004 *and* test 008.

21 years agoFix for bug 232397: .bz_obsolete shouldn't specify "underline". Define
kiko%async.com.br [Wed, 17 Mar 2004 07:52:47 +0000 (07:52 +0000)] 
Fix for bug 232397: .bz_obsolete shouldn't specify "underline". Define
specific bz_obsolete/closed/inactive classes (that don't specify
underline, but line-through instead) and additional Template filters for
conveniently applying them. Change occurences of <strike> to use new
classes and clean up callsites. Patch by byron jones
<bugzilla@glob.com.au>. r=myk, gerv. a=myk.

21 years agoFix the version-detection code with Fredrik Lundh's test suggested at
kiko%async.com.br [Wed, 17 Mar 2004 07:12:25 +0000 (07:12 +0000)] 
Fix the version-detection code with Fredrik Lundh's test suggested at
http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&safe=off&selm=jVxv4.116%24fsi.186942464%40newsb.telia.net
-- this stops bugzilla-submit complaining about vendor versions of
Python 2.3.

21 years agoFix for bug 236424: Allow showdependencies trees to collapse. Adds
kiko%async.com.br [Wed, 17 Mar 2004 07:06:03 +0000 (07:06 +0000)] 
Fix for bug 236424: Allow showdependencies trees to collapse. Adds
[optional] Javascript-enabled +/- controls that allow branches in the
dependency tree to collapse. Patch by Mike Shaver <shaver@mozilla.org>,
minor cleanups by me, r=myk, kiko, a=justdave.

21 years agoPatch for bug 237646: fix for regression in userprefs.cgi that disallowed users to...
jocuri%softhome.net [Wed, 17 Mar 2004 05:23:00 +0000 (05:23 +0000)] 
Patch for bug 237646: fix for regression in userprefs.cgi that disallowed users to change their password via this page; r=kiko; a=myk.

21 years agoPatch for bug 235459: add icalendar output format in buglist; patch by William Jon...
jocuri%softhome.net [Wed, 17 Mar 2004 05:18:40 +0000 (05:18 +0000)] 
Patch for bug 235459: add icalendar output format in buglist; patch by William Jon McCann <mccannwj@pha.jhu.edu>; r=vlad; a=justdave.

21 years agoPatch for bug 237540: remove unused hidden field from edit-multiple; patch by Dave...
jocuri%softhome.net [Wed, 17 Mar 2004 05:09:47 +0000 (05:09 +0000)] 
Patch for bug 237540: remove unused hidden field from edit-multiple; patch by Dave Swegen <dswegen@software.plasmon.com>; r=timeless,myk; a=myk.

21 years agoBug 237435 h1 |Edit Attachment #129471 for Bugs 215587| uses the wrong Terms
timeless%mozdev.org [Mon, 15 Mar 2004 18:24:12 +0000 (18:24 +0000)] 
Bug 237435 h1 |Edit Attachment #129471 for Bugs 215587| uses the wrong Terms
r=justdave a=justdave

21 years agoBug 232491 - try harder to avoid parameterless searches (either saved or otherwise...
gerv%gerv.net [Mon, 15 Mar 2004 07:21:00 +0000 (07:21 +0000)] 
Bug 232491 - try harder to avoid parameterless searches (either saved or otherwise.) Patch by gerv; r,a=myk.

21 years agoPatch for bug 236664: make checksetup.pl print good install instructions for Perl...
jocuri%softhome.net [Sun, 14 Mar 2004 16:49:07 +0000 (16:49 +0000)] 
Patch for bug 236664: make checksetup.pl print good install instructions for Perl modules on win32; patch by Andrei Benea <abenea@home.ro>; r=vlad, a=justdave.

21 years agoBug 214457 Updated user page is useless
timeless%mozdev.org [Sun, 14 Mar 2004 14:30:35 +0000 (14:30 +0000)] 
Bug 214457 Updated user page is useless
r=justdave a=justdave

21 years agoPatch for bug 178162: move the vote checkbox to the left; r=myk, a=myk.
jocuri%softhome.net [Fri, 12 Mar 2004 13:24:06 +0000 (13:24 +0000)] 
Patch for bug 178162: move the vote checkbox to the left; r=myk, a=myk.

21 years agoFix for bug 236322: trivial inaccuracy in description of "find a specific bug" search...
myk%mozilla.org [Fri, 12 Mar 2004 05:13:43 +0000 (05:13 +0000)] 
Fix for bug 236322: trivial inaccuracy in description of "find a specific bug" search corrected (the search doesn't really search summaries, so I've removed the text that says it does).
r=justdave
a=justdave

21 years agoBug 236575 - update the "newer build" information to cover the new mozilla.org produc...
gerv%gerv.net [Wed, 10 Mar 2004 16:54:55 +0000 (16:54 +0000)] 
Bug 236575 - update the "newer build" information to cover the new mozilla.org products. Patch by gerv; r,a=justdave.

21 years agoPatch for bug 143490: eliminate unsupported calls from checksetup.pl when running...
jocuri%softhome.net [Mon, 8 Mar 2004 20:52:25 +0000 (20:52 +0000)] 
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.

21 years agoBug 232176 - Add a preferences panel for saved searches, to allow management all...
gerv%gerv.net [Mon, 8 Mar 2004 16:40:16 +0000 (16:40 +0000)] 
Bug 232176 - Add a preferences panel for saved searches, to allow management all in one place. Patch by gerv; r,a=justdave.

21 years agoBug 170213 - make static HTML files into page.cgi pages. This does votehelp.html...
gerv%gerv.net [Mon, 8 Mar 2004 08:15:49 +0000 (08:15 +0000)] 
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.

21 years agoBug 170213 - make static HTML files into page.cgi pages. This does votehelp.html...
gerv%gerv.net [Mon, 8 Mar 2004 07:27:30 +0000 (07:27 +0000)] 
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.

21 years agoBug 232141 - all all saved searches to footer until linkinfooter UI returns. Patch...
gerv%gerv.net [Mon, 8 Mar 2004 07:23:59 +0000 (07:23 +0000)] 
Bug 232141 - all all saved searches to footer until linkinfooter UI returns. Patch by gerv; r=myk, a=justdave.

21 years agoPatch for bug 236652: fix libgdi typo in section 2.4.2 of the docs; patch by Andrei...
jocuri%softhome.net [Sun, 7 Mar 2004 09:24:12 +0000 (09:24 +0000)] 
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.

21 years agoPatch for bug 235278: eliminate %::FORM from userprefs.cgi; r=kiko, a=justdave.
jocuri%softhome.net [Sun, 7 Mar 2004 08:35:54 +0000 (08:35 +0000)] 
Patch for bug 235278: eliminate %::FORM from userprefs.cgi; r=kiko, a=justdave.

21 years agoFix for bug 236634: move colon out of anchor text in "Target
kiko%async.com.br [Sat, 6 Mar 2004 23:28:44 +0000 (23:28 +0000)] 
Fix for bug 236634: move colon out of anchor text in "Target
Milestone:" in show_bug. r=gerv, a=justdave.

21 years agoPatch for bug 220814: Add to FAQ: How to upgrade Bugzilla from CVS; r=kiko, a=justdave.
jocuri%softhome.net [Sat, 6 Mar 2004 21:36:39 +0000 (21:36 +0000)] 
Patch for bug 220814: Add to FAQ: How to upgrade Bugzilla from CVS; r=kiko, a=justdave.

21 years agoPatch for bug 234875: use ->param in quips.cgi; r=kiko, a=justdave.
jocuri%softhome.net [Sat, 6 Mar 2004 17:08:46 +0000 (17:08 +0000)] 
Patch for bug 234875: use ->param in quips.cgi; r=kiko, a=justdave.

21 years agoPatch for bug 234879: remove %FORM from editkeywords.cgi; r=kiko, a=justdave.
jocuri%softhome.net [Sat, 6 Mar 2004 17:04:33 +0000 (17:04 +0000)] 
Patch for bug 234879: remove %FORM from editkeywords.cgi; r=kiko, a=justdave.

21 years agoPatch for bug 236443: respect customization of customized words in create.html.tmpl...
jocuri%softhome.net [Sat, 6 Mar 2004 17:01:27 +0000 (17:01 +0000)] 
Patch for bug 236443: respect customization of customized words in create.html.tmpl; r=kiko, a=justdave.

21 years agoPatch for bug 236019; make request.cgi use $cgi->param instead of %::FORM; r=kiko...
jocuri%softhome.net [Sat, 6 Mar 2004 16:54:17 +0000 (16:54 +0000)] 
Patch for bug 236019; make request.cgi use $cgi->param instead of %::FORM; r=kiko, a=justdave.

21 years agoPatch for bug 236567: Update the documentation describing the Perl modules installati...
jocuri%softhome.net [Sat, 6 Mar 2004 16:21:08 +0000 (16:21 +0000)] 
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.

21 years agoBug 236296 - fix Build Identifier on guided entry form. Patch by gerv; r,a=justdave.
gerv%gerv.net [Fri, 5 Mar 2004 07:22:01 +0000 (07:22 +0000)] 
Bug 236296 - fix Build Identifier on guided entry form. Patch by gerv; r,a=justdave.

21 years agoBump version number to 2.17.7 for release. bugzilla-2.17.7 release-2.17.7
justdave%syndicomm.com [Wed, 3 Mar 2004 15:35:43 +0000 (15:35 +0000)] 
Bump version number to 2.17.7 for release.

21 years agoPatch for bug 123077; improve the ValidatePassword sub so that a password change...
jocuri%softhome.net [Wed, 3 Mar 2004 13:19:28 +0000 (13:19 +0000)] 
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.

21 years agoBacking out patch for bug 235459 which set tree on fire.
jocuri%softhome.net [Mon, 1 Mar 2004 00:18:58 +0000 (00:18 +0000)] 
Backing out patch for bug 235459 which set tree on fire.

21 years agoAdd an XXX comment related to bugs 201235 and 236025.
kiko%async.com.br [Sun, 29 Feb 2004 23:22:26 +0000 (23:22 +0000)] 
Add an XXX comment related to bugs 201235 and 236025.

21 years agoPatch for bug 235459: add icalendar todo output format for buglist; patch by William...
jocuri%softhome.net [Sun, 29 Feb 2004 23:00:34 +0000 (23:00 +0000)] 
Patch for bug 235459: add icalendar todo output format for buglist; patch by William Jon McCann <mccannwj@pha.jhu.edu>; r,a=justdave.

21 years agoPatch for bug 234898; start to use $cgi->param in queryhelp.cgi; patch by Teemu Manne...
jocuri%softhome.net [Sun, 29 Feb 2004 22:29:38 +0000 (22:29 +0000)] 
Patch for bug 234898; start to use $cgi->param in queryhelp.cgi; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, a=justdave.

21 years agoPatch for bug 234896; makes sanitycheck.cgi use $cgi->param instead of ::FORM; patch...
jocuri%softhome.net [Sun, 29 Feb 2004 22:24:06 +0000 (22:24 +0000)] 
Patch for bug 234896; makes sanitycheck.cgi use $cgi->param instead of ::FORM; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko; a=justdave.

21 years agoPatch for bug 234876; removes %FORM from token.cgi; patch by Teemu Mannermaa <wicked...
jocuri%softhome.net [Sun, 29 Feb 2004 22:19:27 +0000 (22:19 +0000)] 
Patch for bug 234876; removes %FORM from token.cgi; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, a=justdave.

21 years agoPatch for bug 192247: make Bugzilla quips truly random; code by Bill McGonigle <bill...
jocuri%softhome.net [Fri, 27 Feb 2004 19:18:45 +0000 (19:18 +0000)] 
Patch for bug 192247: make Bugzilla quips truly random; code by Bill McGonigle <bill+mozilla@zettabyte.net>; r=bbaetz, justdave, a=justdave.

21 years agoPatch for bug 235268: Convert show_activity.cgi to get rid of %FORM; r=jouni; a=justdave.
jocuri%softhome.net [Fri, 27 Feb 2004 19:13:55 +0000 (19:13 +0000)] 
Patch for bug 235268: Convert show_activity.cgi to get rid of %FORM; r=jouni; a=justdave.

21 years agoPatch for bug 235287: improve a whineatnews.pl comment; r=timeless; a=justdave.
jocuri%softhome.net [Fri, 27 Feb 2004 19:10:01 +0000 (19:10 +0000)] 
Patch for bug 235287: improve a whineatnews.pl comment; r=timeless; a=justdave.

21 years agoPatch for bug 65313; improves the email regexp in order to detect better invalid...
jocuri%softhome.net [Thu, 26 Feb 2004 08:07:23 +0000 (08:07 +0000)] 
Patch for bug 65313; improves the email regexp in order to detect better invalid email addresses; r=gerv, a=justdave.

21 years agoTree bustage fix: eliminates the tabs that have been introduced while checking in...
jocuri%softhome.net [Wed, 25 Feb 2004 22:06:33 +0000 (22:06 +0000)] 
Tree bustage fix: eliminates the tabs that have been introduced while checking in the patch for bug 226251.

21 years agoPatch for bug 235175: replaces ::FORM from createaccount.cgi with CGI based methods...
jocuri%softhome.net [Tue, 24 Feb 2004 20:25:11 +0000 (20:25 +0000)] 
Patch for bug 235175: replaces ::FORM from createaccount.cgi with CGI based methods that are mod_perl compatible; r=gerv; a=justdave.

21 years agoPatch for bug 234264; eliminates a double escaping issue by removing filtering of...
jocuri%softhome.net [Tue, 24 Feb 2004 08:42:46 +0000 (08:42 +0000)] 
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.

21 years agoPatch for bug 226251 (internal error when server push is enabled): Due to randomizati...
jocuri%softhome.net [Mon, 23 Feb 2004 02:52:05 +0000 (02:52 +0000)] 
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.

21 years ago[SCHEMA CHANGE] Bug 220232: short_desc field in the bugs table is no longer allowed...
justdave%syndicomm.com [Sun, 22 Feb 2004 11:03:46 +0000 (11:03 +0000)] 
[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

21 years agoPatch for bug 234171; removes \%COOKIE from index.cgi; patch by Teemu Mannermaa ...
jocuri%softhome.net [Sat, 14 Feb 2004 18:54:51 +0000 (18:54 +0000)] 
Patch for bug 234171; removes \%COOKIE from index.cgi; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=gerv; a=justdave.

21 years agoBug 233645 - fix a number of 'undef' warnings which were killing performance for...
gerv%gerv.net [Sat, 14 Feb 2004 04:24:51 +0000 (04:24 +0000)] 
Bug 233645 - fix a number of 'undef' warnings which were killing performance for multiple bug change. Patch by gerv; r,a=justdave.

21 years agoFix for bug 234100: removes redundant longdescs table join criterion
myk%mozilla.org [Fri, 13 Feb 2004 09:45:21 +0000 (09:45 +0000)] 
Fix for bug 234100: removes redundant longdescs table join criterion
r=justdave

21 years agoBug 232749 - fix various charting problems revealed by b.m.o. upgrade, including...
gerv%gerv.net [Fri, 13 Feb 2004 06:32:57 +0000 (06:32 +0000)] 
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.

21 years agoAdding a comment to avoid further dupes of bug 97736 -- and also
kiko%async.com.br [Thu, 12 Feb 2004 12:45:17 +0000 (12:45 +0000)] 
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.

21 years agoBug 232897 - make collectstats.pl work with shadow databases, by reading from shadow...
gerv%gerv.net [Thu, 12 Feb 2004 07:41:36 +0000 (07:41 +0000)] 
Bug 232897 - make collectstats.pl work with shadow databases, by reading from shadow and writing to master. Patch by gerv; r=bbaetz, a=justdave.

21 years agoPatch for bug 232441: Suggest solution in the error message in case admin forgets...
jocuri%softhome.net [Mon, 9 Feb 2004 07:17:11 +0000 (07:17 +0000)] 
Patch for bug 232441: Suggest solution in the error message in case admin forgets to rerun checksetup.pl; r=kiko; a=justdave.

21 years agoPatch for bug 158527: Fix up description for the editbugs group so it is closer to...
jocuri%softhome.net [Mon, 9 Feb 2004 07:09:23 +0000 (07:09 +0000)] 
Patch for bug 158527: Fix up description for the editbugs group so it is closer to the reality; r=kiko; a=justdave.

21 years agogrep is a command line program, not something you do while editing a file (to most...
justdave%syndicomm.com [Sun, 8 Feb 2004 16:25:38 +0000 (16:25 +0000)] 
grep is a command line program, not something you do while editing a file (to most people anyway)

21 years agoFix for bug 127995: shows the size of attachments in the show bug and attachment...
myk%mozilla.org [Fri, 6 Feb 2004 02:14:01 +0000 (02:14 +0000)] 
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

21 years agoer, oops, wrong date :)
justdave%syndicomm.com [Thu, 5 Feb 2004 13:13:24 +0000 (13:13 +0000)] 
er, oops, wrong date :)

21 years agoBump docs build date to test the xml rebuild script on the website
justdave%syndicomm.com [Thu, 5 Feb 2004 13:04:04 +0000 (13:04 +0000)] 
Bump docs build date to test the xml rebuild script on the website

21 years ago- Remove html, txt, and pdf directories from CVS
justdave%syndicomm.com [Thu, 5 Feb 2004 12:49:08 +0000 (12:49 +0000)] 
- 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.

21 years agoMinor tag fix to OS X section
justdave%syndicomm.com [Thu, 5 Feb 2004 09:30:47 +0000 (09:30 +0000)] 
Minor tag fix to OS X section

21 years agoCorrections to the Mac OS X installation instructions
justdave%syndicomm.com [Thu, 5 Feb 2004 09:12:27 +0000 (09:12 +0000)] 
Corrections to the Mac OS X installation instructions

21 years agoPatch for bug 218401; add in some places templatization support for the bug term...
jocuri%softhome.net [Wed, 4 Feb 2004 23:30:49 +0000 (23:30 +0000)] 
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.

21 years agoPatch for bug 194472; link to the product's component editor when displaying error...
jocuri%softhome.net [Wed, 4 Feb 2004 23:23:39 +0000 (23:23 +0000)] 
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.

21 years agoBug 232993: Quote the filenames in the Content-disposition header when downloading...
justdave%syndicomm.com [Wed, 4 Feb 2004 09:52:20 +0000 (09:52 +0000)] 
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

21 years agoBug 232830 - use url_quote instead of html filtering to make sure we can delete queri...
gerv%gerv.net [Wed, 4 Feb 2004 08:12:41 +0000 (08:12 +0000)] 
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.

21 years agoBug 224242: Add a CSS id signature to the <body> attribute on Bugzilla pages to allow...
justdave%syndicomm.com [Wed, 4 Feb 2004 06:08:24 +0000 (06:08 +0000)] 
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

21 years agoFix for bug 220998: Allows blocks, dependson, and keywords values to be part of a...
myk%mozilla.org [Wed, 4 Feb 2004 04:05:04 +0000 (04:05 +0000)] 
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

21 years agoFix for bustage caused by Gerv's checkin for bug 232903; basically, we
kiko%async.com.br [Tue, 3 Feb 2004 21:29:33 +0000 (21:29 +0000)] 
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.

21 years agoBug 232903: hook to allow addition of extra administration links in the footer. Patch...
gerv%gerv.net [Tue, 3 Feb 2004 07:35:59 +0000 (07:35 +0000)] 
Bug 232903: hook to allow addition of extra administration links in the footer. Patch by gerv; r,a=myk.

21 years agoBug 232096 - documenting content-type parameter for attachment.cgi.
gerv%gerv.net [Tue, 3 Feb 2004 07:09:05 +0000 (07:09 +0000)] 
Bug 232096 - documenting content-type parameter for attachment.cgi.

21 years agoBug 232804 - add a "--check-modules" switch to checksetup.pl to get it to only do...
gerv%gerv.net [Tue, 3 Feb 2004 06:01:52 +0000 (06:01 +0000)] 
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.

21 years agoBug 232413 - remove occurrences of &nbsp; in favour of [%+ construct to prevent white...
gerv%gerv.net [Tue, 3 Feb 2004 05:57:28 +0000 (05:57 +0000)] 
Bug 232413 - remove occurrences of &nbsp; in favour of [%+ construct to prevent whitespace chomping. Patch by gerv; r=kiko, a=justdave.

21 years agoPatch for bug 232842; adds a missing semicolon in section 2.2.2.3 of the docs; r...
jocuri%softhome.net [Tue, 3 Feb 2004 00:33:36 +0000 (00:33 +0000)] 
Patch for bug 232842; adds a missing semicolon in section 2.2.2.3 of the docs; r=justdave; a=justdave.

21 years agoFix for bug 228917: Makes some flag SQL work with PostgreSQL by using the semanticall...
myk%mozilla.org [Sat, 31 Jan 2004 08:49:56 +0000 (08:49 +0000)] 
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

21 years agoPatch for bug 213679: Implement a parameter that allows administrators to control...
jocuri%softhome.net [Sat, 31 Jan 2004 08:12:08 +0000 (08:12 +0000)] 
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.

21 years agoBug 232485 - fix missing space between words. Patch by gerv; r,a=justdave.
gerv%gerv.net [Fri, 30 Jan 2004 16:49:14 +0000 (16:49 +0000)] 
Bug 232485 - fix missing space between words. Patch by gerv; r,a=justdave.

21 years agoBug 232494 - fix missing space between words. Patch by gerv; r,a=justdave.
gerv%gerv.net [Fri, 30 Jan 2004 16:48:13 +0000 (16:48 +0000)] 
Bug 232494 - fix missing space between words. Patch by gerv; r,a=justdave.

21 years agoFix for bug 232508: adds back missing space between "tell" and "[% terms.Bugzilla...
myk%mozilla.org [Fri, 30 Jan 2004 03:54:44 +0000 (03:54 +0000)] 
Fix for bug 232508: adds back missing space between "tell" and "[% terms.Bugzilla %]".
Patch by Stephen Reindl <sr@stephenreindl.de>
r=myk
a=myk

21 years agoFix for bug 232447: Warns user about missing bug number instead of dying in GetBugLink().
myk%mozilla.org [Thu, 29 Jan 2004 06:08:29 +0000 (06:08 +0000)] 
Fix for bug 232447: Warns user about missing bug number instead of dying in GetBugLink().
r=justdave

21 years agoFix validation problem (unescaped ampersands) by making the program listing be CDATA.
myk%mozilla.org [Wed, 28 Jan 2004 09:44:41 +0000 (09:44 +0000)] 
Fix validation problem (unescaped ampersands) by making the program listing be CDATA.

21 years agoBug 232161 - add ability to forget or edit saved searches when the search throws...
gerv%gerv.net [Tue, 27 Jan 2004 17:03:30 +0000 (17:03 +0000)] 
Bug 232161 - add ability to forget or edit saved searches when the search throws an error. Patch by gerv; r,a=justdave.

21 years agoBug 225043 - enhance chart migration code to populate 'All Open' charts from historic...
gerv%gerv.net [Tue, 27 Jan 2004 07:23:08 +0000 (07:23 +0000)] 
Bug 225043 - enhance chart migration code to populate 'All Open' charts from historical data. Patch by gerv; r,a=justdave.

21 years agoFix for bug 232164: Adds backwards-compatibility hack for changedin queries for newly...
myk%mozilla.org [Mon, 26 Jan 2004 20:09:40 +0000 (20:09 +0000)] 
Fix for bug 232164: Adds backwards-compatibility hack for changedin queries for newly created bugs and simplifies the code.
r=bbaetz

21 years agoFix for bug 232160: adds the header back in to the "verify component, etc." page...
myk%mozilla.org [Mon, 26 Jan 2004 18:12:32 +0000 (18:12 +0000)] 
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

21 years agoFix for bug 232154: Make old column lists work again by correctly translating old...
myk%mozilla.org [Mon, 26 Jan 2004 15:58:26 +0000 (15:58 +0000)] 
Fix for bug 232154: Make old column lists work again by correctly translating old -> new column names.
r=bbaetz

21 years agoFix for bug 232140: makes tests work on b.m.o by making BugMail.pm use Bugzilla:...
myk%mozilla.org [Mon, 26 Jan 2004 15:04:22 +0000 (15:04 +0000)] 
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