| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 578572: Make the user autocomplete and keyword autocomplete behave | Max Kanat-Alexander | 2010-08-01 | 1 | -4/+4 |
* | Bug 560003: Hide the "Add Bug URLs" box behind an (add) link. | Max Kanat-Alexander | 2010-07-20 | 1 | -0/+6 |
* | Bug 576912: Make the automatic duplicate detection table appear onkeyup | Max Kanat-Alexander | 2010-07-19 | 1 | -6/+18 |
* | Bug 119703: Create an attachment by pasting it into a text field | Frédéric Buclin | 2010-07-18 | 1 | -6/+6 |
* | Bug 490767: Make validation happen with JS, when filing a bug | Max Kanat-Alexander | 2010-07-12 | 1 | -0/+66 |
* | Bug 490930: Always store attachments locally if they are over X size (and bel... | Frédéric Buclin | 2010-07-08 | 1 | -4/+1 |
* | Bug 514618: Allow restricting the visibility and values of fields by | Kent Rogers | 2010-07-05 | 1 | -0/+14 |
* | Bug 455810 - Add autocomplete support to the keywords field | Reed Loden | 2010-07-05 | 1 | -2/+32 |
* | Bug 179626 - Hide, rather than disable, requestee fields when the flags aren'... | Reed Loden | 2010-06-28 | 1 | -8/+8 |
* | Bug 22353: Automatic duplicate bug detection on enter_bug.cgi | Max Kanat-Alexander | 2010-06-21 | 1 | -0/+117 |
* | Bug 572949: Update YUI to 2.8.1 | Max Kanat-Alexander | 2010-06-18 | 128 | -65/+1513 |
* | Bug 450301: What Simplify searching UI, initial improvements to the advanced ... | Guy Pyrzak | 2010-06-06 | 1 | -5/+6 |
* | Bug 460799: Move JS code out of bug/comments.html.tmpl | Edmund Wong | 2010-05-17 | 1 | -0/+88 |
* | 101770 | Guy Pyrzak | 2010-03-02 | 1 | -5/+17 |
* | Bug 548933: The "Mark as Duplicate" link was changing bugs to RESOLVED FIXED | Max Kanat-Alexander | 2010-02-28 | 1 | -1/+2 |
* | Bug 490923: Autocomplete assignee, qa contact, and cc on the client side | Guy Pyrzak | 2010-02-21 | 2 | -0/+99 |
* | Bug 546719: When reopening a Resolved Duplicated bug in IE, JS error stops th... | Guy Pyrzak | 2010-02-18 | 1 | -2/+5 |
* | Bug 545277: Closed bugs were always marked as FIXED in the resolution | Max Kanat-Alexander | 2010-02-09 | 1 | -1/+2 |
* | Bug 520993: If the "FIXED" resolution was a visibility or value controller, t... | Max Kanat-Alexander | 2010-02-08 | 1 | -8/+23 |
* | Fix the data in the bzr repo to match the data in the CVS repo. | Max Kanat-Alexander | 2010-02-01 | 3 | -294/+0 |
* | Bug 477465: Move JS code out of flag/list.html.tmpl - Patch by Frédéric... | lpsolit%gmail.com | 2009-11-26 | 1 | -0/+75 |
* | Bug 421265: Let the user easily override the language used to display HTML pages | mkanat%bugzilla.org | 2009-11-18 | 1 | -0/+9 |
* | Bug 388830: Use JS to make sure there's a Description value when submitting a... | mkanat%bugzilla.org | 2009-09-21 | 1 | -0/+9 |
* | Bug 477464: Move JS code out of attachment/edit.html.tmpl - Patch by Nitish B... | lpsolit%gmail.com | 2009-06-22 | 1 | -0/+119 |
* | Bug 463598: Improve the performance of the JavaScript that adjusts field valu... | mkanat%bugzilla.org | 2009-06-21 | 1 | -43/+74 |
* | Bug 494751 - Toggling Add/Don't add attachment doesn't reset JS state | bbaetz%acm.org | 2009-05-29 | 1 | -1/+6 |
* | Bug 482556: Put "Forgot Password" in the header and footer so people can still f | mkanat%bugzilla.org | 2009-05-22 | 1 | -5/+56 |
* | Bug 480061: Lots of JS was toggling the "display" attribute instead of removi... | mkanat%bugzilla.org | 2009-02-25 | 2 | -24/+28 |
* | Bug 479197: The mini_login Bugzilla_password box does not convert to text typ... | mkanat%bugzilla.org | 2009-02-24 | 1 | -21/+24 |
* | Bug 476090: Allow users to log-in from toolbar | mkanat%bugzilla.org | 2009-02-12 | 1 | -0/+58 |
* | Bug 376673: Add a simple version of the bug entry form (enter_bug.cgi) | mkanat%bugzilla.org | 2009-02-11 | 3 | -134/+99 |
* | Bug 471518: "Field only appears when:" produces a JavaScript error in Interne... | guy.pyrzak%gmail.com | 2009-01-23 | 1 | -1/+1 |
* | Bug 473677: Update YUI to 2.6.0 | mkanat%bugzilla.org | 2009-01-15 | 2 | -18/+22 |
* | Bug 455476: clicking "mark as duplicate" should focus the dup_id field - Patc... | lpsolit%gmail.com | 2009-01-01 | 1 | -3/+17 |
* | Bug 460909 - Mass edit bug form does not allow adding private comments | dkl%redhat.com | 2008-12-17 | 1 | -0/+8 |
* | Bug 308253: Ability to add select (enum) fields to a bug whose list of values... | mkanat%bugzilla.org | 2008-11-07 | 2 | -0/+155 |
* | Bug 291433: Ability to have custom fields whose visibility depends on the val... | mkanat%bugzilla.org | 2008-10-25 | 2 | -0/+101 |
* | Bug 460754: Move JS code out of attachment/diff-header.html.tmpl - Patch by F... | lpsolit%gmail.com | 2008-10-21 | 1 | -0/+99 |
* | Bug 452734: Remove the keyword chooser, because it's a usability regression | mkanat%bugzilla.org | 2008-09-18 | 1 | -76/+0 |
* | Bug 216557: Be able to specify the order of the columns in a bug list - Patch... | lpsolit%gmail.com | 2008-09-11 | 1 | -0/+145 |
* | Bug 452926 - In <field.js>, "Warning: assignment to undeclared variable bz_... | guy.pyrzak%gmail.com | 2008-09-05 | 1 | -1/+1 |
* | Bug 448696: "(edit)" links should focus the text box and select all text in them | guy.pyrzak%gmail.com | 2008-09-05 | 1 | -0/+6 |
* | Bug 433987 - show_bug.cgi javascript error on changing status | guy.pyrzak%gmail.com | 2008-05-20 | 1 | -2/+2 |
* | Bug 414236 Ð show_bug.cgi: Remove the knob in favor of normal <select> boxes | guy.pyrzak%gmail.com | 2008-04-10 | 1 | -0/+50 |
* | Bug 421046: Remove GPL/LGPL options from any tri-licensed files - Patch by Ge... | lpsolit%gmail.com | 2008-03-17 | 1 | -13/+1 |
* | Fix the indentation in the previous checkin for bug 418895, patch by pyrzak, ... | lpsolit%gmail.com | 2008-03-05 | 1 | -66/+23 |
* | Bug 418895: Assignee and QA contact fields always become revealed (editable), | guy.pyrzak%gmail.com | 2008-03-01 | 1 | -18/+78 |
* | Bug 414284: Bug edit page is bad for changing components | mkanat%bugzilla.org | 2008-02-08 | 1 | -9/+68 |
* | Bug 374020: Re-work the bug editing form to be more usable. | mkanat%bugzilla.org | 2008-01-28 | 1 | -0/+57 |
* | Bug 405898: Date/Time Fields should accept times like H:MM | mkanat%bugzilla.org | 2007-12-28 | 1 | -5/+2 |