aboutsummaryrefslogtreecommitdiffstats
path: root/js
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 660382: Hide the complex features of custom search by defaultMax Kanat-Alexander2011-08-031-10/+25
| | | | r=dkl, a=mkanat
* Bug 647158: The Error Console in Firefox reportsFrédéric Buclin2011-07-261-1/+14
| | | | | | "unbalanced tree was written using document.write()" when reporting a new bug or when visiting the "User Authentication" panel in the Parameters page r=glob a=LpSolit
* Bug 652427: Going back to the new bug page loses the description if possible ↵Guy Pyrzak2011-06-281-3/+3
| | | | | | duplicates have been searched for r=mkanat, r=mkanat
* Bug 656769: Fix bz_fireEvent for IE9Byron Jones2011-06-141-6/+7
| | | | r=mkanat, a=mkanat
* Bug 657194: Use YUI's escapeHTML() instead of our custom oneReed Loden2011-06-071-8/+2
| | | | r=mkanat a=LpSolit
* Bug 647649: Change the old "Boolean Charts" UI into the new AND/ORMax Kanat-Alexander2011-05-311-0/+156
| | | | | "Custom Search" UI. r=timello, a=mkanat
* Bug 657947: Add trailing newlines after quoted replyByron Jones2011-05-201-2/+2
| | | | r=dkl, a=LpSolit
* Bug 640719: Allow creating bookmarkable templates without passing validation,Max Kanat-Alexander2011-04-271-0/+8
| | | | | on enter_bug.cgi r=pyrzak, a=mkanat
* Bug 649879 - Update to YUI 2.9.0David Lawrence2011-04-2382-411/+403
| | | | r/a=mkanat
* Bug 641519: userAutocomplete is not compatible with Bugzilla configured to ↵Randy Reddekopp2011-04-191-3/+3
| | | | | | use "local" usernames r/a=mkanat
* Bug 609538: Make the JSON-RPC interface support UTF-8 when a recent versionMax Kanat-Alexander2011-02-141-1/+3
| | | | | of LWP is installed r=dkl, a=mkanat
* Bug 619637: (CVE-2010-4569) [SECURITY] XSS in user autocomplete due to lack ↵Reed Loden2011-01-241-1/+8
| | | | | | of encoding by YUI [r=mkanat r=dkl a=LpSolit]
* Bug 626292: "Make description private" checkbox should set bz_private class ↵David Lawrence2011-01-211-3/+3
| | | | | | on the comment box r/a=mkanat
* Bug 626658 - Add (take) link to bug edit page to allow quick assigning to ↵David Lawrence2011-01-201-4/+9
| | | | | | the current user r/a=mkanat
* Bug 591535: "Give me some help" link's iframe behavior is no longer necessaryGuy Pyrzak2010-11-111-108/+0
| | | | r=LpSolit r=mkanat a=mkanat
* Bug 606618: Update YUI to 2.8.2Max Kanat-Alexander2010-10-3183-138/+138
| | | | r=LpSolit, a=mkanat
* Bug 585802: Change the cc/user autocomplete (and backend) usermatching to ↵Christian Legnitto2010-10-281-1/+1
| | | | | | ignore spaces / search on space separated names r/a=mkanat
* Bug 581933: Make YUI user autocomplete work with non-ASCII charactersMax Kanat-Alexander2010-10-271-2/+2
| | | | r=Wurblzap, a=LpSolit
* Bug 551468: Stop word-wrapping comments on the serverMax Kanat-Alexander2010-10-261-0/+48
| | | | r=glob, a=mkanat
* Bug 473557: Make the "Collapse All Comments" link work properly even whenMax Kanat-Alexander2010-10-221-5/+5
| | | | | | the "comment order" preference is set to "newest to oldest with description at top" r=mkanat, a=mkanat
* Bug 581448: Localize the status and resolution values in the list ofMax Kanat-Alexander2010-10-132-2/+12
| | | | | possible duplicates on enter_bug.cgi r=LpSolit, a=LpSolit
* 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