aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/edit.html.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Bug 505039: Use $user->is_timetracker instead of ↵lpsolit%gmail.com2009-11-101-2/+2
| | | | $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-101-1/+1
| | | | $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-101-2/+2
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> 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-061-16/+6
| | | | | | 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-301-1/+1
| | | | 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-301-2/+2
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, 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 507389: [SECURITY] Users can see all products when editing bugs - Patch ↵lpsolit%gmail.com2009-08-011-0/+8
| | | | 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-201-1/+2
| | | | 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-201-2/+6
| | | | | | attachments Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit
* Bug 482584: Add a parameter to hide the "See Also" fieldmkanat%bugzilla.org2009-04-171-7/+9
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=dkl, a=LpSolit
* Bug 482365: Values displayed in userselect.html.tmpl may be incorrect if ↵lpsolit%gmail.com2009-03-171-0/+1
| | | | "value" is not explicitly set - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
* Bug 464187: Make the text inputs in the show_bug edit form grow with the windowmkanat%bugzilla.org2009-02-121-4/+5
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, a=mkanat
* Bug 477391: The "Commit" and "Move to..." buttons at the top of show_bug ↵guy.pyrzak%gmail.com2009-02-121-6/+8
| | | | | | should only be displayed if the user is logged in Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=LpSolit, a=LpSolit
* Bug 477662: Display attachment flags as read-only to logged out users - ↵lpsolit%gmail.com2009-02-091-13/+1
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 371995: Allow the Product field to restrict visibility of custom fieldsmkanat%bugzilla.org2009-02-081-4/+5
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 26257: [SECURITY] Bugzilla should prevent malicious webpages from making ↵lpsolit%gmail.com2009-02-021-0/+1
| | | | bugzilla users submit changes to bugs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 344559: Add Commit Button below the top fields on show_bug.cgiguy.pyrzak%gmail.com2009-01-301-8/+11
| | | | Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
* Bug 219021: Only display email addresses to logged-in usersmkanat%bugzilla.org2009-01-291-54/+31
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 470262 - Show alias if available in show_bug.cgi for bug dependencies, ↵dkl%redhat.com2009-01-281-1/+1
| | | | | | otherwise show bug id Patch by David Lawrence <dkl@redhat.com> - r/a=mkanat
* Bug 467334: Commit button is not spaced the same vertically as the Status ↵mkanat%bugzilla.org2009-01-261-1/+1
| | | | | | drop-down Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, a=mkanat
* Bug 471461: Incorrect text displayed about groups when a bug is in a product ↵lpsolit%gmail.com2009-01-251-35/+41
| | | | which has only one group defined, with settings Mandatory/Mandatory - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
* Bug 472872: Add a field where people can put the URLs to Bugzilla bugs (from ↵mkanat%bugzilla.org2009-01-221-1/+16
| | | | | | any Bugzilla installation) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 465589: Already selected user accounts are no longer displayed when ↵lpsolit%gmail.com2008-12-291-1/+0
| | | | usemenuforusers is enabled and the account has been disabled - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
* Bug 460909 - Mass edit bug form does not allow adding private commentsdkl%redhat.com2008-12-171-8/+0
| | | | Patch by Dave Lawrence <dkl@redhat.com> - r/a=LpSolit
* Caught by justdave: comment box <table> was unclosed if you weren't logged in.mkanat%bugzilla.org2008-11-301-2/+2
|
* Bug 466912: The Commit button is too far on the right (align it with the ↵mkanat%bugzilla.org2008-11-291-0/+3
| | | | | | comment box) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 465746: Marking bugs duplicate got a lot more annoyingmkanat%bugzilla.org2008-11-251-3/+3
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, a=mkanat
* Bug 464732: There is no label next to the Status drop-downguy.pyrzak%gmail.com2008-11-201-3/+12
| | | | Patch By Guy Pyrzak<guy.pyrzak@gmail.com> r=mkanat, a=mkanat
* Bug 465741: Resolution display at top of bug doesn't display what the ↵lpsolit%gmail.com2008-11-201-2/+1
| | | | duplicate bug is - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 452888: The status selector is too far from the comment box, leading to ↵guy.pyrzak%gmail.com2008-11-051-1/+16
| | | | | | a serious usability problem Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
* Bug 458436: Allow standard global select fields to control visibility of ↵mkanat%bugzilla.org2008-10-251-6/+25
| | | | | | custom fields Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 214017: Wrap group fields in a single <table class="foo"> so people can ↵lpsolit%gmail.com2008-10-211-1/+1
| | | | hide them - Patch by Frédéric Buclin <LpSolit@gmail.com> r=pyrzak a=LpSolit
* Bug 457719: The "You need to _log in_ before you can comment..." link in ↵dkl%redhat.com2008-10-051-1/+1
| | | | | | show_bug.cgi doesn't display the login form if ssl = "authenticated sessions" Patch by David Lawrence <dkl@redhat.com> - r/a=LpSolit
* Bug 452734: Remove the keyword chooser, because it's a usability regressionmkanat%bugzilla.org2008-09-181-10/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 453023: The "Importance" label in show_bug.cgi should point to the ↵lpsolit%gmail.com2008-09-171-1/+2
| | | | severity and priority descriptions - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 452906 - Long URLs smash the right column widthguy.pyrzak%gmail.com2008-09-051-2/+3
| | | | Patch By Guy Pyrzak <guy.pyrzak@gmail.com>, r=mkanat, a=mkanat
* Bug 452746: Link to the bug in the bug header/title bar includes a spacemkanat%bugzilla.org2008-09-021-2/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 452733: [Classification] should not be next to bug ID and short_desc in ↵mkanat%bugzilla.org2008-09-021-3/+0
| | | | | | the show_bug header Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 452810: Remove my name after "including you" when CCed to a bug - Patch ↵lpsolit%gmail.com2008-08-301-4/+2
| | | | by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 431370: Make the bug summary edit field larger on show_bug.cgi - Patch ↵lpsolit%gmail.com2008-06-291-16/+28
| | | | by Guy Pyrzak <guy.pyrzak@gmail.com> r/a=LpSolit
* Bug 437008: Add hook to edit.html.tmpl to show additional fieldsmkanat%bugzilla.org2008-06-041-0/+3
| | | | Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
* Bug 430989 – Status should probably be at the top of show_bug.cgiguy.pyrzak%gmail.com2008-05-201-11/+19
| | | | Patch by Guy Pyrzak, review=LpSolit a=LpSolit
* Bug 434007 - Restrict group visibility text options is too smallguy.pyrzak%gmail.com2008-05-201-1/+1
| | | | Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat a=mkanat
* Bug 429768 - show_bug_flags is needlessly set twice in edit.html.tmplguy.pyrzak%gmail.com2008-04-191-10/+0
|
* Bug 429767 - short_desc label is controlled by check_can_change_field('alias')guy.pyrzak%gmail.com2008-04-191-3/+1
| | | | Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
* Bug 419016 - Space between the votes text and period is visually unappealing ↵guy.pyrzak%gmail.com2008-04-101-4/+13
| | | | | | and confusing. Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r=LpSolit a=LpSolit