Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-31 | Bug 77193 - Add the ability to retire (disable) old versions, components and ↵ | Dave Lawrence | 1 | -5/+8 | |
milestones r/a=mkanat | |||||
2010-08-05 | Bug 584032: Cannot set requestees on bug creation | Frédéric Buclin | 1 | -2/+3 | |
r=pyrzak a=LpSolit | |||||
2010-07-23 | Bug 398701: Replace |FILTER url_quote| by |FILTER uri| | Frédéric Buclin | 2 | -3/+3 | |
r/a=mkanat | |||||
2010-07-18 | Bug 119703: Create an attachment by pasting it into a text field | Frédéric Buclin | 1 | -1/+2 | |
r/a=mkanat | |||||
2010-07-13 | Bug 521463: Use consistent CSS for text input fields on enter_bug, | Max Kanat-Alexander | 1 | -6/+6 | |
show_bug, post_bug, etc. r=dkl, a=mkanat | |||||
2010-07-13 | Bug 490767: Make validation happen with JS, when filing a bug | Max Kanat-Alexander | 1 | -6/+9 | |
r=pyrzak, a=mkanat | |||||
2010-07-13 | Bug 578241: Use the same ID in enter_bug.cgi and show_bug.cgi for group ↵ | Frédéric Buclin | 1 | -2/+2 | |
checkboxes r=reed a=LpSolit | |||||
2010-07-05 | Bug 455810 - Add autocomplete support to the keywords field | Reed Loden | 1 | -7/+4 | |
* Special thanks to Guy Pyrzak for the original patch [r=mkanat a=mkanat] | |||||
2010-06-22 | Bug 22353: Automatic duplicate bug detection on enter_bug.cgi | Max Kanat-Alexander | 1 | -5/+41 | |
r=glob, a=mkanat | |||||
2010-06-18 | Bug 572949: Update YUI to 2.8.1 | Max Kanat-Alexander | 1 | -5/+3 | |
r=glob, a=mkanat | |||||
2010-05-19 | Bug 494395: Implement the ability to mark custom fields as mandatory when | Tiago Mello | 1 | -4/+4 | |
creating/changing bugs r=mkanat, a=mkanat | |||||
2010-05-13 | Bug 555850: Make fields.html help on enter_bug happen when the user hovers | Max Kanat-Alexander | 1 | -53/+54 | |
over the fields r=timello, a=mkanat | |||||
2010-04-19 | Bug 560215: maxattachmentsize = 0 means that you cannot attach any file to bugs | Frédéric Buclin | 1 | -0/+2 | |
r=mkanat a=LpSolit | |||||
2010-04-06 | Bug 556429: Stop sending bugmail from inside the template | Max Kanat-Alexander | 1 | -4/+1 | |
r=LpSolit, a=LpSolit | |||||
2010-03-28 | Bug 490766: Link all field labels on enter_bug.cgi to their description | Max Kanat-Alexander | 1 | -37/+44 | |
on fields.html r=LpSolit, a=LpSolit | |||||
2010-03-03 | 101770 | Guy Pyrzak | 1 | -1/+1 | |
2010-02-23 | Bug 526184: Allow groups to be specified when creating bugs using email_in.pl | Max Kanat-Alexander | 1 | -8/+10 | |
or the WebService Bug.create method. r=LpSolit, a=LpSolit | |||||
2010-02-22 | Bug 490923: Autocomplete assignee, qa contact, and cc on the client side | Guy Pyrzak | 1 | -2/+7 | |
r=LpSolit, a=mkanat | |||||
2010-02-17 | Bug 329637: Add a Calendar widget to the Deadline field | Max Kanat-Alexander | 1 | -5/+3 | |
r=ghendricks, a=mkanat | |||||
2010-02-17 | Bug 546340 - Change <a name> anchors to use @id | Gordon P. Hemsley | 1 | -6/+3 | |
r=mkanat, a=mkanat | |||||
2010-02-02 | Bug 487508: Allow restricting the visibility of custom fields and values by ↵ | Max Kanat-Alexander | 1 | -16/+21 | |
component r=dkl, a=mkanat | |||||
2009-12-31 | Bug 518963: Use PROCESS on user-message.html.tmpl instead of INCLUDE, to ↵ | mkanat%bugzilla.org | 1 | -1/+1 | |
help out extensions Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat | |||||
2009-12-13 | Bug 310532: Bookmarkable new bug templates do not include estimated hours or ↵ | lpsolit%gmail.com | 1 | -2/+2 | |
alias fields - Patch by Mark Banner <bugzilla@standard8.plus.com> r/a=LpSolit | |||||
2009-12-07 | Bug 530009: Put the template header stuff required to display show_bug all ↵ | mkanat%bugzilla.org | 1 | -6/+1 | |
in one place Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-12-04 | Bug 204106: Make enter_bug indicate which fields are mandatory | mkanat%bugzilla.org | 1 | -9/+15 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | |||||
2009-11-18 | Bug 421265: Let the user easily override the language used to display HTML pages | mkanat%bugzilla.org | 1 | -1/+1 | |
Patch by Jacques Supcik <jacques@supcik.org> r=mkanat, a=mkanat | |||||
2009-11-18 | Bug 519142: Replace IF/ELSE statements about bug_status/resolution with just ↵ | mkanat%bugzilla.org | 1 | -5/+2 | |
a display_value call, and use display_value in more places to translate field values. Patch by Vitaly Fedrushkov <vitaly.fedrushkov@gmail.com> r=mkanat, a=mkanat | |||||
2009-11-10 | Bug 505039: Use $user->is_timetracker instead of ↵ | lpsolit%gmail.com | 1 | -2/+2 | |
$user->in_group(Bugzilla->params->{'timetrackinggroup'}) - Patch by XqueZme <xquezme@gmail.com> r/a=LpSolit | |||||
2009-10-01 | Bug 512623: Change get_status and get_resolution to display_value everywhere. | mkanat%bugzilla.org | 1 | -2/+2 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-08-12 | Bug 359854: Put set_assign_to() back into onload - Patch by Frédéric ↵ | lpsolit%gmail.com | 1 | -4/+1 | |
Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit | |||||
2009-08-12 | Bug 509108: Don't require a bug_list parameter to show the bug template ↵ | mkanat%bugzilla.org | 1 | -2/+0 | |
(create the last_bug_list global template parameter) Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-07-20 | Bug 490928: Use a clearer word than "Commit" for filing and updating bugs. | mkanat%bugzilla.org | 1 | -1/+1 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit | |||||
2009-07-20 | Bug 488943: Clarify the text of the "Private" checkbox for comments and ↵ | mkanat%bugzilla.org | 1 | -2/+3 | |
attachments Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit | |||||
2009-02-12 | Bug 475063: Make the logged-out index.cgi simpler | mkanat%bugzilla.org | 2 | -4/+2 | |
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 | 1 | -7/+27 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit | |||||
2009-02-08 | Bug 365521 and bug 365056: remove Netscape-specific parts of form, fix ↵ | gerv%gerv.net | 1 | -39/+5 | |
encodings of &, and update OS list. r=justdave, a=lpsolit. | |||||
2009-01-02 | Bug 332995: Steps to Reproduce not removed from comment when user leaves ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
default content (steps without blanks) - Patch by Teemu Mannermaa <wicked@sci.fi> r/a=LpSolit | |||||
2009-01-01 | Bug 309383: New bug submission should include the bug summary in the title ↵ | lpsolit%gmail.com | 1 | -1/+4 | |
of the page - Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=LpSolit | |||||
2008-12-29 | Bug 385163: The guided enter bug form says "Create a new Attachment" link on ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
the bug, but the link is "Add an attachment" - Patch by timeless <timeless@bemail.org> r=wicked a=LpSolit | |||||
2008-12-29 | Bug 465589: Already selected user accounts are no longer displayed when ↵ | lpsolit%gmail.com | 1 | -0/+32 | |
usemenuforusers is enabled and the account has been disabled - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit | |||||
2008-11-07 | Bug 308253: Ability to add select (enum) fields to a bug whose list of ↵ | mkanat%bugzilla.org | 1 | -6/+5 | |
values depends on the value of another field Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat | |||||
2008-10-25 | Bug 458436: Allow standard global select fields to control visibility of ↵ | mkanat%bugzilla.org | 1 | -13/+35 | |
custom fields Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat | |||||
2008-09-19 | Bug 453337: enter_bug (New Bug) UI bounces up and down when you change the ↵ | guy.pyrzak%gmail.com | 1 | -1/+1 | |
component because description changes height Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=LpSolit, a=LpSolit | |||||
2008-09-18 | Bug 455744: Text fields on enter_bug.cgi are too large and inconsistent ↵ | lpsolit%gmail.com | 1 | -8/+7 | |
compared to show_bug.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-09-18 | Bug 452734: Remove the keyword chooser, because it's a usability regression | mkanat%bugzilla.org | 2 | -9/+4 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | |||||
2008-09-06 | Bug 453586: enter_bug form shows the bugzilla-admin address | mkanat%bugzilla.org | 1 | -1/+1 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=reed, a=mkanat | |||||
2008-08-12 | Bug 450193: Cloning a bug may fail if a custom date/time field exists - ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2008-07-10 | Bug 426882 - removes Windows 98, Windows NT and Mac OS 9, adds Windows ↵ | gerv%gerv.net | 1 | -3/+2 | |
Vista, fixes Mac OS X. Patch by gerv; r=justdave. | |||||
2008-05-14 | Bug 433348: Created bug display should show extra nav links like show bug ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
does (clone/xml/print) - Patch by GavinS <bugzilla@chimpychompy.org> r/a=LpSolit | |||||
2008-03-17 | Bug 365442: If product/component does not have any flags, "Flags: / ↵ | lpsolit%gmail.com | 1 | -4/+15 | |
Requestee:" header should not be shown on the bug creation form - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit |