aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/list/edit-multiple.html.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Bug 281791 - Add ability to change flags in "change several bugs at once"Simon Green2014-09-021-0/+7
| | | | r=glob, a=sgreen
* Bug 1008764: Add a web service to create and update Flag typesSimon Green2014-05-221-1/+6
| | | | r=glob, a=justdave
* Bug 539894: Use <optgroup/> to group products into classifications in the ↵rojanu2014-04-021-3/+5
| | | | | | product drop-down on show_bug.cgi r=glob, a=justdave
* Bug 978070: Do not use document.write() to insert HTML codeFrédéric Buclin2014-03-261-2/+7
| | | | r/a=justdave
* Bug 893595: The pink colour of private comment will turn to white after ↵Dave Miller2014-02-271-1/+6
| | | | | | refreshing the page r/a=justdave
* Bug 952796: Remove HTML attributes which are obsolete in HTML5Frédéric Buclin2014-01-071-1/+1
| | | | r/a=justdave
* Bug 840407: Remove the "align" and "valign" attributesFrédéric Buclin2014-01-071-4/+4
| | | | r/a=justdave
* Bug 920681: Remove the cellspacing and cellpadding attributes from tablesFrédéric Buclin2013-12-311-6/+6
| | | | r/a=justdave
* Bug 952795: Remove all style="..." attributes from HTML elementsFrédéric Buclin2013-12-281-10/+11
| | | | r/a=justdave
* Bug 861519: The keyword field in the "Enter Bug" and "Change several bugs at ↵Frédéric Buclin2013-06-271-0/+1
| | | | | | once" pages no longer lists available keywords a=LpSolit
* Backout bug 768573Frédéric Buclin2012-07-291-2/+2
|
* Bug 766528: Use field-label.html.tmpl for timetracking fieldsPami Ketolainen2012-06-261-2/+6
| | | | r/a=LpSolit
* Bug 768573: Templates must INCLUDE bug/field.html.tmpl instead of PROCESS'ing itFrédéric Buclin2012-06-261-2/+2
| | | | r=glob a=LpSolit
* Bug 695738: Change templates to use field_descs.op_sys instead of hard coded ↵Francisco Donalisio2012-02-141-1/+1
| | | | | | 'OS' r=timello a=LpSolit
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-111-21/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 451804: Change templates to use field_descs.rep_platformMatt Selsky2011-10-191-1/+2
| | | | | instead o hard coded 'Platform'. r=timello, a=LpSolit
* Fix bustage from fixing "Severity" to field_descs.bug_severity.Max Kanat-Alexander2011-08-091-4/+2
|
* Bug 451801: Make all pages use field_descs.bug_severity instead of a hard-codedMatt Selsky2011-08-091-2/+3
| | | | | "Severity" r=mkanat, a=mkanat
* Bug 598014: Document how to mark the initial comment as private when using ↵Frédéric Buclin2010-10-211-1/+1
| | | | | | Bug.create() r/a=mkanat
* Bug 581690: Restore the ability to move several bugs at once to another ↵Frédéric Buclin2010-08-131-0/+3
| | | | | | installation r=ghendricks a=LpSolit
* Bug 576916: 'keywordaction' is undefined when editing a single bugFrédéric Buclin2010-07-061-2/+2
| | | | r/a=mkanat
* Bug 575173 - Add autocomplete support for adding/removing CCs on edit ↵Reed Loden2010-07-051-1/+7
| | | | | | multiple bug page [r=mkanat a=mkanat]
* Bug 455810 - Add autocomplete support to the keywords fieldReed Loden2010-07-051-11/+14
| | | | | * Special thanks to Guy Pyrzak for the original patch [r=mkanat a=mkanat]
* Bug 573173: Make Bugzilla::Bug's add_group and remove_group take groupMax Kanat-Alexander2010-06-251-6/+17
| | | | | names instead of ids r=dkl, a=mkanat
* Bug 556422: Move the existing bug-moving functionality into an extensionMax Kanat-Alexander2010-06-181-4/+0
| | | | | called OldBugMove. r=dkl, a=mkanat
* Bug 329637: Add a Calendar widget to the Deadline fieldMax Kanat-Alexander2010-02-171-7/+3
| | | | r=ghendricks, a=mkanat
* Bug 487508: Allow restricting the visibility of custom fields and values by ↵Max Kanat-Alexander2010-02-011-0/+2
| | | | | | component r=dkl, a=mkanat
* Bug 524067: Template Hook: list/edit-multiple before groupsmkanat%bugzilla.org2009-12-041-0/+2
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 519142: Replace IF/ELSE statements about bug_status/resolution with just ↵mkanat%bugzilla.org2009-11-181-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
* Bug 505039: Use $user->is_timetracker instead of ↵lpsolit%gmail.com2009-11-101-1/+1
| | | | $user->in_group(Bugzilla->params->{'timetrackinggroup'}) - Patch by XqueZme <xquezme@gmail.com> r/a=LpSolit
* Bug 450747: Minor JS cleanup for the "edit multiple bugs" pagemkanat%bugzilla.org2009-11-091-5/+8
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=mkanat, a=mkanat
* Bug 512623: Change get_status and get_resolution to display_value everywhere.mkanat%bugzilla.org2009-09-301-2/+2
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 488943: Clarify the text of the "Private" checkbox for comments and ↵mkanat%bugzilla.org2009-07-201-1/+4
| | | | | | attachments Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit
* Bug 26257: [SECURITY] Bugzilla should prevent malicious webpages from making ↵lpsolit%gmail.com2009-02-021-0/+1
| | | | bugzilla users submit changes to bugs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 99205: Allow mass-editing of dependenciesdkl%redhat.com2009-01-041-0/+30
| | | | Patch by Dave Lawrence <dkl@redhat.com> - r/a=mkanat
* Bug 465589: Already selected user accounts are no longer displayed when ↵lpsolit%gmail.com2008-12-291-2/+0
| | | | usemenuforusers is enabled and the account has been disabled - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
* Bug 460909 - Mass edit bug form does not allow adding private commentsdkl%redhat.com2008-12-171-1/+8
| | | | Patch by Dave Lawrence <dkl@redhat.com> - r/a=LpSolit
* Bug 452734: Remove the keyword chooser, because it's a usability regressionmkanat%bugzilla.org2008-09-181-8/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 437013: Add hook to edit-multiple.html.tmpl to add fields to displaymkanat%bugzilla.org2008-06-041-0/+2
| | | | Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
* Bug 414236 Ð show_bug.cgi: Remove the knob in favor of normal <select> boxesguy.pyrzak%gmail.com2008-04-101-47/+47
| | | | | Patch By Guy Pyrzak<guy.pyrzak@gmail.com> r=mkanat, a=LpSolit. Removes knob from edit single and edit multiple bugs.
* Bug 415652: Implement Bugzilla->active_custom_fields - Patch by ↵lpsolit%gmail.com2008-02-251-1/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 313744: Deadline Field not available when changing several bugs at once ↵lpsolit%gmail.com2008-01-041-0/+11
| | | | - Patch by Albert Ting <altlist@gmail.com> r/a=LpSolit
* Bug 134474: The mass-change form in buglist.cgi offers too many groups - ↵lpsolit%gmail.com2007-09-101-3/+3
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
* Bug 392186: Remove version headers from all templates - Patch by GavinS ↵lpsolit%gmail.com2007-08-201-1/+0
| | | | <bugzilla@chimpychompy.org> r/a=LpSolit
* Bug 389835: Various issues when changing several bugs at once - Patch by ↵lpsolit%gmail.com2007-07-281-6/+25
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 344965: Fix process_bug.cgi and bug/* templates to work with custom bug ↵lpsolit%gmail.com2007-05-271-53/+23
| | | | status workflow - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 80169: JavaScript-enhanced keyword editing - Patch by Teemu Mannermaa ↵lpsolit%gmail.com2007-05-141-1/+8
| | | | <wicked@etlicon.fi> r=justdave a=LpSolit
* Bug 92552: Separate reassignment from bug status change (they are now ↵lpsolit%gmail.com2007-04-131-25/+24
| | | | independent) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
* Bug 377026: Replace all occurences of status_descs.FOO by get_status("FOO") ↵lpsolit%gmail.com2007-04-101-4/+4
| | | | (next step in supporting custom bug statuses) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
* Bug 206037: [SECURITY] Fix escaping/quoting in edit*.cgi scripts - Patch by ↵lpsolit%gmail.com2006-10-151-5/+2
| | | | Frédéric Buclin <LpSolit@gmail.com> r=justdave a=justdave