aboutsummaryrefslogtreecommitdiffstats
path: root/js
Commit message (Collapse)AuthorAgeFilesLines
* Bug 574338: When comment box is positioned at [top|bottom], include "Add ↵Guy Pyrzak2010-09-191-0/+11
| | | | | | Comment" link at [bottom|top] r/a=mkanat
* Bug 594155: IE6 throws JS errors when filing new bugsGuy Pyrzak2010-09-191-2/+2
| | | | r/a=LpSolit
* Bug 479400: Add the ability to show or hide particular custom fieldsTiago Mello2010-08-271-5/+13
| | | | | based on multiple values of another field (visibility controllers) r/a=mkanat
* Bug 583884: User autocomplete fills in empty values instead of the ↵Frédéric Buclin2010-08-131-2/+6
| | | | | | autocomplete value r=pyrzak r=mkanat a=mkanat
* Bug 584069: IE6 throws many JS errorsGuy Pyrzak2010-08-031-1/+1
| | | | r/a=LpSolit
* Bug 578572: Make the user autocomplete and keyword autocomplete behaveMax Kanat-Alexander2010-08-011-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
* Bug 560003: Hide the "Add Bug URLs" box behind an (add) link.Max Kanat-Alexander2010-07-201-0/+6
| | | | r=timello, a=mkanat
* Bug 576912: Make the automatic duplicate detection table appear onkeyupMax Kanat-Alexander2010-07-191-6/+18
| | | | | | | instead of onblur, but give it a delay so that (a) we're not sending too many queries and (b) so that it doesn't appear at the exact same time as you click Submit Bug (making the "Submit Bug" click not work) r=timello, a=mkanat
* Bug 119703: Create an attachment by pasting it into a text fieldFrédéric Buclin2010-07-181-6/+6
| | | | r/a=mkanat
* Bug 490767: Make validation happen with JS, when filing a bugMax Kanat-Alexander2010-07-121-0/+66
| | | | r=pyrzak, a=mkanat
* Bug 490930: Always store attachments locally if they are over X size (and ↵Frédéric Buclin2010-07-081-4/+1
| | | | | | below some threshold!), don't ever display "Big File" checkbox r=mkanat a=LpSolit
* Bug 514618: Allow restricting the visibility and values of fields byKent Rogers2010-07-051-0/+14
| | | | | classification. r=mkanat, r=timello, a=mkanat
* Bug 455810 - Add autocomplete support to the keywords fieldReed Loden2010-07-051-2/+32
| | | | | * Special thanks to Guy Pyrzak for the original patch [r=mkanat a=mkanat]
* Bug 179626 - Hide, rather than disable, requestee fields when the flags ↵Reed Loden2010-06-281-8/+8
| | | | | | aren't in the "?" state. [r=mkanat a=mkanat]
* Bug 22353: Automatic duplicate bug detection on enter_bug.cgiMax Kanat-Alexander2010-06-211-0/+117
| | | | r=glob, a=mkanat
* Bug 572949: Update YUI to 2.8.1Max Kanat-Alexander2010-06-18128-65/+1513
| | | | r=glob, a=mkanat
* Bug 450301: What Simplify searching UI, initial improvements to the advanced ↵Guy Pyrzak2010-06-061-5/+6
| | | | | | search ui. r=mkanat, a=mkanat
* Bug 460799: Move JS code out of bug/comments.html.tmplEdmund Wong2010-05-171-0/+88
| | | | r/a=LpSolit
* 101770Guy Pyrzak2010-03-021-5/+17
|
* Bug 548933: The "Mark as Duplicate" link was changing bugs to RESOLVED FIXEDMax Kanat-Alexander2010-02-281-1/+2
| | | | r=pyrzak, a=mkanat
* Bug 490923: Autocomplete assignee, qa contact, and cc on the client sideGuy Pyrzak2010-02-212-0/+99
| | | | r=LpSolit, a=mkanat
* Bug 546719: When reopening a Resolved Duplicated bug in IE, JS error stops ↵Guy Pyrzak2010-02-181-2/+5
| | | | | | the correct page behavior r/a=mkanat
* Bug 545277: Closed bugs were always marked as FIXED in the resolutionMax Kanat-Alexander2010-02-091-1/+2
| | | | | <select> when show_bug.cgi was loaded r=LpSolit, a=mkanat
* Bug 520993: If the "FIXED" resolution was a visibility or value controller, ↵Max Kanat-Alexander2010-02-081-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
* Fix the data in the bzr repo to match the data in the CVS repo.Max Kanat-Alexander2010-02-013-294/+0
| | | | | | | During the CVS imports into Bzr, there were some inconsistencies introduced (mostly that files that were deleted in CVS weren't being deleted in Bzr). So this checkin makes the bzr repo actually consistent with the CVS repo, including fixing permissions of files.
* Bug 477465: Move JS code out of flag/list.html.tmpl - Patch by ↵lpsolit%gmail.com2009-11-261-0/+75
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 421265: Let the user easily override the language used to display HTML pagesmkanat%bugzilla.org2009-11-181-0/+9
| | | | Patch by Jacques Supcik <jacques@supcik.org> r=mkanat, a=mkanat
* Bug 388830: Use JS to make sure there's a Description value when submitting ↵mkanat%bugzilla.org2009-09-211-0/+9
| | | | | | an attachment Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=LpSolit
* Bug 477464: Move JS code out of attachment/edit.html.tmpl - Patch by Nitish ↵lpsolit%gmail.com2009-06-221-0/+119
| | | | Bezzala <nbezzala@yahoo.com> r/a=LpSolit
* Bug 463598: Improve the performance of the JavaScript that adjusts field ↵mkanat%bugzilla.org2009-06-211-43/+74
| | | | | | values based on the value of another field Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat
* Bug 494751 - Toggling Add/Don't add attachment doesn't reset JS statebbaetz%acm.org2009-05-291-1/+6
| | | | r/a=mkanat
* Bug 482556: Put "Forgot Password" in the header and footer so people can still fmkanat%bugzilla.org2009-05-221-5/+56
| | | | | ind it Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 480061: Lots of JS was toggling the "display" attribute instead of ↵mkanat%bugzilla.org2009-02-252-24/+28
| | | | | | removing/adding the bz_default_hidden class. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=mkanat
* Bug 479197: The mini_login Bugzilla_password box does not convert to text ↵mkanat%bugzilla.org2009-02-241-21/+24
| | | | | | type or clear itself in IE Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=mkanat
* Bug 476090: Allow users to log-in from toolbarmkanat%bugzilla.org2009-02-121-0/+58
| | | | Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
* Bug 376673: Add a simple version of the bug entry form (enter_bug.cgi)mkanat%bugzilla.org2009-02-113-134/+99
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit
* Bug 471518: "Field only appears when:" produces a JavaScript error in ↵guy.pyrzak%gmail.com2009-01-231-1/+1
| | | | | | Internet Explorer Patch By Jill Foley <jillpf55@sbcglobal.net> r=mkanat, a=mkanat
* Bug 473677: Update YUI to 2.6.0mkanat%bugzilla.org2009-01-152-18/+22
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 455476: clicking "mark as duplicate" should focus the dup_id field - ↵lpsolit%gmail.com2009-01-011-3/+17
| | | | Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r/a=mkanat
* Bug 460909 - Mass edit bug form does not allow adding private commentsdkl%redhat.com2008-12-171-0/+8
| | | | Patch by Dave Lawrence <dkl@redhat.com> - r/a=LpSolit
* Bug 308253: Ability to add select (enum) fields to a bug whose list of ↵mkanat%bugzilla.org2008-11-072-0/+155
| | | | | | values depends on the value of another field Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 291433: Ability to have custom fields whose visibility depends on the ↵mkanat%bugzilla.org2008-10-252-0/+101
| | | | | | values of other fields Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 460754: Move JS code out of attachment/diff-header.html.tmpl - Patch by ↵lpsolit%gmail.com2008-10-211-0/+99
| | | | Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
* Bug 452734: Remove the keyword chooser, because it's a usability regressionmkanat%bugzilla.org2008-09-181-76/+0
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 216557: Be able to specify the order of the columns in a bug list - ↵lpsolit%gmail.com2008-09-111-0/+145
| | | | Patch by Pascal Held <paheld+bugzilla@gmail.com> r=LpSolit r=pyrzak a=LpSolit
* Bug 452926 - In <field.js>, "Warning: assignment to undeclared variable ↵guy.pyrzak%gmail.com2008-09-051-1/+1
| | | | | | bz_alias_check_array" Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
* Bug 448696: "(edit)" links should focus the text box and select all text in themguy.pyrzak%gmail.com2008-09-051-0/+6
| | | | Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
* Bug 433987 - show_bug.cgi javascript error on changing statusguy.pyrzak%gmail.com2008-05-201-2/+2
| | | | Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat a=mkanat
* Bug 414236 Ð show_bug.cgi: Remove the knob in favor of normal <select> boxesguy.pyrzak%gmail.com2008-04-101-0/+50
| | | | | Patch By Guy Pyrzak<guy.pyrzak@gmail.com> r=mkanat, a=LpSolit. Removes knob from edit single and edit multiple bugs.
* Bug 421046: Remove GPL/LGPL options from any tri-licensed files - Patch by ↵lpsolit%gmail.com2008-03-171-13/+1
| | | | Gervase Markham <gerv@mozilla.org> r/a=mkanat