summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/edit.html.tmpl
AgeCommit message (Collapse)AuthorFilesLines
2011-08-07Bug 55436: Implement list of duplicate bug numbers on show_bug.cgiFrédéric Buclin1-3/+28
r=mkanat a=LpSolit
2011-05-19Bug 658056 - Improper HTML on show_bug.cgi page when user is logged outDavid Lawrence1-7/+13
r/a=LpSolit
2011-05-10Bug 28849: Block users from CCing other users if they do not have editbugs privsByron Jones1-3/+13
r=LpSolit, a=LpSolit
2011-01-24Bug 619588: (CVE-2010-4567) [SECURITY] Safety checks that disallow clicking ↵Frédéric Buclin1-6/+4
for javascript: or data: URLs in the URL field can be evaded with prefixed whitespace and Bug 628034: (CVE-2011-0048) [SECURITY] For not-logged-in users, the URL field doesn't safeguard against javascript: or data: URLs r=dkl a=LpSolit
2011-01-21Bug 626292: "Make description private" checkbox should set bz_private class ↵David Lawrence1-2/+3
on the comment box r/a=mkanat
2011-01-21Bug 626658 - Add (take) link to bug edit page to allow quick assigning to ↵David Lawrence1-0/+10
the current user r/a=mkanat
2011-01-04Bug 595410: Make it faster to display a bug that has a lot of dependencies.Max Kanat-Alexander1-26/+24
r=LpSolit, a=LpSolit
2010-10-27Bug 551468: Stop word-wrapping comments on the serverMax Kanat-Alexander1-11/+1
r=glob, a=mkanat
2010-10-21Bug 598014: Document how to mark the initial comment as private when using ↵Frédéric Buclin1-1/+1
Bug.create() r/a=mkanat
2010-10-03Bug 601218: Do not display (show) when the CC list is emptyGuy Pyrzak1-10/+14
r=LpSolit, a=LpSolit
2010-09-19Bug 594947: show_bug text boxes are not 100% widthGuy Pyrzak1-0/+3
r/a=mkanat
2010-08-31Bug 77193 - Add the ability to retire (disable) old versions, components and ↵Dave Lawrence1-0/+1
milestones r/a=mkanat
2010-07-05Bug 514618: Allow restricting the visibility and values of fields byKent Rogers1-1/+22
classification. r=mkanat, r=timello, a=mkanat
2010-07-05Bug 455810 - Add autocomplete support to the keywords fieldReed Loden1-2/+7
* Special thanks to Guy Pyrzak for the original patch [r=mkanat a=mkanat]
2010-06-25Bug 573173: Make Bugzilla::Bug's add_group and remove_group take groupMax Kanat-Alexander1-4/+5
names instead of ids r=dkl, a=mkanat
2010-06-22Bug 398473: User preference for the position of the comment boxMatt McHenry1-1/+8
r=mkanat, a=mkanat
2010-06-18Bug 556422: Move the existing bug-moving functionality into an extensionMax Kanat-Alexander1-3/+0
called OldBugMove. r=dkl, a=mkanat
2010-02-18Bug 546763: Extra spaces when copying bug headerGuy Pyrzak1-2/+2
r=reed a=mkanat
2010-02-17Bug 329637: Add a Calendar widget to the Deadline fieldMax Kanat-Alexander1-3/+3
r=ghendricks, a=mkanat
2010-02-17Bug 546340 - Change <a name> anchors to use @idGordon P. Hemsley1-4/+3
r=mkanat, a=mkanat
2010-02-16Bug 372979: Make voting into an extensionMax Kanat-Alexander1-17/+2
r=mkanat, a=mkanat, a=LpSolit
2010-02-13Bug 545978 - "A '<th>' tag ends with '</td>' in ↵Reed Loden1-1/+1
template/en/default/bug/edit.html.tmpl between lines 438-442." [r=LpSolit a=LpSolit]
2010-02-08Bug 251556: Allow "Bug ID" fields to have one-way mutual relationships (like ↵Jesse Clark1-1/+7
blocks/dependson) r=mkanat, a=mkanat
2010-02-02Bug 487508: Allow restricting the visibility of custom fields and values by ↵Max Kanat-Alexander1-22/+12
component r=dkl, a=mkanat
2009-12-31Bug 537328 - "Clicking 'reply' shouldn't add anything to my history" ↵reed%reedloden.com1-1/+1
[p=paul@oshannessy.com (Paul O'Shannessy [zpao]) r=LpSolit a=LpSolit]
2009-12-13Bug 524251: Move the bug visibility controls to the right of the ↵mkanat%bugzilla.org1-104/+95
timetracking and attachments tables Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-12-13Bug 524254: Make the comment box in bug/edit.html.tmpl into a BLOCKmkanat%bugzilla.org1-66/+70
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-12-13Bug 369489: Remove the milestoneurl feature and link "Target Milestone" to ↵mkanat%bugzilla.org1-7/+4
the fields.html page Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-11-10Bug 505039: Use $user->is_timetracker instead of ↵lpsolit%gmail.com1-2/+2
$user->in_group(Bugzilla->params->{'timetrackinggroup'}) - Patch by XqueZme <xquezme@gmail.com> r/a=LpSolit
2009-11-10Bug 505038: Use $user->is_insider instead of ↵lpsolit%gmail.com1-1/+1
$user->in_group(Bugzilla->params->{'insidergroup'}) - Patch by XqueZme <xquezme@gmail.com> r/a=LpSolit
2009-11-10Bug 472217: Create a Bugzilla::Comment object and eliminate GetCommentsmkanat%bugzilla.org1-2/+2
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
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