aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/bug
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix the data in the bzr repo to match the data in the CVS repo.Max Kanat-Alexander2010-02-011-78/+0
| | | | | | | During the CVS imports into Bzr, there were some inconsistencies introduced (mostly that files that were deleted in CVS weren't being deleted in Bzr). So this checkin makes the bzr repo actually consistent with the CVS repo, including fixing permissions of files.
* Bug 518963: Use PROCESS on user-message.html.tmpl instead of INCLUDE, to ↵mkanat%bugzilla.org2009-12-311-1/+1
| | | | | | help out extensions Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat
* Bug 537328 - "Clicking 'reply' shouldn't add anything to my history" ↵reed%reedloden.com2009-12-311-1/+1
| | | | [p=paul@oshannessy.com (Paul O'Shannessy [zpao]) r=LpSolit a=LpSolit]
* Bug 486323: Activity log (history) has a blank <body> if there's no content ↵lpsolit%gmail.com2009-12-281-0/+4
| | | | - Patch by Krzysztof Drewniak <krzysdrewniak@gmail.com> r=gerv a=LpSolit
* Bug 524251: Move the bug visibility controls to the right of the ↵mkanat%bugzilla.org2009-12-131-104/+95
| | | | | | timetracking and attachments tables Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 524254: Make the comment box in bug/edit.html.tmpl into a BLOCKmkanat%bugzilla.org2009-12-132-71/+87
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 369489: Remove the milestoneurl feature and link "Target Milestone" to ↵mkanat%bugzilla.org2009-12-131-7/+4
| | | | | | the fields.html page Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 526734: Allow localization of the "From update of attachment" string in ↵mkanat%bugzilla.org2009-12-131-0/+8
| | | | | | comments Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 310532: Bookmarkable new bug templates do not include estimated hours or ↵lpsolit%gmail.com2009-12-131-2/+2
| | | | alias fields - Patch by Mark Banner <bugzilla@standard8.plus.com> r/a=LpSolit
* Bug 512606: Make statuses currently available for the user to change this ↵mkanat%bugzilla.org2009-12-121-89/+34
| | | | | | bug to be controlled by Bugzilla::Bug, not the template Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 425668: Make the body classes and other header information show up ↵mkanat%bugzilla.org2009-12-101-5/+1
| | | | | | properly in process_bug.cgi if we're doing same_bug or next_bug Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 530009: Put the template header stuff required to display show_bug all ↵mkanat%bugzilla.org2009-12-074-32/+59
| | | | | | in one place Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 452919: Allow the "created an attachment" message in comments to be ↵mkanat%bugzilla.org2009-12-042-5/+11
| | | | | | localized Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 204106: Make enter_bug indicate which fields are mandatorymkanat%bugzilla.org2009-12-041-9/+15
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 525429: Template hook for verify-new-productmkanat%bugzilla.org2009-11-181-0/+2
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 421265: Let the user easily override the language used to display HTML pagesmkanat%bugzilla.org2009-11-181-1/+1
| | | | Patch by Jacques Supcik <jacques@supcik.org> r=mkanat, a=mkanat
* Bug 519142: Replace IF/ELSE statements about bug_status/resolution with just ↵mkanat%bugzilla.org2009-11-183-18/+7
| | | | | | a display_value call, and use display_value in more places to translate field values. Patch by Vitaly Fedrushkov <vitaly.fedrushkov@gmail.com> r=mkanat, a=mkanat
* Bug 505039: Use $user->is_timetracker instead of ↵lpsolit%gmail.com2009-11-105-7/+7
| | | | $user->in_group(Bugzilla->params->{'timetrackinggroup'}) - Patch by XqueZme <xquezme@gmail.com> r/a=LpSolit
* Bug 505038: Use $user->is_insider instead of ↵lpsolit%gmail.com2009-11-102-3/+3
| | | | $user->in_group(Bugzilla->params->{'insidergroup'}) - Patch by XqueZme <xquezme@gmail.com> r/a=LpSolit
* Bug 472217: Create a Bugzilla::Comment object and eliminate GetCommentsmkanat%bugzilla.org2009-11-105-39/+32
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 525617: Template Hook for bug/field.html.tmplmkanat%bugzilla.org2009-11-091-0/+2
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 524891: Make leading whitespace not be trimmed from comments on display.mkanat%bugzilla.org2009-11-011-11/+10
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 521398 - make XML version of bug supply more data (flags, comment IDs ↵gerv%gerv.net2009-10-261-25/+22
| | | | etc.) Patch by gerv; r,a=LpSolit.
* Bug 493242: UTF-8 characters in custom field names are mangled in ↵lpsolit%gmail.com2009-10-261-2/+1
| | | | show_activity.cgi - Patch by Vitaly Fedrushkov <vitaly.fedrushkov@gmail.com> r/a=LpSolit
* Bug 378681: Bug XML only contains group names, while process_bug only ↵lpsolit%gmail.com2009-10-191-1/+1
| | | | accepts group IDs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Backout changes that weren't supposed to be committed. Oops\!reed%reedloden.com2009-10-192-19/+0
|
* Bug 516635 - "Add "bz_product_<product-name>" to body classes" [p=reed ↵reed%reedloden.com2009-10-193-0/+20
| | | | r=LpSolit a=LpSolit]
* Bug 514913: Eliminate ssl="authenticated sessions"mkanat%bugzilla.org2009-10-091-1/+2
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 512618: Make Bugzilla::Bug::choices return Field::Choice objects, not ↵mkanat%bugzilla.org2009-10-062-20/+9
| | | | | | just values Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 364254: Add hook to Bugzilla::Template::quoteUrlsmkanat%bugzilla.org2009-09-302-2/+2
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 512623: Change get_status and get_resolution to display_value everywhere.mkanat%bugzilla.org2009-09-308-18/+18
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 512623: Implement the basic infrastructure for localization of all ↵mkanat%bugzilla.org2009-09-301-1/+2
| | | | | | custom and standard field values Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 452813: No link to the "duplicate of" bug when JS is turned off - Patch ↵lpsolit%gmail.com2009-09-301-0/+3
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=pyrzak a=LpSolit
* Bug 514378: 'Submit only my new comment' leads to Suspicious Action - Patch ↵lpsolit%gmail.com2009-09-221-0/+1
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=dkl a=LpSolit
* Bug 516269: New Template Hook: after the bug comment textareamkanat%bugzilla.org2009-09-161-0/+1
| | | | Patch by Frederic Peters <fpeters@0d.be> r=mkanat, a=mkanat
* Bug 512598: The "Save Changes" button wasn't aligned with the comment box if ↵mkanat%bugzilla.org2009-09-101-3/+2
| | | | | | you were in the insidergroup Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 512616: "collapse/expand comment" removes css-class 'bz_comment_text' - ↵lpsolit%gmail.com2009-09-031-2/+2
| | | | Patch by nayuta <ganaware+bugzilla+mozilla+org@gmail.com> r=pyrzak a=LpSolit
* Bug 359854: Put set_assign_to() back into onload - Patch by Frédéric ↵lpsolit%gmail.com2009-08-121-4/+1
| | | | Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Do requested checkin fixes for bug 509108.mkanat%bugzilla.org2009-08-121-4/+6
|
* Bug 509108: Don't require a bug_list parameter to show the bug template ↵mkanat%bugzilla.org2009-08-122-11/+10
| | | | | | (create the last_bug_list global template parameter) Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 508737: Allow Bugzilla::Template::get_bug_link to take a Bugzilla::Bug ↵mkanat%bugzilla.org2009-08-063-5/+5
| | | | | | object if one is available Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 508416: Bug flags are always displayed in the XML view of bugs - Patch ↵lpsolit%gmail.com2009-08-051-9/+12
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* The previous fix for bug 507389 was bogus, this one is fine, r=mkanatlpsolit%gmail.com2009-08-011-3/+5
|
* Bug 507389: [SECURITY] Users can see all products when editing bugs - Patch ↵lpsolit%gmail.com2009-08-012-1/+13
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 505640 - "Linkify bug numbers when displaying bug summary at the top of ↵reed%reedloden.com2009-07-231-1/+1
| | | | a bug" [p=reed r=LpSolit a=LpSolit]
* Bug 490928: Use a clearer word than "Commit" for filing and updating bugs.mkanat%bugzilla.org2009-07-202-2/+3
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit
* Bug 488943: Clarify the text of the "Private" checkbox for comments and ↵mkanat%bugzilla.org2009-07-202-4/+9
| | | | | | attachments Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit
* Bug 456743 - Add the ability to disable field values (mark them as inactive)ghendricks%novell.com2009-07-171-1/+1
| | | | patch by ghendricks@novell.com r=LpSolit, a=LpSolit
* Bug 463598: Improve the performance of the JavaScript that adjusts field ↵mkanat%bugzilla.org2009-06-212-6/+11
| | | | | | values based on the value of another field Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat
* Bug 457657 – Make e-mail comment header localizable.wurblzap%gmail.com2009-06-021-0/+61
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>, r/a=LpSolit