- 01 Feb, 2010 2 commits
-
-
Max Kanat-Alexander authored
Bug 538705: Assure that Bugzilla->dbh doesn't become invalid under MySQL during long jobqueue.pl runs. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
-
Frédéric Buclin authored
Bug 533363: [PostgreSQL] Using "Bug ID contains foo" in boolean charts or "Exclude bug numbered" charts crash PostgreSQL 8.3 and newer (non-character data types are no longer automatically cast to TEXT) Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
-
- 31 Dec, 2009 2 commits
-
-
mkanat%bugzilla.org authored
Bug 531841: Change all hour-related database fields to decimal(7,3) so that they can store numbers greater than 999.99 in modern versions of MySQL. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
-
mkanat%bugzilla.org authored
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=LpSolit
-
- 17 Dec, 2009 1 commit
-
-
mkanat%bugzilla.org authored
Bug 162060: Remove the relationship between "votestoconfirm" and whether or not the UNCONFIRMED status is available, by adding a checkbox to enable the UNCONFIRMED status in editproducts.cgi. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
-
- 13 Dec, 2009 3 commits
-
-
mkanat%bugzilla.org authored
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
-
mkanat%bugzilla.org authored
Patch by Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
-
mkanat%bugzilla.org authored
Bug 355283: Lock out a user account on a particular IP for 30 minutes if they fail to log in 5 times from that IP. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
-
- 24 Nov, 2009 1 commit
-
-
mkanat%bugzilla.org authored
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
-
- 24 Oct, 2009 1 commit
-
-
mkanat%bugzilla.org authored
Bug 519584: Implement a framework for migrating from other bug-trackers, and start with a GNATS importer. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
-
- 18 Oct, 2009 1 commit
-
-
lpsolit%gmail.com authored
Bug 399073: Remove the 'loginnetmask' parameter - Patch by FrÃ
dà ric Buclin <LpSolit@gmail.com> r/a=mkanat
-
- 28 Sep, 2009 1 commit
-
-
lpsolit%gmail.com authored
Bug 519032: Remove the unused "last_viewed" column from the "series" DB table - Patch by FrÃ
dà ric Buclin <LpSolit@gmail.com> r/a=mkanat
-
- 20 Sep, 2009 1 commit
-
-
mkanat%bugzilla.org authored
Patch by Gerard J. Cerchio <gjpc@circlesoft.com> r=mkanat, a=mkanat
-
- 06 Sep, 2009 1 commit
-
-
mkanat%bugzilla.org authored
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
-
- 03 Sep, 2009 1 commit
-
-
justdave%bugzilla.org authored
r=mkanat, a=mkanat
-
- 18 Aug, 2009 1 commit
-
-
mkanat%bugzilla.org authored
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
-
- 17 Aug, 2009 1 commit
-
-
mkanat%bugzilla.org authored
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat Patch by Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
-
- 07 Aug, 2009 1 commit
-
-
mkanat%bugzilla.org authored
The original patch for bug 508186 actually broke utf-8 conversion--the tables were converted, but the columns were not. This fixes it.
-
- 06 Aug, 2009 2 commits
-
-
mkanat%bugzilla.org authored
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
-
mkanat%bugzilla.org authored
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
-
- 03 Aug, 2009 3 commits
-
-
mkanat%bugzilla.org authored
-
mkanat%bugzilla.org authored
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
-
mkanat%bugzilla.org authored
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
-
- 07 Jul, 2009 1 commit
-
-
mkanat%bugzilla.org authored
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
-
- 29 Jun, 2009 1 commit
-
-
lpsolit%gmail.com authored
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
-
- 30 May, 2009 3 commits
-
-
lpsolit%gmail.com authored
Bug 462073: Add FK constraints to the profile_setting table - Patch by Nitish Bezzala <nbezzala@yahoo.com> r/a=mkanat
-
lpsolit%gmail.com authored
Bug 462072: Add FK constraints to the products table - Patch by Nitish Bezzala <nbezzala@yahoo.com> r/a=mkanat
-
lpsolit%gmail.com authored
Bug 462070: Add FK constraints to the status_workflow table - Patch by Nitish Bezzala <nbezzala@yahoo.com> r/a=mkanat
-
- 26 May, 2009 1 commit
-
-
dkl%redhat.com authored
Patch by David Lawrence <dkl@redhat.com> - r=mkanat a=LpSolit
-
- 20 May, 2009 1 commit
-
-
ghendricks%novell.com authored
patch by ghendricks r=mkanat a=mkanat
-
- 06 Apr, 2009 1 commit
-
-
wicked%sci.fi authored
Bug 302420: Allow whining messages to be sent even without any results - Patch by Micheal J. Tosh <michael.j.tosh@lmco.com> r=wicked a=mkanat
-
- 04 Apr, 2009 1 commit
-
-
mkanat%bugzilla.org authored
Bug 486239: [Oracle] Missing keyword RESTRICT on fk creation (DB::Schema explicitly specified DELETE => 'RESTRICT') Patch by Xiaoou Wu <xiaoou.wu@oracle.com> and Max Kanat-Alexander <mkanat@bugzilla.org> r=mkanat
-
- 31 Mar, 2009 2 commits
-
-
lpsolit%gmail.com authored
Bug 462068: Add FK constraints to the longdescs table - Patch by Vipin Hegde <vipinhegde@gmail.com> r/a=mkanat
-
lpsolit%gmail.com authored
Bug 478972: Remove the 'useentrygroupdefault' parameter - Patch by FrÃ
dà ric Buclin <LpSolit@gmail.com> r/a=mkanat
-
- 30 Mar, 2009 1 commit
-
-
mkanat%bugzilla.org authored
Patch by arbingersys@gmail.com r=mkanat, a=mkanat
-
- 02 Mar, 2009 1 commit
-
-
mkanat%bugzilla.org authored
Bug 480001: MySQL 5.1.31 throws an error when you try to SET SESSION max_allowed_packet (and previous versions of MySQL were just ignoring the SET SESSION), so just warn people if their max_allowed_packet is too small Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
-
- 26 Feb, 2009 1 commit
-
-
lpsolit%gmail.com authored
Bug 477745: [Oracle] Search doesn't work because of sql_string_until - Patch by Xiaoou <xiaoou.wu@oracle.com> r/a=mkanat
-
- 20 Feb, 2009 1 commit
-
-
lpsolit%gmail.com authored
Bug 477459: buglist.cgi crashes for logged out users if the "Reporter" column is displayed - Patches by FrÃ
dà ric Buclin <LpSolit@gmail.com> and Xiaoou <xiaoou.wu@oracle.com> r/a=mkanat
-
- 22 Jan, 2009 1 commit
-
-
mkanat%bugzilla.org authored
Bug 472872: Add a field where people can put the URLs to Bugzilla bugs (from any Bugzilla installation) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
-
- 15 Jan, 2009 1 commit
-
-
lpsolit%gmail.com authored
Bug 344878: Automatically generate list of acceptable columns for buglist.cgi from the database - Patch by Teemu Mannermaa <wicked@sci.fi> r/a=mkanat
-