aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/bug
Commit message (Collapse)AuthorAgeFilesLines
* Bug 768573: Templates must INCLUDE bug/field.html.tmpl instead of PROCESS'ing itFrédéric Buclin2012-06-263-4/+4
| | | | r=glob a=LpSolit
* Bug 138546: Add a checkbox to add himself to the CC list when creating or ↵Reed Loden2012-06-261-6/+1
| | | | | | editing an attachment r/a=LpSolit
* Bug 676039: The XML format for bugs should include the full name of ↵Frank Becker2012-05-271-1/+2
| | | | | | attachment creators r/a=LpSolit
* The calendar widget is not localizable.Marc Schumann2012-05-182-7/+8
| | | | | r/a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=581365
* Bug 728138: Custom fields should have a "Long Description" attribute to ↵rojanu2012-05-171-7/+11
| | | | | | better understand what they are used for r/a=LpSolit
* Bug 726953 - Link the bug alias & summary to fields.html in show_bug.cgi. ↵Matt Selsky2012-05-081-9/+9
| | | | r=gerv, a=LpSolit.
* Bug 616191: Implement UI to easily tag bugs from the bug report directly ↵Frédéric Buclin2012-05-073-8/+26
| | | | | | (and get rid of the current form in the footer) r=timello a=LpSolit
* Bug 675502 - show_bug.cgi ctype=xml should include some more comment informationFrank Becker2012-04-201-13/+21
| | | | r=dkl, a=LpSolit
* Comment toggling text is not localizable because it's in a .js file.Marc Schumann2012-04-151-1/+1
| | | | | r/a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=745460
* If you're not allowed to change status or resolution, their values are being ↵Marc Schumann2012-04-111-15/+24
| | | | | | | displayed unlocalized. r/a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=740879
* Bug 731562: Cache the global/user.html.tmpl template for improved performanceFrédéric Buclin2012-03-011-3/+10
| | | | r=dkl a=LpSolit
* Bug 695514: Slow performance in field-events.js.tmpl on show_bug.cgi with ↵Frédéric Buclin2012-02-283-3/+14
| | | | | | large number of products r=dkl a=LpSolit
* Bug 696387: Remove useless calls to field-descs.none.tmplMatt Selsky2012-02-266-12/+0
| | | | r/a=LpSolit
* Fix bustage due to bug 715514.Tiago Mello2012-01-251-1/+1
|
* Bug 715514: Fix showdependencytree misleading in "hide resolved" viewMatt Selsky2012-01-251-2/+2
| | | | r=timello, a=LpSolit
* Bug 714335 - Multiple clicks of the reply link on comments keeps adding the ↵Dave Lawrence2012-01-131-1/+3
| | | | | | reply text to the new comment box r/a=LpSolit
* Bug 717215: Remove references to url_quote filterSimon Green2012-01-121-4/+0
| | | | r/a=LpSolit
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-1134-636/+170
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 717210: If all attachments are stored locally (maxattachmentsize = 0, ↵Simon Green2012-01-111-1/+1
| | | | | | maxlocalattachment > 0), the link to attach files to bugs is not displayed r/a=LpSolit
* Bug 695294: The See Also field is not visible in "Format for Printing"Matt Selsky2012-01-061-0/+12
| | | | r/a=LpSolit
* Bug 399080: Remove the 'usebugaliases' parameter (turned on permanently)Matt Selsky2011-12-263-14/+7
| | | | r/a=LpSolit
* Bug 424215 - show_bug.cgi should hide unset flags unless needing to edit themDave Lawrence2011-12-141-1/+30
| | | | | r/a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=424125
* Bug 577854: URL field header caption does not link to field value ↵Matt Selsky2011-12-052-10/+7
| | | | | | description (confusingly links to actual URL) r/a=mkanat
* Bug 428490 - Display group icons for indirect memberships, too.Marc Schumann2011-11-281-1/+1
| | | | r/a=LpSolit
* Bug 703975: CSRF vulnerability in post_bug.cgi allows possible unauthorized ↵Frédéric Buclin2011-11-221-57/+0
| | | | | | bug creation r=mkanat a=LpSolit
* Bug 696256: global/variables.none.tmpl should be PRE_PROCESS'edFrédéric Buclin2011-10-2317-30/+0
| | | | r/a=mkanat
* Bug 451804: Change templates to use field_descs.rep_platformMatt Selsky2011-10-192-2/+3
| | | | | instead o hard coded 'Platform'. r=timello, a=LpSolit
* Bug 683623 - "Unterminated string constant" errors from people with ↵David Lawrence2011-09-071-1/+1
| | | | | | double-quotes in their name r=glob, a=LpSolit
* Bug 653634 - Change the comment reply header to include the name of the ↵David Lawrence2011-09-012-68/+36
| | | | | | person who has commented r/a=LpSolit
* Bug 680780: Advanced Search: help for field Comment is missing a spaceFrédéric Buclin2011-08-301-1/+1
| | | | r=wicked a=LpSolit
* 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
* Fix bustage from fixing "Severity" to field_descs.bug_severity.Max Kanat-Alexander2011-08-091-2/+0
|
* Bug 451801: Make all pages use field_descs.bug_severity instead of a hard-codedMatt Selsky2011-08-091-2/+2
| | | | | "Severity" r=mkanat, 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-081-1/+3
| | | | | | creation)) r=mkanat, 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 634812: Having a very large number of custom fields can make displaying ↵Frédéric Buclin2011-08-012-22/+23
| | | | | | show_bug.cgi slow r=glob 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-261-33/+10
| | | | | | "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 652427: Going back to the new bug page loses the description if possible ↵Guy Pyrzak2011-06-281-1/+1
| | | | | | 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 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
* Bug 658056 - Improper HTML on show_bug.cgi page when user is logged outDavid Lawrence2011-05-181-7/+13
| | | | r/a=LpSolit
* Bug 28849: Block users from CCing other users if they do not have editbugs privsByron Jones2011-05-101-3/+13
| | | | r=LpSolit, a=LpSolit
* Bug 653104 - The description of components in enter_bug.cgi is out of sync ↵David Lawrence2011-04-251-0/+1
| | | | | | when some components are disabled r/a=LpSolit
* Bug 653263: XML bug files do not contain fields whose value evaluates to "false"Frédéric Buclin2011-04-281-1/+7
| | | | r/a=mkanat
* Bug 640719: Allow creating bookmarkable templates without passing validation,Max Kanat-Alexander2011-04-271-1/+1
| | | | | on enter_bug.cgi r=pyrzak, a=mkanat
* Bug 652987: The XML file of a bug incorrectly sets the See Also fieldFrédéric Buclin2011-04-271-0/+2
| | | | r=timello a=LpSolit
* Bug 652748: When reloading a bug page, any comment ID (#nn) appended to the ↵Frédéric Buclin2011-04-261-3/+3
| | | | | | URL is lost r=dkl a=LpSolit
* Bug 609968 - Allow local See Also links to show status/summary when mouseover David Lawrence2011-02-231-4/+13
| | | | r=timello,a=mkanat