Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-28 | Bug 425565: Product name not displayed in the error message when ↵ | lpsolit%gmail.com | 1 | -3/+3 | |
adding/removing bugs to/from illegal groups - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bbaetz a=LpSolit | |||||
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 | 3 | -46/+81 | |
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 | 2 | -145/+99 | |
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 | Bug 92274: email_in.pl using the From address doesn't work with emailsuffix ↵ | lpsolit%gmail.com | 1 | -0/+5 | |
- Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
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 | 8 | -74/+133 | |
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-20 | Bug 423959: Wrap long lines in column headers of admin/table.html.tmpl - ↵ | lpsolit%gmail.com | 2 | -1/+5 | |
Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit | |||||
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 416047 â Test 1 fails in compiling Bugzilla::Install::CPAN and ↵ | wurblzap%gmail.com | 1 | -2/+12 | |
install-module.pl when Cygwin is installed. Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit; a=LpSolit | |||||
2008-03-18 | Bug 413439: Enable "change several bugs at once" if the user has editbugs OR ↵ | lpsolit%gmail.com | 2 | -17/+35 | |
product-specific editbugs for ALL tickets - Patch by miketosh <michael.j.tosh@lmco.com> r/a=LpSolit | |||||
2008-03-18 | Bug 365365: Fix various HTML and CSS validation errors when viewing ↵ | lpsolit%gmail.com | 3 | -18/+25 | |
attachments - 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 | 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 | |||||
2008-03-18 | Bug 417030: importxml.pl doesn't support custom fields implemented in 3.2 - ↵ | lpsolit%gmail.com | 1 | -13/+56 | |
Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit | |||||
2008-03-17 | Bug 365442: If product/component does not have any flags, "Flags: / ↵ | lpsolit%gmail.com | 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 | |||||
2008-03-17 | Bug 375585: Deadline not showing in Edit Search view of saved Search - Patch ↵ | lpsolit%gmail.com | 2 | -4/+5 | |
by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit | |||||
2008-03-17 | Bug 323003: [importxml.pl] attachments should be imported with the original ↵ | lpsolit%gmail.com | 2 | -1/+17 | |
creator - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit | |||||
2008-03-17 | Bug 423346: importxml.pl fails when importing attachments - Patch by ↵ | lpsolit%gmail.com | 1 | -4/+4 | |
Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit | |||||
2008-03-17 | Bug 390370: "Products" should be "Other Classifications" when reclassifying ↵ | lpsolit%gmail.com | 1 | -2/+2 | |
products in editclassifications.cgi - Patch by timeless <timeless@bemail.org> r=vladd a=LpSolit | |||||
2008-03-17 | Bug 422935 â Status values for âTake Bugâ functionality on ↵ | wurblzap%gmail.com | 1 | -3/+3 | |
attachment creation not localizable. Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit; a=LpSolit | |||||
2008-03-17 | Bug 421046: Remove GPL/LGPL options from any tri-licensed files - Patch by ↵ | lpsolit%gmail.com | 2 | -26/+2 | |
Gervase Markham <gerv@mozilla.org> r/a=mkanat | |||||
2008-03-14 | Bug 304005: Implement SMTP authentication support for email notifications - ↵ | lpsolit%gmail.com | 6 | -2/+40 | |
Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2008-03-11 | Bug 422111: rederive regexp-based group memberships on the destination user ↵ | justdave%bugzilla.org | 1 | -0/+7 | |
after merging Bugzilla accounts, since some of the merged group memberships may no longer apply. a=LpSolit | |||||
2008-03-11 | Bug 421931 â Group control identifiers on product edit page should be ↵ | wurblzap%gmail.com | 2 | -30/+10 | |
localizable. Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit, a=LpSolit | |||||
2008-03-10 | Fixing bustage due to bug 367394 (no idea why it's burning, but this should ↵ | lpsolit%gmail.com | 3 | -3/+3 | |
fix it) | |||||
2008-03-10 | Bug 367394 - "show_bug should include a class bz_group_<whatever> so pages ↵ | reed%reedloden.com | 3 | -10/+31 | |
can be styled" [p=reed r+a=LpSolit] | |||||
2008-03-06 | Bug 419388 â 004template.t should fall back to âenâ. | wurblzap%gmail.com | 1 | -2/+2 | |
Patch by Vitaly Fedrushkov <vitaly.fedrushkov@gmail.com>; r=Wurblzap, a=LpSolit | |||||
2008-03-05 | Fix the indentation in the previous checkin for bug 418895, patch by pyrzak, ↵ | lpsolit%gmail.com | 1 | -66/+23 | |
r/a=me | |||||
2008-03-04 | Bug 419660: New custom fields not listed in "3.10. Custom Fields" - Patch by ↵ | lpsolit%gmail.com | 1 | -46/+80 | |
Sam Folk-Williams <sam.folkwilliams@gmail.com> r=LpSolit | |||||
2008-03-01 | Bug 418895: Assignee and QA contact fields always become revealed (editable), | guy.pyrzak%gmail.com | 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 | |||||
2008-02-28 | Fixing bug 418068 for real. The previous patch was broken. Patch by Jesse ↵ | lpsolit%gmail.com | 1 | -7/+7 | |
Clark <jjclark1982@gmail.com> r=mkanat | |||||
2008-02-28 | Additional fix for bug 417146 - Patch by me, r=justdave | lpsolit%gmail.com | 1 | -5/+9 | |
2008-02-28 | Bug 417146: Sanitycheck recurses into global/message.txt.tmpl - Patch by ↵ | lpsolit%gmail.com | 1 | -1/+6 | |
Frédéric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit | |||||
2008-02-26 | Bug 419191: CC'ed users not being in the group a bug is restricted to cannot ↵ | lpsolit%gmail.com | 1 | -22/+28 | |
do any change - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-02-26 | Bug 419243: get_new_status_and_resolution() no longer exists and bug moving ↵ | lpsolit%gmail.com | 2 | -29/+22 | |
fails - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-02-25 | Bug 419440: The Bugzilla version is not displayed in the welcome-admin page ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
- Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit | |||||
2008-02-25 | Bug 415652: Implement Bugzilla->active_custom_fields - Patch by ↵ | lpsolit%gmail.com | 14 | -48/+42 | |
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-02-25 | Bug 415676: Remove all mentions of landfill.bugzilla.org/ppm from the ↵ | lpsolit%gmail.com | 2 | -33/+28 | |
documentation. People should use theory58S instead - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave | |||||
2008-02-22 | Bug 418068: No way to search for "date of last comment" before/after a given ↵ | lpsolit%gmail.com | 1 | -42/+21 | |
date - Patch by Jesse Clark <jjclark1982@gmail.com> r/a=mkanat | |||||
2008-02-21 | Bug 251740: Add local CSS hook file - Patch by Guy Pyrzak ↵ | lpsolit%gmail.com | 1 | -0/+2 | |
<guy.pyrzak@gmail.com> r/a=mkanat | |||||
2008-02-21 | Bug 418518: Search links in editkeywords.cgi and describekeywords.cgi ↵ | lpsolit%gmail.com | 1 | -1/+2 | |
generate incorrect SQL queries - Patch by Jesse Clark <jjclark1982@gmail.com> r/a=mkanat | |||||
2008-02-17 | Doc for bug 135812: Add a 'mailfrom' parameter to unify bugmail originating ↵ | lpsolit%gmail.com | 1 | -0/+14 | |
address - Patch by Sam Folk-Williams <sam.folkwilliams@gmail.com> r=LpSolit | |||||
2008-02-17 | Bug 390972: we shouldn't favor fink for os x - Patch by timeless ↵ | lpsolit%gmail.com | 1 | -12/+14 | |
<timeless@bemail.org> r=Colin r=justdave | |||||
2008-02-17 | Two small fixes for bug 390603 (better wording) | lpsolit%gmail.com | 1 | -3/+3 | |