summaryrefslogtreecommitdiffstats
path: root/Bugzilla
AgeCommit message (Collapse)AuthorFilesLines
2008-06-30Bug 440612 – Use Bugzilla::Bug->check everywhere instead of ValidateBugIDmkanat%bugzilla.org2-12/+8
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 428440: Move code to set new product and related groups from ↵lpsolit%gmail.com1-0/+27
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.org1-1/+31
Patch By Elliotte Martin <elliotte_martin@yahoo.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-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.org2-9/+54
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.com4-6/+27
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-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-07Bug 437369: Deleting a bug doesn't remove related data from the ↵lpsolit%gmail.com1-0/+4
bugs_fulltext table - Patch by Ed Goose <ed.goose@gmail.com> r/a=LpSolit
2008-05-29Bug 412725: WebService functions to get information about a Userdkl%redhat.com2-0/+178
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.org2-1/+25
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, 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.com1-5/+6
by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2008-05-21Bump version number after branching.mkanat%bugzilla.org1-1/+1
2008-05-20Bug 415278: Make the WebService's plugin discovery method more extendablemozilla%colinogilvie.co.uk2-14/+22
Patch by: Colin Ogilvie <colin.ogilvie@gmail.com>; r=mkanat; a=LpSolit
2008-05-17Bug 434062: Attachment flags can only be set once per bug (regression) - ↵lpsolit%gmail.com1-4/+4
Patch by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit (module owner)
2008-05-14Bug 433514: Renaming a saved search with the same name of different case ↵lpsolit%gmail.com1-1/+4
causes db error - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-05-12Bug 433282: Template hooks do not work if HTTP_ACCEPT_LANGUAGE doesn't match ↵lpsolit%gmail.com1-23/+2
any language available - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-05-08Bug 432726: [Oracle] DROP INDEX doesn't hash the index namemkanat%bugzilla.org1-3/+15
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2008-05-08Bug 419581: [Oracle] Enable ALTER COLUMN for Oraclemkanat%bugzilla.org1-0/+169
Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
2008-05-08Bug 414292: [Oracle] Change series.query back to MEDIUMTEXTmkanat%bugzilla.org2-5/+9
Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
2008-05-06Bug 430909 - add hook for parametersbbaetz%acm.org1-6/+10
r=mkanat, r/a=lpsolit
2008-05-05Bump version number post-release.mkanat%bugzilla.org1-1/+1
2008-05-05Bump the version numbers pre-release.mkanat%bugzilla.org1-1/+1
2008-05-032nd attempt to fix bug 414726: Bugzilla::Update never updates ↵lpsolit%gmail.com1-15/+2
bugzilla-update.xml if the file already exists locally - Patch by me r=mkanat
2008-05-02Bug 431730: Bugs with resolution MOVED cannot be edited anymore - Patch by ↵lpsolit%gmail.com1-4/+4
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-05-01Bug 431143: data/mail and data/mimedump-tmp no longer in use - Patch by ↵lpsolit%gmail.com1-4/+1
Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=justdave a=mkanat
2008-04-29Bug 426899: Hack SOAP::Lite to encode upper-ASCII characters correctly for ↵mkanat%bugzilla.org1-0/+10
the WebService. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2008-04-20Bug 429847: config.cgi should include additional information about custom ↵lpsolit%gmail.com1-40/+0
fields - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-04-17Bug 428941 – Allow extension webservices to override LOGIN_EXEMPTbbaetz%acm.org4-14/+29
r/a=mkanat
2008-04-10Bug 414236 Ð show_bug.cgi: Remove the knob in favor of normal <select> boxesguy.pyrzak%gmail.com1-46/+1
Patch By Guy Pyrzak<guy.pyrzak@gmail.com> r=mkanat, a=LpSolit. Removes knob from edit single and edit multiple bugs.
2008-04-09Bug 311563 – Make whining permit utf8 in whining reports.wurblzap%gmail.com2-11/+21
Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=LpSolit
2008-04-08Bug 416382: Adding an attachment with Perl 5.10 and CGI.pm < 3.33 throws a ↵lpsolit%gmail.com1-8/+15
taint error - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-04-08Bug 415796: All webservice methods were failing if a string had multibyte ↵mkanat%bugzilla.org1-2/+35
characters in it, due to bugs in SOAP::Lite. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2008-04-04Bug 182975: Bugzilla directory structure to be adopted to l10n needs - Patch ↵lpsolit%gmail.com4-10/+31
by A.A. Shimono (himorin) <shimono@mozilla.gr.jp> r=LpSolit r=mkanat a=LpSolit
2008-04-03Bug 410902: Some characters are mangled in diff and interdiff modes when ↵lpsolit%gmail.com2-7/+40
viewing patches - Patch by Frédéric Buclin <LpSolit@gmail.com> r=shimono, r=mkanat a=LpSolit
2008-04-03Bug 405946: Some emails are not sent in the language chosen by the addressee ↵lpsolit%gmail.com3-90/+75
- Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
2008-04-02Bug 425599 – show_activity missing space for attachment flag changesbbaetz%acm.org1-1/+1
r/a=lpsolit