aboutsummaryrefslogtreecommitdiffstats
path: root/template
Commit message (Collapse)AuthorAgeFilesLines
* Bug 661476: sanitycheck.pl should check if all products have components defined.Frédéric Buclin2011-08-176-31/+61
| | | | | Also, creating a new product from the web UI asks you to create a component too. r=glob a=LpSolit
* Bug 679449: Add a link to duplicates.cgi from report.cgiFrédéric Buclin2011-08-161-0/+4
| | | | r=dkl a=LpSolit
* Bug 678844: When trying to edit a non-existent classification, the error ↵Frédéric Buclin2011-08-161-2/+4
| | | | | | message has missing words r=glob a=LpSolit
* Bug 466419: Add SSL support for SMTPFrédéric Buclin2011-08-162-0/+3
| | | | r/a=mkanat
* Bug 460074: Make post_bug.cgi use should_set for array fields, so theyMax Kanat-Alexander2011-08-151-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
* Bug 537759: The "Description" field for attachments should be highlighted as ↵Kent Rogers2011-08-151-2/+3
| | | | | | being mandatory r/a=LpSolit
* Bug 677187: If the attachment filename contains a newline, an error is ↵Frédéric Buclin2011-08-101-2/+3
| | | | | | thrown when trying to download the attachment r/a=mkanat
* Fix bustage from fixing "Severity" to field_descs.bug_severity.Max Kanat-Alexander2011-08-094-10/+3
|
* Bug 451801: Make all pages use field_descs.bug_severity instead of a hard-codedMatt Selsky2011-08-094-10/+13
| | | | | "Severity" r=mkanat, a=mkanat
* Add a missing FILTER from the value-controller checkin.Max Kanat-Alexander2011-08-091-1/+1
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=636416
* Bug 585440 - Allow disabled accounts to turn off all bugmailDavid Lawrence2011-08-093-1/+11
| | | | r/a=mkanat
* Bug 636416: Use the standard value-controller javascript to control theMax Kanat-Alexander2011-08-096-119/+82
| | | | | drop-down fields on the Advanced Search page. r=glob, a=mkanat
* Bug 622203 - Allow filing closed bugs via the WebServiceMax Kanat-Alexander2011-08-092-5/+10
| | | | r=dkl, a=mkanat
* Bug 660691: Allow Bugzilla to parse HTML-only inbound email via email_in.plMax Kanat-Alexander2011-08-091-3/+2
| | | | r=glob, a=mkanat
* Bug 437076: Allow email_in to accept multipart/alternative HTML email withMax Kanat-Alexander2011-08-091-2/+2
| | | | | attachments r=glob, a=mkanat
* Bug 677081: Private comments should remain visible by their authorFrédéric Buclin2011-08-081-1/+1
| | | | r=glob a=LpSolit
* Bug 341809 - bugzilla.dtd does not include any custom fields (automate DTD ↵David Lawrence2011-08-082-1/+181
| | | | | | creation)) r=mkanat, a=LpSolit
* Bug 666313: Remove the obsolete [% FLUSH %] directiveFrédéric Buclin2011-08-071-1/+0
| | | | r=glob a=LpSolit
* Bug 288049: "internal error" from ThrowCodeError is confusing. Reword itFrédéric Buclin2011-08-071-5/+7
| | | | r=justdave a=LpSolit
* Bug 55436: Implement list of duplicate bug numbers on show_bug.cgiFrédéric Buclin2011-08-071-3/+28
| | | | r=mkanat a=LpSolit
* Bug 637981: (CVE-2011-2379) [SECURITY] "Raw Unified" patch diffs can cause ↵Byron Jones2011-08-041-0/+5
| | | | | | XSS on this domain in IE 6-8 and Safari r/a=LpSolit
* Bug 653477: (CVE-2011-2380) [SECURITY] Group names can be guessed when ↵Frédéric Buclin2011-08-041-20/+8
| | | | | | creating or editing a bug r=mkanat a=LpSolit
* Bug 657158 - (CVE-2011-2381) [SECURITY] Request email headers for attachment ↵Reed Loden2011-08-041-1/+1
| | | | | | containing newline are corrupt [r=LpSolit a=LpSolit]
* Fix bustage due to bug 660382Frédéric Buclin2011-08-041-4/+0
|
* Bug 676237: The traceback in code-error.html.tmpl is displayed on a single lineFrédéric Buclin2011-08-041-1/+1
| | | | r=glob a=LpSolit
* Bug 674554 - Add new template hook in request/email.txt.tmpl called ↵David Lawrence2011-08-031-0/+3
| | | | | | 'after_summary' r/a=mkanat
* Bug 660382: Hide the complex features of custom search by defaultMax Kanat-Alexander2011-08-031-5/+18
| | | | r=dkl, a=mkanat
* Bug 675754: Release notes for Bugzilla 4.0.2Frédéric Buclin2011-08-031-0/+42
| | | | r/a=mkanat
* Bug 634812: Having a very large number of custom fields can make displaying ↵Frédéric Buclin2011-08-014-25/+26
| | | | | | show_bug.cgi slow r=glob a=LpSolit
* Bug 674574: When all components or versions are disabled, you cannot enter ↵Frédéric Buclin2011-08-011-2/+2
| | | | | | bugs into the product but it's listed in enter_bug.cgi anyway r=dkl a=LpSolit
* Bug 673976: Style for #somebugs is duplicated in create-guided.html.tmplFrédéric Buclin2011-07-261-0/+2
| | | | r=glob a=LpSolit
* Bug 647158: The Error Console in Firefox reportsFrédéric Buclin2011-07-263-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
* Bug 674089: Add a new hook 'end_object_name' in user-error.html.tmpl templateTiago Mello2011-07-251-0/+1
| | | | r/a=mkanat
* Bug 674117: Add a new hook 'auth_failure_object' in user-error.html.tmpl ↵Tiago Mello2011-07-251-0/+2
| | | | | | template r/a=mkanat
* Bug 642388: Description of field days_elapsed missing from ↵Frédéric Buclin2011-07-251-0/+1
| | | | | | global/field-descs.none.tmpl r=wurblzap a=LpSolit
* Bug 589128: Adds a preference allowing users to choose between text or htmlByron Jones2011-07-251-0/+3
| | | | | for bugmail. r=LpSolit, a=LpSolit
* Bug 670670 - New hook for requests.cgi that allows for additional links ↵David Lawrence2011-07-221-1/+4
| | | | | | after attachment descriptions. r/a=mkanat
* Bug 669223: Add a new hook 'before_table' in list-classifications.html.tmpl ↵Tiago Mello2011-07-201-0/+2
| | | | | | template r/a=mkanat
* Bug 652410 - 500+ consecutive lines of markup whitespace in show_bug.cgi ↵David Lawrence2011-07-061-6/+6
| | | | | | flags table, depending on flag states r/a=LpSolit
* Bug 658929 - User autocomplete is very slow when there are lots of users in ↵David Lawrence2011-07-052-3/+5
| | | | | | the profiles table r/a=mkanat
* Bug 616679: A user with local editcomponents privs should be able to set the ↵Frédéric Buclin2011-07-041-2/+11
| | | | | | grant and request groups to groups the user belongs to only a=LpSolit
* Revert wrong indentation, see bug 652427Frédéric Buclin2011-07-011-1/+1
|
* Bug 652427: Going back to the new bug page loses the description if possible ↵Guy Pyrzak2011-06-282-2/+3
| | | | | | duplicates have been searched for r=mkanat, r=mkanat
* Bug 658547 - The link for new attachments in bugmail should point to the ↵David Lawrence2011-06-231-1/+1
| | | | | | "Edit" page rather than to the attachment content itself r/a=LpSolit
* Bug 640987 - YUI is only used for the first tabular report when using ↵Guy Pyrzak2011-06-151-2/+4
| | | | | | multiple tables r=mkanat, a=mkanat
* Fixes several bugs at once related to New Charts:Frédéric Buclin2011-06-111-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
* Bug 662202: Accessing query.cgi throws: Argument "" isn't numeric in ↵Frédéric Buclin2011-06-071-0/+1
| | | | | | addition (+) r/a=mkanat
* Bug 647649: Change the old "Boolean Charts" UI into the new AND/ORMax Kanat-Alexander2011-05-315-89/+114
| | | | | "Custom Search" UI. r=timello, a=mkanat
* Bug 660464: Linkify the tag name in the confirmation message when tagging bugsFrédéric Buclin2011-05-301-1/+2
| | | | r=glob a=LpSolit
* Bug 659124 - New template hook in bug/show-header.html.tmpl to allow ↵David Lawrence2011-05-231-0/+2
| | | | | | manipulating header information for show_bug.cg r/a=mkanat