]> git.ipfire.org Git - thirdparty/bugzilla.git/log
thirdparty/bugzilla.git
19 years agoBug 300743: Query help tooltips appear at wrong position - Patch by Gervase Markham...
lpsolit%gmail.com [Thu, 15 Sep 2005 03:59:10 +0000 (03:59 +0000)] 
Bug 300743: Query help tooltips appear at wrong position - Patch by Gervase Markham <gerv@mozilla.org> r=myk r=kiko r=wicked a=myk

19 years agoBug 308150: admin/products/deleted.html.tmpl doesn't include admin/products/footer...
lpsolit%gmail.com [Tue, 13 Sep 2005 02:10:48 +0000 (02:10 +0000)] 
Bug 308150: admin/products/deleted.html.tmpl doesn't include admin/products/footer.html.tmpl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=GavinS a=justdave

19 years agoBug 307270: Displayed URLs when no product is given in editcomponents.cgi are wrong...
lpsolit%gmail.com [Tue, 13 Sep 2005 01:56:58 +0000 (01:56 +0000)] 
Bug 307270: Displayed URLs when no product is given in editcomponents.cgi are wrong - Patch by Frédéric Buclin <LpSolit@gmail.com> r=GavinS a=justdave

19 years agoBug 306760: Routines from Util.pm are not imported in checksetup.pl due to a typo...
lpsolit%gmail.com [Mon, 12 Sep 2005 17:51:08 +0000 (17:51 +0000)] 
Bug 306760: Routines from Util.pm are not imported in checksetup.pl due to a typo: Bugzilla:Util (missing colon) - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave

19 years agoFix for bug 300949: reverts fix for bug 274906 which eliminated [edit] link next...
myk%mozilla.org [Sat, 10 Sep 2005 05:22:41 +0000 (05:22 +0000)] 
Fix for bug 300949: reverts fix for bug 274906 which eliminated [edit] link next to attachments to avoid duplicate [edit] references and made the main attachment link go to the 'edit attachment' page; that fix unreasonably reduced Bugzilla usability by making it difficult to view attachments; this patch includes a different fix for bug 274906 that prevents those duplicate [edit] references; long-term we want to make the 'edit attachment' page the irresistable default and have a pop-up menu of links, at which point [edit] can truly go away, but for now it stays

19 years agoBug 256135: Parameter 'movers' is handled differently in Bug.pm and buglist.cgi ...
lpsolit%gmail.com [Fri, 9 Sep 2005 06:45:14 +0000 (06:45 +0000)] 
Bug 256135: Parameter 'movers' is handled differently in Bug.pm and buglist.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk

19 years agoBug 165589: Add error logging support to Bugzilla (Docs Part)
mozilla%colinogilvie.co.uk [Fri, 9 Sep 2005 03:57:06 +0000 (03:57 +0000)] 
Bug 165589: Add error logging support to Bugzilla (Docs Part)
Patch by: A. Karl Kornel <karl@kornel.name>; r=colin.ogilvie

19 years agoBug 307043: typo in Bugzilla docs
mozilla%colinogilvie.co.uk [Fri, 9 Sep 2005 01:34:20 +0000 (01:34 +0000)] 
Bug 307043: typo in Bugzilla docs
Patch by victory <bmo@rsz.jp>; r=colin.ogilvie

19 years agoBug 305523: Email preference for "CC changed" should be disabled by default for new...
lpsolit%gmail.com [Fri, 9 Sep 2005 00:16:31 +0000 (00:16 +0000)] 
Bug 305523: Email preference for "CC changed" should be disabled by default for new users - Patch by Gervase Markham <gerv@mozilla.org> r=wicked a=justdave

19 years agoBug 285705: [PostgreSQL] Index on some text columns on Postgres could use LOWER
mkanat%kerio.com [Sun, 4 Sep 2005 15:14:14 +0000 (15:14 +0000)] 
Bug 285705: [PostgreSQL] Index on some text columns on Postgres could use LOWER
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=joel, a=justdave

19 years agoBug 299230: Schema-Modification Functions Shouldn't Die on A DB-side Deletion Failure
mkanat%kerio.com [Sat, 3 Sep 2005 06:32:47 +0000 (06:32 +0000)] 
Bug 299230: Schema-Modification Functions Shouldn't Die on A DB-side Deletion Failure
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=joel, a=justdave

19 years agoBug 306556: Some status in pages/fields.html.tmpl are broken - Patch by victory ...
lpsolit%gmail.com [Fri, 2 Sep 2005 05:10:26 +0000 (05:10 +0000)] 
Bug 306556: Some status in pages/fields.html.tmpl are broken - Patch by victory <bmo@rsz.jp> r=LpSolit a=myk

19 years agoBug 306632: editvalues.cgi title seems wrong when actually editting a value - Patch...
lpsolit%gmail.com [Fri, 2 Sep 2005 04:57:33 +0000 (04:57 +0000)] 
Bug 306632: editvalues.cgi title seems wrong when actually editting a value - Patch by GavinS <bugzilla@chimpychompy.org> r=LpSolit a=myk

19 years agoBug 30345: Can mark bugs duplicates of each other [dupe loops] - Patch by Frédéric...
lpsolit%gmail.com [Wed, 31 Aug 2005 07:47:07 +0000 (07:47 +0000)] 
Bug 30345: Can mark bugs duplicates of each other [dupe loops] - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=justdave

19 years agoBug 306060: Adding a new product should make it clear that a component is also requir...
lpsolit%gmail.com [Sat, 27 Aug 2005 03:13:07 +0000 (03:13 +0000)] 
Bug 306060: Adding a new product should make it clear that a component is also required to enter bugs - Patch by Greg Hendricks <ghendricks@novell.com> r=LpSolit a=justdave

19 years agoremove the useless 'use Bugzilla::Bug;' from editusers.cgi (bug 303393) as the 2...
lpsolit%gmail.com [Fri, 26 Aug 2005 17:42:28 +0000 (17:42 +0000)] 
remove the useless 'use Bugzilla::Bug;' from editusers.cgi (bug 303393) as the 2.20 branch still has LogActivityEntry() in CGI.pl (this is a 'fix on checkin' I forgot to apply)

19 years agoBug 303393: Deleting a user omits some bugs_activity logging - Patch by Marc Schumann...
lpsolit%gmail.com [Fri, 26 Aug 2005 17:32:28 +0000 (17:32 +0000)] 
Bug 303393: Deleting a user omits some bugs_activity logging - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave

19 years agoBug 298400: [PostgreSQL] SQL error using buglist.cgi and full text search. Column...
mkanat%kerio.com [Thu, 25 Aug 2005 02:25:45 +0000 (02:25 +0000)] 
Bug 298400: [PostgreSQL] SQL error using buglist.cgi and full text search. Column "relevance desc" not valid in GROUP BY
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, r=joel, a=justdave

19 years agoBug 303366: Possible locking tables conflict when voting for bugs - Patch by Frédéric...
lpsolit%gmail.com [Tue, 23 Aug 2005 19:22:26 +0000 (19:22 +0000)] 
Bug 303366: Possible locking tables conflict when voting for bugs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave

19 years agoBug 304997: "Setting any 'other' op_sys to 'Other'" runs every time you run checksetup
mkanat%kerio.com [Tue, 23 Aug 2005 08:06:15 +0000 (08:06 +0000)] 
Bug 304997: "Setting any 'other' op_sys to 'Other'" runs every time you run checksetup
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=joel, a=myk

19 years agoBug 292886: X-Bugzilla-Product and X-Bugzilla-Component headers should exist by defau...
lpsolit%gmail.com [Tue, 23 Aug 2005 04:31:16 +0000 (04:31 +0000)] 
Bug 292886: X-Bugzilla-Product and X-Bugzilla-Component headers should exist by default - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave

19 years agoBug 226583: Request queue header is way too wide - Patch by Teemu Mannermaa <wicked...
lpsolit%gmail.com [Tue, 23 Aug 2005 04:17:25 +0000 (04:17 +0000)] 
Bug 226583: Request queue header is way too wide - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave

19 years agoBug 303527: The bug entry page does not use localised terms for statuses - Patch...
lpsolit%gmail.com [Mon, 22 Aug 2005 05:20:17 +0000 (05:20 +0000)] 
Bug 303527: The bug entry page does not use localised terms for statuses - Patch by Marc Schumann <wurblzap@gmail.com> r=myk a=justdave

19 years agoBug 304725: keywords aren't displayed in show_bug.cgi when format=multiple - Patch...
lpsolit%gmail.com [Mon, 22 Aug 2005 03:56:12 +0000 (03:56 +0000)] 
Bug 304725: keywords aren't displayed in show_bug.cgi when format=multiple - Patch by Rob Siklos <robzilla@siklos.ca> r=LpSolit a=myk

19 years agoBug 302202: "Odd number of elements in anonymous hash" error when loading query.cgi...
lpsolit%gmail.com [Mon, 22 Aug 2005 03:46:56 +0000 (03:46 +0000)] 
Bug 302202: "Odd number of elements in anonymous hash" error when loading query.cgi - Patch by Rob Siklos <robzilla@siklos.ca> r=wicked a=justdave

19 years agoBug 304322: The Change-several-bugs-at-once page does not use localised terms for...
lpsolit%gmail.com [Mon, 22 Aug 2005 03:35:01 +0000 (03:35 +0000)] 
Bug 304322: The Change-several-bugs-at-once page does not use localised terms for resolutions - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=myk

19 years agoBug 300831: editwhines.cgi twice uses $1 without checking for regex match - Patch...
lpsolit%gmail.com [Mon, 22 Aug 2005 03:25:29 +0000 (03:25 +0000)] 
Bug 300831: editwhines.cgi twice uses $1 without checking for regex match - Patch by A. Karl Kornel <karl@kornel.name> r=joel a=myk

19 years agoBug 304335: Status and resolution empty in whine mails - Patch by Marc Schumann ...
lpsolit%gmail.com [Mon, 22 Aug 2005 02:57:41 +0000 (02:57 +0000)] 
Bug 304335: Status and resolution empty in whine mails - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=myk

19 years agoBug 300093: index.cgi remains unsecure when the SSL parameter is set to "authenticate...
lpsolit%gmail.com [Mon, 22 Aug 2005 02:30:07 +0000 (02:30 +0000)] 
Bug 300093: index.cgi remains unsecure when the SSL parameter is set to "authenticated sessions" - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave

19 years agoBug 302407: Prevent already_locked error in whine.pl with Bugzilla::User.pm
bugreport%peshkin.net [Sun, 21 Aug 2005 00:23:56 +0000 (00:23 +0000)] 
Bug 302407: Prevent already_locked error in whine.pl with Bugzilla::User.pm
Patch by Albert Ting <altlst@sonic.net>
r=joel, a=myk

19 years agoBug 296054: [PostgreSQL] Cannot add a new query for event/whining
mkanat%kerio.com [Thu, 18 Aug 2005 01:23:21 +0000 (01:23 +0000)] 
Bug 296054: [PostgreSQL] Cannot add a new query for event/whining
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave

19 years agoBug 299848: enter_bug's automatic OS/Platform code does not work with the new default...
mkanat%kerio.com [Thu, 18 Aug 2005 01:18:13 +0000 (01:18 +0000)] 
Bug 299848: enter_bug's automatic OS/Platform code does not work with the new default OS list
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=myk

19 years agoBug 284263: Inherited bless permissions without inherited membership do not work...
lpsolit%gmail.com [Sun, 14 Aug 2005 03:27:54 +0000 (03:27 +0000)] 
Bug 284263: Inherited bless permissions without inherited membership do not work - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave

19 years agoBug 303914: legal_bugs_status should be spelled legal_bug_status in Bug.pm - Patch...
lpsolit%gmail.com [Sun, 14 Aug 2005 01:43:36 +0000 (01:43 +0000)] 
Bug 303914: legal_bugs_status should be spelled legal_bug_status in Bug.pm - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave

19 years agoBug 302418: re-enable sendmail support for Windows - Patch by byron jones (glob)...
lpsolit%gmail.com [Sat, 13 Aug 2005 22:04:29 +0000 (22:04 +0000)] 
Bug 302418: re-enable sendmail support for Windows - Patch by byron jones (glob) <bugzilla@glob.com.au> r=wurblzap a=justdave

19 years agoBug 303550: Bug lists trigger standards compliance mode in Gecko, causing CLOSED...
lpsolit%gmail.com [Sat, 13 Aug 2005 21:43:33 +0000 (21:43 +0000)] 
Bug 303550: Bug lists trigger standards compliance mode in Gecko, causing CLOSED bugs not to be lined through in bug lists any more - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave

19 years agoBug 302778: When using IE, all negative event checkboxes are missing from email prefe...
lpsolit%gmail.com [Sat, 13 Aug 2005 21:31:34 +0000 (21:31 +0000)] 
Bug 302778: When using IE, all negative event checkboxes are missing from email preferences page - Patch by Zain Memon <zain@voltage.com> r=wicked a=justdave

19 years agoBug 302644: relogin.cgi may ask you to login... before logging you out - Patch by...
lpsolit%gmail.com [Sat, 13 Aug 2005 21:17:16 +0000 (21:17 +0000)] 
Bug 302644: relogin.cgi may ask you to login... before logging you out - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave

19 years agoBug 303824: BugMail should ignore deleted or renamed user accounts - Patch by Frédéri...
lpsolit%gmail.com [Sat, 13 Aug 2005 21:07:43 +0000 (21:07 +0000)] 
Bug 303824: BugMail should ignore deleted or renamed user accounts - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave

19 years agoBug 301664: Hook for field-descs.html.tmpl
mkanat%kerio.com [Thu, 11 Aug 2005 13:20:59 +0000 (13:20 +0000)] 
Bug 301664: Hook for field-descs.html.tmpl
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=myk

20 years agoBug 292096: Remove the extra Description label in long list format - Patch by Emmanue...
lpsolit%gmail.com [Wed, 10 Aug 2005 08:58:43 +0000 (08:58 +0000)] 
Bug 292096: Remove the extra Description label in long list format - Patch by Emmanuel Seyman <eseyman@linagora.com> r=LpSolit a=justdave

20 years agoBug 135145: Graphs generated by local webdot are huge - Patch by Olav Vitters <bugzil...
lpsolit%gmail.com [Wed, 10 Aug 2005 02:46:36 +0000 (02:46 +0000)] 
Bug 135145: Graphs generated by local webdot are huge - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r/a=justdave

20 years agoBump the 2.20 version number post-release.
mkanat%kerio.com [Mon, 8 Aug 2005 14:33:44 +0000 (14:33 +0000)] 
Bump the 2.20 version number post-release.

20 years agoUpdate version numbers for 2.20rc2. bugzilla-2.20rc2 release-2.20rc2
mkanat%kerio.com [Mon, 8 Aug 2005 13:21:55 +0000 (13:21 +0000)] 
Update version numbers for 2.20rc2.

20 years agoBug 285700: bump minimum File::Spec version to 0.84 to avoid taint errors
justdave%bugzilla.org [Sat, 6 Aug 2005 06:49:14 +0000 (06:49 +0000)] 
Bug 285700: bump minimum File::Spec version to 0.84 to avoid taint errors
r= LpSolit, a= justdave

20 years agoBug 301261: uninitialized value in Search.pm when querying by date - Patch by Albert...
lpsolit%gmail.com [Sat, 6 Aug 2005 01:58:35 +0000 (01:58 +0000)] 
Bug 301261: uninitialized value in Search.pm when querying by date - Patch by Albert Ting <altlst@sonic.net> r=LpSolit a=justdave

20 years agoBug 288170: importxml.pl and move.pl should not write to $datadir/maillog - Patch...
lpsolit%gmail.com [Fri, 5 Aug 2005 08:01:40 +0000 (08:01 +0000)] 
Bug 288170: importxml.pl and move.pl should not write to $datadir/maillog - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave

20 years agoBug 302718: Enable All Mail enables also unchangeable Reporter/Voter checkboxes ...
lpsolit%gmail.com [Fri, 5 Aug 2005 07:16:51 +0000 (07:16 +0000)] 
Bug 302718: Enable All Mail enables also unchangeable Reporter/Voter checkboxes - Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=LpSolit a=justdave

20 years agoBug 302723: Deleting a user account when this user is the assignee or QA contact...
lpsolit%gmail.com [Fri, 5 Aug 2005 01:29:33 +0000 (01:29 +0000)] 
Bug 302723: Deleting a user account when this user is the assignee or QA contact of a bug should reassign this bug to the default ones - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave

20 years agoBug 303088: MoreSQLData and FetchSQLData/FetchOneColumn may return wrong results...
lpsolit%gmail.com [Fri, 5 Aug 2005 00:07:10 +0000 (00:07 +0000)] 
Bug 303088: MoreSQLData and FetchSQLData/FetchOneColumn may return wrong results - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap,justdave a=justdave

20 years agoBug 303303: Data aren't displayed in old charts when the product is closed for new...
lpsolit%gmail.com [Thu, 4 Aug 2005 23:06:36 +0000 (23:06 +0000)] 
Bug 303303: Data aren't displayed in old charts when the product is closed for new bug entry - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave

20 years agoBug 303129: Unescaped & in a Bug URLs on 'Saved Searches' tab - Patch by Colin Ogilvi...
lpsolit%gmail.com [Wed, 3 Aug 2005 07:49:12 +0000 (07:49 +0000)] 
Bug 303129: Unescaped & in a Bug URLs on 'Saved Searches' tab - Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=LpSolit a=justdave

20 years agoBug 303141: Missing buglist when deleting groups - Patch by Frédéric Buclin <LpSolit...
lpsolit%gmail.com [Wed, 3 Aug 2005 07:38:35 +0000 (07:38 +0000)] 
Bug 303141: Missing buglist when deleting groups - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave

20 years agoBug 302927: Incorrect title when changing several bugs at once - Patch by Frédéric...
lpsolit%gmail.com [Wed, 3 Aug 2005 07:29:38 +0000 (07:29 +0000)] 
Bug 302927: Incorrect title when changing several bugs at once - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave

20 years agoBug 303147: Bugzilla crashes when submitting a bug in the UNCONFIRMED state using...
lpsolit%gmail.com [Wed, 3 Aug 2005 07:20:45 +0000 (07:20 +0000)] 
Bug 303147: Bugzilla crashes when submitting a bug in the UNCONFIRMED state using PostgreSQL - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave

20 years agoBug 303061: userprefs.cgi should call ThrowUserError for old_password_required -...
lpsolit%gmail.com [Wed, 3 Aug 2005 07:10:08 +0000 (07:10 +0000)] 
Bug 303061: userprefs.cgi should call ThrowUserError for old_password_required - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave

20 years agoBug 301901: Index rename failure when renaming an index called PRIMARY
mkanat%kerio.com [Mon, 1 Aug 2005 17:11:59 +0000 (17:11 +0000)] 
Bug 301901: Index rename failure when renaming an index called PRIMARY
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave

20 years agoFix tinderbox burning from the previous fix.
mozilla%colinogilvie.co.uk [Mon, 1 Aug 2005 15:41:43 +0000 (15:41 +0000)] 
Fix tinderbox burning from the previous fix.

20 years agoBug 302582: "add component/version" doesn't include action=add on enter_bug.cgi ...
lpsolit%gmail.com [Mon, 1 Aug 2005 07:11:14 +0000 (07:11 +0000)] 
Bug 302582: "add component/version" doesn't include action=add on enter_bug.cgi - Patch by Emmanuel Seyman <eseyman@linagora.com> r=LpSolit a=justdave

20 years agoBug 302782: Crash when showing list of users in a group during group deletion - Patch...
lpsolit%gmail.com [Mon, 1 Aug 2005 06:51:40 +0000 (06:51 +0000)] 
Bug 302782: Crash when showing list of users in a group during group deletion - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave

20 years agoBug 297475: Add docs about how to install and configure Bugzilla using PostgreSQL
mozilla%colinogilvie.co.uk [Mon, 1 Aug 2005 06:33:34 +0000 (06:33 +0000)] 
Bug 297475: Add docs about how to install and configure Bugzilla using PostgreSQL
Patch by Colin Ogilvie <colin.ogilvie@gmail.com> (with info from mkanat) r=mkanat

20 years agoBug 293678: Sorting bug list by Assignee Real Name failing in latest nightly
mkanat%kerio.com [Thu, 28 Jul 2005 13:20:12 +0000 (13:20 +0000)] 
Bug 293678: Sorting bug list by Assignee Real Name failing in latest nightly
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=justdave

20 years agoBug 302200: uninitialized value when saving email prefs - Patch by Rob Siklos <robzil...
lpsolit%gmail.com [Thu, 28 Jul 2005 04:03:14 +0000 (04:03 +0000)] 
Bug 302200: uninitialized value when saving email prefs - Patch by Rob Siklos <robzilla@siklos.ca> r=LpSolit a=myk

20 years agoBug 301018: Add INTERFACE section to bug/create/created.html.tmpl - Patch by Marc...
lpsolit%gmail.com [Thu, 28 Jul 2005 03:56:09 +0000 (03:56 +0000)] 
Bug 301018: Add INTERFACE section to bug/create/created.html.tmpl - Patch by Marc Schumann <wurblzap@gmail.com> r=wicked a=myk

20 years agoBug 293950: enter bug product failure messages suboptimal - Patch by Frédéric Buclin...
lpsolit%gmail.com [Thu, 28 Jul 2005 03:27:43 +0000 (03:27 +0000)] 
Bug 293950: enter bug product failure messages suboptimal - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk

20 years agoBug 292059: No locking in createaccount.cgi - Patch by Frédéric Buclin <LpSolit@gmail...
lpsolit%gmail.com [Thu, 28 Jul 2005 03:18:20 +0000 (03:18 +0000)] 
Bug 292059: No locking in createaccount.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk

20 years agoBug 273767: Cannot log out when Param(shutdownhtml) is active - Patch by Frédéric...
lpsolit%gmail.com [Thu, 28 Jul 2005 03:01:38 +0000 (03:01 +0000)] 
Bug 273767: Cannot log out when Param(shutdownhtml) is active - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk

20 years agoBug 302357: Some .cgi files ignore Param(shutdownhtml) in 2.19.x and 2.20rc1 - Patch...
lpsolit%gmail.com [Thu, 28 Jul 2005 02:36:50 +0000 (02:36 +0000)] 
Bug 302357: Some .cgi files ignore Param(shutdownhtml) in 2.19.x and 2.20rc1 - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk

20 years agoBug 184037: Add t/011pod.t to check POD syntax - Patch by Frédéric Buclin <LpSolit...
lpsolit%gmail.com [Thu, 28 Jul 2005 02:22:25 +0000 (02:22 +0000)] 
Bug 184037: Add t/011pod.t to check POD syntax - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=myk

20 years agoBug 301967: Some .pm files have invalid POD syntax - Patch by Frédéric Buclin <LpSoli...
lpsolit%gmail.com [Thu, 28 Jul 2005 02:08:41 +0000 (02:08 +0000)] 
Bug 301967: Some .pm files have invalid POD syntax - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=myk

20 years agoBug 300403: New Charts errors out, creates new 'add' user, when Env auth method is...
lpsolit%gmail.com [Tue, 26 Jul 2005 21:57:04 +0000 (21:57 +0000)] 
Bug 300403: New Charts errors out, creates new 'add' user, when Env auth method is used - Patch by A. Karl Kornel <karl@kornel.name> r=wurblzap a=justdave

20 years agofile 011pod.t was added on branch BUGZILLA-2_20-BRANCH on 2005-07-27 19:22:25 +0000
lpsolit%gmail.com [Tue, 26 Jul 2005 21:23:50 +0000 (21:23 +0000)] 
file 011pod.t was added on branch BUGZILLA-2_20-BRANCH on 2005-07-27 19:22:25 +0000

20 years agoBug 297483: Remove comment from installation.xml about 'module-check' switch being...
mozilla%colinogilvie.co.uk [Mon, 25 Jul 2005 19:49:03 +0000 (19:49 +0000)] 
Bug 297483: Remove comment from installation.xml about 'module-check' switch being needed as it's already available
Patch by me, r=gerv

20 years agoBug 298220: Graphs should use localised terms for statuses and resolutions - Patch...
lpsolit%gmail.com [Wed, 20 Jul 2005 19:48:22 +0000 (19:48 +0000)] 
Bug 298220: Graphs should use localised terms for statuses and resolutions - Patch by Emmanuel Seyman <eseyman@linagora.com> r=gerv,wurblzap a=myk

20 years agoBug 257767: Option to have fields in CSV files separated by semicolons instead of...
lpsolit%gmail.com [Wed, 20 Jul 2005 09:23:33 +0000 (09:23 +0000)] 
Bug 257767: Option to have fields in CSV files separated by semicolons instead of commas - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=myk

20 years agoBug 282737: Software Error from time-tracking fields during Change Columns
mozilla%colinogilvie.co.uk [Wed, 20 Jul 2005 05:39:57 +0000 (05:39 +0000)] 
Bug 282737: Software Error from time-tracking fields during Change Columns
Patch by Joel, Me, r=wurblzap, a=myk

20 years agoBug 301240: editvalues.cgi should not update bugs.delta_ts - Patch by Frédéric Buclin...
lpsolit%gmail.com [Wed, 20 Jul 2005 04:38:44 +0000 (04:38 +0000)] 
Bug 301240: editvalues.cgi should not update bugs.delta_ts - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=myk

20 years agoBug 300318: RSS feeds namespace is incorrect - Patch by Jason Remillard <jremillardsh...
lpsolit%gmail.com [Wed, 20 Jul 2005 04:19:51 +0000 (04:19 +0000)] 
Bug 300318: RSS feeds namespace is incorrect - Patch by Jason Remillard <jremillardshop@letterboxes.org> r/a=myk

20 years agoBug 300709: Avoid the use of SELECT * - Patch by Frédéric Buclin <LpSolit@gmail.com...
lpsolit%gmail.com [Tue, 19 Jul 2005 21:35:57 +0000 (21:35 +0000)] 
Bug 300709: Avoid the use of SELECT * - Patch by Frédéric Buclin <LpSolit@gmail.com> r=glob a=myk

20 years agoBug 300684: missing_version_or_component error message is not translatable
mozilla%colinogilvie.co.uk [Sun, 17 Jul 2005 17:34:20 +0000 (17:34 +0000)] 
Bug 300684: missing_version_or_component error message is not translatable
Patch by A. Karl Kornel <karl@kornel.name>, r=jouni, a=justdave

20 years agoBug 300764: Deadline field on show_bug should include documentation of the date format
mozilla%colinogilvie.co.uk [Sun, 17 Jul 2005 16:19:00 +0000 (16:19 +0000)] 
Bug 300764: Deadline field on show_bug should include documentation of the date format
p=me, r=jouni, a=justdave

20 years agoBug 300699: Remove dead code from editproducts.cgi and messages.html.tmpl - Patch...
lpsolit%gmail.com [Thu, 14 Jul 2005 07:11:58 +0000 (07:11 +0000)] 
Bug 300699: Remove dead code from editproducts.cgi and messages.html.tmpl - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=myk

20 years agoBug 300620: Deletion of a product yields "Insecure dependency in parameter 3" when...
lpsolit%gmail.com [Thu, 14 Jul 2005 00:58:00 +0000 (00:58 +0000)] 
Bug 300620: Deletion of a product yields "Insecure dependency in parameter 3" when useclassification is on - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk

20 years agoBug 300311: [PostgreSQL] bz_table_list_real returns PostgreSQL system tables in addit...
mkanat%kerio.com [Wed, 13 Jul 2005 11:06:03 +0000 (11:06 +0000)] 
Bug 300311: [PostgreSQL] bz_table_list_real returns PostgreSQL system tables in addition to normal Bugzilla tables
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=justdave

20 years agoBug 300336: Bugzilla::Auth should not contain any exported subroutines
mkanat%kerio.com [Wed, 13 Jul 2005 11:02:16 +0000 (11:02 +0000)] 
Bug 300336: Bugzilla::Auth should not contain any exported subroutines
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave

20 years agoBug 300379: GenerateVersionTable's rename may fail silently - Patch by byron jones...
lpsolit%gmail.com [Wed, 13 Jul 2005 05:38:55 +0000 (05:38 +0000)] 
Bug 300379: GenerateVersionTable's rename may fail silently - Patch by byron jones (glob) <bugzilla@glob.com.au> r=LpSolit a=justdave

20 years agoBug 276818: "Verify Version, Component, Target Milestone" page on product change...
lpsolit%gmail.com [Wed, 13 Jul 2005 05:28:00 +0000 (05:28 +0000)] 
Bug 276818: "Verify Version, Component, Target Milestone" page on product change lacks title - Patch by GavinS <bugzilla@chimpychompy.org> r=LpSolit a=justdave

20 years agoBug 252272: Allow extremely large attachments to be stored locally (docs)
mozilla%colinogilvie.co.uk [Tue, 12 Jul 2005 17:55:55 +0000 (17:55 +0000)] 
Bug 252272: Allow extremely large attachments to be stored locally (docs)
Patch by A. Karl Kornel <karl@kornel.name>, r=joel,colin

20 years agoBug 300446: Figure 6-1. Lifecycle of a Bugzilla Bug contains a misspelled word
mozilla%colinogilvie.co.uk [Tue, 12 Jul 2005 17:30:44 +0000 (17:30 +0000)] 
Bug 300446: Figure 6-1. Lifecycle of a Bugzilla Bug contains a misspelled word
Patch by Swen Haubold <swen.haubold@mitutoyo-ctl.de>, r=colin

20 years agofile bzdbcopy.pl was added on branch BUGZILLA-2_20-BRANCH on 2005-10-18 22:26:27...
mkanat%kerio.com [Tue, 12 Jul 2005 14:56:16 +0000 (14:56 +0000)] 
file bzdbcopy.pl was added on branch BUGZILLA-2_20-BRANCH on 2005-10-18 22:26:27 +0000

20 years agoBug 300334: Bugzilla::User has no need to "use Bugzilla::BugMail" - Patch by Max...
lpsolit%gmail.com [Tue, 12 Jul 2005 08:07:09 +0000 (08:07 +0000)] 
Bug 300334: Bugzilla::User has no need to "use Bugzilla::BugMail" - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r/a=justdave

20 years agoBug 299156: Reduce saniitycheck submitter_id time for large sites
bugreport%peshkin.net [Tue, 12 Jul 2005 00:39:25 +0000 (00:39 +0000)] 
Bug 299156: Reduce saniitycheck submitter_id time for large sites
Patch by Joel Peshkin <bugreport@peshkin.net>
r=mkanat, a=justdave

20 years agoRemove newest-perl-ver as it changes too often, and isn't up-to-date. No bug, r=justd...
mozilla%colinogilvie.co.uk [Sun, 10 Jul 2005 05:38:26 +0000 (05:38 +0000)] 
Remove newest-perl-ver as it changes too often, and isn't up-to-date. No bug, r=justdave,r=mkanat on IRC

20 years agoRemove newest-perl-ver as it changes too often, and isn't up-to-date. No bug, r=justd...
mozilla%colinogilvie.co.uk [Sun, 10 Jul 2005 05:37:26 +0000 (05:37 +0000)] 
Remove newest-perl-ver as it changes too often, and isn't up-to-date. No bug, r=justdave,r=mkanat on IRC

20 years agoUpdate version numbers post-release.
mkanat%kerio.com [Fri, 8 Jul 2005 15:20:01 +0000 (15:20 +0000)] 
Update version numbers post-release.

20 years agoUpdate version numbers for 2.20rc1 release. bugzilla-2.20rc1 release-2.20rc1
mkanat%kerio.com [Fri, 8 Jul 2005 12:49:35 +0000 (12:49 +0000)] 
Update version numbers for 2.20rc1 release.

20 years agoBug 292544: [SECURITY] Can see a security-sensitive bug in buglist.cgi for a short...
mkanat%kerio.com [Fri, 8 Jul 2005 12:35:20 +0000 (12:35 +0000)] 
Bug 292544: [SECURITY] Can see a security-sensitive bug in buglist.cgi for a short time when there are certain performance problems
Patch By Frederic Buclin <LpSolit@gmail.com> r=joel, a=justdave

20 years agoBug 293159: [SECURITY] Anyone can change flags and access bug summaries due to a...
mkanat%kerio.com [Fri, 8 Jul 2005 12:29:14 +0000 (12:29 +0000)] 
Bug 293159: [SECURITY] Anyone can change flags and access bug summaries due to a bad check in Flag::validate() and Flag::modify()
Patch By Frederic Buclin <LpSolit@gmail.com> r=myk, a=justdave

20 years agoBug 278710: Using user dropdown instead of text field disturbs the layout
mkanat%kerio.com [Fri, 8 Jul 2005 11:50:27 +0000 (11:50 +0000)] 
Bug 278710: Using user dropdown instead of text field disturbs the layout
Patch By byron jones (glob) <bugzilla@glob.com.au> r=myk, a=justdave

20 years agoBug 298659: setting authentication to LDAP,DB fails
mkanat%kerio.com [Fri, 8 Jul 2005 11:48:47 +0000 (11:48 +0000)] 
Bug 298659: setting authentication to LDAP,DB fails
Patch By A. Karl Kornel <karl@kornel.name> r=glob, a=justdave