aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
Commit message (Collapse)AuthorAgeFilesLines
* Bug 428659 – Setting SSL param to 'authenticated sessions' only ↵dkl%redhat.com2008-08-184-27/+84
| | | | | | | protects logins and param doesn't protect WebService calls at all Patch by David Lawrence <dkl@redhat.com> - r/a=LpSolit/mkanat
* Bug 448593: Move code to edit product group settings from editproducts.cgi ↵lpsolit%gmail.com2008-08-141-18/+215
| | | | to Bugzilla/Product.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 440656: Implement Bugzilla::User::visible_bugs and have can_see_bug use itmkanat%bugzilla.org2008-08-141-38/+66
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 442882: Populating bugs_fulltext can be very slow on large installationsmkanat%bugzilla.org2008-08-132-19/+59
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Fix POD for visible_groups_as_string(), see bug 284264 - r=mkanat on IRClpsolit%gmail.com2008-08-091-1/+1
|
* Bug 442031: Make Bugzilla::User::groups return an arrayref of ↵mkanat%bugzilla.org2008-08-084-69/+60
| | | | Bugzilla::Group objects (instead of a hashref of group ids and names).
* Bug 449663: Code error thrown when resolving bug as duplicate of a bug the ↵lpsolit%gmail.com2008-08-081-1/+1
| | | | reporter cannot see - Patch by David Lawrence <dkl@redhat.com> r/a=LpSolit
* Bug 446645: Properly escape and understand hyphenated words in fulltext ↵mkanat%bugzilla.org2008-08-071-2/+16
| | | | | | searches when using MySQL Patch By Jesse Clark <jjclark1982@gmail.com> r=mkanat, a=mkanat
* Bug 438435: Need code hooks for authenticationmkanat%bugzilla.org2008-08-075-17/+117
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 449390: "Add Product" fails with software error "Column ↵lpsolit%gmail.com2008-08-071-3/+3
| | | | 'defaultmilestone' cannot be null" - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 449248: Improve $product->group_controls - Patch by Frédéric ↵lpsolit%gmail.com2008-08-061-4/+5
| | | | Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 449184: Classification should not appear in new bugmail when ↵lpsolit%gmail.com2008-08-051-1/+3
| | | | useclassification = 0 - Patch by A.A. Shimono (himorin) <shimono@mozilla.gr.jp> r/a=LpSolit
* Bug 440615: Remove ValidateBugID from Bugzilla::Bugmkanat%bugzilla.org2008-08-011-53/+49
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 440188: buglist.cgi should display EXPLAIN output when &debug=1mkanat%bugzilla.org2008-08-014-1/+42
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 448241: [Oracle] Foreign keys: UPDATE CASCADE trigger updates wrong ↵mkanat%bugzilla.org2008-08-012-16/+52
| | | | | | tables and fields Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
* Bug 448614: [Oracle] Logic error in _get_alter_type_sqlmkanat%bugzilla.org2008-08-011-1/+1
| | | | Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
* Bug 313122: Implement Product->create, $product->update and ↵lpsolit%gmail.com2008-07-314-17/+409
| | | | $product->remove_from_db, and make editproducts.cgi use them - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 448391: Bug->create() should make sure the reporter is logged in - Patch ↵lpsolit%gmail.com2008-07-301-1/+17
| | | | by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 431669: The "product_id" column is incorrectly defined in the ↵lpsolit%gmail.com2008-07-292-1/+5
| | | | "group_control_map" DB table - Patch by Tony Fu <tfu@redhat.com> r=LpSolit a=mkanat
* Backing out these patches as they cause a regression. More informationdkl%redhat.com2008-07-294-53/+21
| | | | | | | | | | | in the respective bug reports. Bug 428659 – Setting SSL param to 'authenticated sessions' only protects logins and param doesn't protect WebService calls at all Patch by Dave Lawrence <dkl@redhat.com> - r/a=mkanat Bug 445104: ssl redirects come with a 200 OK HTTP code on mod_perl Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 445104: ssl redirects come with a 200 OK HTTP code on mod_perlmkanat%bugzilla.org2008-07-241-1/+5
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 443852: "Reset QA Contact to default" fails with strict_isolation turned ↵lpsolit%gmail.com2008-07-241-1/+2
| | | | on if there is no default QA contact - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 445885 – User.login should ThrowUserError when called with ↵dkl%redhat.com2008-07-211-1/+11
| | | | | | incorrect parameters Patch by David Lawrence <dkl@redhat.com> - a/r=mkanat
* Bug 428659 – Setting SSL param to 'authenticated sessions' only ↵dkl%redhat.com2008-07-104-21/+49
| | | | | | protects logins and param doesn't protect WebService calls at all Patch by Dave Lawrence <dkl@redhat.com> - r/a=mkanat
* Bug 443519: Changing Products with Strict Isolation fails when the CC list ↵lpsolit%gmail.com2008-07-071-2/+3
| | | | changes at the same time - Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=LpSolit
* Bug 365697: email_in.pl is case-sensitive for products due to ↵lpsolit%gmail.com2008-07-031-4/+3
| | | | Bugzilla::User->can_enter_product - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 442863: ON DELETE CASCADE Foreign Keys should automatically delete ↵mkanat%bugzilla.org2008-07-011-20/+39
| | | | | | invalid values during checksetup Patch By Max Kanat-Alexander (module owner) a=mkanat
* Bug 442848: [Oracle] Remove hardcoded "ORDER BY quipid" in Bugzilla::DB::Oraclemkanat%bugzilla.org2008-07-011-2/+2
| | | | Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
* Bug 442612: [Oracle] Change min-oracle-version from 10.01 to 10.02mkanat%bugzilla.org2008-07-011-1/+1
| | | | Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
* Bug 437617: Make "type" a method of Bugzilla::WebServicemkanat%bugzilla.org2008-07-015-46/+51
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 432601: [Oracle] Fix 'Find a specific Bug' (fulltext searching)mkanat%bugzilla.org2008-07-012-6/+10
| | | | Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
* Bug 421264: Fix 'usemenuforusers' on Oracle (fix empty string replacement)mkanat%bugzilla.org2008-07-011-2/+7
| | | | Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
* Bug 442582: Use sql_iposition instead of sql_position(lc($var), LOWER($var)) ↵mkanat%bugzilla.org2008-06-301-3/+2
| | | | | | in Bugzilla::User::match Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 440612 – Use Bugzilla::Bug->check everywhere instead of ValidateBugIDmkanat%bugzilla.org2008-06-302-12/+8
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 421064: [Oracle] whine.pl crashes and doesn't workmkanat%bugzilla.org2008-06-301-4/+15
| | | | Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
* Bug 327344: Create sql_iposition and use it in Search.pm to fix the fact ↵mkanat%bugzilla.org2008-06-303-9/+23
| | | | | | that searching for Turkish characters didn't do case-insensitivity properly. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 441921: context=file fails due to taint issues in file names and file ↵lpsolit%gmail.com2008-06-291-7/+6
| | | | rev numbers - Patch by Frédéric Buclin <LpSolit@gmail.com> r=himorin a=LpSolit
* Bug 429804: Add Foreign Keys to Multiselect fieldsmkanat%bugzilla.org2008-06-293-4/+33
| | | | Patch By Alex Eiser <aeiser@arc.nasa.gov> r=mkanat, a=mkanat
* Bug 428440: Move code to set new product and related groups from ↵lpsolit%gmail.com2008-06-291-0/+27
| | | | process_bug.cgi to new function $bug->set_all - Patch by Noura Elhawary <nelhawar@redhat.com> r=LpSolit r=mkanat a=mkanat
* Bug 437003 – Add hook to buglist.cgi to add columns to bug listmkanat%bugzilla.org2008-06-281-1/+31
| | | | Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
* Bugs 427449, 427452, 427461, 427471, 427477, and 427478:mkanat%bugzilla.org2008-06-281-16/+64
| | | | | Add foreign keys to the versions, milestones, component_cc, bug_group_map, namedquery_group_map, category_group_map, components, series, series_data, quips, and setting_value tables Patches By Tony Fu <tfu@redhat.com> r=mkanat (r=gerv for series stuff), a=mkanat
* Bug 423598: Add foreign key constraints for keywords tablemkanat%bugzilla.org2008-06-261-2/+9
| | | | Patch By Tony Fu <tfu@redhat.com> r=mkanat, a=mkanat
* Bug 440609 – Implement Bugzilla::Bug->check for use instead of ↵mkanat%bugzilla.org2008-06-262-6/+12
| | | | | | ValidateBugID and use it in one file Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 441541 - Email::MIME->as_string gives SCALAR for body with mismatched ↵gerv%gerv.net2008-06-251-3/+3
| | | | Email:: modules. Patch by gerv; r,a=mkanat.
* Bug 157092: Implement a checking mechanism for invalid regexp (Fix the ↵mkanat%bugzilla.org2008-06-231-0/+10
| | | | | | Oracle driver) Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
* Bug 424079: Ability to get history of bug activity in the WebServicemkanat%bugzilla.org2008-06-231-0/+147
| | | | Patch By Noura Elhawary <nelhawar@redhat.com> r=mkanat, a=mkanat
* Bug 432916: Expose usermatchmode via WebServices (User.get match argument)mkanat%bugzilla.org2008-06-202-9/+54
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 432914: include_fields and exclude_fields arguments for WebService ↵mkanat%bugzilla.org2008-06-202-4/+107
| | | | | | User.get() Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat
* Bug 157092 – Implement a checking mechanism for invalid regexpdkl%redhat.com2008-06-194-6/+27
| | | | Patch by David Lawrence <dkl@redhat.com> - r/a=mkanat
* Bug 434620 – invalid_field_name and product_edit_denied have the same ↵dkl%redhat.com2008-06-191-2/+3
| | | | | | error ID Patch by David Lawrence <dkl@redhat.com> r/a=mkanat