- 25 Mar, 2008 2 commits
-
-
mkanat%bugzilla.org authored
Fix for Bug 399370: bugs_fulltext couldn't be converted to utf8, because it had fulltext indexes on it. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner)
-
mkanat%bugzilla.org authored
Bug 399370: Fulltext search with a LIKE on bugs.short_desc is too slow (make Bugzilla use a separate fulltext table) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
-
- 14 Feb, 2008 1 commit
-
-
mkanat%bugzilla.org authored
Bug 374951: Handle different strange situations in installations and upgrades that can leave you with a half-latin half-utf8 DB. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
-
- 28 Jan, 2008 1 commit
-
-
lpsolit%gmail.com authored
Bug 121069: Remove $dbh->bz_(un)lock_tables from process_bug.cgi and Error.pm in favor of DB transactions. These methods are no longer used and are completely removed now - Patch by FrÃ
dà ric Buclin <LpSolit@gmail.com> r/a=mkanat
-
- 23 Nov, 2007 1 commit
-
-
mkanat%bugzilla.org authored
non-ASCII data, if the utf8 parameter is on. This means that string functions like substr() work properly on multi-byte languages, now. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=mkanat
-
- 24 Jul, 2007 1 commit
-
-
timeless%mozdev.org authored
r=mkanat a=mkanat
-
- 15 Mar, 2007 1 commit
-
-
mkanat%bugzilla.org authored
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
-
- 11 Mar, 2007 1 commit
-
-
mkanat%bugzilla.org authored
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
-
- 09 Mar, 2007 2 commits
-
-
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
-
- 05 Feb, 2007 1 commit
-
-
mkanat%bugzilla.org authored
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
-
- 09 Dec, 2006 1 commit
-
-
lpsolit%gmail.com authored
Bug 361252: checksetup.pl should get confirmation from the user before causing dataloss in UTF8 conversion - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=myk
-
- 20 Nov, 2006 2 commits
-
-
mkanat%bugzilla.org authored
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=justdave
-
mkanat%bugzilla.org authored
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=justdave
-
- 18 Nov, 2006 1 commit
-
-
mkanat%bugzilla.org authored
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
-
- 17 Nov, 2006 1 commit
-
-
olav%bkor.dhs.org authored
Bug 321645: [MySQL 5] MySql Error on insert... "DBD::mysql::st execute failed: Field 'status_whiteboard' ".... Patch by Olav Vitters <olav@bkor.dhs.org> r=gavins a=justdave
-
- 15 Nov, 2006 2 commits
-
-
olav%bkor.dhs.org authored
-
olav%bkor.dhs.org authored
Bug 321645: [MySQL 5] MySql Error on insert... "DBD::mysql::st execute failed: Field 'status_whiteboard' ".... Patch by Olav Vitters <olav@bkor.dhs.org> r=mkanat a=justdave
-
- 29 Jul, 2006 1 commit
-
-
mkanat%bugzilla.org authored
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave
-
- 19 Jun, 2006 1 commit
-
-
vladd%bugzilla.org authored
-
- 18 Jun, 2006 1 commit
-
-
vladd%bugzilla.org authored
Patch for bug 341374: fix checksetup failure when database exists with non-Bugzilla table; patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org>, r=mkanat, a=justdave.
-
- 08 Jun, 2006 1 commit
-
-
uid623 authored
Patch for bug 329178: Remove old code specific to MySQL 3.x from DB::Mysql as we no longer support it; patch by Vlad Dascalu <vladd@bugzilla.org>, r=mkanat, a=myk.
-
- 29 May, 2006 1 commit
-
-
mkanat%bugzilla.org authored
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=myk
-
- 30 Dec, 2005 1 commit
-
-
mkanat%kerio.com authored
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> and Nick Barnes <nb+bz@ravenbrook.com> r=mkanat, r=LpSolit, a=justdave
-
- 25 Dec, 2005 1 commit
-
-
mkanat%kerio.com authored
Bug 307662: checksetup.pl fails at some line (Unknown column 'grant_type' or similar error) when upgrading from 2.18 or below to 2.20 Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave
-
- 23 Dec, 2005 1 commit
-
-
lpsolit%gmail.com authored
Bug 316971: [PostgreSQL] ./collectstats.pl --regenerate fails - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
-
- 19 Dec, 2005 3 commits
-
-
mkanat%kerio.com authored
-
mkanat%kerio.com authored
Patch By Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=mkanat, a=justdave
-
mkanat%kerio.com authored
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
-
- 14 Nov, 2005 1 commit
-
-
lpsolit%gmail.com authored
Bug 301062: [PostgreSQL] whine.pl fails when using PostgreSQL 8.0.x - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=manu a=justdave
-
- 28 Sep, 2005 1 commit
-
-
bugreport%peshkin.net authored
Patch by Joel Peshkin <bugreport@peshkin.net> r=mkanat, a=justdave
-
- 31 Aug, 2005 1 commit
-
-
mkanat%kerio.com authored
Bug 305976: Allow Bugzilla::DB sql_regexp/sql_not_regexp methods to accept string and pattern as arguments Patch By Lance Larsh <lance.larsh@oracle.com> r=joel, a=justdave
-
- 26 Jul, 2005 1 commit
-
-
lpsolit%gmail.com authored
Bug 301967: Some .pm files have invalid POD syntax - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
-
- 15 Jul, 2005 1 commit
-
-
myk%mozilla.org authored
Fix for bug 232612: enables boolean mode fulltext searches for better searching capabilities in the "Find a Specific Bug" page; r=lpsolit
-
- 12 Jul, 2005 1 commit
-
-
mkanat%kerio.com authored
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=joel, a=justdave
-
- 08 Jul, 2005 2 commits
-
-
mkanat%kerio.com authored
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
-
lpsolit%gmail.com authored
Bug 299212: "already locked" errors should be more informative - Patch by Frédéric Buclin <LpSolit@gmail.com> r=glob a=justdave
-
- 15 Jun, 2005 1 commit
-
-
mkanat%kerio.com authored
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=myk
-
- 27 May, 2005 1 commit
-
-
mkanat%kerio.com authored
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
-
- 17 May, 2005 1 commit
-
-
mkanat%kerio.com authored
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=jouni, a=justdave
-