]>
git.ipfire.org Git - thirdparty/bugzilla.git/log
lpsolit%gmail.com [Mon, 10 Aug 2009 11:09:33 +0000 (11:09 +0000)]
Bug 507959: Fix typo - Patch by A.A. Shimono (himorin) <shimono@mozilla.gr.jp> r/a=LpSolit
lpsolit%gmail.com [Mon, 10 Aug 2009 11:06:32 +0000 (11:06 +0000)]
Fix POD for bug 471620, r=dkl
lpsolit%gmail.com [Sun, 9 Aug 2009 20:17:44 +0000 (20:17 +0000)]
Bug 365259: The "Product" select menu in request.cgi doesn't group products by classifications - Patch by Frédéric Buclin <LpSolit@gmail.com> r=dkl a=LpSolit
lpsolit%gmail.com [Sun, 9 Aug 2009 19:51:43 +0000 (19:51 +0000)]
Bug 471620: USER_PASSWORD_MAX_LENGTH is no longer needed - Patch by Frédéric Buclin <LpSolit@gmail.com> r=dkl a=LpSolit
mkanat%bugzilla.org [Sun, 9 Aug 2009 19:09:18 +0000 (19:09 +0000)]
Bug 509328: Make jobqueue.pl respond to the TERM signal
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=mkanat
mkanat%bugzilla.org [Fri, 7 Aug 2009 21:45:31 +0000 (21:45 +0000)]
The original patch for bug 508186 actually broke utf-8 conversion--the tables were converted, but the columns were not. This fixes it.
mkanat%bugzilla.org [Fri, 7 Aug 2009 17:12:25 +0000 (17:12 +0000)]
Bug 509054: Internationalize feature descriptions in checksetup.pl
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
lpsolit%gmail.com [Thu, 6 Aug 2009 16:08:36 +0000 (16:08 +0000)]
Bug 508713: Remove duplicated code in flag/list.html.tmpl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
mkanat%bugzilla.org [Thu, 6 Aug 2009 15:14:47 +0000 (15:14 +0000)]
Bug 508199: A hook for page.cgi
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
mkanat%bugzilla.org [Thu, 6 Aug 2009 15:02:47 +0000 (15:02 +0000)]
Bug 508737: Allow Bugzilla::Template::get_bug_link to take a Bugzilla::Bug object if one is available
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
mkanat%bugzilla.org [Thu, 6 Aug 2009 14:59:37 +0000 (14:59 +0000)]
Bug 508729: Cache Bugzilla::Status::BUG_STATE_OPEN
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
mkanat%bugzilla.org [Thu, 6 Aug 2009 14:56:44 +0000 (14:56 +0000)]
Bug 508186: Speed up UTF-8 table conversion in checksetup
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
mkanat%bugzilla.org [Thu, 6 Aug 2009 14:53:46 +0000 (14:53 +0000)]
Bug 508181: UTF-8 table conversion was failing when there were FKs on the column or on related columns
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
lpsolit%gmail.com [Thu, 6 Aug 2009 02:18:49 +0000 (02:18 +0000)]
Bug 305993: The requestee field may be omitted even when a requestee is already set - Patch by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit
lpsolit%gmail.com [Wed, 5 Aug 2009 12:35:50 +0000 (12:35 +0000)]
Bug 415541: Implement $bug->set_flags() and $attachment->set_flags() - Patch by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit
lpsolit%gmail.com [Wed, 5 Aug 2009 01:25:44 +0000 (01:25 +0000)]
Bug 508416: Bug flags are always displayed in the XML view of bugs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
mkanat%bugzilla.org [Mon, 3 Aug 2009 18:08:09 +0000 (18:08 +0000)]
Additional fix for bug 508023, to make upgrades from 3.1.4 succeed.
mkanat%bugzilla.org [Mon, 3 Aug 2009 15:13:50 +0000 (15:13 +0000)]
Bug 508032: Speed up initializing of email_setting values
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
mkanat%bugzilla.org [Mon, 3 Aug 2009 14:44:00 +0000 (14:44 +0000)]
Bug 508023: Speed up MySQL's bz_alter_column for when we're just adding or removing a DEFAULT
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
mkanat%bugzilla.org [Mon, 3 Aug 2009 14:10:50 +0000 (14:10 +0000)]
Bug 508018: Speed up _fix_defaults for MySQL checksetup upgrades
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
mkanat%bugzilla.org [Mon, 3 Aug 2009 05:14:39 +0000 (05:14 +0000)]
Bug 405970: Make checksetup.pl not rederive regex groups every time it runs (this was significantly slowing down checksetup.pl on large installations when there was nothing to do)
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
lpsolit%gmail.com [Sat, 1 Aug 2009 13:59:28 +0000 (13:59 +0000)]
The previous fix for bug 507389 was bogus, this one is fine, r=mkanat
lpsolit%gmail.com [Sat, 1 Aug 2009 12:35:46 +0000 (12:35 +0000)]
Bug 507389: [SECURITY] Users can see all products when editing bugs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
mkanat%bugzilla.org [Sat, 1 Aug 2009 11:37:36 +0000 (11:37 +0000)]
Bug 507802: Release Notes for Bugzilla 3.4.1
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit
mkanat%bugzilla.org [Sat, 1 Aug 2009 11:32:25 +0000 (11:32 +0000)]
Bug 507326: Make it so that the header template doesn't overwrite any template var named "target".
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
lpsolit%gmail.com [Fri, 31 Jul 2009 15:57:22 +0000 (15:57 +0000)]
Bug 341539: Component list not filtered when a product selected on Request Queue or Edit Flag Types - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
lpsolit%gmail.com [Wed, 29 Jul 2009 15:20:39 +0000 (15:20 +0000)]
Bug 367343: Doc imprecision concerning the "usetargetmilestone" parameter - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks
lpsolit%gmail.com [Wed, 29 Jul 2009 12:29:36 +0000 (12:29 +0000)]
Bug 423963: OS-specific installation notes should be clearer in how to use ScriptInterpreterSource - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap
lpsolit%gmail.com [Wed, 29 Jul 2009 08:18:52 +0000 (08:18 +0000)]
Bug 503543: Merge README, QUICKSTART, UPGRADING - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
lpsolit%gmail.com [Tue, 28 Jul 2009 21:57:27 +0000 (21:57 +0000)]
Bug 233400: The "3rd-party integration" section should point to Bugzilla:Addons on wiki - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave
lpsolit%gmail.com [Tue, 28 Jul 2009 21:24:54 +0000 (21:24 +0000)]
Bug 380267: Release notes for 3.0 don't flag new MySQL version requirement as changed from 2.22 - Patch by Frédéric Buclin <LpSolit@gmail.com> r=dkl
lpsolit%gmail.com [Tue, 28 Jul 2009 18:16:30 +0000 (18:16 +0000)]
Bug 201415: Remove the Introduction (Chapter 2) chapter - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks
lpsolit%gmail.com [Tue, 28 Jul 2009 17:57:35 +0000 (17:57 +0000)]
Bug 450570: Installation docs don't mention install-modules.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat
mkanat%bugzilla.org [Tue, 28 Jul 2009 02:47:56 +0000 (02:47 +0000)]
Bug 506500: Complete Release Notes for Bugzilla 3.4
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit
mkanat%bugzilla.org [Sat, 25 Jul 2009 02:06:50 +0000 (02:06 +0000)]
Bug 506036: Fix typo in install-module.pl POD: --all-upgrade -> --upgrade-all
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
lpsolit%gmail.com [Fri, 24 Jul 2009 18:56:57 +0000 (18:56 +0000)]
Bug 457524: Reports don't calculate totals correctly if one of the axes contain utf-8 data
and
Bug 469794: On windows, export bug list to CSV breaks because of extra line breaks
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
wurblzap%gmail.com [Thu, 23 Jul 2009 21:58:31 +0000 (21:58 +0000)]
Bug 506056 - Status and Resolution in Search description not localizable.
Patch by Marc Schumann <wurblzap@gmail.com>;
r/a=mkanat
lpsolit%gmail.com [Thu, 23 Jul 2009 21:33:54 +0000 (21:33 +0000)]
Bug 504944: Use of uninitialized value in hash element at Bugzilla/Field/Choice.pm line 253 - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
reed%reedloden.com [Thu, 23 Jul 2009 06:36:10 +0000 (06:36 +0000)]
Bug 505640 - "Linkify bug numbers when displaying bug summary at the top of a bug" [p=reed r=LpSolit a=LpSolit]
mkanat%bugzilla.org [Thu, 23 Jul 2009 02:16:15 +0000 (02:16 +0000)]
Bug 505592: Make add_see_also and remove_see_also call check_can_change_field
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
mkanat%bugzilla.org [Wed, 22 Jul 2009 21:34:58 +0000 (21:34 +0000)]
Bug 505484: Fix the return value of Bug.history to be more like the return value of Bug.get
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, r=LpSolit, a=mkanat
dkl%redhat.com [Wed, 22 Jul 2009 19:29:37 +0000 (19:29 +0000)]
Bug 505796 - Bugzilla::Group::grant_direct has refers to $self->{members_direct} instead of $self->{grant_direct}
Patch by Dave Lawrence <dkl@redhat.com> - r/a=LpSolit
mkanat%bugzilla.org [Tue, 21 Jul 2009 18:36:40 +0000 (18:36 +0000)]
Bug 505490: Make Bug.comments and Bug.attachments take an "ids" argument instead of a "bug_ids" argument
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
mkanat%bugzilla.org [Tue, 21 Jul 2009 17:37:09 +0000 (17:37 +0000)]
The POD for Bug.history was incorrectly indented.
mkanat%bugzilla.org [Tue, 21 Jul 2009 16:07:27 +0000 (16:07 +0000)]
Bug 505390: Make Bugzilla (and thus the WebService) throw an error when you try to add a private comment but aren't an insider.
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
lpsolit%gmail.com [Tue, 21 Jul 2009 00:20:45 +0000 (00:20 +0000)]
Bug 504522: The search field on index.cgi is not cleared automatically when entering the field (IE 7 and older only) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=pyrzak r=mkanat a=LpSolit
mkanat%bugzilla.org [Mon, 20 Jul 2009 04:20:44 +0000 (04:20 +0000)]
Bug 490928: Use a clearer word than "Commit" for filing and updating bugs.
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit
mkanat%bugzilla.org [Mon, 20 Jul 2009 04:17:40 +0000 (04:17 +0000)]
Bug 490783: UI should use "Search" everywhere instead of "Find"
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit
mkanat%bugzilla.org [Mon, 20 Jul 2009 04:14:15 +0000 (04:14 +0000)]
Bug 488943: Clarify the text of the "Private" checkbox for comments and attachments
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit
mkanat%bugzilla.org [Mon, 20 Jul 2009 04:10:55 +0000 (04:10 +0000)]
Bug 314364: Make QuickSearch use "matches" for comment searches instead of "substring"
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat
lpsolit%gmail.com [Sat, 18 Jul 2009 17:02:41 +0000 (17:02 +0000)]
Bug 323606: sanitycheck.cgi should offer a link to fix everconfirmed - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
ghendricks%novell.com [Fri, 17 Jul 2009 22:40:09 +0000 (22:40 +0000)]
Bug 456743 - Add the ability to disable field values (mark them as inactive)
patch by ghendricks@novell.com r=LpSolit, a=LpSolit
wicked%sci.fi [Fri, 17 Jul 2009 14:54:21 +0000 (14:54 +0000)]
Bug 472274: Solid black line on the timetracking summary row of buglist looks too heavy, use lighter approach suggested by Aaron Larson - Patch by Teemu Mannermaa <wicked@sci.fi> r/a=mkanat
lpsolit%gmail.com [Fri, 17 Jul 2009 01:03:15 +0000 (01:03 +0000)]
Bug 503290: Email::Send 2.196 has a bug in the SMTP module - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
lpsolit%gmail.com [Thu, 16 Jul 2009 01:30:48 +0000 (01:30 +0000)]
Bug 476305: Clean up and merge HTML filtering code - Patch by Vitaly Fedrushkov <vitaly.fedrushkov@gmail.com> r/a=LpSolit
lpsolit%gmail.com [Thu, 16 Jul 2009 01:16:11 +0000 (01:16 +0000)]
Bug 504418: mod_perl CGI requirement no longer newer than base CGI requirement - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
wicked%sci.fi [Tue, 14 Jul 2009 03:59:44 +0000 (03:59 +0000)]
Bug 448690: Changing columns after editing a saved search forgets edits - Patch by Teemu Mannermaa <wicked@sci.fi> r/a=LpSolit
wicked%sci.fi [Tue, 14 Jul 2009 03:33:47 +0000 (03:33 +0000)]
Bug 369139: Add titles to creating and updating a tag messages - Patch by Teemu Mannermaa <wicked@sci.fi> r/a=LpSolit
lpsolit%gmail.com [Thu, 9 Jul 2009 15:46:53 +0000 (15:46 +0000)]
Bug 352615: Group empty cells together to reduce the size of the diff page - Patch by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit (module owner)
mkanat%bugzilla.org [Wed, 8 Jul 2009 13:54:46 +0000 (13:54 +0000)]
Bug 495257: [SECURITY] Make check_can_change_field enforce permissions on confirming a bug and on which bug statuses a user can set
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
mkanat%bugzilla.org [Wed, 8 Jul 2009 10:08:47 +0000 (10:08 +0000)]
Bug 494037: Release Notes for Bugzilla 3.4rc1
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
mkanat%bugzilla.org [Wed, 8 Jul 2009 09:22:14 +0000 (09:22 +0000)]
Bug 502975: cf-js.html.tmpl was missing [% USE Bugzilla %], breaking the visibility-controller field settings.
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
lpsolit%gmail.com [Tue, 7 Jul 2009 22:41:51 +0000 (22:41 +0000)]
Bug 502950: Unconfirming a bug doesn't reset everconfirmed to 0 - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
mkanat%bugzilla.org [Tue, 7 Jul 2009 22:41:03 +0000 (22:41 +0000)]
Bug 502807: Rename Bug.get_history to Bug.history
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
mkanat%bugzilla.org [Tue, 7 Jul 2009 22:39:31 +0000 (22:39 +0000)]
Bug 502698: jsonrpc.cgi was missing "use Bugzilla::Error"
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=Lpsolit
mkanat%bugzilla.org [Tue, 7 Jul 2009 18:16:51 +0000 (18:16 +0000)]
Bug 491467: Make Search.pm and buglist.cgi consistently take column ids for the "fields" and "order" arguments, to prevent problems with using SQL fragments in the order and columnlist.
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat
mkanat%bugzilla.org [Tue, 7 Jul 2009 11:53:39 +0000 (11:53 +0000)]
Bug 502641: Fix various problems that would occur when you would log in from buglist.cgi
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
lpsolit%gmail.com [Tue, 7 Jul 2009 11:08:19 +0000 (11:08 +0000)]
Bug 502682: CheckIfVotedConfirmed fails to confirm a bug if you don't have the permissions to set status/everconfirmed - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
lpsolit%gmail.com [Sun, 5 Jul 2009 22:59:22 +0000 (22:59 +0000)]
Bug 502498: Use of uninitialized value in string eq at Bugzilla/CGI.pm line 289 - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
mkanat%bugzilla.org [Sat, 4 Jul 2009 12:14:50 +0000 (12:14 +0000)]
Bug 501538: Make $cgi->param() also check GET variables during a POST, so that POST forms with query-string variables in the target (like the login form) work correctly.
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
mkanat%bugzilla.org [Sat, 4 Jul 2009 12:04:35 +0000 (12:04 +0000)]
Bug 494427: Instead of sending <nil> for undef elements in the WebService, just strip the items from the return value.
Patch by Rosie Clarkson <rosie.clarkson@planningportal.gov.uk> r=mkanat, a=mkanat
mkanat%bugzilla.org [Wed, 1 Jul 2009 11:32:28 +0000 (11:32 +0000)]
Bug 490333: Implement a method to get all attachment information from a given bug (Bug.attachments)
Patch by Tiago Mello <timello@gmail.com> r=mkanat, a=mkanat
lpsolit%gmail.com [Wed, 1 Jul 2009 11:02:20 +0000 (11:02 +0000)]
Bug 500900: Confirming bugs requires NEW state to exist - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
lpsolit%gmail.com [Mon, 29 Jun 2009 20:38:18 +0000 (20:38 +0000)]
Bug 500350: [Oracle] Use of uninitialized value in pattern match (m//) at Bugzilla/DB/Schema/Oracle.pm line 149 - Patch by Xiaoou <xiaoou.wu@oracle.com> r/a=mkanat
bbaetz%acm.org [Mon, 29 Jun 2009 09:09:12 +0000 (09:09 +0000)]
Bug 499103 - page_requires_login check uses undefined variable
r/a=mkanat
lpsolit%gmail.com [Thu, 25 Jun 2009 01:01:18 +0000 (01:01 +0000)]
Bug 304267: Large lists in admin pages fail to display (they take too much time) - Patch by Michael Thomas <mockodin@gmail.com> r/a=LpSolit
lpsolit%gmail.com [Mon, 22 Jun 2009 23:44:33 +0000 (23:44 +0000)]
Bug 477464: Move JS code out of attachment/edit.html.tmpl - Patch by Nitish Bezzala <nbezzala@yahoo.com> r/a=LpSolit
bbaetz%acm.org [Mon, 22 Jun 2009 08:49:56 +0000 (08:49 +0000)]
Bug 491748 - fix copyright
(r/a=mkanat on original)
bbaetz%acm.org [Mon, 22 Jun 2009 08:37:10 +0000 (08:37 +0000)]
Bug 491748 - Hook for bug creation
mkanat%bugzilla.org [Sun, 21 Jun 2009 19:36:52 +0000 (19:36 +0000)]
Bug 498318: Speed up field-descs.none.tmpl
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
mkanat%bugzilla.org [Sun, 21 Jun 2009 19:33:40 +0000 (19:33 +0000)]
Bug 463598: Improve the performance of the JavaScript that adjusts field values based on the value of another field
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat
bbaetz%acm.org [Fri, 19 Jun 2009 02:08:38 +0000 (02:08 +0000)]
Bug 499121 - Cache user objects for Bug::GetComments
r/a=mkanat
bbaetz%acm.org [Fri, 12 Jun 2009 06:18:27 +0000 (06:18 +0000)]
496856 - correct patch
(original patch r/a=mkanat)
bbaetz%acm.org [Wed, 10 Jun 2009 06:18:16 +0000 (06:18 +0000)]
Bug 496856 - Fix token.cgi transaction handling
ghendricks%novell.com [Tue, 9 Jun 2009 17:24:43 +0000 (17:24 +0000)]
Bug 497030 - Products are created closed for bug entry
patch by ghendricks@novell.com r=LpSolit a=LpSolit
mkanat%bugzilla.org [Thu, 4 Jun 2009 22:54:38 +0000 (22:54 +0000)]
Bug 493642: Never include hidden_fields in the header/footer login form, and when a REQUIRE_LOGIN page shows a login form, hide the header/footer login form.
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
lpsolit%gmail.com [Wed, 3 Jun 2009 21:24:36 +0000 (21:24 +0000)]
Bug 495865: Buttons to change columns are rendered incorrectly in Internet Explorer 8 - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
lpsolit%gmail.com [Wed, 3 Jun 2009 10:51:23 +0000 (10:51 +0000)]
Bug 494072: editvalues.cgi lets you edit product names - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
wurblzap%gmail.com [Tue, 2 Jun 2009 22:00:10 +0000 (22:00 +0000)]
Bug 457657 â\80 \93 Make e-mail comment header localizable.
Patch by Marc Schumann <wurblzap@gmail.com>,
r/a=LpSolit
mkanat%bugzilla.org [Tue, 2 Jun 2009 03:49:21 +0000 (03:49 +0000)]
Bug 194272: Provide a way to browse bugs instead of searching for them
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit
mkanat%bugzilla.org [Tue, 2 Jun 2009 03:47:22 +0000 (03:47 +0000)]
Bug 491630: Make sure DateTime never gets fractional "seconds" in new()
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
mkanat%bugzilla.org [Tue, 2 Jun 2009 00:10:04 +0000 (00:10 +0000)]
Bug 495783: Create the default Classification before setting up foreign keys, so that the products.classification_id -> classifications.id FK doesn't fail during upgrades that add the classification_id column.
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
ghendricks%novell.com [Mon, 1 Jun 2009 14:43:12 +0000 (14:43 +0000)]
Bug 494628 - Crash when trying to file a bug in a closed product r=LpSolit patch by ghendricks@novell.com
lpsolit%gmail.com [Sat, 30 May 2009 13:26:12 +0000 (13:26 +0000)]
Bug 311973: Create admin/classifications/footer.html.tmpl to avoid code duplication - Patch by Nitish Bezzala <nbezzala@yahoo.com> r/a=LpSolit
lpsolit%gmail.com [Sat, 30 May 2009 11:58:04 +0000 (11:58 +0000)]
Bug 462073: Add FK constraints to the profile_setting table - Patch by Nitish Bezzala <nbezzala@yahoo.com> r/a=mkanat
lpsolit%gmail.com [Sat, 30 May 2009 11:54:23 +0000 (11:54 +0000)]
Bug 462072: Add FK constraints to the products table - Patch by Nitish Bezzala <nbezzala@yahoo.com> r/a=mkanat
lpsolit%gmail.com [Sat, 30 May 2009 11:49:49 +0000 (11:49 +0000)]
Bug 462070: Add FK constraints to the status_workflow table - Patch by Nitish Bezzala <nbezzala@yahoo.com> r/a=mkanat
bbaetz%acm.org [Fri, 29 May 2009 00:59:39 +0000 (00:59 +0000)]
Bug 494751 - Toggling Add/Don't add attachment doesn't reset JS state
r/a=mkanat
dkl%redhat.com [Tue, 26 May 2009 21:17:43 +0000 (21:17 +0000)]
Bug 462067 - Add FK constraints to the bugs table for user, product, and component int fields
Patch by David Lawrence <dkl@redhat.com> - r=mkanat a=LpSolit
lpsolit%gmail.com [Mon, 25 May 2009 17:02:59 +0000 (17:02 +0000)]
Bug 494643: Do not pass the same columns twice to the SQL query - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit