summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/edit.html.tmpl
AgeCommit message (Collapse)AuthorFilesLines
2009-10-09Bug 514913: Eliminate ssl="authenticated sessions"mkanat%bugzilla.org1-1/+2
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-10-06Bug 512618: Make Bugzilla::Bug::choices return Field::Choice objects, not ↵mkanat%bugzilla.org1-16/+6
just values Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-10-01Bug 364254: Add hook to Bugzilla::Template::quoteUrlsmkanat%bugzilla.org1-1/+1
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-10-01Bug 512623: Change get_status and get_resolution to display_value everywhere.mkanat%bugzilla.org1-2/+2
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-09-16Bug 516269: New Template Hook: after the bug comment textareamkanat%bugzilla.org1-0/+1
Patch by Frederic Peters <fpeters@0d.be> r=mkanat, a=mkanat
2009-09-11Bug 512598: The "Save Changes" button wasn't aligned with the comment box if ↵mkanat%bugzilla.org1-3/+2
you were in the insidergroup Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-08-01Bug 507389: [SECURITY] Users can see all products when editing bugs - Patch ↵lpsolit%gmail.com1-0/+8
by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2009-07-23Bug 505640 - "Linkify bug numbers when displaying bug summary at the top of ↵reed%reedloden.com1-1/+1
a bug" [p=reed r=LpSolit a=LpSolit]
2009-07-20Bug 490928: Use a clearer word than "Commit" for filing and updating bugs.mkanat%bugzilla.org1-1/+2
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit
2009-07-20Bug 488943: Clarify the text of the "Private" checkbox for comments and ↵mkanat%bugzilla.org1-2/+6
attachments Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit
2009-04-18Bug 482584: Add a parameter to hide the "See Also" fieldmkanat%bugzilla.org1-7/+9
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=dkl, a=LpSolit
2009-03-17Bug 482365: Values displayed in userselect.html.tmpl may be incorrect if ↵lpsolit%gmail.com1-0/+1
"value" is not explicitly set - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
2009-02-12Bug 464187: Make the text inputs in the show_bug edit form grow with the windowmkanat%bugzilla.org1-4/+5
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, a=mkanat
2009-02-12Bug 477391: The "Commit" and "Move to..." buttons at the top of show_bug ↵guy.pyrzak%gmail.com1-6/+8
should only be displayed if the user is logged in Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=LpSolit, a=LpSolit
2009-02-09Bug 477662: Display attachment flags as read-only to logged out users - ↵lpsolit%gmail.com1-13/+1
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2009-02-08Bug 371995: Allow the Product field to restrict visibility of custom fieldsmkanat%bugzilla.org1-4/+5
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2009-02-02Bug 26257: [SECURITY] Bugzilla should prevent malicious webpages from making ↵lpsolit%gmail.com1-0/+1
bugzilla users submit changes to bugs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2009-01-30Bug 344559: Add Commit Button below the top fields on show_bug.cgiguy.pyrzak%gmail.com1-8/+11
Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
2009-01-29Bug 219021: Only display email addresses to logged-in usersmkanat%bugzilla.org1-54/+31
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-01-28Bug 470262 - Show alias if available in show_bug.cgi for bug dependencies, ↵dkl%redhat.com1-1/+1
otherwise show bug id Patch by David Lawrence <dkl@redhat.com> - r/a=mkanat
2009-01-26Bug 467334: Commit button is not spaced the same vertically as the Status ↵mkanat%bugzilla.org1-1/+1
drop-down Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, a=mkanat
2009-01-25Bug 471461: Incorrect text displayed about groups when a bug is in a product ↵lpsolit%gmail.com1-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
2009-01-22Bug 472872: Add a field where people can put the URLs to Bugzilla bugs (from ↵mkanat%bugzilla.org1-1/+16
any Bugzilla installation) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2008-12-29Bug 465589: Already selected user accounts are no longer displayed when ↵lpsolit%gmail.com1-1/+0
usemenuforusers is enabled and the account has been disabled - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
2008-12-17Bug 460909 - Mass edit bug form does not allow adding private commentsdkl%redhat.com1-8/+0
Patch by Dave Lawrence <dkl@redhat.com> - r/a=LpSolit
2008-11-30Caught by justdave: comment box <table> was unclosed if you weren't logged in.mkanat%bugzilla.org1-2/+2
2008-11-29Bug 466912: The Commit button is too far on the right (align it with the ↵mkanat%bugzilla.org1-0/+3
comment box) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2008-11-25Bug 465746: Marking bugs duplicate got a lot more annoyingmkanat%bugzilla.org1-3/+3
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, a=mkanat
2008-11-20Bug 464732: There is no label next to the Status drop-downguy.pyrzak%gmail.com1-3/+12
Patch By Guy Pyrzak<guy.pyrzak@gmail.com> r=mkanat, a=mkanat
2008-11-20Bug 465741: Resolution display at top of bug doesn't display what the ↵lpsolit%gmail.com1-2/+1
duplicate bug is - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-11-05Bug 452888: The status selector is too far from the comment box, leading to ↵guy.pyrzak%gmail.com1-1/+16
a serious usability problem Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
2008-10-25Bug 458436: Allow standard global select fields to control visibility of ↵mkanat%bugzilla.org1-6/+25
custom fields Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
2008-10-21Bug 214017: Wrap group fields in a single <table class="foo"> so people can ↵lpsolit%gmail.com1-1/+1
hide them - Patch by Frédéric Buclin <LpSolit@gmail.com> r=pyrzak a=LpSolit
2008-10-05Bug 457719: The "You need to _log in_ before you can comment..." link in ↵dkl%redhat.com1-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
2008-09-18Bug 452734: Remove the keyword chooser, because it's a usability regressionmkanat%bugzilla.org1-10/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2008-09-17Bug 453023: The "Importance" label in show_bug.cgi should point to the ↵lpsolit%gmail.com1-1/+2
severity and priority descriptions - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
2008-09-05 Bug 452906 - Long URLs smash the right column widthguy.pyrzak%gmail.com1-2/+3
Patch By Guy Pyrzak <guy.pyrzak@gmail.com>, r=mkanat, a=mkanat
2008-09-02Bug 452746: Link to the bug in the bug header/title bar includes a spacemkanat%bugzilla.org1-2/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2008-09-02Bug 452733: [Classification] should not be next to bug ID and short_desc in ↵mkanat%bugzilla.org1-3/+0
the show_bug header Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2008-08-30Bug 452810: Remove my name after "including you" when CCed to a bug - Patch ↵lpsolit%gmail.com1-4/+2
by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-06-29Bug 431370: Make the bug summary edit field larger on show_bug.cgi - Patch ↵lpsolit%gmail.com1-16/+28
by Guy Pyrzak <guy.pyrzak@gmail.com> r/a=LpSolit
2008-06-04Bug 437008: Add hook to edit.html.tmpl to show additional fieldsmkanat%bugzilla.org1-0/+3
Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
2008-05-20Bug 430989 – Status should probably be at the top of show_bug.cgiguy.pyrzak%gmail.com1-11/+19
Patch by Guy Pyrzak, review=LpSolit a=LpSolit
2008-05-20Bug 434007 - Restrict group visibility text options is too smallguy.pyrzak%gmail.com1-1/+1
Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat a=mkanat
2008-04-20Bug 429768 - show_bug_flags is needlessly set twice in edit.html.tmplguy.pyrzak%gmail.com1-10/+0
2008-04-20Bug 429767 - short_desc label is controlled by check_can_change_field('alias')guy.pyrzak%gmail.com1-3/+1
Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
2008-04-10Bug 419016 - Space between the votes text and period is visually unappealing ↵guy.pyrzak%gmail.com1-4/+13
and confusing. Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r=LpSolit a=LpSolit
2008-04-10Bug 427219 Ð The "Reset QA Contact to default" checkbox remains bold when ↵guy.pyrzak%gmail.com1-10/+10
editing the component if qa contact is blank Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat a=mkanat Patch removes the init for the QA field to be outside of the check to see if the field is blank.
2008-04-10Bug 427236 Ð Different font sizes used in the group restrictions section of ↵guy.pyrzak%gmail.com1-2/+2
show_bug.cgi Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat Patch changes the font size of the group area to be the same for both by changing the font size to both use the <small> tag
2008-04-10Bug 414236 Ð show_bug.cgi: Remove the knob in favor of normal <select> boxesguy.pyrzak%gmail.com1-29/+24
Patch By Guy Pyrzak<guy.pyrzak@gmail.com> r=mkanat, a=LpSolit. Removes knob from edit single and edit multiple bugs.