Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-21 | merged with bmo/4.0 | Dave Lawrence | 1 | -15/+13 | |
2011-12-08 | Sanity test fixes | Dave Lawrence | 1 | -2/+2 | |
2011-11-28 | Bug 704308 - CSRF vulnerability in post_bug.cgi allows possible unauthorized ↵ | Dave Lawrence | 1 | -57/+0 | |
bug creation | |||||
2011-11-07 | Bug 698430: honour crash-signature when on enter_bug's query-string | Byron Jones | 1 | -5/+10 | |
2011-11-07 | Bug 669314: tidy up enter_bug | Byron Jones | 1 | -132/+235 | |
2011-10-17 | merged with bmo/4.0 | David Lawrence | 1 | -1/+1 | |
2011-10-05 | more porting work | David Lawrence | 3 | -58/+44 | |
2011-08-16 | Bug 460074: Make post_bug.cgi use should_set for array fields, so they | Max Kanat-Alexander | 1 | -0/+1 | |
are undef in Bugzilla::Bug->create if not passed to post_bug. This fixes a bug with the guided bug form creating bugs without any groups. r=LpSolit, a=mkanat | |||||
2011-07-26 | Bug 673976: Style for #somebugs is duplicated in create-guided.html.tmpl | Frédéric Buclin | 1 | -0/+2 | |
r=glob a=LpSolit | |||||
2011-07-26 | Bug 647158: The Error Console in Firefox reports | Frédéric Buclin | 1 | -33/+10 | |
"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 | |||||
2011-06-29 | Bug 652427: Going back to the new bug page loses the description if possible ↵ | Guy Pyrzak | 1 | -1/+1 | |
duplicates have been searched for r=mkanat, r=mkanat | |||||
2011-04-25 | Bug 653104 - The description of components in enter_bug.cgi is out of sync ↵ | David Lawrence | 1 | -0/+1 | |
when some components are disabled r/a=LpSolit | |||||
2011-04-28 | Bug 640719: Allow creating bookmarkable templates without passing validation, | Max Kanat-Alexander | 1 | -1/+1 | |
on enter_bug.cgi r=pyrzak, a=mkanat | |||||
2011-02-01 | Bug 461014 - How to create a private attachment in enter_bug.cgi not obvious | David Lawrence | 1 | -2/+2 | |
r=reed,a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=507211 | |||||
2011-01-24 | Bug 619648: (CVE-2010-4570) [SECURITY] XSS via summary in "possible ↵ | Reed Loden | 1 | -1/+2 | |
duplicates" table due to lack of encoding by YUI [r=mkanat a=LpSolit] | |||||
2011-01-21 | Bug 627854: Add 'form' hook to create-guided.html.tmpl similar to ↵ | David Lawrence | 1 | -0/+2 | |
create.html.tmpl r/a=mkanat | |||||
2011-01-21 | Bug 626292: "Make description private" checkbox should set bz_private class ↵ | David Lawrence | 1 | -1/+2 | |
on the comment box r/a=mkanat | |||||
2010-10-21 | Bug 598014: Document how to mark the initial comment as private when using ↵ | Frédéric Buclin | 1 | -3/+3 | |
Bug.create() r/a=mkanat | |||||
2010-09-19 | Bug 594155: IE6 throws JS errors when filing new bugs | Guy Pyrzak | 1 | -1/+1 | |
r/a=LpSolit | |||||
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 |