summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-06-30Bug 440612 – Use Bugzilla::Bug->check everywhere instead of ValidateBugIDmkanat%bugzilla.org13-60/+47
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2008-06-30Bug 421064: [Oracle] whine.pl crashes and doesn't workmkanat%bugzilla.org1-4/+15
Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
2008-06-30Bug 327344: Create sql_iposition and use it in Search.pm to fix the fact ↵mkanat%bugzilla.org3-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-30Bug 441921: context=file fails due to taint issues in file names and file ↵lpsolit%gmail.com1-7/+6
rev numbers - Patch by Frédéric Buclin <LpSolit@gmail.com> r=himorin a=LpSolit
2008-06-29Bug 429804: Add Foreign Keys to Multiselect fieldsmkanat%bugzilla.org3-4/+33
Patch By Alex Eiser <aeiser@arc.nasa.gov> r=mkanat, a=mkanat
2008-06-29Bug 431370: Make the bug summary edit field larger on show_bug.cgi - Patch ↵lpsolit%gmail.com2-16/+31
by Guy Pyrzak <guy.pyrzak@gmail.com> r/a=LpSolit
2008-06-29Bug 428440: Move code to set new product and related groups from ↵lpsolit%gmail.com2-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-29Bug 437003 – Add hook to buglist.cgi to add columns to bug listmkanat%bugzilla.org3-1/+59
Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
2008-06-29Bug 442175: [Oracle] cron script collectstats.pl doesn't work (ORA error)mkanat%bugzilla.org1-1/+1
Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
2008-06-29Bugs 427449, 427452, 427461, 427471, 427477, and 427478:mkanat%bugzilla.org1-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-28Bug 422691 – Attachment gets added twice after hitting "Back" and "Refresh"dkl%redhat.com3-0/+80
Patch by David Lawrence <dkl@redhat.com> - r/a=LpSolit
2008-06-27Bug 441503: Need update on contrib/syncLDAP.pleseyman%linagora.com1-4/+11
Patch by A.A. Shimono <shimono@mozilla.gr.jp> r=manu a=LpSolit
2008-06-26Bug 394574: bzdbcopy should avoid reading entire tables into memoryeseyman%linagora.com1-3/+12
Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=mkanat a=mkanat
2008-06-26Bug 423598: Add foreign key constraints for keywords tablemkanat%bugzilla.org1-2/+9
Patch By Tony Fu <tfu@redhat.com> r=mkanat, a=mkanat
2008-06-26Bug 440609 – Implement Bugzilla::Bug->check for use instead of ↵mkanat%bugzilla.org2-6/+12
ValidateBugID and use it in one file Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2008-06-25Bug 441541 - Email::MIME->as_string gives SCALAR for body with mismatched ↵gerv%gerv.net1-3/+3
Email:: modules. Patch by gerv; r,a=mkanat.
2008-06-23Bug 157092: Implement a checking mechanism for invalid regexp (Fix the ↵mkanat%bugzilla.org1-0/+10
Oracle driver) Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
2008-06-23Bug 424079: Ability to get history of bug activity in the WebServicemkanat%bugzilla.org1-0/+147
Patch By Noura Elhawary <nelhawar@redhat.com> r=mkanat, a=mkanat
2008-06-20Bug 432916: Expose usermatchmode via WebServices (User.get match argument)mkanat%bugzilla.org3-14/+64
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2008-06-20Bug 432914: include_fields and exclude_fields arguments for WebService ↵mkanat%bugzilla.org2-4/+107
User.get() Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat
2008-06-20Bug 157092 – Implement a checking mechanism for invalid regexpdkl%redhat.com5-6/+32
Patch by David Lawrence <dkl@redhat.com> - r/a=mkanat
2008-06-19Bug 434620 – invalid_field_name and product_edit_denied have the same ↵dkl%redhat.com1-2/+3
error ID Patch by David Lawrence <dkl@redhat.com> r/a=mkanat
2008-06-19Bug 437614 – Product.get_products should be accessible as Product.getdkl%redhat.com1-2/+10
Patch by David Lawrence <dkl@redhat.com> r/a=mkanat
2008-06-14Fix on checkin for bug 438810: replace targets by users/groupslpsolit%gmail.com1-4/+4
2008-06-14Bug 438810: Whines fail when a group or user that was receiving whines is ↵lpsolit%gmail.com2-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-14Bug 439075: Importing bugs which have a multi-select field with a single ↵lpsolit%gmail.com1-4/+12
value fails - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
2008-06-14Bug 438739: Permissions are not set properly on extensions by checksetupmkanat%bugzilla.org1-5/+7
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=ghendricks, a=mkanat
2008-06-13Bug 437770: Imported bugs are ignored by queries (they never appear in ↵lpsolit%gmail.com2-0/+42
buglists) - Patch by Ed Goose <ed.goose@gmail.com> r/a=LpSolit
2008-06-07Bug 437602: importxml.pl does not correctly build the bugs_fulltext table - ↵lpsolit%gmail.com1-1/+1
Patch by Ed Goose <ed.goose@gmail.com> r/a=LpSolit
2008-06-07Bug 437369: Deleting a bug doesn't remove related data from the ↵lpsolit%gmail.com2-1/+7
bugs_fulltext table - Patch by Ed Goose <ed.goose@gmail.com> r/a=LpSolit
2008-06-04Bug 437013: Add hook to edit-multiple.html.tmpl to add fields to displaymkanat%bugzilla.org1-0/+2
Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
2008-06-04Bug 437011: Add hook to show.xml.tmpl to add fields to the end of the xmlmkanat%bugzilla.org1-0/+3
Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
2008-06-04Bug 437010: Add hook to show-multiple.html.tmpl to add fields to detailed ↵mkanat%bugzilla.org1-0/+4
bug list. Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
2008-06-04Bug 437008: Add hook to edit.html.tmpl to show additional fieldsmkanat%bugzilla.org1-0/+3
Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
2008-06-03Bug 435570: Let's add all field descriptions in field-descs.none.tmpl to ↵lpsolit%gmail.com1-45/+62
make them localizable - Patch by Cédric Corazza <cedric.corazza@wanadoo.fr> r/a=LpSolit
2008-05-30Bug 426165 – javascript in template flag/list.html.tmpl overwrites ↵guy.pyrzak%gmail.com1-1/+1
default onload-Event Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat a=mkanat
2008-05-29Bug 412725: WebService functions to get information about a Userdkl%redhat.com3-2/+186
Patch by Noura Elhawary <nelhawar@redhat.com> - r=mkanat, a=mkanat
2008-05-29Bug 318205: The path to the hook is incorrect when called from inside a blockmkanat%bugzilla.org1-8/+55
Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
2008-05-28Bug 435507: Provide a method of hooking the WebService error codesmkanat%bugzilla.org5-2/+65
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat
2008-05-24Bug 435504: Boolean charts use field descriptions from the DB, making them ↵lpsolit%gmail.com2-4/+4
english only - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-05-24Bug 435250: In the "View User Account Log" page, the information in the ↵lpsolit%gmail.com3-2/+4
"What" column are displayed in English on localized installation - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-05-22Bug 435114: The description of the LDAPstarttls parameter is not displayed ↵lpsolit%gmail.com1-2/+2
in editparams.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-05-21Bug 414779, Bug 419782, Bug 422037, Bug 423363, Bug 423369, Bug 423372, Bug ↵mkanat%bugzilla.org1-24/+91
423593, Bug 426688, and Bug 427445: Add foreign key constraints to various tables: bugs_activity, cc, dependencies, votes, attachments, attach_data, duplicates, flags, flagtypes, flagexclusions, flaginclusions Patches By Tony Fu <tfu@redhat.com> r=mkanat, a=mkanat
2008-05-21Bug 380756: Remove duplicates.xul (and all the code related to it) - Patch ↵lpsolit%gmail.com5-105/+21
by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2008-05-21Bump version number after branching.mkanat%bugzilla.org2-4/+4
2008-05-20Bug 430989 – Status should probably be at the top of show_bug.cgiguy.pyrzak%gmail.com1-11/+19
Patch by Guy Pyrzak, review=LpSolit a=LpSolit
2008-05-20Bug 434007 - Restrict group visibility text options is too smallguy.pyrzak%gmail.com1-1/+1
Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat a=mkanat
2008-05-20Bug 433987 - show_bug.cgi javascript error on changing statusguy.pyrzak%gmail.com1-2/+2
Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat a=mkanat
2008-05-20Bug 415278: Make the WebService's plugin discovery method more extendablemozilla%colinogilvie.co.uk4-15/+89
Patch by: Colin Ogilvie <colin.ogilvie@gmail.com>; r=mkanat; a=LpSolit
2008-05-19Bug 392212: LDAP parameters descriptions should mention how to use SSL ↵lpsolit%gmail.com1-4/+11
connection - Patch by Sam Folk-Williams <sam.folkwilliams@gmail.com> r/a=LpSolit