Commit Graph

100 Commits

Author SHA1 Message Date
vladd%bugzilla.org
e4054c6dae Spelling patch: use the right spelling form for 'overridden'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 18:17:23 +00:00
vladd%bugzilla.org
e838c5c53d Spelling in code comments patch: 'supprt' -> 'support'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 15:00:46 +00:00
vladd%bugzilla.org
ba4f12f92a Spelling in code comments patch: 'defintions' -> 'definitions'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 14:56:56 +00:00
vladd%bugzilla.org
3d0be45294 Spelling in code comments patch: 'ddatetime' -> 'datetime'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 14:53:56 +00:00
vladd%bugzilla.org
e5d42bb680 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. 2006-06-18 16:55:20 +00:00
uid623
ebf7488e6c 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. 2006-06-07 21:50:13 +00:00
mkanat%bugzilla.org
132807252c Bug 302876: Database Version-Checking needs to be more modular and more generic
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=myk
2006-05-29 03:02:46 +00:00
mkanat%bugzilla.org
11b93b7d57 Bug 96431: It's possible to write an essay in the Summary field.
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-05-10 15:49:30 +00:00
lpsolit%gmail.com
231f4b3551 Bug 322285: Cancelling a flag should remove it completely from the DB - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=myk 2006-04-14 16:50:47 +00:00
lpsolit%gmail.com
a837fa1066 Bug 329537: [PostgreSQL] Bugzilla::DB::Pg can't alter a column to be SERIAL - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave 2006-04-14 16:39:53 +00:00
mkanat%kerio.com
d5346ff019 Bug 328063: [PostgreSQL] Bugzilla::DB::Pg does not support adding a new SERIAL-type column to a table
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-02-22 10:50:36 +00:00
lpsolit%gmail.com
14cf6b610f Bug 225221: The 'longdescs' table needs a primary key - Patch by Albert Ting <altlst@sonic.net> r=mkanat a=justdave 2006-02-21 17:38:51 +00:00
lpsolit%gmail.com
00e1d8b314 Bug 287325: Ability to add custom plain-text fields to a Bug - Patch by Myk Melez <myk@mozilla.org> r=mkanat a=justdave 2006-02-21 13:08:24 +00:00
myk%mozilla.org
40ef8793a1 Backing out fix for bug 287325 (initial implementation of custom fields): turns out the tree is not yet open for 2.24 checkins after all. I'll check this back in once the tree opens for 2.24 checkins, which lpsolit says will be in about a month. 2006-01-06 14:38:43 +00:00
myk%mozilla.org
b6e4f982d8 Bug 287325: an initial implementation of custom fields, including the ability to add text custom fields via the command-line script customfield.pl, search them via the boolean charts, display and edit them on the show bug page, and see changes to them in bug activity; r=mkanat, glob 2006-01-06 14:23:05 +00:00
lpsolit%gmail.com
fd389f7e0d Bug 119524: SECURITY: predictable sessionid (Use a token instead of logincookie) - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=mkanat a=justdave 2006-01-03 14:45:22 +00:00
mkanat%kerio.com
67dacfaeee Bug 311047: populating enum tables fails without localconfig, when upgrading
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> and Nick Barnes <nb+bz@ravenbrook.com> r=mkanat, r=LpSolit, a=justdave
2005-12-29 22:27:26 +00:00
mkanat%kerio.com
5996f93cf1 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
2005-12-25 13:27:25 +00:00
lpsolit%gmail.com
5b51897053 Bug 316971: [PostgreSQL] ./collectstats.pl --regenerate fails - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2005-12-23 02:01:54 +00:00
mkanat%kerio.com
426ae4a6a1 Back out bug 297187: see comment 20. 2005-12-18 20:01:13 +00:00
mkanat%kerio.com
e5e44d169f Bug 310325: Workaround MySQL bug incorrectly thinking a column contains NULL values
Patch By Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=mkanat, a=justdave
2005-12-18 18:55:02 +00:00
mkanat%kerio.com
0faeccc592 Bug 310231: MySQL-specific get_alter_column_ddl will not drop primary key
Patch By Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=mkanat, a=justdave
2005-12-18 18:53:00 +00:00
mkanat%kerio.com
d690d4c437 Bug 297187: checksetup.pl: primary key for groups exists. ( bit ) conflict with id as primary key
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-12-18 18:49:58 +00:00
lpsolit%gmail.com
9054ecca63 Bug 301141: [PostgreSQL] New charts throw an error about FROM_UNIXTIME - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2005-11-15 09:53:00 +00:00
lpsolit%gmail.com
0f7661d9ca 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 2005-11-13 17:32:12 +00:00
lpsolit%gmail.com
b3d9919657 Bug 305927: [PostgreSQL] Adding a new product partly fails when 'makeproductgroups' is enabled - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2005-11-05 12:15:57 +00:00
lpsolit%gmail.com
4bbe52a4c7 Bug 313020: Implement the ability to add individual bugs to saved searches - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=joel a=justdave 2005-10-25 17:55:13 +00:00
bugreport%peshkin.net
8a92bd9e82 Bug 149504 Permit a reference to a URL to be treated as an attachment
Patch by Joel Peshkin <bugreport@peshkin.net>
r=lpsolit, a=justdave
2005-10-19 20:16:15 +00:00
bugreport%peshkin.net
6142bcb051 Bug 307602: Smooth attach_data upgrade for sites with huge attachment tables
Patch by Joel Peshkin <bugreport@peshkin.net>
r=mkanat, a=justdave
2005-09-27 17:16:56 +00:00
lpsolit%gmail.com
b660ee1098 Bug 301392: Storable crashes checksetup with byte order error when moving databases - Patch by Dennis Melentyev <dennis.melentyev@infopulse.com.ua> r=mkanat a=justdave 2005-09-25 20:37:51 +00:00
mkanat%kerio.com
49397368af Bug 308717: Column name "PUBLIC" in SERIES table is an Oracle reserved word
Patch By Lance Larsh <lance.larsh@oracle.com> r=mkanat, a=justdave
2005-09-23 14:24:35 +00:00
lpsolit%gmail.com
c942ea1f76 Bug 307764: CREATE TABLE column definitions should put DEFAULT attribute before NOT NULL constraint - Patch by Lance Larsh <lance.larsh@oracle.com> r=mkanat a=justdave 2005-09-12 14:18:51 +00:00
mkanat%kerio.com
1417ffc0c4 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
2005-09-04 08:12:37 +00:00
mkanat%kerio.com
22d2251946 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
2005-08-31 08:00:25 +00:00
bugreport%peshkin.net
fa88e9516c Bug 305333: Move attachments.thedata to its own table
Patch by Joel Peshkin <bugreport@peshkin.net>
r=lpsolit, a=justdave
2005-08-26 23:11:33 +00:00
mkanat%kerio.com
1d20c7a55c Bug 296054: [PostgreSQL] Cannot add a new query for event/whining
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-08-17 18:24:45 +00:00
mkanat%kerio.com
6b16ef1ad2 Bug 301901: Index rename failure when renaming an index called PRIMARY
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave
2005-08-01 10:06:43 +00:00
lpsolit%gmail.com
39e056ccb5 Bug 301967: Some .pm files have invalid POD syntax - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave 2005-07-26 14:09:48 +00:00
myk%mozilla.org
d81d88d2ab Fix for bug 232612: enables boolean mode fulltext searches for better searching capabilities in the "Find a Specific Bug" page;
r=lpsolit
2005-07-15 02:05:10 +00:00
mkanat%kerio.com
8dc86d3a75 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
2005-07-13 04:04:13 +00:00
mkanat%kerio.com
bd6ef7218b Bug 204217: require MySQL version 4.0+
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=joel, a=justdave
2005-07-11 22:07:24 +00:00
bugreport%peshkin.net
eb5cb98986 Bug 299156: Reduce saniitycheck submitter_id time for large sites
Patch by Joel Peshkin <bugreport@peshkin.net>
r=mkanat, a=justdave
2005-07-11 17:34:47 +00:00
mkanat%kerio.com
4b86688179 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
2005-07-08 05:35:21 +00:00
mkanat%kerio.com
0c94f9fb90 Bug 285695: [PostgreSQL] Username checks for login, etc. need to be case insensitive
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-07-08 02:31:43 +00:00
lpsolit%gmail.com
70e0ee6afb Bug 299212: "already locked" errors should be more informative - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=glob a=justdave 2005-07-07 21:15:20 +00:00
mkanat%kerio.com
770433b8fc Bug 296039: [PostgreSQL] Cannot create a new product
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=myk
2005-06-21 01:39:07 +00:00
mkanat%kerio.com
2ea838f869 Bug 293501: Add me to files where I belong and fix kerio.com emails
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=myk
2005-06-15 03:55:00 +00:00
mkanat%kerio.com
f986e37595 Bug 291803: PostgreSQL dies when you insert a string longer than 2700 characters into an indexed field
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=jouni, a=justdave
2005-06-09 04:42:46 +00:00
mkanat%kerio.com
06a1e6600a Bug 286672: Require correct DBD depending on the $db_driver in use
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-05-26 20:09:22 +00:00
mkanat%kerio.com
d7fc92b668 Bug 290677: Index rename time estimate is too short on large sites
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=jouni, a=justdave
2005-05-16 23:45:27 +00:00