Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-07-10 | Bug 428659 â Setting SSL param to 'authenticated sessions' only ↵ | dkl%redhat.com | 7 | -30/+60 | |
protects logins and param doesn't protect WebService calls at all Patch by Dave Lawrence <dkl@redhat.com> - r/a=mkanat | |||||
2008-07-07 | Bug 441496 - Use server push (multipart/x-mixed-replace) with compatible ↵ | gerv%gerv.net | 1 | -4/+7 | |
versions of Safari. Patch by gerv; r,a=LpSolit. | |||||
2008-07-07 | Remove unnecessary '\' from a regexp (':' is not a special character) | eseyman%linagora.com | 1 | -1/+1 | |
This is a nitpick from bug #441503 | |||||
2008-07-07 | Bug 443519: Changing Products with Strict Isolation fails when the CC list ↵ | lpsolit%gmail.com | 1 | -2/+3 | |
changes at the same time - Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=LpSolit | |||||
2008-07-03 | Bug 365697: email_in.pl is case-sensitive for products due to ↵ | lpsolit%gmail.com | 1 | -4/+3 | |
Bugzilla::User->can_enter_product - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-07-03 | Bug 442821: Make the workflow editor deny closed statuses for new bugs | mkanat%bugzilla.org | 2 | -2/+2 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2008-07-01 | Bug 442863: ON DELETE CASCADE Foreign Keys should automatically delete ↵ | mkanat%bugzilla.org | 2 | -20/+56 | |
invalid values during checksetup Patch By Max Kanat-Alexander (module owner) 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 442612: [Oracle] Change min-oracle-version from 10.01 to 10.02 | mkanat%bugzilla.org | 1 | -1/+1 | |
Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | |||||
2008-07-01 | Bug 437617: Make "type" a method of Bugzilla::WebService | mkanat%bugzilla.org | 5 | -46/+51 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | |||||
2008-07-01 | Bug 432601: [Oracle] Fix 'Find a specific Bug' (fulltext searching) | mkanat%bugzilla.org | 2 | -6/+10 | |
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 442582: Use sql_iposition instead of sql_position(lc($var), LOWER($var)) ↵ | mkanat%bugzilla.org | 1 | -3/+2 | |
in Bugzilla::User::match Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2008-06-30 | Bug 440612 â Use Bugzilla::Bug->check everywhere instead of ValidateBugID | mkanat%bugzilla.org | 13 | -60/+47 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
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-30 | Bug 327344: Create sql_iposition and use it in Search.pm to fix the fact ↵ | mkanat%bugzilla.org | 3 | -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 | |||||
2008-06-30 | Bug 441921: context=file fails due to taint issues in file names and file ↵ | lpsolit%gmail.com | 1 | -7/+6 | |
rev numbers - Patch by Frédéric Buclin <LpSolit@gmail.com> r=himorin a=LpSolit | |||||
2008-06-29 | Bug 429804: Add Foreign Keys to Multiselect fields | mkanat%bugzilla.org | 3 | -4/+33 | |
Patch By Alex Eiser <aeiser@arc.nasa.gov> r=mkanat, a=mkanat | |||||
2008-06-29 | Bug 431370: Make the bug summary edit field larger on show_bug.cgi - Patch ↵ | lpsolit%gmail.com | 2 | -16/+31 | |
by Guy Pyrzak <guy.pyrzak@gmail.com> r/a=LpSolit | |||||
2008-06-29 | Bug 428440: Move code to set new product and related groups from ↵ | lpsolit%gmail.com | 2 | -21/+45 | |
process_bug.cgi to new function $bug->set_all - Patch by Noura Elhawary <nelhawar@redhat.com> r=LpSolit r=mkanat a=mkanat | |||||
2008-06-29 | Bug 437003 â Add hook to buglist.cgi to add columns to bug list | mkanat%bugzilla.org | 3 | -1/+59 | |
Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat | |||||
2008-06-29 | Bug 442175: [Oracle] cron script collectstats.pl doesn't work (ORA error) | mkanat%bugzilla.org | 1 | -1/+1 | |
Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | |||||
2008-06-29 | Bugs 427449, 427452, 427461, 427471, 427477, and 427478: | mkanat%bugzilla.org | 1 | -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 | |||||
2008-06-28 | Bug 422691 â Attachment gets added twice after hitting "Back" and "Refresh" | dkl%redhat.com | 3 | -0/+80 | |
Patch by David Lawrence <dkl@redhat.com> - r/a=LpSolit | |||||
2008-06-27 | Bug 441503: Need update on contrib/syncLDAP.pl | eseyman%linagora.com | 1 | -4/+11 | |
Patch by A.A. Shimono <shimono@mozilla.gr.jp> r=manu a=LpSolit | |||||
2008-06-26 | Bug 394574: bzdbcopy should avoid reading entire tables into memory | eseyman%linagora.com | 1 | -3/+12 | |
Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=mkanat a=mkanat | |||||
2008-06-26 | Bug 423598: Add foreign key constraints for keywords table | mkanat%bugzilla.org | 1 | -2/+9 | |
Patch By Tony Fu <tfu@redhat.com> r=mkanat, a=mkanat | |||||
2008-06-26 | Bug 440609 â Implement Bugzilla::Bug->check for use instead of ↵ | mkanat%bugzilla.org | 2 | -6/+12 | |
ValidateBugID and use it in one file Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2008-06-25 | Bug 441541 - Email::MIME->as_string gives SCALAR for body with mismatched ↵ | gerv%gerv.net | 1 | -3/+3 | |
Email:: modules. Patch by gerv; r,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-23 | Bug 424079: Ability to get history of bug activity in the WebService | mkanat%bugzilla.org | 1 | -0/+147 | |
Patch By Noura Elhawary <nelhawar@redhat.com> r=mkanat, a=mkanat | |||||
2008-06-20 | Bug 432916: Expose usermatchmode via WebServices (User.get match argument) | mkanat%bugzilla.org | 3 | -14/+64 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | |||||
2008-06-20 | Bug 432914: include_fields and exclude_fields arguments for WebService ↵ | mkanat%bugzilla.org | 2 | -4/+107 | |
User.get() Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat | |||||
2008-06-20 | Bug 157092 â Implement a checking mechanism for invalid regexp | dkl%redhat.com | 5 | -6/+32 | |
Patch by David Lawrence <dkl@redhat.com> - r/a=mkanat | |||||
2008-06-19 | Bug 434620 â invalid_field_name and product_edit_denied have the same ↵ | dkl%redhat.com | 1 | -2/+3 | |
error ID Patch by David Lawrence <dkl@redhat.com> r/a=mkanat | |||||
2008-06-19 | Bug 437614 â Product.get_products should be accessible as Product.get | dkl%redhat.com | 1 | -2/+10 | |
Patch by David Lawrence <dkl@redhat.com> r/a=mkanat | |||||
2008-06-14 | Fix on checkin for bug 438810: replace targets by users/groups | lpsolit%gmail.com | 1 | -4/+4 | |
2008-06-14 | Bug 438810: Whines fail when a group or user that was receiving whines is ↵ | lpsolit%gmail.com | 2 | -0/+73 | |
manually deleted, and sanitycheck.cgi should report this problem - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-06-14 | Bug 439075: Importing bugs which have a multi-select field with a single ↵ | lpsolit%gmail.com | 1 | -4/+12 | |
value fails - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit | |||||
2008-06-14 | Bug 438739: Permissions are not set properly on extensions by checksetup | mkanat%bugzilla.org | 1 | -5/+7 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=ghendricks, a=mkanat | |||||
2008-06-13 | Bug 437770: Imported bugs are ignored by queries (they never appear in ↵ | lpsolit%gmail.com | 2 | -0/+42 | |
buglists) - Patch by Ed Goose <ed.goose@gmail.com> r/a=LpSolit | |||||
2008-06-07 | Bug 437602: importxml.pl does not correctly build the bugs_fulltext table - ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
Patch by Ed Goose <ed.goose@gmail.com> r/a=LpSolit | |||||
2008-06-07 | Bug 437369: Deleting a bug doesn't remove related data from the ↵ | lpsolit%gmail.com | 2 | -1/+7 | |
bugs_fulltext table - Patch by Ed Goose <ed.goose@gmail.com> r/a=LpSolit | |||||
2008-06-04 | Bug 437013: Add hook to edit-multiple.html.tmpl to add fields to display | mkanat%bugzilla.org | 1 | -0/+2 | |
Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat | |||||
2008-06-04 | Bug 437011: Add hook to show.xml.tmpl to add fields to the end of the xml | mkanat%bugzilla.org | 1 | -0/+3 | |
Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat | |||||
2008-06-04 | Bug 437010: Add hook to show-multiple.html.tmpl to add fields to detailed ↵ | mkanat%bugzilla.org | 1 | -0/+4 | |
bug list. Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat | |||||
2008-06-04 | Bug 437008: Add hook to edit.html.tmpl to show additional fields | mkanat%bugzilla.org | 1 | -0/+3 | |
Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat | |||||
2008-06-03 | Bug 435570: Let's add all field descriptions in field-descs.none.tmpl to ↵ | lpsolit%gmail.com | 1 | -45/+62 | |
make them localizable - Patch by Cédric Corazza <cedric.corazza@wanadoo.fr> r/a=LpSolit | |||||
2008-05-30 | Bug 426165 â javascript in template flag/list.html.tmpl overwrites ↵ | guy.pyrzak%gmail.com | 1 | -1/+1 | |
default onload-Event Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat a=mkanat | |||||
2008-05-29 | Bug 412725: WebService functions to get information about a User | dkl%redhat.com | 3 | -2/+186 | |
Patch by Noura Elhawary <nelhawar@redhat.com> - r=mkanat, a=mkanat |