aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug 182975: Bugzilla directory structure to be adopted to l10n needs - Patch ↵lpsolit%gmail.com2008-04-0442-54/+16194
| | | | by A.A. Shimono (himorin) <shimono@mozilla.gr.jp> r=LpSolit r=mkanat a=LpSolit
* Bug 410902: Some characters are mangled in diff and interdiff modes when ↵lpsolit%gmail.com2008-04-033-10/+41
| | | | viewing patches - Patch by Frédéric Buclin <LpSolit@gmail.com> r=shimono, r=mkanat a=LpSolit
* Bug 405946: Some emails are not sent in the language chosen by the addressee ↵lpsolit%gmail.com2008-04-0214-133/+129
| | | | - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
* Bug 425599 – show_activity missing space for attachment flag changesbbaetz%acm.org2008-04-022-2/+2
| | | | r/a=lpsolit
* Bug 426211: Invalid get_status() call - Patch by Vitaly Fedrushkov ↵lpsolit%gmail.com2008-04-021-1/+1
| | | | <vitaly.fedrushkov@gmail.com> r/a=LpSolit
* Bug 425620 – checksetup.pl doesn't pick up the user's language correctly.wurblzap%gmail.com2008-03-311-1/+16
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit; a=LpSolit
* Bug 391949 colchange, login, and a number of other forms are missing a space ↵timeless%mozdev.org2008-03-319-15/+15
| | | | | | before checked r=vladd a=lpsolit
* Bug 425746: Bugzilla::Template::precompile_templates() doesn't flush ↵lpsolit%gmail.com2008-03-291-0/+3
| | | | template_include_path_ correctly - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 425288: checksetup.pl displays messages using the first language ↵lpsolit%gmail.com2008-03-282-15/+24
| | | | 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
* Bug 423439: show_bug.cgi crashes when wrapping comments which contain ↵lpsolit%gmail.com2008-03-281-0/+5
| | | | Unicode characters and tabs in them - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 425565: Product name not displayed in the error message when ↵lpsolit%gmail.com2008-03-281-3/+3
| | | | adding/removing bugs to/from illegal groups - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bbaetz a=LpSolit
* Bug 418068 take 3: No way to search for "date of last comment" before/after ↵justdave%bugzilla.org2008-03-271-1/+1
| | | | a given date. Correcting a spacing issue in the SQL from the original 2 interations of this patch. r=LpSolit, a=justdave
* Bug 372795: Implement Bugzilla::Product::preload() to speed up query.cgi ↵mkanat%bugzilla.org2008-03-273-46/+81
| | | | | | when there are many products Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 358588: The sslbase's port is harcoded, but shouldn't (allow the port to ↵lpsolit%gmail.com2008-03-271-5/+9
| | | | be specified with the parameter) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=glob a=LpSolit
* Bug 413184: Unify all of the update_ functions in Bugzilla::Bugmkanat%bugzilla.org2008-03-262-145/+99
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Upgrades from 2.08 were failing because we tried to do bz_index_info_real on ↵mkanat%bugzilla.org2008-03-251-1/+3
| | | | the longdescs table, which didn't exist.
* Bug 92274: email_in.pl using the From address doesn't work with emailsuffix ↵lpsolit%gmail.com2008-03-251-0/+5
| | | | - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Fix for Bug 399370: bugs_fulltext couldn't be converted to utf8, because it ↵mkanat%bugzilla.org2008-03-251-2/+16
| | | | | | had fulltext indexes on it. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner)
* [Bug 424865] checksetup tells me that commands listed below need to be run ↵mozilla%colinogilvie.co.uk2008-03-251-3/+5
| | | | | | as root Patch by Colin Ogilvie <colin.ogilvie@gmail.com>; r+a: mkanat
* Bug 419979: Bugzilla::DB::bz_add_field_table directly modifies the ↵mkanat%bugzilla.org2008-03-251-8/+13
| | | | | | FIELD_TABLE_SCHEMA constant Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 399370: Fulltext search with a LIKE on bugs.short_desc is too slow (make ↵mkanat%bugzilla.org2008-03-258-74/+133
| | | | | | Bugzilla use a separate fulltext table) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 314120: [Oracle] DBI::st::rows is used in a way that breaks Oracle - ↵lpsolit%gmail.com2008-03-211-14/+13
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 423959: Wrap long lines in column headers of admin/table.html.tmpl - ↵lpsolit%gmail.com2008-03-202-1/+5
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
* Bug 423733: mail_delivery_method = 'Test' doesn't generate a valid mbox file ↵lpsolit%gmail.com2008-03-191-1/+2
| | | | - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit
* Bug 416047 – Test 1 fails in compiling Bugzilla::Install::CPAN and ↵wurblzap%gmail.com2008-03-181-2/+12
| | | | | | | install-module.pl when Cygwin is installed. Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit; a=LpSolit
* Bug 413439: Enable "change several bugs at once" if the user has editbugs OR ↵lpsolit%gmail.com2008-03-182-17/+35
| | | | product-specific editbugs for ALL tickets - Patch by miketosh <michael.j.tosh@lmco.com> r/a=LpSolit
* Bug 365365: Fix various HTML and CSS validation errors when viewing ↵lpsolit%gmail.com2008-03-183-18/+25
| | | | attachments - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit
* Bug 180259: "Requests" (logged out) and "My Requests" (logged in) links ↵lpsolit%gmail.com2008-03-183-6/+38
| | | | appear in footer even if the site doesn't use requests - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
* Bug 417030: importxml.pl doesn't support custom fields implemented in 3.2 - ↵lpsolit%gmail.com2008-03-181-13/+56
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 365442: If product/component does not have any flags, "Flags: / ↵lpsolit%gmail.com2008-03-171-4/+15
| | | | Requestee:" header should not be shown on the bug creation form - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
* Bug 375585: Deadline not showing in Edit Search view of saved Search - Patch ↵lpsolit%gmail.com2008-03-172-4/+5
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
* Bug 323003: [importxml.pl] attachments should be imported with the original ↵lpsolit%gmail.com2008-03-172-1/+17
| | | | creator - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 423346: importxml.pl fails when importing attachments - Patch by ↵lpsolit%gmail.com2008-03-171-4/+4
| | | | Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 390370: "Products" should be "Other Classifications" when reclassifying ↵lpsolit%gmail.com2008-03-171-2/+2
| | | | products in editclassifications.cgi - Patch by timeless <timeless@bemail.org> r=vladd a=LpSolit
* Bug 422935 – Status values for “Take Bug” functionality on ↵wurblzap%gmail.com2008-03-171-3/+3
| | | | | | | attachment creation not localizable. Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit; a=LpSolit
* Bug 421046: Remove GPL/LGPL options from any tri-licensed files - Patch by ↵lpsolit%gmail.com2008-03-172-26/+2
| | | | Gervase Markham <gerv@mozilla.org> r/a=mkanat
* Bug 304005: Implement SMTP authentication support for email notifications - ↵lpsolit%gmail.com2008-03-146-2/+40
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 422111: rederive regexp-based group memberships on the destination user ↵justdave%bugzilla.org2008-03-111-0/+7
| | | | | | after merging Bugzilla accounts, since some of the merged group memberships may no longer apply. a=LpSolit
* Bug 421931 – Group control identifiers on product edit page should be ↵wurblzap%gmail.com2008-03-112-30/+10
| | | | | | | localizable. Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit, a=LpSolit
* Fixing bustage due to bug 367394 (no idea why it's burning, but this should ↵lpsolit%gmail.com2008-03-103-3/+3
| | | | fix it)
* Bug 367394 - "show_bug should include a class bz_group_<whatever> so pages ↵reed%reedloden.com2008-03-093-10/+31
| | | | can be styled" [p=reed r+a=LpSolit]
* Bug 419388 – 004template.t should fall back to “en”.wurblzap%gmail.com2008-03-051-2/+2
| | | | | Patch by Vitaly Fedrushkov <vitaly.fedrushkov@gmail.com>; r=Wurblzap, a=LpSolit
* Fix the indentation in the previous checkin for bug 418895, patch by pyrzak, ↵lpsolit%gmail.com2008-03-051-66/+23
| | | | r/a=me
* Bug 419660: New custom fields not listed in "3.10. Custom Fields" - Patch by ↵lpsolit%gmail.com2008-03-031-46/+80
| | | | Sam Folk-Williams <sam.folkwilliams@gmail.com> r=LpSolit
* Bug 418895: Assignee and QA contact fields always become revealed (editable),guy.pyrzak%gmail.com2008-03-012-23/+88
| | | | | | | The patch moves what used to be in one function to hide the qa and assignee into 2 separate calls. It also fixes some typos in the comments and adds my name to the committers list Patch By Guy Pyrzak <guy.pyrzak@gmail.com.com> r=mkanat, a=mkanat
* Fixing bug 418068 for real. The previous patch was broken. Patch by Jesse ↵lpsolit%gmail.com2008-02-281-7/+7
| | | | Clark <jjclark1982@gmail.com> r=mkanat
* Additional fix for bug 417146 - Patch by me, r=justdavelpsolit%gmail.com2008-02-281-5/+9
|
* Bug 417146: Sanitycheck recurses into global/message.txt.tmpl - Patch by ↵lpsolit%gmail.com2008-02-281-1/+6
| | | | Frédéric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit
* Bug 419191: CC'ed users not being in the group a bug is restricted to cannot ↵lpsolit%gmail.com2008-02-261-22/+28
| | | | do any change - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 419243: get_new_status_and_resolution() no longer exists and bug moving ↵lpsolit%gmail.com2008-02-262-29/+22
| | | | fails - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat