Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-29 | Bug 1136137: Require Perl 5.14 | Frédéric Buclin | 1 | -2/+2 | |
r=dkl | |||||
2015-03-15 | Bug 902395: Enforce utf8 = true for all installations and remove the utf8 ↵ | Frédéric Buclin | 1 | -3/+2 | |
parameter r=dkl a=sgreen | |||||
2014-08-13 | Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modules | Frédéric Buclin | 1 | -0/+2 | |
r=dkl a=sgreen | |||||
2013-09-03 | Bug 911512: Bugzilla::DB::Oracle lacks POD coverage | Damien Nozay | 1 | -0/+66 | |
r=LpSolit a=sgreen | |||||
2013-04-28 | Bug 858909: When running checksetup.pl for the first time using Oracle as DB ↵ | Frédéric Buclin | 1 | -1/+1 | |
server, you get an "uninitialized value" warning r=dkl a=LpSolit | |||||
2013-04-18 | Bug 858911: Oracle fails with "ORA-04043: object T_GROUP_CONCAT does not ↵ | Frédéric Buclin | 1 | -1/+3 | |
exist" when installing Bugzilla for the first time r=dkl a=LpSolit | |||||
2012-12-06 | Fix regression due to bug 787668: The Bugzilla::DB::Oracle::st package ↵ | Frédéric Buclin | 1 | -1/+1 | |
requires -norequire to load DBI::st | |||||
2012-12-01 | Bug 787668: Use |use parent| instead of |use base| | Matt Selsky | 1 | -2/+2 | |
r/a=LpSolit | |||||
2012-11-22 | Bug 780820: Allows for multiple custom search criteria to match one field | Byron Jones | 1 | -3/+3 | |
r=dkl,a=LpSolit | |||||
2012-11-03 | Bug 804505: Oracle crashes when typing "word1 word2" in QuickSearch with ↵ | Frédéric Buclin | 1 | -1/+4 | |
"ORA-29907: found duplicate labels in primary invocations" r=dkl a=LpSolit | |||||
2012-10-19 | Bug 780053: Oracle crashes when listing keywords, tags or flags in buglists | David Taylor | 1 | -9/+13 | |
r/a=LpSolit | |||||
2012-09-01 | Bug 787529: Use |use 5.10.1| everywhere | Frédéric Buclin | 1 | -0/+7 | |
r=wicked a=LpSolit | |||||
2012-08-30 | Bug 731156: [Oracle] Adding or removing a DB column does not handle SERIAL ↵ | Frédéric Buclin | 1 | -13/+49 | |
correctly r=dkl a=LpSolit | |||||
2012-08-26 | Bug 559539: [Oracle] whine.pl sets run_next incorrectly due to CURRENT_DATE | David Taylor | 1 | -0/+6 | |
r/a=LpSolit | |||||
2012-01-11 | Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵ | Frédéric Buclin | 1 | -20/+5 | |
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit | |||||
2011-12-26 | Bug 683644: Foreign keys aren't renamed correctly when DB tables are renamed | Frédéric Buclin | 1 | -0/+4 | |
r=wicked a=LpSolit | |||||
2011-12-05 | Bug 550299: User fields are left blank in buglists and whines when local ↵ | Frédéric Buclin | 1 | -7/+0 | |
user accounts are used (i.e. they have no @company.com suffix) r/a=mkanat | |||||
2011-12-05 | Bug 701350: Oracle crashes if the 'maxattachmentsize' parameter is set to a ↵ | Frédéric Buclin | 1 | -2/+6 | |
too small value r/a=mkanat | |||||
2011-08-17 | Bug 675603: Remove obsolete code from Bugzilla/DB/Oracle.pm | Frédéric Buclin | 1 | -11/+1 | |
r=mkanat a=LpSolit | |||||
2011-08-16 | Bug 654496: Duplicate bug detection doesn't work when using Oracle | Frédéric Buclin | 1 | -1/+1 | |
r/a=mkanat | |||||
2011-08-16 | Bug 582209: Bugzilla::DB::Oracle::adjust_statement() LIMIT code corrupts ↵ | Frédéric Buclin | 1 | -14/+11 | |
sub-selects r/a=mkanat | |||||
2010-10-07 | Bug 602165: Change sql_interval to sql_date_math, in preparation for | Max Kanat-Alexander | 1 | -4/+6 | |
MS-SQL and SQLite support. | |||||
2010-07-15 | Bug 578739: Instead of removing REFERENCES from _bz_real_schema and then | Max Kanat-Alexander | 1 | -1/+1 | |
populating FKs from _bz_schema at the end of checksetup, store REFERENCES in _bz_real_schema with a special "created => 0" key that tells us that we still need to create the FK. r=mkanat, a=mkanat (module owner) | |||||
2010-07-07 | Bug 552919: Sort group_concat results so that they sort correctly for buglists | Max Kanat-Alexander | 1 | -1/+1 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-06-22 | Bug 22353: Automatic duplicate bug detection on enter_bug.cgi | Max Kanat-Alexander | 1 | -3/+2 | |
r=glob, a=mkanat | |||||
2010-04-27 | Bug 561322: Make Bugzilla::DB::_connect and related functions take their | Max Kanat-Alexander | 1 | -2/+5 | |
parameters as a hashref, to improve the API and to avoid exposing the database password on error. r=mkanat, a=mkanat (module owner) | |||||
2010-03-02 | Bug 541553: [Oracle] Drop triggers when dropping columns, and drop the | Xiaoou Wu | 1 | -0/+8 | |
left-behind PRODUCTS_MILESTONEURL trigger that currently exists in 3.6/trunk. r=mkanat, a=mkanat | |||||
2009-12-13 | Bug 505826: Allow boolean searches on the Comment field in Oracle. | mkanat%bugzilla.org | 1 | -0/+4 | |
Patch by Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | |||||
2009-08-17 | Bug 509497: Implement sql_group_concat for all databases | mkanat%bugzilla.org | 1 | -0/+92 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat Patch by Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | |||||
2009-07-07 | Bug 491467: Make Search.pm and buglist.cgi consistently take column ids for ↵ | mkanat%bugzilla.org | 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 | |||||
2009-02-26 | Bug 477745: [Oracle] Search doesn't work because of sql_string_until - Patch ↵ | lpsolit%gmail.com | 1 | -0/+7 | |
by Xiaoou <xiaoou.wu@oracle.com> r/a=mkanat | |||||
2009-02-20 | Bug 477459: buglist.cgi crashes for logged out users if the "Reporter" ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
column is displayed - Patches by Frédéric Buclin <LpSolit@gmail.com> and Xiaoou <xiaoou.wu@oracle.com> r/a=mkanat | |||||
2009-01-05 | Bug 472013: [Oracle] checksetup.pl fails with ORA-04091 and you can't change ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
the properties of custom fields - Patch by Xiaoou <xiaoou.wu@oracle.com> r/a=mkanat | |||||
2008-12-24 | Bug 284184: Allow Bugzilla to use an asynchronous job queue for sending mail. | mkanat%bugzilla.org | 1 | -1/+3 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> and Mark Smith <mark@plogs.net> r=glob, a=mkanat | |||||
2008-12-03 | Bug 463688: editusers.cgi no longer lets you search for users using regular ↵ | lpsolit%gmail.com | 1 | -5/+7 | |
expressions - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=xiaoou a=LpSolit | |||||
2008-11-06 | Bug 460421: [Oracle] Adding custom fields with type FIELD_TYPE_MULTI_SELECT ↵ | mkanat%bugzilla.org | 1 | -0/+9 | |
requires a unique constraint on the "value" column Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | |||||
2008-10-22 | Bug 460922: [Oracle] Need to drop all the FKs before dropping tables - Patch ↵ | lpsolit%gmail.com | 1 | -0/+18 | |
by Xiaoou <xiaoou.wu@oracle.com> r/a=mkanat | |||||
2008-10-17 | Bug 455857: [Oracle] 'Find a Specific Bug' doesn't work - Patch by Xiaoou ↵ | lpsolit%gmail.com | 1 | -1/+2 | |
<xiaoou.wu@oracle.com> r/a=mkanat | |||||
2008-08-27 | Bug 450379: Searching SQL for candidates to truncate short_desc (> 255 ↵ | lpsolit%gmail.com | 1 | -0/+2 | |
chars) should use CHAR_LENGTH - Patch by A.A. Shimono (himorin) <shimono@mozilla.gr.jp> and Xiaoou <xiaoou.wu@oracle.com> r/a=mkanat | |||||
2008-08-01 | Bug 440188: buglist.cgi should display EXPLAIN output when &debug=1 | mkanat%bugzilla.org | 1 | -0/+9 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | |||||
2008-08-01 | Bug 448241: [Oracle] Foreign keys: UPDATE CASCADE trigger updates wrong ↵ | mkanat%bugzilla.org | 1 | -12/+48 | |
tables and fields Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | |||||
2008-07-01 | Bug 442848: [Oracle] Remove hardcoded "ORDER BY quipid" in Bugzilla::DB::Oracle | mkanat%bugzilla.org | 1 | -2/+2 | |
Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | |||||
2008-07-01 | Bug 432601: [Oracle] Fix 'Find a specific Bug' (fulltext searching) | mkanat%bugzilla.org | 1 | -2/+2 | |
Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | |||||
2008-07-01 | Bug 421264: Fix 'usemenuforusers' on Oracle (fix empty string replacement) | mkanat%bugzilla.org | 1 | -2/+7 | |
Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | |||||
2008-06-30 | Bug 421064: [Oracle] whine.pl crashes and doesn't work | mkanat%bugzilla.org | 1 | -4/+15 | |
Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | |||||
2008-06-23 | Bug 157092: Implement a checking mechanism for invalid regexp (Fix the ↵ | mkanat%bugzilla.org | 1 | -0/+10 | |
Oracle driver) Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | |||||
2008-06-20 | Bug 157092 â Implement a checking mechanism for invalid regexp | dkl%redhat.com | 1 | -2/+6 | |
Patch by David Lawrence <dkl@redhat.com> - r/a=mkanat | |||||
2008-01-19 | Bug 411832: [Oracle] Change ISOLATION_LEVEL to 'READ COMMITTED' | mkanat%bugzilla.org | 1 | -1/+1 | |
Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | |||||
2008-01-18 | Bug 408172: [Oracle] Bug lists longer than 1000 bugs fail | mkanat%bugzilla.org | 1 | -0/+16 | |
Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | |||||
2007-12-29 | Bug 410134: [Oracle] Make Oracle case-insensitive for Bugzilla | mkanat%bugzilla.org | 1 | -0/+3 | |
Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat |