Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-07-13 | Bug 490767: Make validation happen with JS, when filing a bug | Max Kanat-Alexander | 1 | -0/+66 | |
r=pyrzak, a=mkanat | |||||
2010-07-08 | Bug 490930: Always store attachments locally if they are over X size (and ↵ | Frédéric Buclin | 1 | -4/+1 | |
below some threshold!), don't ever display "Big File" checkbox r=mkanat a=LpSolit | |||||
2010-07-05 | Bug 514618: Allow restricting the visibility and values of fields by | Kent Rogers | 1 | -0/+14 | |
classification. r=mkanat, r=timello, a=mkanat | |||||
2010-07-05 | Bug 455810 - Add autocomplete support to the keywords field | Reed Loden | 1 | -2/+32 | |
* Special thanks to Guy Pyrzak for the original patch [r=mkanat a=mkanat] | |||||
2010-06-29 | Bug 179626 - Hide, rather than disable, requestee fields when the flags ↵ | Reed Loden | 1 | -8/+8 | |
aren't in the "?" state. [r=mkanat a=mkanat] | |||||
2010-06-22 | Bug 22353: Automatic duplicate bug detection on enter_bug.cgi | Max Kanat-Alexander | 1 | -0/+117 | |
r=glob, a=mkanat | |||||
2010-06-18 | Bug 572949: Update YUI to 2.8.1 | Max Kanat-Alexander | 128 | -65/+1513 | |
r=glob, a=mkanat | |||||
2010-06-06 | Bug 450301: What Simplify searching UI, initial improvements to the advanced ↵ | Guy Pyrzak | 1 | -5/+6 | |
search ui. r=mkanat, a=mkanat | |||||
2010-05-17 | Bug 460799: Move JS code out of bug/comments.html.tmpl | Edmund Wong | 1 | -0/+88 | |
r/a=LpSolit | |||||
2010-03-03 | 101770 | Guy Pyrzak | 1 | -5/+17 | |
2010-03-01 | Bug 548933: The "Mark as Duplicate" link was changing bugs to RESOLVED FIXED | Max Kanat-Alexander | 1 | -1/+2 | |
r=pyrzak, a=mkanat | |||||
2010-02-22 | Bug 490923: Autocomplete assignee, qa contact, and cc on the client side | Guy Pyrzak | 2 | -0/+99 | |
r=LpSolit, a=mkanat | |||||
2010-02-18 | Bug 546719: When reopening a Resolved Duplicated bug in IE, JS error stops ↵ | Guy Pyrzak | 1 | -2/+5 | |
the correct page behavior r/a=mkanat | |||||
2010-02-10 | Bug 545277: Closed bugs were always marked as FIXED in the resolution | Max Kanat-Alexander | 1 | -1/+2 | |
<select> when show_bug.cgi was loaded r=LpSolit, a=mkanat | |||||
2010-02-09 | Bug 520993: If the "FIXED" resolution was a visibility or value controller, ↵ | Max Kanat-Alexander | 1 | -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 | |||||
2010-02-01 | Fix the data in the bzr repo to match the data in the CVS repo. | Max Kanat-Alexander | 3 | -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. | |||||
2009-11-26 | Bug 477465: Move JS code out of flag/list.html.tmpl - Patch by ↵ | lpsolit%gmail.com | 1 | -0/+75 | |
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2009-11-18 | Bug 421265: Let the user easily override the language used to display HTML pages | mkanat%bugzilla.org | 1 | -0/+9 | |
Patch by Jacques Supcik <jacques@supcik.org> r=mkanat, a=mkanat | |||||
2009-09-22 | Bug 388830: Use JS to make sure there's a Description value when submitting ↵ | mkanat%bugzilla.org | 1 | -0/+9 | |
an attachment Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=LpSolit | |||||
2009-06-23 | Bug 477464: Move JS code out of attachment/edit.html.tmpl - Patch by Nitish ↵ | lpsolit%gmail.com | 1 | -0/+119 | |
Bezzala <nbezzala@yahoo.com> r/a=LpSolit | |||||
2009-06-21 | Bug 463598: Improve the performance of the JavaScript that adjusts field ↵ | mkanat%bugzilla.org | 1 | -43/+74 | |
values based on the value of another field Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat | |||||
2009-05-29 | Bug 494751 - Toggling Add/Don't add attachment doesn't reset JS state | bbaetz%acm.org | 1 | -1/+6 | |
r/a=mkanat | |||||
2009-05-22 | Bug 482556: Put "Forgot Password" in the header and footer so people can still f | mkanat%bugzilla.org | 1 | -5/+56 | |
ind it Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-02-25 | Bug 480061: Lots of JS was toggling the "display" attribute instead of ↵ | mkanat%bugzilla.org | 2 | -24/+28 | |
removing/adding the bz_default_hidden class. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=mkanat | |||||
2009-02-24 | Bug 479197: The mini_login Bugzilla_password box does not convert to text ↵ | mkanat%bugzilla.org | 1 | -21/+24 | |
type or clear itself in IE Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=mkanat | |||||
2009-02-12 | Bug 476090: Allow users to log-in from toolbar | mkanat%bugzilla.org | 1 | -0/+58 | |
Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat | |||||
2009-02-11 | Bug 376673: Add a simple version of the bug entry form (enter_bug.cgi) | mkanat%bugzilla.org | 3 | -134/+99 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit | |||||
2009-01-23 | Bug 471518: "Field only appears when:" produces a JavaScript error in ↵ | guy.pyrzak%gmail.com | 1 | -1/+1 | |
Internet Explorer Patch By Jill Foley <jillpf55@sbcglobal.net> r=mkanat, a=mkanat | |||||
2009-01-15 | Bug 473677: Update YUI to 2.6.0 | mkanat%bugzilla.org | 2 | -18/+22 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | |||||
2009-01-02 | Bug 455476: clicking "mark as duplicate" should focus the dup_id field - ↵ | lpsolit%gmail.com | 1 | -3/+17 | |
Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r/a=mkanat | |||||
2008-12-17 | Bug 460909 - Mass edit bug form does not allow adding private comments | dkl%redhat.com | 1 | -0/+8 | |
Patch by Dave Lawrence <dkl@redhat.com> - r/a=LpSolit | |||||
2008-11-07 | Bug 308253: Ability to add select (enum) fields to a bug whose list of ↵ | mkanat%bugzilla.org | 2 | -0/+155 | |
values depends on the value of another field Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat | |||||
2008-10-25 | Bug 291433: Ability to have custom fields whose visibility depends on the ↵ | mkanat%bugzilla.org | 2 | -0/+101 | |
values of other fields Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat | |||||
2008-10-21 | Bug 460754: Move JS code out of attachment/diff-header.html.tmpl - Patch by ↵ | lpsolit%gmail.com | 1 | -0/+99 | |
Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit | |||||
2008-09-18 | Bug 452734: Remove the keyword chooser, because it's a usability regression | mkanat%bugzilla.org | 1 | -76/+0 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | |||||
2008-09-11 | Bug 216557: Be able to specify the order of the columns in a bug list - ↵ | lpsolit%gmail.com | 1 | -0/+145 | |
Patch by Pascal Held <paheld+bugzilla@gmail.com> r=LpSolit r=pyrzak a=LpSolit | |||||
2008-09-05 | Bug 452926 - In <field.js>, "Warning: assignment to undeclared variable ↵ | guy.pyrzak%gmail.com | 1 | -1/+1 | |
bz_alias_check_array" Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat | |||||
2008-09-05 | Bug 448696: "(edit)" links should focus the text box and select all text in them | guy.pyrzak%gmail.com | 1 | -0/+6 | |
Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat | |||||
2008-05-20 | Bug 433987 - show_bug.cgi javascript error on changing status | guy.pyrzak%gmail.com | 1 | -2/+2 | |
Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat a=mkanat | |||||
2008-04-10 | Bug 414236 Ð show_bug.cgi: Remove the knob in favor of normal <select> boxes | guy.pyrzak%gmail.com | 1 | -0/+50 | |
Patch By Guy Pyrzak<guy.pyrzak@gmail.com> r=mkanat, a=LpSolit. Removes knob from edit single and edit multiple bugs. | |||||
2008-03-17 | Bug 421046: Remove GPL/LGPL options from any tri-licensed files - Patch by ↵ | lpsolit%gmail.com | 1 | -13/+1 | |
Gervase Markham <gerv@mozilla.org> r/a=mkanat | |||||
2008-03-05 | Fix the indentation in the previous checkin for bug 418895, patch by pyrzak, ↵ | lpsolit%gmail.com | 1 | -66/+23 | |
r/a=me | |||||
2008-03-01 | Bug 418895: Assignee and QA contact fields always become revealed (editable), | guy.pyrzak%gmail.com | 1 | -18/+78 | |
The patch moves what used to be in one function to hide the qa and assignee into 2 separate calls. It also fixes some typos in the comments and adds my name to the committers list Patch By Guy Pyrzak <guy.pyrzak@gmail.com.com> r=mkanat, a=mkanat | |||||
2008-02-08 | Bug 414284: Bug edit page is bad for changing components | mkanat%bugzilla.org | 1 | -9/+68 | |
Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat | |||||
2008-01-28 | Bug 374020: Re-work the bug editing form to be more usable. | mkanat%bugzilla.org | 1 | -0/+57 | |
Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat | |||||
2007-12-28 | Bug 405898: Date/Time Fields should accept times like H:MM | mkanat%bugzilla.org | 1 | -5/+2 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2007-11-29 | Bug 397099: Date/Time Fields should have a JavaScript widget for picking a date | mkanat%bugzilla.org | 5 | -11/+185 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=glob, a=mkanat | |||||
2007-08-03 | Bug 380187 â Bugzilla should support RADIUS authentication. | wurblzap%gmail.com | 1 | -0/+61 | |
Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat, a=mkanat | |||||
2007-05-15 | Bug 80169: JavaScript-enhanced keyword editing - Patch by Teemu Mannermaa ↵ | lpsolit%gmail.com | 2 | -0/+260 | |
<wicked@etlicon.fi> r=justdave a=LpSolit | |||||
2007-04-18 | Bug 258647: productmenu.js and productform.js should be consolidated - Patch ↵ | lpsolit%gmail.com | 1 | -193/+232 | |
by Teemu Mannermaa <wicked+bz@etlicon.fi> r=myk a=LpSolit |