summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/edit.html.tmpl
AgeCommit message (Collapse)AuthorFilesLines
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.
2008-04-05Bug 425433: Read-only fields should not be passed to process_bug.cgi - Patch ↵lpsolit%gmail.com1-12/+0
by Guy Pyrzak <guy.pyrzak@gmail.com> r/a=LpSolit
2008-03-01Bug 418895: Assignee and QA contact fields always become revealed (editable),guy.pyrzak%gmail.com1-5/+10
The patch moves what used to be in one function to hide the qa and assignee into 2 separate calls. It also fixes some typos in the comments and adds my name to the committers list Patch By Guy Pyrzak <guy.pyrzak@gmail.com.com> r=mkanat, a=mkanat
2008-02-26Bug 419191: CC'ed users not being in the group a bug is restricted to cannot ↵lpsolit%gmail.com1-22/+28
do any change - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-02-25Bug 415652: Implement Bugzilla->active_custom_fields - Patch by ↵lpsolit%gmail.com1-9/+6
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-02-08Bug 414284: Bug edit page is bad for changing componentsmkanat%bugzilla.org1-2/+8
Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
2008-01-30Bug 414269: Move the knobs to appear below the enter comments area (like it ↵lpsolit%gmail.com1-2/+1
used to) - Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r/a=mkanat
2008-01-30Bug 414382: Remove the duplicated "CC myself" checkbox below the "Additional ↵lpsolit%gmail.com1-22/+14
Comment" field in favor of the one near the CC list - Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r/a=LpSolit
2008-01-28Bug 374020: Re-work the bug editing form to be more usable.mkanat%bugzilla.org1-489/+729
Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
2008-01-12Bug 401965: Move groups updating from process_bug.cgi to Bugzilla::Bugmkanat%bugzilla.org1-0/+5
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-12-03Bug 389983 - "Enable spellchecking in the summary field" [p=reed r+a=justdave]reed%reedloden.com1-2/+4
2007-11-21Bug 404412: Couldn't edit comments anymore because of a regression from bug ↵mkanat%bugzilla.org1-4/+4
401957. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-08-21Bug 392186: Remove version headers from all templates - Patch by GavinS ↵lpsolit%gmail.com1-1/+0
<bugzilla@chimpychompy.org> r/a=LpSolit
2007-08-08Bug 225731: Implement a user pref to choose if clicking the "Reply" link of ↵lpsolit%gmail.com1-16/+23
a comment should qutote the comment or not, or only its ID - Patch by Albert Ting <altlist@gmail.com> r/a=LpSolit
2007-07-28Bug 370739: Bugzilla UI broken with Firefox 2.0.0.x - Patch by ↵lpsolit%gmail.com1-0/+8
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-06-20Bug 370921: reporter_accessible and cclist_accessible checkboxes in ↵lpsolit%gmail.com1-2/+4
show_bug.cgi appear editable by users with no privs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2007-05-27Bug 344965: Fix process_bug.cgi and bug/* templates to work with custom bug ↵lpsolit%gmail.com1-1/+1
status workflow - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2007-05-15Bug 80169: JavaScript-enhanced keyword editing - Patch by Teemu Mannermaa ↵lpsolit%gmail.com1-2/+11
<wicked@etlicon.fi> r=justdave a=LpSolit
2007-04-19Bug 369933: Use Bugzilla::Util::correct_urlbase() everywhere in templates to ↵lpsolit%gmail.com1-1/+1
get the correct URL to the Bugzilla installation - Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=LpSolit
2007-04-13Bug 92552: Separate reassignment from bug status change (they are now ↵lpsolit%gmail.com1-6/+23
independent) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
2007-02-27bug 369429: bug reports should contain microformat markup in order to make ↵db48x%yahoo.com1-13/+22
the information in them more useable. r=LpSolit
2006-12-27Bug 364851: Some accesskeys are duplicated when viewing a bug - Patch by ↵lpsolit%gmail.com1-0/+1
Reed Loden <reed@reedloden.com> r=LpSolit a=justdave
2006-12-27Bug 353528 - "<select> fields with just one value shouldn't appear editable" ↵reed%reedloden.com1-1/+1
[p=reed r=LpSolit a=justdave]
2006-12-27Bug 364169 - "There is a "show votes for this bug" link when the bug has no ↵reed%reedloden.com1-2/+4
votes" [p=reed r=bkor a=justdave]
2006-12-19Bug 364065 - "Disabling CC list <select> for logged-out users can make the ↵reed%reedloden.com1-2/+1
list unscrollable" [p=reed r=bkor a=myk]
2006-12-13Bug 363556: No obvious way to log in to view/change a bug when you're not ↵lpsolit%gmail.com1-4/+13
logged in - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
2006-12-12Bug 181239: Do not show flag table's header when all flags are disabledolav%bkor.dhs.org1-24/+34
Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=justdave
2006-10-23Bug 121576: fields should not be editable when viewing a bug if the user is ↵olav%bkor.dhs.org1-66/+86
not logged in Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=justdave
2006-10-23Bug 357580: Flag fieldset should appear directly under People fieldsetolav%bkor.dhs.org1-8/+3
Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=justdave
2006-10-22Bug 357534: Add fieldsets in show_bug.cgi - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-280/+322
<LpSolit@gmail.com> r=mkanat a=justdave
2006-10-22Bug 357478: Custom fields should appear as text when they are not editableolav%bkor.dhs.org1-1/+1
Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=justdave