summaryrefslogtreecommitdiffstats
path: root/template/en/default
AgeCommit message (Collapse)AuthorFilesLines
2011-08-16Bug 679449: Add a link to duplicates.cgi from report.cgiFrédéric Buclin1-0/+4
r=dkl a=LpSolit
2011-08-16Bug 678844: When trying to edit a non-existent classification, the error ↵Frédéric Buclin1-2/+4
message has missing words r=glob a=LpSolit
2011-08-16Bug 466419: Add SSL support for SMTPFrédéric Buclin2-0/+3
r/a=mkanat
2011-08-16Bug 460074: Make post_bug.cgi use should_set for array fields, so theyMax Kanat-Alexander1-0/+1
are undef in Bugzilla::Bug->create if not passed to post_bug. This fixes a bug with the guided bug form creating bugs without any groups. r=LpSolit, a=mkanat
2011-08-15Bug 537759: The "Description" field for attachments should be highlighted as ↵Kent Rogers1-2/+3
being mandatory r/a=LpSolit
2011-08-10Bug 677187: If the attachment filename contains a newline, an error is ↵Frédéric Buclin1-2/+3
thrown when trying to download the attachment r/a=mkanat
2011-08-10Fix bustage from fixing "Severity" to field_descs.bug_severity.Max Kanat-Alexander4-10/+3
2011-08-10Bug 451801: Make all pages use field_descs.bug_severity instead of a hard-codedMatt Selsky4-10/+13
"Severity" r=mkanat, a=mkanat
2011-08-10Add a missing FILTER from the value-controller checkin.Max Kanat-Alexander1-1/+1
https://bugzilla.mozilla.org/show_bug.cgi?id=636416
2011-08-10Bug 585440 - Allow disabled accounts to turn off all bugmailDavid Lawrence3-1/+11
r/a=mkanat
2011-08-09Bug 636416: Use the standard value-controller javascript to control theMax Kanat-Alexander6-119/+82
drop-down fields on the Advanced Search page. r=glob, a=mkanat
2011-08-09Bug 622203 - Allow filing closed bugs via the WebServiceMax Kanat-Alexander2-5/+10
r=dkl, a=mkanat
2011-08-09Bug 660691: Allow Bugzilla to parse HTML-only inbound email via email_in.plMax Kanat-Alexander1-3/+2
r=glob, a=mkanat
2011-08-09Bug 437076: Allow email_in to accept multipart/alternative HTML email withMax Kanat-Alexander1-2/+2
attachments r=glob, a=mkanat
2011-08-08Bug 677081: Private comments should remain visible by their authorFrédéric Buclin1-1/+1
r=glob a=LpSolit
2011-08-08Bug 341809 - bugzilla.dtd does not include any custom fields (automate DTD ↵David Lawrence2-1/+181
creation)) r=mkanat, a=LpSolit
2011-08-07Bug 666313: Remove the obsolete [% FLUSH %] directiveFrédéric Buclin1-1/+0
r=glob a=LpSolit
2011-08-07Bug 288049: "internal error" from ThrowCodeError is confusing. Reword itFrédéric Buclin1-5/+7
r=justdave a=LpSolit
2011-08-07Bug 55436: Implement list of duplicate bug numbers on show_bug.cgiFrédéric Buclin1-3/+28
r=mkanat a=LpSolit
2011-08-04Bug 637981: (CVE-2011-2379) [SECURITY] "Raw Unified" patch diffs can cause ↵Byron Jones1-0/+5
XSS on this domain in IE 6-8 and Safari r/a=LpSolit
2011-08-04Bug 653477: (CVE-2011-2380) [SECURITY] Group names can be guessed when ↵Frédéric Buclin1-20/+8
creating or editing a bug r=mkanat a=LpSolit
2011-08-04Bug 657158 - (CVE-2011-2381) [SECURITY] Request email headers for attachment ↵Reed Loden1-1/+1
containing newline are corrupt [r=LpSolit a=LpSolit]
2011-08-04Fix bustage due to bug 660382Frédéric Buclin1-4/+0
2011-08-04Bug 676237: The traceback in code-error.html.tmpl is displayed on a single lineFrédéric Buclin1-1/+1
r=glob a=LpSolit
2011-08-04Bug 674554 - Add new template hook in request/email.txt.tmpl called ↵David Lawrence1-0/+3
'after_summary' r/a=mkanat
2011-08-03Bug 660382: Hide the complex features of custom search by defaultMax Kanat-Alexander1-5/+18
r=dkl, a=mkanat
2011-08-03Bug 675754: Release notes for Bugzilla 4.0.2Frédéric Buclin1-0/+42
r/a=mkanat
2011-08-01Bug 634812: Having a very large number of custom fields can make displaying ↵Frédéric Buclin4-25/+26
show_bug.cgi slow r=glob a=LpSolit
2011-08-01Bug 674574: When all components or versions are disabled, you cannot enter ↵Frédéric Buclin1-2/+2
bugs into the product but it's listed in enter_bug.cgi anyway r=dkl a=LpSolit
2011-07-26Bug 673976: Style for #somebugs is duplicated in create-guided.html.tmplFrédéric Buclin1-0/+2
r=glob a=LpSolit
2011-07-26Bug 647158: The Error Console in Firefox reportsFrédéric Buclin3-76/+46
"unbalanced tree was written using document.write()" when reporting a new bug or when visiting the "User Authentication" panel in the Parameters page r=glob a=LpSolit
2011-07-26Bug 674089: Add a new hook 'end_object_name' in user-error.html.tmpl templateTiago Mello1-0/+1
r/a=mkanat
2011-07-26Bug 674117: Add a new hook 'auth_failure_object' in user-error.html.tmpl ↵Tiago Mello1-0/+2
template r/a=mkanat
2011-07-25Bug 642388: Description of field days_elapsed missing from ↵Frédéric Buclin1-0/+1
global/field-descs.none.tmpl r=wurblzap a=LpSolit
2011-07-25Bug 589128: Adds a preference allowing users to choose between text or htmlByron Jones1-0/+3
for bugmail. r=LpSolit, a=LpSolit
2011-07-22Bug 670670 - New hook for requests.cgi that allows for additional links ↵David Lawrence1-1/+4
after attachment descriptions. r/a=mkanat
2011-07-20Bug 669223: Add a new hook 'before_table' in list-classifications.html.tmpl ↵Tiago Mello1-0/+2
template r/a=mkanat
2011-07-06Bug 652410 - 500+ consecutive lines of markup whitespace in show_bug.cgi ↵David Lawrence1-6/+6
flags table, depending on flag states r/a=LpSolit
2011-07-05Bug 658929 - User autocomplete is very slow when there are lots of users in ↵David Lawrence2-3/+5
the profiles table r/a=mkanat
2011-07-04Bug 616679: A user with local editcomponents privs should be able to set the ↵Frédéric Buclin1-2/+11
grant and request groups to groups the user belongs to only a=LpSolit
2011-07-01Revert wrong indentation, see bug 652427Frédéric Buclin1-1/+1
2011-06-29Bug 652427: Going back to the new bug page loses the description if possible ↵Guy Pyrzak2-2/+3
duplicates have been searched for r=mkanat, r=mkanat
2011-06-23Bug 658547 - The link for new attachments in bugmail should point to the ↵David Lawrence1-1/+1
"Edit" page rather than to the attachment content itself r/a=LpSolit
2011-06-16Bug 640987 - YUI is only used for the first tabular report when using ↵Guy Pyrzak1-2/+4
multiple tables r=mkanat, a=mkanat
2011-06-11Fixes several bugs at once related to New Charts:Frédéric Buclin1-1/+1
Bug 610739: YUI-generated tabular reports do not work if only one axis is set Bug 617676: Wrong URLs in the "Total" row at the bottom of tabular reports when JS is enabled Bug 655848: Use of uninitialized value $tbl in string eq at /var/www/html/bugzilla/report.cgi line 162 r/a=LpSolit
2011-06-07Bug 662202: Accessing query.cgi throws: Argument "" isn't numeric in ↵Frédéric Buclin1-0/+1
addition (+) r/a=mkanat
2011-05-31Bug 647649: Change the old "Boolean Charts" UI into the new AND/ORMax Kanat-Alexander5-89/+114
"Custom Search" UI. r=timello, a=mkanat
2011-05-30Bug 660464: Linkify the tag name in the confirmation message when tagging bugsFrédéric Buclin1-1/+2
r=glob a=LpSolit
2011-05-23Bug 659124 - New template hook in bug/show-header.html.tmpl to allow ↵David Lawrence1-0/+2
manipulating header information for show_bug.cg r/a=mkanat
2011-05-19Bug 658056 - Improper HTML on show_bug.cgi page when user is logged outDavid Lawrence1-7/+13
r/a=LpSolit