summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/edit.html.tmpl
AgeCommit message (Expand)AuthorFilesLines
2009-11-10Bug 505038: Use $user->is_insider instead of $user->in_group(Bugzilla->params...lpsolit%gmail.com1-1/+1
2009-11-10Bug 472217: Create a Bugzilla::Comment object and eliminate GetCommentsmkanat%bugzilla.org1-2/+2
2009-10-09Bug 514913: Eliminate ssl="authenticated sessions"mkanat%bugzilla.org1-1/+2
2009-10-06Bug 512618: Make Bugzilla::Bug::choices return Field::Choice objects, not jus...mkanat%bugzilla.org1-16/+6
2009-10-01Bug 364254: Add hook to Bugzilla::Template::quoteUrlsmkanat%bugzilla.org1-1/+1
2009-10-01Bug 512623: Change get_status and get_resolution to display_value everywhere.mkanat%bugzilla.org1-2/+2
2009-09-16Bug 516269: New Template Hook: after the bug comment textareamkanat%bugzilla.org1-0/+1
2009-09-11Bug 512598: The "Save Changes" button wasn't aligned with the comment box if ...mkanat%bugzilla.org1-3/+2
2009-08-01Bug 507389: [SECURITY] Users can see all products when editing bugs - Patch b...lpsolit%gmail.com1-0/+8
2009-07-23Bug 505640 - "Linkify bug numbers when displaying bug summary at the top of a...reed%reedloden.com1-1/+1
2009-07-20Bug 490928: Use a clearer word than "Commit" for filing and updating bugs.mkanat%bugzilla.org1-1/+2
2009-07-20Bug 488943: Clarify the text of the "Private" checkbox for comments and attac...mkanat%bugzilla.org1-2/+6
2009-04-18Bug 482584: Add a parameter to hide the "See Also" fieldmkanat%bugzilla.org1-7/+9
2009-03-17Bug 482365: Values displayed in userselect.html.tmpl may be incorrect if "val...lpsolit%gmail.com1-0/+1
2009-02-12Bug 464187: Make the text inputs in the show_bug edit form grow with the windowmkanat%bugzilla.org1-4/+5
2009-02-12Bug 477391: The "Commit" and "Move to..." buttons at the top of show_bug shou...guy.pyrzak%gmail.com1-6/+8
2009-02-09Bug 477662: Display attachment flags as read-only to logged out users - Patch...lpsolit%gmail.com1-13/+1
2009-02-08Bug 371995: Allow the Product field to restrict visibility of custom fieldsmkanat%bugzilla.org1-4/+5
2009-02-02Bug 26257: [SECURITY] Bugzilla should prevent malicious webpages from making ...lpsolit%gmail.com1-0/+1
2009-01-30Bug 344559: Add Commit Button below the top fields on show_bug.cgiguy.pyrzak%gmail.com1-8/+11
2009-01-29Bug 219021: Only display email addresses to logged-in usersmkanat%bugzilla.org1-54/+31
2009-01-28Bug 470262 - Show alias if available in show_bug.cgi for bug dependencies, o...dkl%redhat.com1-1/+1
2009-01-26Bug 467334: Commit button is not spaced the same vertically as the Status dro...mkanat%bugzilla.org1-1/+1
2009-01-25Bug 471461: Incorrect text displayed about groups when a bug is in a product ...lpsolit%gmail.com1-35/+41
2009-01-22Bug 472872: Add a field where people can put the URLs to Bugzilla bugs (from ...mkanat%bugzilla.org1-1/+16
2008-12-29Bug 465589: Already selected user accounts are no longer displayed when useme...lpsolit%gmail.com1-1/+0
2008-12-17Bug 460909 - Mass edit bug form does not allow adding private commentsdkl%redhat.com1-8/+0
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 comm...mkanat%bugzilla.org1-0/+3
2008-11-25Bug 465746: Marking bugs duplicate got a lot more annoyingmkanat%bugzilla.org1-3/+3
2008-11-20Bug 464732: There is no label next to the Status drop-downguy.pyrzak%gmail.com1-3/+12
2008-11-20Bug 465741: Resolution display at top of bug doesn't display what the duplica...lpsolit%gmail.com1-2/+1
2008-11-05Bug 452888: The status selector is too far from the comment box, leading to a...guy.pyrzak%gmail.com1-1/+16
2008-10-25Bug 458436: Allow standard global select fields to control visibility of cust...mkanat%bugzilla.org1-6/+25
2008-10-21Bug 214017: Wrap group fields in a single <table class="foo"> so people can h...lpsolit%gmail.com1-1/+1
2008-10-05Bug 457719: The "You need to _log in_ before you can comment..." link in show...dkl%redhat.com1-1/+1
2008-09-18Bug 452734: Remove the keyword chooser, because it's a usability regressionmkanat%bugzilla.org1-10/+1
2008-09-17Bug 453023: The "Importance" label in show_bug.cgi should point to the severi...lpsolit%gmail.com1-1/+2
2008-09-05 Bug 452906 - Long URLs smash the right column widthguy.pyrzak%gmail.com1-2/+3
2008-09-02Bug 452746: Link to the bug in the bug header/title bar includes a spacemkanat%bugzilla.org1-2/+1
2008-09-02Bug 452733: [Classification] should not be next to bug ID and short_desc in t...mkanat%bugzilla.org1-3/+0
2008-08-30Bug 452810: Remove my name after "including you" when CCed to a bug - Patch b...lpsolit%gmail.com1-4/+2
2008-06-29Bug 431370: Make the bug summary edit field larger on show_bug.cgi - Patch by...lpsolit%gmail.com1-16/+28
2008-06-04Bug 437008: Add hook to edit.html.tmpl to show additional fieldsmkanat%bugzilla.org1-0/+3
2008-05-20Bug 430989 – Status should probably be at the top of show_bug.cgiguy.pyrzak%gmail.com1-11/+19
2008-05-20Bug 434007 - Restrict group visibility text options is too smallguy.pyrzak%gmail.com1-1/+1
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
2008-04-10Bug 419016 - Space between the votes text and period is visually unappealing ...guy.pyrzak%gmail.com1-4/+13
2008-04-10Bug 427219 Ð The "Reset QA Contact to default" checkbox remains bold when ed...guy.pyrzak%gmail.com1-10/+10