Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 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-07 | Bug 437369: Deleting a bug doesn't remove related data from the ↵ | lpsolit%gmail.com | 1 | -0/+4 | |
bugs_fulltext table - Patch by Ed Goose <ed.goose@gmail.com> r/a=LpSolit | |||||
2008-05-29 | Bug 412725: WebService functions to get information about a User | dkl%redhat.com | 2 | -0/+178 | |
Patch by Noura Elhawary <nelhawar@redhat.com> - r=mkanat, a=mkanat | |||||
2008-05-29 | Bug 318205: The path to the hook is incorrect when called from inside a block | mkanat%bugzilla.org | 1 | -8/+55 | |
Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat | |||||
2008-05-28 | Bug 435507: Provide a method of hooking the WebService error codes | mkanat%bugzilla.org | 2 | -1/+25 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat | |||||
2008-05-21 | Bug 414779, Bug 419782, Bug 422037, Bug 423363, Bug 423369, Bug 423372, Bug ↵ | mkanat%bugzilla.org | 1 | -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-21 | Bug 380756: Remove duplicates.xul (and all the code related to it) - Patch ↵ | lpsolit%gmail.com | 1 | -5/+6 | |
by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2008-05-21 | Bump version number after branching. | mkanat%bugzilla.org | 1 | -1/+1 | |
2008-05-20 | Bug 415278: Make the WebService's plugin discovery method more extendable | mozilla%colinogilvie.co.uk | 2 | -14/+22 | |
Patch by: Colin Ogilvie <colin.ogilvie@gmail.com>; r=mkanat; a=LpSolit | |||||
2008-05-17 | Bug 434062: Attachment flags can only be set once per bug (regression) - ↵ | lpsolit%gmail.com | 1 | -4/+4 | |
Patch by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit (module owner) | |||||
2008-05-14 | Bug 433514: Renaming a saved search with the same name of different case ↵ | lpsolit%gmail.com | 1 | -1/+4 | |
causes db error - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-05-12 | Bug 433282: Template hooks do not work if HTTP_ACCEPT_LANGUAGE doesn't match ↵ | lpsolit%gmail.com | 1 | -23/+2 | |
any language available - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-05-08 | Bug 432726: [Oracle] DROP INDEX doesn't hash the index name | mkanat%bugzilla.org | 1 | -3/+15 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2008-05-08 | Bug 419581: [Oracle] Enable ALTER COLUMN for Oracle | mkanat%bugzilla.org | 1 | -0/+169 | |
Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | |||||
2008-05-08 | Bug 414292: [Oracle] Change series.query back to MEDIUMTEXT | mkanat%bugzilla.org | 2 | -5/+9 | |
Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | |||||
2008-05-06 | Bug 430909 - add hook for parameters | bbaetz%acm.org | 1 | -6/+10 | |
r=mkanat, r/a=lpsolit | |||||
2008-05-05 | Bump version number post-release. | mkanat%bugzilla.org | 1 | -1/+1 | |
2008-05-05 | Bump the version numbers pre-release. | mkanat%bugzilla.org | 1 | -1/+1 | |
2008-05-03 | 2nd attempt to fix bug 414726: Bugzilla::Update never updates ↵ | lpsolit%gmail.com | 1 | -15/+2 | |
bugzilla-update.xml if the file already exists locally - Patch by me r=mkanat | |||||
2008-05-02 | Bug 431730: Bugs with resolution MOVED cannot be edited anymore - Patch by ↵ | lpsolit%gmail.com | 1 | -4/+4 | |
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-05-01 | Bug 431143: data/mail and data/mimedump-tmp no longer in use - Patch by ↵ | lpsolit%gmail.com | 1 | -4/+1 | |
Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=justdave a=mkanat | |||||
2008-04-29 | Bug 426899: Hack SOAP::Lite to encode upper-ASCII characters correctly for ↵ | mkanat%bugzilla.org | 1 | -0/+10 | |
the WebService. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2008-04-20 | Bug 429847: config.cgi should include additional information about custom ↵ | lpsolit%gmail.com | 1 | -40/+0 | |
fields - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-04-17 | Bug 428941 â Allow extension webservices to override LOGIN_EXEMPT | bbaetz%acm.org | 4 | -14/+29 | |
r/a=mkanat | |||||
2008-04-10 | Bug 414236 Ð show_bug.cgi: Remove the knob in favor of normal <select> boxes | guy.pyrzak%gmail.com | 1 | -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-09 | Bug 311563 â Make whining permit utf8 in whining reports. | wurblzap%gmail.com | 2 | -11/+21 | |
Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=LpSolit | |||||
2008-04-08 | Bug 416382: Adding an attachment with Perl 5.10 and CGI.pm < 3.33 throws a ↵ | lpsolit%gmail.com | 1 | -8/+15 | |
taint error - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-04-08 | Bug 415796: All webservice methods were failing if a string had multibyte ↵ | mkanat%bugzilla.org | 1 | -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-04 | Bug 182975: Bugzilla directory structure to be adopted to l10n needs - Patch ↵ | lpsolit%gmail.com | 4 | -10/+31 | |
by A.A. Shimono (himorin) <shimono@mozilla.gr.jp> r=LpSolit r=mkanat a=LpSolit | |||||
2008-04-03 | Bug 410902: Some characters are mangled in diff and interdiff modes when ↵ | lpsolit%gmail.com | 2 | -7/+40 | |
viewing patches - Patch by Frédéric Buclin <LpSolit@gmail.com> r=shimono, r=mkanat a=LpSolit | |||||
2008-04-03 | Bug 405946: Some emails are not sent in the language chosen by the addressee ↵ | lpsolit%gmail.com | 3 | -90/+75 | |
- Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit | |||||
2008-04-02 | Bug 425599 â show_activity missing space for attachment flag changes | bbaetz%acm.org | 1 | -1/+1 | |
r/a=lpsolit | |||||
2008-03-31 | Bug 425620 â checksetup.pl doesn't pick up the user's language correctly. | wurblzap%gmail.com | 1 | -1/+16 | |
Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit; a=LpSolit | |||||
2008-03-29 | Bug 425746: Bugzilla::Template::precompile_templates() doesn't flush ↵ | lpsolit%gmail.com | 1 | -0/+3 | |
template_include_path_ correctly - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-03-28 | Bug 425288: checksetup.pl displays messages using the first language ↵ | lpsolit%gmail.com | 1 | -12/+22 | |
available, alphabetically, rather than falling back to english if the desired language is not found - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=mkanat | |||||
2008-03-28 | Bug 423439: show_bug.cgi crashes when wrapping comments which contain ↵ | lpsolit%gmail.com | 1 | -0/+5 | |
Unicode characters and tabs in them - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-03-27 | Bug 418068 take 3: No way to search for "date of last comment" before/after ↵ | justdave%bugzilla.org | 1 | -1/+1 | |
a given date. Correcting a spacing issue in the SQL from the original 2 interations of this patch. r=LpSolit, a=justdave | |||||
2008-03-27 | Bug 372795: Implement Bugzilla::Product::preload() to speed up query.cgi ↵ | mkanat%bugzilla.org | 2 | -46/+80 | |
when there are many products Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | |||||
2008-03-27 | Bug 358588: The sslbase's port is harcoded, but shouldn't (allow the port to ↵ | lpsolit%gmail.com | 1 | -5/+9 | |
be specified with the parameter) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=glob a=LpSolit | |||||
2008-03-26 | Bug 413184: Unify all of the update_ functions in Bugzilla::Bug | mkanat%bugzilla.org | 1 | -129/+84 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2008-03-26 | Upgrades from 2.08 were failing because we tried to do bz_index_info_real on ↵ | mkanat%bugzilla.org | 1 | -1/+3 | |
the longdescs table, which didn't exist. | |||||
2008-03-25 | Fix for Bug 399370: bugs_fulltext couldn't be converted to utf8, because it ↵ | mkanat%bugzilla.org | 1 | -2/+16 | |
had fulltext indexes on it. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) | |||||
2008-03-25 | [Bug 424865] checksetup tells me that commands listed below need to be run ↵ | mozilla%colinogilvie.co.uk | 1 | -3/+5 | |
as root Patch by Colin Ogilvie <colin.ogilvie@gmail.com>; r+a: mkanat | |||||
2008-03-25 | Bug 419979: Bugzilla::DB::bz_add_field_table directly modifies the ↵ | mkanat%bugzilla.org | 1 | -8/+13 | |
FIELD_TABLE_SCHEMA constant Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | |||||
2008-03-25 | Bug 399370: Fulltext search with a LIKE on bugs.short_desc is too slow (make ↵ | mkanat%bugzilla.org | 7 | -74/+132 | |
Bugzilla use a separate fulltext table) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2008-03-21 | Bug 314120: [Oracle] DBI::st::rows is used in a way that breaks Oracle - ↵ | lpsolit%gmail.com | 1 | -14/+13 | |
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-03-19 | Bug 423733: mail_delivery_method = 'Test' doesn't generate a valid mbox file ↵ | lpsolit%gmail.com | 1 | -1/+2 | |
- Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit | |||||
2008-03-18 | Bug 180259: "Requests" (logged out) and "My Requests" (logged in) links ↵ | lpsolit%gmail.com | 1 | -0/+20 | |
appear in footer even if the site doesn't use requests - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit | |||||
2008-03-14 | Bug 304005: Implement SMTP authentication support for email notifications - ↵ | lpsolit%gmail.com | 4 | -1/+30 | |
Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit |