summaryrefslogtreecommitdiffstats
path: root/template
AgeCommit message (Collapse)AuthorFilesLines
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
2011-05-10Bug 28849: Block users from CCing other users if they do not have editbugs privsByron Jones2-3/+17
r=LpSolit, a=LpSolit
2011-05-06Bug 653341: Bug.create() fails to error out if an invalid group is passedFrédéric Buclin1-0/+7
r/a=mkanat
2013-05-04Bug 654833 - New hook to add additional attachment action links to the ↵David Lawrence1-0/+1
attachment details page r/a=mkanat
2011-04-29Bug 653406: fix escaping of url vars in error messagesByron Jones1-8/+8
r=LpSolit, a=LpSolit
2011-04-25Bug 653104 - The description of components in enter_bug.cgi is out of sync ↵David Lawrence1-0/+1
when some components are disabled r/a=LpSolit
2011-04-28Bug 653273 - Release Notes for Bugzilla 4.0.1Max Kanat-Alexander1-0/+39
r=LpSolit, a=mkanat
2011-04-28Bug 653263: XML bug files do not contain fields whose value evaluates to "false"Frédéric Buclin1-1/+7
r/a=mkanat
2011-04-28Bug 423612 - Allow editing extern_id for users from the admin interfaceJochen Wiedmann3-0/+23
r=mkanat, a=mkanat
2011-04-28Bug 640719: Allow creating bookmarkable templates without passing validation,Max Kanat-Alexander1-1/+1
on enter_bug.cgi r=pyrzak, a=mkanat
2011-04-27Bug 652987: The XML file of a bug incorrectly sets the See Also fieldFrédéric Buclin1-0/+2
r=timello a=LpSolit
2011-04-27Bug 652338: The "Component" multi-select field in the search page ↵Frédéric Buclin1-1/+0
automatically scrolls to the top of the list every time you select a component r=mkanat a=LpSolit
2011-04-26Bug 652748: When reloading a bug page, any comment ID (#nn) appended to the ↵Frédéric Buclin1-3/+3
URL is lost r=dkl a=LpSolit