summaryrefslogtreecommitdiffstats
path: root/js/field.js
AgeCommit message (Collapse)AuthorFilesLines
2015-10-06Bug 1172418 - user fields are cleared when navigating back to a page (eg. ↵Byron Jones1-0/+2
after an error)
2015-07-31Bug 1185856 - Tabbing out of the keyword field should not select the first ↵Byron Jones1-1/+1
available keyword
2015-06-08Bug 1171826: sort keywords by "start with" then "substring"Byron Jones1-1/+18
2015-06-02Bug 1169418: Can't enter space in Keyword fieldByron Jones1-1/+12
2015-06-02Bug 1146771: implement comment taggingByron Jones1-9/+2
2015-05-26Bug 1146782: backport bug 1159589 to bmo (migrate autocomplete from yui to ↵Byron Jones1-104/+110
jquery)
2015-01-29Bug 1045145: backport upstream bug 726696 to bmo/4.2 to allow use of api ↵David Lawrence1-0/+2
keys for authentication
2014-06-18Bug 1026886 - hide the mentor input field by defaultDavid Lawrence1-1/+1
2014-03-05Bug 977137: Comment and Preview tabs need accessibility markupByron Jones1-4/+15
2014-02-13Bug 40896: Bugzilla needs a "preview" mode for commentsByron Jones1-0/+76
2013-05-10Bug 850135 - hide the textarea custom fields by default with an (edit) linkDave Lawrence1-6/+9
2013-04-09Bug 859598: Autocomplete suggests inactive/disabled accounts as matchesByron Jones1-2/+1
2013-02-11Disable autocomplete debugging/console-spamByron Jones1-0/+2
2012-10-04Bug 713796: "Reset Assignee to default" and "Reset QA Contact to default" ↵Byron Jones1-8/+14
should only be checked when the assignee/qa-contact is the default
2012-09-26Bug 437212: sync bmo code with upstreamByron Jones1-0/+48
2012-07-31Bug 684171 - add a "(take)" link to the QA Contact fieldDave Lawrence1-1/+1
Upstream accepted so porting over last minor changes
2012-07-12Bug 764517: fix the broken patchByron Jones1-1/+1
2012-07-12Bug 764517: Fix clearing the list of keywords and then pressing Enter ↵Byron Jones1-0/+3
causing the first keyword to be submitted
2012-06-05merged with bugzilla/4.2Dave Lawrence1-0/+1
2012-05-29Bug 754561 - Escape HTML in keywords in the auto-complete formReed Loden1-0/+1
[r=LpSolit a=LpSolit]
2012-05-01merged with bugzilla/4.2Dave Lawrence1-7/+22
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-09merge with bugzilla/4.2Dave Lawrence1-1/+1
2011-12-15Bug 707428: Custom field values whose visibility depends on another field ↵Frédéric Buclin1-1/+1
value do not remain selected after editing a bug r=wicked a=LpSolit
2011-11-07Fix problem in bug 698689Byron Jones1-1/+2
2011-11-07Bug 698689: focus crash_signature field when editingByron Jones1-0/+1
2011-10-05more porting workDavid Lawrence1-2/+3
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