summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-04-04Checkin for 2.14 release. Still some problems; this cannot yetbarnboy%trilobyte.net12-3698/+3888
be used for 2.14 documentation due to inconsistencies.
2008-04-04Added .htaccess files for shadow/, data/, and /.barnboy%trilobyte.net3-12/+118
I added related information to the Bugzilla Guide, and tacked in a couple of last-minute additions. Also fixed the annoying "Tip: HINT:" thing.
2008-04-04Updated Bugzilla Guide and README to fix bug 76156, bug 76841, and bug 26242.barnboy%trilobyte.net7-7860/+3810
The README is now gutted, pointers to Guide. Also some new sections added, old ones fixed, and notes appended to deprecated sections I've not yet had the heart to remove.
2008-04-04Missing comma in a hash (was missing in the checkin of bug 182975)lpsolit%gmail.com1-1/+1
2008-04-04Bug 182975: Bugzilla directory structure to be adopted to l10n needs - Patch ↵lpsolit%gmail.com42-54/+16194
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.com3-10/+41
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.com14-133/+129
- 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.org2-2/+2
r/a=lpsolit
2008-04-02Bug 426211: Invalid get_status() call - Patch by Vitaly Fedrushkov ↵lpsolit%gmail.com1-1/+1
<vitaly.fedrushkov@gmail.com> r/a=LpSolit
2008-03-31Bug 425620 – checksetup.pl doesn't pick up the user's language correctly.wurblzap%gmail.com1-1/+16
Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit; a=LpSolit
2008-03-31Bug 391949 colchange, login, and a number of other forms are missing a space ↵timeless%mozdev.org9-15/+15
before checked r=vladd a=lpsolit
2008-03-29Bug 425746: Bugzilla::Template::precompile_templates() doesn't flush ↵lpsolit%gmail.com1-0/+3
template_include_path_ correctly - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-03-28Bug 425288: checksetup.pl displays messages using the first language ↵lpsolit%gmail.com2-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
2008-03-28Bug 423439: show_bug.cgi crashes when wrapping comments which contain ↵lpsolit%gmail.com1-0/+5
Unicode characters and tabs in them - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-03-28Bug 425565: Product name not displayed in the error message when ↵lpsolit%gmail.com1-3/+3
adding/removing bugs to/from illegal groups - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bbaetz a=LpSolit
2008-03-27Bug 418068 take 3: No way to search for "date of last comment" before/after ↵justdave%bugzilla.org1-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-27Bug 372795: Implement Bugzilla::Product::preload() to speed up query.cgi ↵mkanat%bugzilla.org3-46/+81
when there are many products Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2008-03-27Bug 358588: The sslbase's port is harcoded, but shouldn't (allow the port to ↵lpsolit%gmail.com1-5/+9
be specified with the parameter) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=glob a=LpSolit
2008-03-26Bug 413184: Unify all of the update_ functions in Bugzilla::Bugmkanat%bugzilla.org2-145/+99
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2008-03-26Upgrades from 2.08 were failing because we tried to do bz_index_info_real on ↵mkanat%bugzilla.org1-1/+3
the longdescs table, which didn't exist.
2008-03-25Bug 92274: email_in.pl using the From address doesn't work with emailsuffix ↵lpsolit%gmail.com1-0/+5
- Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-03-25Fix for Bug 399370: bugs_fulltext couldn't be converted to utf8, because it ↵mkanat%bugzilla.org1-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.uk1-3/+5
as root Patch by Colin Ogilvie <colin.ogilvie@gmail.com>; r+a: mkanat
2008-03-25Bug 419979: Bugzilla::DB::bz_add_field_table directly modifies the ↵mkanat%bugzilla.org1-8/+13
FIELD_TABLE_SCHEMA constant Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2008-03-25Bug 399370: Fulltext search with a LIKE on bugs.short_desc is too slow (make ↵mkanat%bugzilla.org8-74/+133
Bugzilla use a separate fulltext table) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2008-03-21Bug 314120: [Oracle] DBI::st::rows is used in a way that breaks Oracle - ↵lpsolit%gmail.com1-14/+13
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-03-20Bug 423959: Wrap long lines in column headers of admin/table.html.tmpl - ↵lpsolit%gmail.com2-1/+5
Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
2008-03-19Bug 423733: mail_delivery_method = 'Test' doesn't generate a valid mbox file ↵lpsolit%gmail.com1-1/+2
- Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit
2008-03-18Bug 416047 – Test 1 fails in compiling Bugzilla::Install::CPAN and ↵wurblzap%gmail.com1-2/+12
install-module.pl when Cygwin is installed. Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit; a=LpSolit
2008-03-18Bug 413439: Enable "change several bugs at once" if the user has editbugs OR ↵lpsolit%gmail.com2-17/+35
product-specific editbugs for ALL tickets - Patch by miketosh <michael.j.tosh@lmco.com> r/a=LpSolit
2008-03-18Bug 365365: Fix various HTML and CSS validation errors when viewing ↵lpsolit%gmail.com3-18/+25
attachments - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit
2008-03-18Bug 180259: "Requests" (logged out) and "My Requests" (logged in) links ↵lpsolit%gmail.com3-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-18Bug 417030: importxml.pl doesn't support custom fields implemented in 3.2 - ↵lpsolit%gmail.com1-13/+56
Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
2008-03-17Bug 365442: If product/component does not have any flags, "Flags: / ↵lpsolit%gmail.com1-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-17Bug 375585: Deadline not showing in Edit Search view of saved Search - Patch ↵lpsolit%gmail.com2-4/+5
by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
2008-03-17Bug 323003: [importxml.pl] attachments should be imported with the original ↵lpsolit%gmail.com2-1/+17
creator - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
2008-03-17Bug 423346: importxml.pl fails when importing attachments - Patch by ↵lpsolit%gmail.com1-4/+4
Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
2008-03-17Bug 390370: "Products" should be "Other Classifications" when reclassifying ↵lpsolit%gmail.com1-2/+2
products in editclassifications.cgi - Patch by timeless <timeless@bemail.org> r=vladd a=LpSolit
2008-03-17Bug 422935 – Status values for “Take Bug” functionality on ↵wurblzap%gmail.com1-3/+3
attachment creation not localizable. Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit; a=LpSolit
2008-03-17Bug 421046: Remove GPL/LGPL options from any tri-licensed files - Patch by ↵lpsolit%gmail.com2-26/+2
Gervase Markham <gerv@mozilla.org> r/a=mkanat
2008-03-14Bug 304005: Implement SMTP authentication support for email notifications - ↵lpsolit%gmail.com6-2/+40
Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2008-03-11Bug 422111: rederive regexp-based group memberships on the destination user ↵justdave%bugzilla.org1-0/+7
after merging Bugzilla accounts, since some of the merged group memberships may no longer apply. a=LpSolit
2008-03-11Bug 421931 – Group control identifiers on product edit page should be ↵wurblzap%gmail.com2-30/+10
localizable. Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit, a=LpSolit
2008-03-10Fixing bustage due to bug 367394 (no idea why it's burning, but this should ↵lpsolit%gmail.com3-3/+3
fix it)
2008-03-10Bug 367394 - "show_bug should include a class bz_group_<whatever> so pages ↵reed%reedloden.com3-10/+31
can be styled" [p=reed r+a=LpSolit]
2008-03-06Bug 419388 – 004template.t should fall back to “en”.wurblzap%gmail.com1-2/+2
Patch by Vitaly Fedrushkov <vitaly.fedrushkov@gmail.com>; r=Wurblzap, a=LpSolit
2008-03-05Fix the indentation in the previous checkin for bug 418895, patch by pyrzak, ↵lpsolit%gmail.com1-66/+23
r/a=me
2008-03-04Bug 419660: New custom fields not listed in "3.10. Custom Fields" - Patch by ↵lpsolit%gmail.com1-46/+80
Sam Folk-Williams <sam.folkwilliams@gmail.com> r=LpSolit
2008-03-01Bug 418895: Assignee and QA contact fields always become revealed (editable),guy.pyrzak%gmail.com2-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-28Fixing bug 418068 for real. The previous patch was broken. Patch by Jesse ↵lpsolit%gmail.com1-7/+7
Clark <jjclark1982@gmail.com> r=mkanat