summaryrefslogtreecommitdiffstats
path: root/template/en/default/list/edit-multiple.html.tmpl
AgeCommit message (Collapse)AuthorFilesLines
2015-03-13Bug 1062718 - add the ability to disable sending of mail when updating bugsPami Ketolainen1-0/+7
r=dylan,a=sgreen
2014-12-11Bug 1102842 - remove and/or unwhitelist unsafe filters. r=gerv, a=simon.Matt Selsky1-3/+9
2014-09-02Bug 281791 - Add ability to change flags in "change several bugs at once"Simon Green1-0/+7
r=glob, a=sgreen
2014-05-22Bug 1008764: Add a web service to create and update Flag typesSimon Green1-1/+6
r=glob, a=justdave
2014-04-02Bug 539894: Use <optgroup/> to group products into classifications in the ↵rojanu1-3/+5
product drop-down on show_bug.cgi r=glob, a=justdave
2014-03-26Bug 978070: Do not use document.write() to insert HTML codeFrédéric Buclin1-2/+7
r/a=justdave
2014-02-27Bug 893595: The pink colour of private comment will turn to white after ↵Dave Miller1-1/+6
refreshing the page r/a=justdave
2014-01-07Bug 952796: Remove HTML attributes which are obsolete in HTML5Frédéric Buclin1-1/+1
r/a=justdave
2014-01-07Bug 840407: Remove the "align" and "valign" attributesFrédéric Buclin1-4/+4
r/a=justdave
2013-12-31Bug 920681: Remove the cellspacing and cellpadding attributes from tablesFrédéric Buclin1-6/+6
r/a=justdave
2013-12-28Bug 952795: Remove all style="..." attributes from HTML elementsFrédéric Buclin1-10/+11
r/a=justdave
2013-06-27Bug 861519: The keyword field in the "Enter Bug" and "Change several bugs at ↵Frédéric Buclin1-0/+1
once" pages no longer lists available keywords a=LpSolit
2012-07-29Backout bug 768573Frédéric Buclin1-2/+2
2012-06-26Bug 766528: Use field-label.html.tmpl for timetracking fieldsPami Ketolainen1-2/+6
r/a=LpSolit
2012-06-26Bug 768573: Templates must INCLUDE bug/field.html.tmpl instead of PROCESS'ing itFrédéric Buclin1-2/+2
r=glob a=LpSolit
2012-02-14Bug 695738: Change templates to use field_descs.op_sys instead of hard coded ↵Francisco Donalisio1-1/+1
'OS' r=timello a=LpSolit
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin1-21/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2011-10-19Bug 451804: Change templates to use field_descs.rep_platformMatt Selsky1-1/+2
instead o hard coded 'Platform'. r=timello, a=LpSolit
2011-08-10Fix bustage from fixing "Severity" to field_descs.bug_severity.Max Kanat-Alexander1-4/+2
2011-08-10Bug 451801: Make all pages use field_descs.bug_severity instead of a hard-codedMatt Selsky1-2/+3
"Severity" r=mkanat, 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-08-13Bug 581690: Restore the ability to move several bugs at once to another ↵Frédéric Buclin1-0/+3
installation r=ghendricks a=LpSolit
2010-07-06Bug 576916: 'keywordaction' is undefined when editing a single bugFrédéric Buclin1-2/+2
r/a=mkanat
2010-07-05Bug 575173 - Add autocomplete support for adding/removing CCs on edit ↵Reed Loden1-1/+7
multiple bug page [r=mkanat a=mkanat]
2010-07-05Bug 455810 - Add autocomplete support to the keywords fieldReed Loden1-11/+14
* 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-6/+17
names instead of ids r=dkl, a=mkanat
2010-06-18Bug 556422: Move the existing bug-moving functionality into an extensionMax Kanat-Alexander1-4/+0
called OldBugMove. r=dkl, a=mkanat
2010-02-17Bug 329637: Add a Calendar widget to the Deadline fieldMax Kanat-Alexander1-7/+3
r=ghendricks, a=mkanat
2010-02-02Bug 487508: Allow restricting the visibility of custom fields and values by ↵Max Kanat-Alexander1-0/+2
component r=dkl, a=mkanat
2009-12-04Bug 524067: Template Hook: list/edit-multiple before groupsmkanat%bugzilla.org1-0/+2
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-11-18Bug 519142: Replace IF/ELSE statements about bug_status/resolution with just ↵mkanat%bugzilla.org1-1/+1
a display_value call, and use display_value in more places to translate field values. Patch by Vitaly Fedrushkov <vitaly.fedrushkov@gmail.com> r=mkanat, a=mkanat
2009-11-10Bug 505039: Use $user->is_timetracker instead of ↵lpsolit%gmail.com1-1/+1
$user->in_group(Bugzilla->params->{'timetrackinggroup'}) - Patch by XqueZme <xquezme@gmail.com> r/a=LpSolit
2009-11-09Bug 450747: Minor JS cleanup for the "edit multiple bugs" pagemkanat%bugzilla.org1-5/+8
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=mkanat, 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-07-20Bug 488943: Clarify the text of the "Private" checkbox for comments and ↵mkanat%bugzilla.org1-1/+4
attachments Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit
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-04Bug 99205: Allow mass-editing of dependenciesdkl%redhat.com1-0/+30
Patch by Dave Lawrence <dkl@redhat.com> - r/a=mkanat
2008-12-29Bug 465589: Already selected user accounts are no longer displayed when ↵lpsolit%gmail.com1-2/+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-1/+8
Patch by Dave Lawrence <dkl@redhat.com> - r/a=LpSolit
2008-09-18Bug 452734: Remove the keyword chooser, because it's a usability regressionmkanat%bugzilla.org1-8/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2008-06-04Bug 437013: Add hook to edit-multiple.html.tmpl to add fields to displaymkanat%bugzilla.org1-0/+2
Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
2008-04-10Bug 414236 Ð show_bug.cgi: Remove the knob in favor of normal <select> boxesguy.pyrzak%gmail.com1-47/+47
Patch By Guy Pyrzak<guy.pyrzak@gmail.com> r=mkanat, a=LpSolit. Removes knob from edit single and edit multiple bugs.
2008-02-25Bug 415652: Implement Bugzilla->active_custom_fields - Patch by ↵lpsolit%gmail.com1-1/+1
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-01-04Bug 313744: Deadline Field not available when changing several bugs at once ↵lpsolit%gmail.com1-0/+11
- Patch by Albert Ting <altlist@gmail.com> r/a=LpSolit
2007-09-10Bug 134474: The mass-change form in buglist.cgi offers too many groups - ↵lpsolit%gmail.com1-3/+3
Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap 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-07-28Bug 389835: Various issues when changing several bugs at once - Patch by ↵lpsolit%gmail.com1-6/+25
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-05-27Bug 344965: Fix process_bug.cgi and bug/* templates to work with custom bug ↵lpsolit%gmail.com1-53/+23
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-1/+8
<wicked@etlicon.fi> r=justdave a=LpSolit
2007-04-13Bug 92552: Separate reassignment from bug status change (they are now ↵lpsolit%gmail.com1-25/+24
independent) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit