summaryrefslogtreecommitdiffstats
path: root/js/field.js
AgeCommit message (Collapse)AuthorFilesLines
2014-10-28Bug 1059684: markdown text should not be rendered within a <pre> tagDavid Lawrence1-4/+24
r=glob,a=glob
2014-09-10Bug 1036242: "TypeError: bug_status is undefined" when creating a bugMatt Tyson1-4/+8
r=glob,a=glob
2014-08-28Bug 330707: Add optional support for MarkDownKoosha KM1-2/+6
r=dkl,a=sgreen
2014-08-14Bug 1012506 - Allow a bug to have multiple aliasesSimon Green1-12/+1
r=dkl, a=sgreen
2014-07-27Bug 726696 - All authenticated WebServices methods should require ↵Simon Green1-0/+2
username/pass, token or a valid API key for authentication r=dkl, a=sgreen
2014-04-18Backout bug 984980Frédéric Buclin1-30/+0
2014-04-17Bug 984980 - add framework for keyboard shortcuts, and key to switch between ↵Acho Arnold1-0/+30
preview and edit mode. Patch by <arnold@archlinux.info>, r=gerv, a=justdave.
2014-03-10Bug 566331: Move JS functions out of bug/edit.html.tmplIshitva Goel1-0/+13
r=LpSolit a=justdave
2014-03-05Bug 977137: Comment and Preview tabs need accessibility markupByron Jones1-4/+15
r=dkl, a=justdave
2014-02-13Bug 40896: Bugzilla needs a "preview" mode for commentsByron Jones1-0/+76
r=gerv, a=justdave
2013-05-10Bug 850135 - hide the textarea custom fields by default with an (edit) linkDave Lawrence1-6/+8
r=glob,a=LpSolit
2012-10-16Bug 797680: make "reset assignee/qa-contact to default" unchecked if the ↵Byron Jones1-8/+14
assignee/qa-contact has changed from defaults r=LpSolit, r=LpSolit
2012-09-25Bug 437212: Make page refreshing under Firefox update fieldsByron Jones1-0/+48
r=LpSolit, a=LpSolit
2012-07-31Bug 684171 - add a "(take)" link to the QA Contact fieldDave Lawrence1-1/+1
r/a=LpSolit
2012-07-24Bug 764517: Don't automatically select the first keyword if the search ↵Byron Jones1-0/+3
string is empty r=dkl, a=LpSolit
2012-05-26Bug 754616 - Don't display autocomplete box when there are no possible choicesReed Loden1-1/+2
[r=LpSolit a=LpSolit]
2012-05-18The calendar widget is not localizable.Marc Schumann1-2/+10
r/a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=581365
2012-05-18Bug 754561 - Tags should be escaped in the auto-complete formReed Loden1-0/+1
[r=LpSolit a=LpSolit]
2012-05-07Bug 616191: Implement UI to easily tag bugs from the bug report directly ↵Frédéric Buclin1-16/+18
(and get rid of the current form in the footer) r=timello a=LpSolit
2012-04-11Bug 734997: The 'take' link for the assignee field doesn't work when ↵Frédéric Buclin1-7/+22
usemenuforusers is turned on r=glob 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-18/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2011-08-10Bug 585440 - Allow disabled accounts to turn off all bugmailDavid Lawrence1-0/+13
r/a=mkanat
2011-08-09Bug 636416: Use the standard value-controller javascript to control theMax Kanat-Alexander1-33/+157
drop-down fields on the Advanced Search page. r=glob, a=mkanat
2011-06-07Bug 657194: Use YUI's escapeHTML() instead of our custom oneReed Loden1-8/+2
r=mkanat a=LpSolit
2011-04-28Bug 640719: Allow creating bookmarkable templates without passing validation,Max Kanat-Alexander1-0/+8
on enter_bug.cgi r=pyrzak, a=mkanat
2011-04-19Bug 641519: userAutocomplete is not compatible with Bugzilla configured to ↵Randy Reddekopp1-3/+3
use "local" usernames r/a=mkanat
2011-01-24Bug 619637: (CVE-2010-4569) [SECURITY] XSS in user autocomplete due to lack ↵Reed Loden1-1/+8
of encoding by YUI [r=mkanat r=dkl a=LpSolit]
2011-01-21Bug 626292: "Make description private" checkbox should set bz_private class ↵David Lawrence1-3/+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-4/+9
the current user r/a=mkanat
2010-10-28Bug 585802: Change the cc/user autocomplete (and backend) usermatching to ↵Christian Legnitto1-1/+1
ignore spaces / search on space separated names r/a=mkanat
2010-10-27Bug 581933: Make YUI user autocomplete work with non-ASCII charactersMax Kanat-Alexander1-2/+2
r=Wurblzap, a=LpSolit
2010-08-27Bug 479400: Add the ability to show or hide particular custom fieldsTiago Mello1-5/+13
based on multiple values of another field (visibility controllers) r/a=mkanat
2010-08-13Bug 583884: User autocomplete fills in empty values instead of the ↵Frédéric Buclin1-2/+6
autocomplete value r=pyrzak r=mkanat a=mkanat
2010-08-03Bug 584069: IE6 throws many JS errorsGuy Pyrzak1-1/+1
r/a=LpSolit
2010-08-02Bug 578572: Make the user autocomplete and keyword autocomplete behaveMax Kanat-Alexander1-4/+4
similarly, and fix a race condition in user autocomplete where sometimes an older result would appear after a newer result, overriding the newer result. r=pyrzak, a=mkanat
2010-07-20Bug 560003: Hide the "Add Bug URLs" box behind an (add) link.Max Kanat-Alexander1-0/+6
r=timello, a=mkanat
2010-07-13Bug 490767: Make validation happen with JS, when filing a bugMax Kanat-Alexander1-0/+66
r=pyrzak, a=mkanat
2010-07-05Bug 514618: Allow restricting the visibility and values of fields byKent Rogers1-0/+14
classification. r=mkanat, r=timello, a=mkanat
2010-07-05Bug 455810 - Add autocomplete support to the keywords fieldReed Loden1-2/+32
* Special thanks to Guy Pyrzak for the original patch [r=mkanat a=mkanat]
2010-03-01Bug 548933: The "Mark as Duplicate" link was changing bugs to RESOLVED FIXEDMax Kanat-Alexander1-1/+2
r=pyrzak, a=mkanat
2010-02-22Bug 490923: Autocomplete assignee, qa contact, and cc on the client sideGuy Pyrzak1-0/+71
r=LpSolit, a=mkanat
2010-02-18Bug 546719: When reopening a Resolved Duplicated bug in IE, JS error stops ↵Guy Pyrzak1-2/+5
the correct page behavior r/a=mkanat
2010-02-10Bug 545277: Closed bugs were always marked as FIXED in the resolutionMax Kanat-Alexander1-1/+2
<select> when show_bug.cgi was loaded r=LpSolit, a=mkanat
2010-02-09Bug 520993: If the "FIXED" resolution was a visibility or value controller, ↵Max Kanat-Alexander1-8/+23
then controlled fields weren't properly changing when the status changed to RESOLVED and "FIXED" appeared as the first value in the Resolution field. r=LpSolit, a=mkanat
2009-06-21Bug 463598: Improve the performance of the JavaScript that adjusts field ↵mkanat%bugzilla.org1-43/+74
values based on the value of another field Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat
2009-02-25Bug 480061: Lots of JS was toggling the "display" attribute instead of ↵mkanat%bugzilla.org1-18/+25
removing/adding the bz_default_hidden class. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=mkanat
2009-01-02Bug 455476: clicking "mark as duplicate" should focus the dup_id field - ↵lpsolit%gmail.com1-3/+17
Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r/a=mkanat
2008-12-17Bug 460909 - Mass edit bug form does not allow adding private commentsdkl%redhat.com1-0/+8
Patch by Dave Lawrence <dkl@redhat.com> - r/a=LpSolit
2008-11-07Bug 308253: Ability to add select (enum) fields to a bug whose list of ↵mkanat%bugzilla.org1-0/+121
values depends on the value of another field Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
2008-10-25Bug 291433: Ability to have custom fields whose visibility depends on the ↵mkanat%bugzilla.org1-0/+36
values of other fields Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat