Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 425288: checksetup.pl displays messages using the first language ↵ | lpsolit%gmail.com | 2008-03-28 | 2 | -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.com | 2008-03-28 | 1 | -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.com | 2008-03-28 | 1 | -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.org | 2008-03-27 | 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 | ||||
* | Bug 372795: Implement Bugzilla::Product::preload() to speed up query.cgi ↵ | mkanat%bugzilla.org | 2008-03-27 | 3 | -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.com | 2008-03-27 | 1 | -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::Bug | mkanat%bugzilla.org | 2008-03-26 | 2 | -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.org | 2008-03-25 | 1 | -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.com | 2008-03-25 | 1 | -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.org | 2008-03-25 | 1 | -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.uk | 2008-03-25 | 1 | -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.org | 2008-03-25 | 1 | -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.org | 2008-03-25 | 8 | -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.com | 2008-03-21 | 1 | -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.com | 2008-03-20 | 2 | -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.com | 2008-03-19 | 1 | -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.com | 2008-03-18 | 1 | -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.com | 2008-03-18 | 2 | -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.com | 2008-03-18 | 3 | -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.com | 2008-03-18 | 3 | -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.com | 2008-03-18 | 1 | -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.com | 2008-03-17 | 1 | -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.com | 2008-03-17 | 2 | -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.com | 2008-03-17 | 2 | -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.com | 2008-03-17 | 1 | -4/+4 |
| | | | | Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit | ||||
* | Bug 390370: "Products" should be "Other Classifications" when reclassifying ↵ | lpsolit%gmail.com | 2008-03-17 | 1 | -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.com | 2008-03-17 | 1 | -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.com | 2008-03-17 | 2 | -26/+2 |
| | | | | Gervase Markham <gerv@mozilla.org> r/a=mkanat | ||||
* | Bug 304005: Implement SMTP authentication support for email notifications - ↵ | lpsolit%gmail.com | 2008-03-14 | 6 | -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.org | 2008-03-11 | 1 | -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.com | 2008-03-11 | 2 | -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.com | 2008-03-10 | 3 | -3/+3 |
| | | | | fix it) | ||||
* | Bug 367394 - "show_bug should include a class bz_group_<whatever> so pages ↵ | reed%reedloden.com | 2008-03-09 | 3 | -10/+31 |
| | | | | can be styled" [p=reed r+a=LpSolit] | ||||
* | Bug 419388 â 004template.t should fall back to âenâ. | wurblzap%gmail.com | 2008-03-05 | 1 | -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.com | 2008-03-05 | 1 | -66/+23 |
| | | | | r/a=me | ||||
* | Bug 419660: New custom fields not listed in "3.10. Custom Fields" - Patch by ↵ | lpsolit%gmail.com | 2008-03-03 | 1 | -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.com | 2008-03-01 | 2 | -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.com | 2008-02-28 | 1 | -7/+7 |
| | | | | Clark <jjclark1982@gmail.com> r=mkanat | ||||
* | Additional fix for bug 417146 - Patch by me, r=justdave | lpsolit%gmail.com | 2008-02-28 | 1 | -5/+9 |
| | |||||
* | Bug 417146: Sanitycheck recurses into global/message.txt.tmpl - Patch by ↵ | lpsolit%gmail.com | 2008-02-28 | 1 | -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.com | 2008-02-26 | 1 | -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.com | 2008-02-26 | 2 | -29/+22 |
| | | | | fails - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | ||||
* | Bug 419440: The Bugzilla version is not displayed in the welcome-admin page ↵ | lpsolit%gmail.com | 2008-02-25 | 1 | -1/+1 |
| | | | | - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit | ||||
* | Bug 415652: Implement Bugzilla->active_custom_fields - Patch by ↵ | lpsolit%gmail.com | 2008-02-25 | 14 | -48/+42 |
| | | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | ||||
* | Bug 415676: Remove all mentions of landfill.bugzilla.org/ppm from the ↵ | lpsolit%gmail.com | 2008-02-25 | 2 | -33/+28 |
| | | | | documentation. People should use theory58S instead - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave | ||||
* | Bug 418068: No way to search for "date of last comment" before/after a given ↵ | lpsolit%gmail.com | 2008-02-22 | 1 | -42/+21 |
| | | | | date - Patch by Jesse Clark <jjclark1982@gmail.com> r/a=mkanat | ||||
* | Bug 251740: Add local CSS hook file - Patch by Guy Pyrzak ↵ | lpsolit%gmail.com | 2008-02-21 | 1 | -0/+2 |
| | | | | <guy.pyrzak@gmail.com> r/a=mkanat | ||||
* | Bug 418518: Search links in editkeywords.cgi and describekeywords.cgi ↵ | lpsolit%gmail.com | 2008-02-21 | 1 | -1/+2 |
| | | | | generate incorrect SQL queries - Patch by Jesse Clark <jjclark1982@gmail.com> r/a=mkanat | ||||
* | Doc for bug 135812: Add a 'mailfrom' parameter to unify bugmail originating ↵ | lpsolit%gmail.com | 2008-02-17 | 1 | -0/+14 |
| | | | | address - Patch by Sam Folk-Williams <sam.folkwilliams@gmail.com> r=LpSolit | ||||
* | Bug 390972: we shouldn't favor fink for os x - Patch by timeless ↵ | lpsolit%gmail.com | 2008-02-17 | 1 | -12/+14 |
| | | | | <timeless@bemail.org> r=Colin r=justdave |