Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 488931: Change the default priority values to be human-readable words ↵ | mkanat%bugzilla.org | 2009-09-30 | 1 | -1/+1 |
| | | | | | | instead of P1, P2, etc. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | ||||
* | Bug 509497: Implement sql_group_concat for all databases | mkanat%bugzilla.org | 2009-08-17 | 1 | -1/+2 |
| | | | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat Patch by Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | ||||
* | Bug 508181: UTF-8 table conversion was failing when there were FKs on the ↵ | mkanat%bugzilla.org | 2009-08-06 | 1 | -0/+22 |
| | | | | | | column or on related columns Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | ||||
* | Bug 491467: Make Search.pm and buglist.cgi consistently take column ids for ↵ | mkanat%bugzilla.org | 2009-07-07 | 1 | -1/+0 |
| | | | | | | 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 | ||||
* | Bug 477459: buglist.cgi crashes for logged out users if the "Reporter" ↵ | lpsolit%gmail.com | 2009-02-20 | 1 | -1/+1 |
| | | | | column is displayed - Patches by Frédéric Buclin <LpSolit@gmail.com> and Xiaoou <xiaoou.wu@oracle.com> r/a=mkanat | ||||
* | Bug 219021: Only display email addresses to logged-in users | mkanat%bugzilla.org | 2009-01-29 | 1 | -0/+25 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
* | Bug 463688: editusers.cgi no longer lets you search for users using regular ↵ | lpsolit%gmail.com | 2008-12-03 | 1 | -7/+6 |
| | | | | expressions - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=xiaoou a=LpSolit | ||||
* | Oh, actually, Xiaoou was right about where the constraint is supposed to go. | mkanat%bugzilla.org | 2008-11-05 | 1 | -2/+2 |
| | |||||
* | Bug 460421: [Oracle] Adding custom fields with type FIELD_TYPE_MULTI_SELECT ↵ | mkanat%bugzilla.org | 2008-11-05 | 1 | -1/+1 |
| | | | | | | requires a unique constraint on the "value" column Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | ||||
* | Bug 291433: Ability to have custom fields whose visibility depends on the ↵ | mkanat%bugzilla.org | 2008-10-25 | 1 | -5/+9 |
| | | | | | | values of other fields Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat | ||||
* | Bug 455857: [Oracle] 'Find a Specific Bug' doesn't work - Patch by Xiaoou ↵ | lpsolit%gmail.com | 2008-10-17 | 1 | -0/+1 |
| | | | | <xiaoou.wu@oracle.com> r/a=mkanat | ||||
* | Bug 440188: buglist.cgi should display EXPLAIN output when &debug=1 | mkanat%bugzilla.org | 2008-08-01 | 1 | -1/+1 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | ||||
* | Bug 442863: ON DELETE CASCADE Foreign Keys should automatically delete ↵ | mkanat%bugzilla.org | 2008-07-01 | 1 | -20/+39 |
| | | | | | | invalid values during checksetup Patch By Max Kanat-Alexander (module owner) a=mkanat | ||||
* | Bug 327344: Create sql_iposition and use it in Search.pm to fix the fact ↵ | mkanat%bugzilla.org | 2008-06-30 | 1 | -1/+15 |
| | | | | | | that searching for Turkish characters didn't do case-insensitivity properly. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | ||||
* | Bug 429804: Add Foreign Keys to Multiselect fields | mkanat%bugzilla.org | 2008-06-29 | 1 | -4/+10 |
| | | | | Patch By Alex Eiser <aeiser@arc.nasa.gov> r=mkanat, a=mkanat | ||||
* | Bug 157092 â Implement a checking mechanism for invalid regexp | dkl%redhat.com | 2008-06-19 | 1 | -0/+9 |
| | | | | Patch by David Lawrence <dkl@redhat.com> - r/a=mkanat | ||||
* | Bug 429847: config.cgi should include additional information about custom ↵ | lpsolit%gmail.com | 2008-04-20 | 1 | -40/+0 |
| | | | | fields - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | ||||
* | Bug 419979: Bugzilla::DB::bz_add_field_table directly modifies the ↵ | mkanat%bugzilla.org | 2008-03-25 | 1 | -8/+13 |
| | | | | | | FIELD_TABLE_SCHEMA constant Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | ||||
* | Bug 349369: Allow unused custom fields to be deleted from editfields.cgi - ↵ | lpsolit%gmail.com | 2008-02-06 | 1 | -0/+7 |
| | | | | Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=LpSolit | ||||
* | Bug 121069: Remove $dbh->bz_(un)lock_tables from process_bug.cgi and ↵ | lpsolit%gmail.com | 2008-01-28 | 1 | -115/+1 |
| | | | | 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 | ||||
* | Bug 408172: [Oracle] Bug lists longer than 1000 bugs fail | mkanat%bugzilla.org | 2008-01-18 | 1 | -0/+31 |
| | | | | Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | ||||
* | Bug 408766: Apache::DBI was unnecessary and was causing problems for some users. | mkanat%bugzilla.org | 2007-12-19 | 1 | -1/+0 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=mkanat | ||||
* | Bug 369062 prior should read "earlier" in edit groups | timeless%mozdev.org | 2007-12-16 | 1 | -1/+1 |
| | | | | r=lpsolit a=lpsolit | ||||
* | Bug 408032: [Oracle] Make bzdbcopy.pl work with Oracle | mkanat%bugzilla.org | 2007-12-13 | 1 | -0/+31 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | ||||
* | Bug 310717: [Oracle] Bugzilla::DB::Oracle module | mkanat%bugzilla.org | 2007-12-11 | 1 | -0/+56 |
| | | | | | Bug 310718: [Oracle] Bugzilla::DB::Schema::Oracle module Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | ||||
* | Bug 287330: Multi-Select Custom Fields | mkanat%bugzilla.org | 2007-09-08 | 1 | -3/+15 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
* | Bug 257351: collectstats.pl dies if an invalid series is defined - Patch by ↵ | lpsolit%gmail.com | 2007-08-20 | 1 | -1/+1 |
| | | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | ||||
* | Bug 388765: Bugzilla::DB::db_new should accept attributes that *override* ↵ | mkanat%bugzilla.org | 2007-07-19 | 1 | -15/+23 |
| | | | | | | the default attributes Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | ||||
* | Bug 377564: Indexes are not renamed when renaming tables | mkanat%bugzilla.org | 2007-04-19 | 1 | -0/+11 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | ||||
* | Bug 373869: Custom field names must be all lowercase or buglist.cgi sorting ↵ | justdave%bugzilla.org | 2007-04-15 | 1 | -1/+43 |
| | | | | | | | throws an error Patch by mkanat and justdave r=LpSolit,mkanat; a=mkanat | ||||
* | Bug 374215: Move all generally-useful Installation subroutines to ↵ | mkanat%bugzilla.org | 2007-03-16 | 1 | -0/+1 |
| | | | | | | Bugzilla::Install::Util Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | ||||
* | Bug 374024: Abstract-out isolation level in Bugzilla::DB so drivers can ↵ | mkanat%bugzilla.org | 2007-03-15 | 1 | -2/+11 |
| | | | | | | choose their own level Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | ||||
* | Bug 374004: Enable transaction code and use it in some installation places | mkanat%bugzilla.org | 2007-03-15 | 1 | -21/+43 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | ||||
* | Bug 373442: Add referential integrity against the profiles table in some ↵ | mkanat%bugzilla.org | 2007-03-11 | 1 | -6/+86 |
| | | | | | | more simple places Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | ||||
* | Bug 347439: Implement support for referential integrity in ↵ | mkanat%bugzilla.org | 2007-03-10 | 1 | -2/+3 |
| | | | | | | Bugzilla::DB::Schema and implement it on profiles_activity Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | ||||
* | Bug 364055: Message confusing when your version of DBD::foo is too old - ↵ | lpsolit%gmail.com | 2006-12-17 | 1 | -1/+1 |
| | | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave | ||||
* | Bug 360710: checksetup.pl needs to blacklist some non-working external modules | mkanat%bugzilla.org | 2006-12-14 | 1 | -3/+4 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | ||||
* | Bug 304550: Bugzilla should always store data in MySQL as UTF-8 | mkanat%bugzilla.org | 2006-11-18 | 1 | -3/+13 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | ||||
* | Bug 350307: Split out the create and update functionality of ↵ | mkanat%bugzilla.org | 2006-11-13 | 1 | -0/+2 |
| | | | | | | Bugzilla::Field::create_or_update Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | ||||
* | Bug 192451: Checksetup should prioritize missing module whines | mkanat%bugzilla.org | 2006-10-17 | 1 | -1/+1 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk | ||||
* | Bug 352235: Use Bugzilla->localconfig everywhere instead of :localconfig ↵ | mkanat%bugzilla.org | 2006-09-19 | 1 | -14/+21 |
| | | | | | | from Bugzilla::Config Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | ||||
* | Bug 352608: Make checksetup more localizable | mkanat%bugzilla.org | 2006-09-14 | 1 | -18/+20 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk | ||||
* | Bug 287326: Ability to add custom single-select fields to a bug - Patch by ↵ | lpsolit%gmail.com | 2006-09-09 | 1 | -1/+16 |
| | | | | Frédéric Buclin <LpSolit@gmail.com> and Max Kanat-Alexander <mkanat@bugzilla.org> r=mkanat a=myk | ||||
* | Bug 13534: Remove REMIND and LATER from the default resolution list (only ↵ | lpsolit%gmail.com | 2006-09-04 | 1 | -2/+2 |
| | | | | affects new installations) - Patch by Paul <pdemarco@zoominternet.net> r=LpSolit a=myk | ||||
* | Bug 350649: Improve the rendering of POD from Bugzilla::DB | mkanat%bugzilla.org | 2006-08-31 | 1 | -334/+874 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk | ||||
* | Bug 349363: DB::bz_add_column() shouldn't print anything when called from ↵ | lpsolit%gmail.com | 2006-08-22 | 1 | -1/+2 |
| | | | | editfields.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk | ||||
* | Bug 346414: Move the creation/maintenance of the data/ directory out of ↵ | mkanat%bugzilla.org | 2006-07-30 | 1 | -2/+7 |
| | | | | | | checksetup and into a module Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave | ||||
* | Bug 346410: Move enum-table population code into Bugzilla::DB | mkanat%bugzilla.org | 2006-07-29 | 1 | -12/+68 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave | ||||
* | Bug 346375: Move the code that gets the initial $dbh into Bugzilla::DB | mkanat%bugzilla.org | 2006-07-29 | 1 | -4/+158 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave | ||||
* | Bug 338375: Use Bugzilla->params everywhere instead of Param(). | mkanat%bugzilla.org | 2006-07-04 | 1 | -1/+1 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave |