]> git.ipfire.org Git - thirdparty/bugzilla.git/log
thirdparty/bugzilla.git
20 years agoBug 274906 - Bugzilla no longer displays an [edit] link inline for attachments. Inste...
jake%bugzilla.org [Tue, 26 Apr 2005 23:38:35 +0000 (23:38 +0000)] 
Bug 274906 - Bugzilla no longer displays an [edit] link inline for attachments. Instead, the edit page is linked to directly where a "view" link is available to get the raw data if required.
r=wurblzap, a=justdave

20 years agoBug 287986: Bugzilla::DB::Mysql needs a way to read in a Schema object from the disk
mkanat%kerio.com [Sat, 23 Apr 2005 09:11:51 +0000 (09:11 +0000)] 
Bug 287986: Bugzilla::DB::Mysql needs a way to read in a Schema object from the disk
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave

20 years agoBug 285722: Updates From 2.18- to 2.20+ will not work
mkanat%kerio.com [Sat, 23 Apr 2005 09:09:22 +0000 (09:09 +0000)] 
Bug 285722: Updates From 2.18- to 2.20+ will not work
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave

20 years agoBug 290277: Index renaming may fail if misnamed PRIMARY indexes exist
mkanat%kerio.com [Sat, 23 Apr 2005 09:07:46 +0000 (09:07 +0000)] 
Bug 290277: Index renaming may fail if misnamed PRIMARY indexes exist
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=mkanat, a=justdave

20 years agoFix for bug 291391: allows users to rerequest set flags even if they don't have the...
myk%mozilla.org [Fri, 22 Apr 2005 09:17:14 +0000 (09:17 +0000)] 
Fix for bug 291391: allows users to rerequest set flags even if they don't have the privilege to set them; r=lpsolit; a=myk

20 years agoBug 284599: Use of REGEXP search is not consistent wrt case sensitivity
mkanat%kerio.com [Wed, 20 Apr 2005 06:44:03 +0000 (06:44 +0000)] 
Bug 284599: Use of REGEXP search is not consistent wrt case sensitivity
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave

20 years agoBug 290513: Move CheckIfVotedConfirmed() out of CGI.pl - Patch by Frédéric Buclin...
lpsolit%gmail.com [Wed, 20 Apr 2005 06:42:56 +0000 (06:42 +0000)] 
Bug 290513: Move CheckIfVotedConfirmed() out of CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk

20 years agoFix for bug 238800: speeds up editflagtypes.cgi list of flags to tolerable level...
myk%mozilla.org [Wed, 20 Apr 2005 04:43:37 +0000 (04:43 +0000)] 
Fix for bug 238800: speeds up editflagtypes.cgi list of flags to tolerable level by adding index on flags.type_id; r=justdave; a=justdave

20 years agoBug 288603: Allow users in the request group to remove pending requests made by other...
lpsolit%gmail.com [Wed, 20 Apr 2005 01:11:41 +0000 (01:11 +0000)] 
Bug 288603: Allow users in the request group to remove pending requests made by others - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=justdave

20 years agoBug 272623: FindWrapPoint is misplaced in process_bug.cgi - Patch by Frédéric Buclin...
lpsolit%gmail.com [Wed, 20 Apr 2005 00:55:09 +0000 (00:55 +0000)] 
Bug 272623: FindWrapPoint is misplaced in process_bug.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk

20 years agoBug 290372: Missing locked tables in editusers.cgi - Patch by Frédéric Buclin <LpSoli...
lpsolit%gmail.com [Wed, 20 Apr 2005 00:36:25 +0000 (00:36 +0000)] 
Bug 290372: Missing locked tables in editusers.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=myk

20 years agoBug 290407: Fix up bz_alter_column and break out a bz_alter_column_raw
mkanat%kerio.com [Sun, 17 Apr 2005 14:29:08 +0000 (14:29 +0000)] 
Bug 290407: Fix up bz_alter_column and break out a bz_alter_column_raw
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave

20 years agoBug 290411: Cross-DB bz_drop_table
mkanat%kerio.com [Sun, 17 Apr 2005 14:27:06 +0000 (14:27 +0000)] 
Bug 290411: Cross-DB bz_drop_table
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave

20 years agoBug 290403: Slight cleanup of Bugzilla::DB index code
mkanat%kerio.com [Sun, 17 Apr 2005 14:24:13 +0000 (14:24 +0000)] 
Bug 290403: Slight cleanup of Bugzilla::DB index code
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave

20 years agoBug 290402: Functions to support reading-in a Schema object from the database
mkanat%kerio.com [Sun, 17 Apr 2005 14:22:41 +0000 (14:22 +0000)] 
Bug 290402: Functions to support reading-in a Schema object from the database
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave

20 years agoBug 290579: Remove unused function PasswordForLogin() from CGI.pl - Patch by Frédéric...
lpsolit%gmail.com [Sun, 17 Apr 2005 00:33:29 +0000 (00:33 +0000)] 
Bug 290579: Remove unused function PasswordForLogin() from CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave

20 years agoBug 290511: Move RemoveVotes() out of globals.pl - Patch by Frédéric Buclin <LpSolit...
lpsolit%gmail.com [Sun, 17 Apr 2005 00:17:04 +0000 (00:17 +0000)] 
Bug 290511: Move RemoveVotes() out of globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave

20 years agoBug 290570: Bugzilla::Auth::WWW:Env uses bitwise OR - Patch by Simon Wilkinson <simon...
lpsolit%gmail.com [Sun, 17 Apr 2005 00:08:32 +0000 (00:08 +0000)] 
Bug 290570: Bugzilla::Auth::WWW:Env uses bitwise OR - Patch by Simon Wilkinson <simon@sxw.org.uk> r=kiko a=justdave

20 years agoBug 285153: editusers.cgi cleanliness re-do - Patch by Marc Schumann <wurblzap@gmail...
lpsolit%gmail.com [Sat, 16 Apr 2005 23:55:32 +0000 (23:55 +0000)] 
Bug 285153: editusers.cgi cleanliness re-do - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave

20 years agoBug 286360: ANSI SQL does not allow aliases to be used in HAVING clause
mkanat%kerio.com [Sat, 16 Apr 2005 07:37:23 +0000 (07:37 +0000)] 
Bug 286360: ANSI SQL does not allow aliases to be used in HAVING clause
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=myk, r=joel, a=myk

20 years agoBug 288539: minimum DBD::mysql version requirement may need to be increased beyond...
mkanat%kerio.com [Sat, 16 Apr 2005 06:45:58 +0000 (06:45 +0000)] 
Bug 288539: minimum DBD::mysql version requirement may need to be increased beyond 2.1028
Patch By Albert Ting <altlst@sonic.net> r=mkanat, a=justdave

20 years agoBug 290414: bz_index_info is slightly broken and has unclear API
mkanat%kerio.com [Fri, 15 Apr 2005 12:46:04 +0000 (12:46 +0000)] 
Bug 290414: bz_index_info is slightly broken and has unclear API
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave

20 years agoBug 290405: bz_add_column needs a way to specify an initial value
mkanat%kerio.com [Fri, 15 Apr 2005 09:31:35 +0000 (09:31 +0000)] 
Bug 290405: bz_add_column needs a way to specify an initial value
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave

20 years agoBug 78276: change name of "when" index on bugs_activity.bug_when column
mkanat%kerio.com [Fri, 15 Apr 2005 05:49:25 +0000 (05:49 +0000)] 
Bug 78276: change name of "when" index on bugs_activity.bug_when column
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=myk, a=myk

20 years agoBug 289999: $bad_names hash in index-renaming code throws an "odd number of elements...
mkanat%kerio.com [Fri, 15 Apr 2005 05:42:22 +0000 (05:42 +0000)] 
Bug 289999: $bad_names hash in index-renaming code throws an "odd number of elements" warning
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=myk

20 years agoBug 290089: Move timestamp updates to happen before any other Schema updates
mkanat%kerio.com [Fri, 15 Apr 2005 05:20:53 +0000 (05:20 +0000)] 
Bug 290089: Move timestamp updates to happen before any other Schema updates
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave

20 years agoBug 290095: Do not display flag types in show_bug.cgi whose inclusion list is empty...
lpsolit%gmail.com [Fri, 15 Apr 2005 00:07:17 +0000 (00:07 +0000)] 
Bug 290095: Do not display flag types in show_bug.cgi whose inclusion list is empty - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel, a=justdave

20 years agoBack out bug bug 290089, which causes checksetup to fail on a newly-created DB.
mkanat%kerio.com [Thu, 14 Apr 2005 15:35:45 +0000 (15:35 +0000)] 
Back out bug bug 290089, which causes checksetup to fail on a newly-created DB.

20 years agoBug 290089: Move timestamp updates to happen before any other Schema updates
mkanat%kerio.com [Thu, 14 Apr 2005 14:11:26 +0000 (14:11 +0000)] 
Bug 290089: Move timestamp updates to happen before any other Schema updates
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave

20 years agoBug 289453: components.initialowner is different in Bugzilla::DB::Schema than it...
mkanat%kerio.com [Thu, 14 Apr 2005 13:58:24 +0000 (13:58 +0000)] 
Bug 289453: components.initialowner is different in Bugzilla::DB::Schema than it was in the old checksetup
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave

20 years agoBug 290000: lock email settings table before adding new user
bugreport%peshkin.net [Wed, 13 Apr 2005 06:28:47 +0000 (06:28 +0000)] 
Bug 290000: lock email settings table before adding new user
Patch by bugreport@peshkin.net
r=glob,a=justdave

20 years agoBug 289742: No value for param user_verify_class at Bugzilla/Config.pm line 162 ...
lpsolit%gmail.com [Wed, 13 Apr 2005 04:40:56 +0000 (04:40 +0000)] 
Bug 289742: No value for param user_verify_class at Bugzilla/Config.pm line 162 - Patch by byron jones (glob) <bugzilla@glob.com.au> r=gerv, a=justdave

20 years agoBug 289594 - Part 2 - The "exclude" table also needs alternating colors. Also changin...
jake%bugzilla.org [Wed, 13 Apr 2005 03:43:32 +0000 (03:43 +0000)] 
Bug 289594 - Part 2 - The "exclude" table also needs alternating colors. Also changing the default color back to F7F7F7.
r=mkanat

20 years agoBug 289729: fix several "uninitialized value" messages - Patch by Frédéric Buclin...
lpsolit%gmail.com [Wed, 13 Apr 2005 03:21:44 +0000 (03:21 +0000)] 
Bug 289729: fix several "uninitialized value" messages - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave

20 years agoBug 289618: reference globals.pl's quoteUrls function for changing bug term - Patch...
lpsolit%gmail.com [Wed, 13 Apr 2005 01:19:57 +0000 (01:19 +0000)] 
Bug 289618: reference globals.pl's quoteUrls function for changing bug term - Patch by Peter Kay <peterkayatwork@yahoo.com> r=wurblzap a=justdave

20 years agoBug 289062: editusers.cgi is querying for groups twice on update - Patch by Tomas...
lpsolit%gmail.com [Wed, 13 Apr 2005 01:08:21 +0000 (01:08 +0000)] 
Bug 289062: editusers.cgi is querying for groups twice on update - Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=wurblzap, joel a=justdave

20 years agoBug 289736: error message in query.cgi: Unknown column 'relevance' - Patch by Teemu...
lpsolit%gmail.com [Wed, 13 Apr 2005 00:57:15 +0000 (00:57 +0000)] 
Bug 289736: error message in query.cgi: Unknown column 'relevance' - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=jouni a=justdave

20 years agoBug 288461: sanitycheck.cgi should permit to clean all invalid references to deleted...
lpsolit%gmail.com [Wed, 13 Apr 2005 00:24:33 +0000 (00:24 +0000)] 
Bug 288461: sanitycheck.cgi should permit to clean all invalid references to deleted bugs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=glob a=justdave

20 years agoBug 165075 - A login form is now included by default on the main Index page.
jake%bugzilla.org [Wed, 13 Apr 2005 00:23:01 +0000 (00:23 +0000)] 
Bug 165075 - A login form is now included by default on the main Index page.
r=wurblzap, a= justdave

20 years agoBug 289455: products.classification_id has a different definition in an upgraded...
mkanat%kerio.com [Tue, 12 Apr 2005 08:30:44 +0000 (08:30 +0000)] 
Bug 289455: products.classification_id has a different definition in an upgraded database than in a brand-new database
Patch By Albert Ting <altlst@sonic.net> r=mkanat, a=justdave

20 years agoBug 285533: Bugzilla displays inactive enum values
mkanat%kerio.com [Tue, 12 Apr 2005 08:27:57 +0000 (08:27 +0000)] 
Bug 285533: Bugzilla displays inactive enum values
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=justdave

20 years agoBug 289594 - The table on the email settings page no longer is 100% wide. It also...
jake%bugzilla.org [Tue, 12 Apr 2005 05:52:50 +0000 (05:52 +0000)] 
Bug 289594 - The table on the email settings page no longer is 100% wide. It also now supports even/odd row styling.
r=gerv, a=justdave

20 years agoBug 278268 - make Grand Total line not appear if data set add fails. Patch by colin...
gerv%gerv.net [Tue, 12 Apr 2005 05:39:11 +0000 (05:39 +0000)] 
Bug 278268 - make Grand Total line not appear if data set add fails. Patch by colin.ogilvie; r=gerv, a=justdave.

20 years agoBug 289565 - fix JavaScript component selector when creating new charts. Patch by...
gerv%gerv.net [Tue, 12 Apr 2005 05:34:50 +0000 (05:34 +0000)] 
Bug 289565 - fix JavaScript component selector when creating new charts. Patch by gerv; r=kiko, a=justdave.

20 years agoApplying documentation patch from Marc Mims <marc@sssonline.com>: fixes
kiko%async.com.br [Mon, 11 Apr 2005 21:23:32 +0000 (21:23 +0000)] 
Applying documentation patch from Marc Mims <marc@sssonline.com>: fixes
manpage's description of --no-stdin and --status long-options.

20 years agoBug 289570: Blank value always shown on target type code error from editflagtypes...
lpsolit%gmail.com [Mon, 11 Apr 2005 01:04:04 +0000 (01:04 +0000)] 
Bug 289570: Blank value always shown on target type code error from editflagtypes.cgi - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=myk

20 years agoBug 288857: Use of uninitialized value in bitwise and (&) at Bugzilla/User.pm line...
lpsolit%gmail.com [Mon, 11 Apr 2005 00:49:48 +0000 (00:49 +0000)] 
Bug 288857: Use of uninitialized value in bitwise and (&) at Bugzilla/User.pm line 984 - Patch by Gervase Markham <gerv@mozilla.org> r=LpSolit a=myk

20 years agoBug 288861: Odd number of elements in anonymous hash at query.cgi line 392 - Patch...
lpsolit%gmail.com [Mon, 11 Apr 2005 00:37:57 +0000 (00:37 +0000)] 
Bug 288861: Odd number of elements in anonymous hash at query.cgi line 392 - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk

20 years agoBug 225818: %FORM, %MFORM, and %COOKIE need to go away, in favor of the CGI methods...
lpsolit%gmail.com [Sun, 10 Apr 2005 06:18:16 +0000 (06:18 +0000)] 
Bug 225818: %FORM, %MFORM, and %COOKIE need to go away, in favor of the CGI methods - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=myk

20 years agoBug 289372: Remove %FORM from editflagtypes.cgi - Patch by Teemu Mannermaa <wicked...
lpsolit%gmail.com [Sun, 10 Apr 2005 06:12:11 +0000 (06:12 +0000)] 
Bug 289372: Remove %FORM from editflagtypes.cgi - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=myk

20 years agoBug 289002: cannot set/clear requests with requestee - Patch by Teemu Mannermaa ...
lpsolit%gmail.com [Sat, 9 Apr 2005 17:37:51 +0000 (17:37 +0000)] 
Bug 289002: cannot set/clear requests with requestee - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave

20 years agoFix for bug 273209: makes CVS ignore skins/.cvsignore; r=jouni; a=myk
myk%mozilla.org [Sat, 9 Apr 2005 15:11:32 +0000 (15:11 +0000)] 
Fix for bug 273209: makes CVS ignore skins/.cvsignore; r=jouni; a=myk

20 years agoBug 199048: Preference option to reverse sort the comments stack - Patch by Shane...
lpsolit%gmail.com [Sat, 9 Apr 2005 07:37:50 +0000 (07:37 +0000)] 
Bug 199048: Preference option to reverse sort the comments stack - Patch by Shane H. W. Travis <shane.h.w.travis@gmail.com> r=mkanat a=myk

20 years agoBug 238873: remove %FORM from buglist.cgi - Patch by Teemu Mannermaa <wicked@etlicon...
lpsolit%gmail.com [Sat, 9 Apr 2005 06:57:33 +0000 (06:57 +0000)] 
Bug 238873: remove %FORM from buglist.cgi - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=jouni a=justdave

20 years agoBug 289373: Remove %FORM from editproducts.cgi - Patch by Teemu Mannermaa <wicked...
lpsolit%gmail.com [Sat, 9 Apr 2005 06:51:02 +0000 (06:51 +0000)] 
Bug 289373: Remove %FORM from editproducts.cgi - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave

20 years agoBug 238877: remove %FORM from Bugzilla/Auth/Login/WWW/CGI.pm - Patch by Teemu Mannerm...
lpsolit%gmail.com [Fri, 8 Apr 2005 07:54:15 +0000 (07:54 +0000)] 
Bug 238877: remove %FORM from Bugzilla/Auth/Login/WWW/CGI.pm - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave

20 years agoBug 238876: remove %FORM from process_bug.cgi - Patch by Teemu Mannermaa <wicked...
lpsolit%gmail.com [Fri, 8 Apr 2005 07:45:47 +0000 (07:45 +0000)] 
Bug 238876: remove %FORM from process_bug.cgi - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave

20 years agoBug 238870: remove %FORM from attachment.cgi - Patch by Teemu Mannermaa <wicked@etlic...
lpsolit%gmail.com [Fri, 8 Apr 2005 07:34:39 +0000 (07:34 +0000)] 
Bug 238870: remove %FORM from attachment.cgi - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=myk,LpSolit a=justdave

20 years agoBug 238875: remove %FORM from post_bug.cgi - Patch by Teemu Mannermaa <wicked@etlicon...
lpsolit%gmail.com [Fri, 8 Apr 2005 06:59:58 +0000 (06:59 +0000)] 
Bug 238875: remove %FORM from post_bug.cgi - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave

20 years agoBug 287947: Change CheckFormField/CheckFormFieldDefined subs in CGI.pl to use CGI...
lpsolit%gmail.com [Fri, 8 Apr 2005 06:52:20 +0000 (06:52 +0000)] 
Bug 287947: Change CheckFormField/CheckFormFieldDefined subs in CGI.pl to use CGI object instead FORM hash - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=myk

20 years agoBug 238878: Make hidden-fields template, User Matching and Flags use direct CGI inste...
lpsolit%gmail.com [Fri, 8 Apr 2005 06:37:35 +0000 (06:37 +0000)] 
Bug 238878: Make hidden-fields template, User Matching and Flags use direct CGI instead of [% form.foo %] - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave

20 years agoBug 286686: ORDER BY column needs to be selected or grouped
mkanat%kerio.com [Fri, 8 Apr 2005 01:18:52 +0000 (01:18 +0000)] 
Bug 286686: ORDER BY column needs to be selected or grouped
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave

20 years agoBug 287763: Receiving Error - Insecure dependency in require... - Patch by byron...
lpsolit%gmail.com [Thu, 7 Apr 2005 15:08:36 +0000 (15:08 +0000)] 
Bug 287763: Receiving Error - Insecure dependency in require... - Patch by byron jones (glob) <bugzilla@glob.com.au> r=joel a=myk

20 years agoFix for Bug 284850: Fix the name of one index
mkanat%kerio.com [Wed, 6 Apr 2005 10:40:46 +0000 (10:40 +0000)] 
Fix for Bug 284850: Fix the name of one index
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> a=justdave

20 years agoBug 86328: Deleting bugs doesn't delete dependent records properly - Patch by Frederi...
lpsolit%gmail.com [Wed, 6 Apr 2005 07:19:51 +0000 (07:19 +0000)] 
Bug 86328: Deleting bugs doesn't delete dependent records properly - Patch by Frederic Buclin <LpSolit@gmail.com> r=wurblzap a=justdave

20 years agoBug 284850: checksetup should rename indexes to conform to the new standard
mkanat%kerio.com [Wed, 6 Apr 2005 07:18:03 +0000 (07:18 +0000)] 
Bug 284850: checksetup should rename indexes to conform to the new standard
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=jouni, a=myk

20 years agoBug 286461:Add products table to search if classification are needed
bugreport%peshkin.net [Tue, 5 Apr 2005 06:02:16 +0000 (06:02 +0000)] 
Bug 286461:Add products table to search if classification are needed
Patch by joel
r=gerv, a=justdave

20 years agoBug 284151: "edit" link shows up on confirmation page for deleting a Field Value...
lpsolit%gmail.com [Tue, 5 Apr 2005 05:52:07 +0000 (05:52 +0000)] 
Bug 284151: "edit" link shows up on confirmation page for deleting a Field Value - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=mkanat a=myk

20 years agoBug 288527 - change precompilation to use Bugzilla::Template and so do it right....
gerv%gerv.net [Tue, 5 Apr 2005 05:29:07 +0000 (05:29 +0000)] 
Bug 288527 - change precompilation to use Bugzilla::Template and so do it right. Patch by gerv; r=bbaetz, a=justdave.

20 years agoBug 288405: Attachment.cgi fails on Big File attachment inserts - Patch by Marc Schum...
lpsolit%gmail.com [Tue, 5 Apr 2005 05:23:36 +0000 (05:23 +0000)] 
Bug 288405: Attachment.cgi fails on Big File attachment inserts - Patch by Marc Schumann <wurblzap@gmail.com> r=joel a=myk

20 years agoBug 287486: Small typo on editsettings.cgi: apppears - Patch by Teemu Mannermaa ...
lpsolit%gmail.com [Tue, 5 Apr 2005 05:12:44 +0000 (05:12 +0000)] 
Bug 287486: Small typo on editsettings.cgi: apppears - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=myk

20 years agoBug 286235: Implicit joins should be replaced by explicit joins - installment A
mkanat%kerio.com [Tue, 5 Apr 2005 04:52:03 +0000 (04:52 +0000)] 
Bug 286235: Implicit joins should be replaced by explicit joins - installment A
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk

20 years agoBug 287483: Sanitycheck screams about "Bad value 0 found in components.initialqacontact"
mkanat%kerio.com [Tue, 5 Apr 2005 04:40:58 +0000 (04:40 +0000)] 
Bug 287483: Sanitycheck screams about "Bad value 0 found in components.initialqacontact"
Patch By Teemu Mannermaa <wicked@etlicon.fi> r=mkanat, a=myk

20 years agoBug 285345: Need to change MySQL tinyint(1) fields to plain tinyint
mkanat%kerio.com [Tue, 5 Apr 2005 04:35:03 +0000 (04:35 +0000)] 
Bug 285345: Need to change MySQL tinyint(1) fields to plain tinyint
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=myk

20 years agoBug 286527: Cross-DB bz_rename_column and bz_drop_column (Part of Bug 285111)
mkanat%kerio.com [Tue, 5 Apr 2005 04:30:15 +0000 (04:30 +0000)] 
Bug 286527: Cross-DB bz_rename_column and bz_drop_column (Part of Bug 285111)
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=myk

20 years agoBug 288985: cannot remove users from the CC list - Patch by Frederic Buclin <LpSolit...
lpsolit%gmail.com [Tue, 5 Apr 2005 04:09:17 +0000 (04:09 +0000)] 
Bug 288985: cannot remove users from the CC list - Patch by Frederic Buclin <LpSolit@gmail.com> r=mkanat a=myk

20 years agoBug 288883: SQL crash when granting/denying a request - Patch by Frederic Buclin...
lpsolit%gmail.com [Tue, 5 Apr 2005 01:40:59 +0000 (01:40 +0000)] 
Bug 288883: SQL crash when granting/denying a request - Patch by Frederic Buclin <LpSolit@gmail.com> r=joel a=justdave

20 years agoBug 288408 - make number of placeholders match number of parameters to stop error...
gerv%gerv.net [Fri, 1 Apr 2005 06:48:28 +0000 (06:48 +0000)] 
Bug 288408 - make number of placeholders match number of parameters to stop error when initialising from new database. Patch by gerv; r=mkanat, a=justdave.

20 years agoFollowup fix for bug 284446: add hook inside enter bug form so that test runner and...
myk%mozilla.org [Thu, 31 Mar 2005 10:52:31 +0000 (10:52 +0000)] 
Followup fix for bug 284446: add hook inside enter bug form so that test runner and other applications can insert form controls that collect additional data about the bug being created.

20 years agoBug 287880: [SECURITY] Comments on secure bugs still available to templates... show_b...
mkanat%kerio.com [Wed, 30 Mar 2005 22:30:43 +0000 (22:30 +0000)] 
Bug 287880: [SECURITY] Comments on secure bugs still available to templates... show_bug leaks
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, r=joel, a=justdave

20 years agoBug 286003: Direct access to summarize-time.cgi when time tracking is off generates...
lpsolit%gmail.com [Wed, 30 Mar 2005 18:16:21 +0000 (18:16 +0000)] 
Bug 286003: Direct access to summarize-time.cgi when time tracking is off generates an error - Patch by Shane H. W. Travis <shane.h.w.travis@gmail.com> r=jouni a=justdave

20 years agoBug 276543: createaccount.cgi should not be displayed if account creation is disabled...
lpsolit%gmail.com [Wed, 30 Mar 2005 17:57:29 +0000 (17:57 +0000)] 
Bug 276543: createaccount.cgi should not be displayed if account creation is disabled - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave

20 years agoBug 288131: PatchViewer adds extra empty lines in modified parts of patches - Patch...
lpsolit%gmail.com [Wed, 30 Mar 2005 17:41:22 +0000 (17:41 +0000)] 
Bug 288131: PatchViewer adds extra empty lines in modified parts of patches - Patch by Frederic Buclin <LpSolit@gmail.com> r=glob a=justdave

20 years agoBug 73665 - migrate email preferences to their own table, and rearchitect email inter...
gerv%gerv.net [Wed, 30 Mar 2005 05:42:53 +0000 (05:42 +0000)] 
Bug 73665 - migrate email preferences to their own table, and rearchitect email internals. Patch by gerv; r=jake, a=justdave.

20 years agoBug 272321: action should default to edit in editproducts.cgi if a product is passed...
lpsolit%gmail.com [Thu, 24 Mar 2005 05:24:19 +0000 (05:24 +0000)] 
Bug 272321: action should default to edit in editproducts.cgi if a product is passed without an action - Patch by Frederic Buclin <LpSolit@gmail.com> r=wurblzap a=justdave

20 years agoBug 283403: checksetup fails to upgrade from Bugzilla 2.8
mkanat%kerio.com [Wed, 23 Mar 2005 08:40:15 +0000 (08:40 +0000)] 
Bug 283403: checksetup fails to upgrade from Bugzilla 2.8
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=LpSolit. a=justdave

20 years agoBacking out bug 286625 - checksetup.pl fails
lpsolit%gmail.com [Wed, 23 Mar 2005 07:45:08 +0000 (07:45 +0000)] 
Backing out bug 286625 - checksetup.pl fails

20 years agoBug 258515: Errors when accessing Bugzilla over IPv6 - Patch by Marc Schumann <wurblz...
lpsolit%gmail.com [Wed, 23 Mar 2005 06:41:07 +0000 (06:41 +0000)] 
Bug 258515: Errors when accessing Bugzilla over IPv6 - Patch by Marc Schumann <wurblzap@gmail.com> r=joel, a=justdave

20 years agoBug 286625: Add more indexes to bugs_activity table - Patch by Shane H. W. Travis...
lpsolit%gmail.com [Wed, 23 Mar 2005 04:54:07 +0000 (04:54 +0000)] 
Bug 286625: Add more indexes to bugs_activity table - Patch by Shane H. W. Travis <shane.h.w.travis@gmail.com> r=joel, a=justdave

20 years agoBug 280193: Round up places using data/ instead of $datadir - Patch by Marc Schumann...
lpsolit%gmail.com [Wed, 23 Mar 2005 03:22:34 +0000 (03:22 +0000)] 
Bug 280193: Round up places using data/ instead of $datadir - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit, a=justdave

20 years agoBug 286669: Add dependency on Storable
mkanat%kerio.com [Tue, 22 Mar 2005 17:02:56 +0000 (17:02 +0000)] 
Bug 286669: Add dependency on Storable
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=wicked, a=justdave

20 years agoBug 287138: INSERT IGNORE is not ANSI SQL
mkanat%kerio.com [Tue, 22 Mar 2005 17:01:22 +0000 (17:01 +0000)] 
Bug 287138: INSERT IGNORE is not ANSI SQL
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave

20 years agoBug 286689: Cross-DB bz_add_index and bz_drop_index (Part of Bug 285111)
mkanat%kerio.com [Tue, 22 Mar 2005 16:56:52 +0000 (16:56 +0000)] 
Bug 286689: Cross-DB bz_add_index and bz_drop_index (Part of Bug 285111)
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave

20 years agoBug 194160: buglist.cgi has wrong time zone in datestamp at the top
mkanat%kerio.com [Tue, 22 Mar 2005 16:46:13 +0000 (16:46 +0000)] 
Bug 194160: buglist.cgi has wrong time zone in datestamp at the top
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=justdave

20 years agoBug 103439 : Correctly use noun/verb forms of Login/Log In and Logout/Log Out where...
travis%sedsystems.ca [Sat, 19 Mar 2005 05:32:46 +0000 (05:32 +0000)] 
Bug 103439 : Correctly use noun/verb forms of Login/Log In and Logout/Log Out where appropriate
Patch by Shane H. W. Travis <travis@sedsystems.ca>   r=myk  a=myk

20 years agoBug 178157: Dependency emails don't get sent for status change during mass change...
lpsolit%gmail.com [Fri, 18 Mar 2005 16:29:47 +0000 (16:29 +0000)] 
Bug 178157: Dependency emails don't get sent for status change during mass change - Patch by Frederic Buclin <LpSolit@gmail.com> r=myk, a=myk

20 years agoBug 256513: Fix usage of grep (/$value/, @array);
mkanat%kerio.com [Fri, 18 Mar 2005 12:21:27 +0000 (12:21 +0000)] 
Bug 256513: Fix usage of grep (/$value/, @array);
Patch By Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=mkanat, a=justdave

20 years agoBug 285748: Cross-DB bz_alter_column (Part of Bug 285111)
mkanat%kerio.com [Fri, 18 Mar 2005 11:28:51 +0000 (11:28 +0000)] 
Bug 285748: Cross-DB bz_alter_column (Part of Bug 285111)
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave

20 years agoBug 285740: DBD::Pg must have the PG_BYTEA type specified for inserting BLOBs
mkanat%kerio.com [Fri, 18 Mar 2005 11:23:54 +0000 (11:23 +0000)] 
Bug 285740: DBD::Pg must have the PG_BYTEA type specified for inserting BLOBs
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave

20 years agoBug 285723: Cross-DB bz_add_column (Part of Bug 285111)
mkanat%kerio.com [Fri, 18 Mar 2005 11:21:33 +0000 (11:21 +0000)] 
Bug 285723: Cross-DB bz_add_column (Part of Bug 285111)
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave