Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-10-05 | Bug 1210246 - bugzilla.mozilla.org help link is busted | Byron Jones | 1 | -1/+1 | |
2015-04-21 | Bug 579089: Change default Hardware / OS values to be "Unspecified/Unspecified" | Byron Jones | 1 | -4/+6 | |
2014-10-16 | Bug 1083790: Default version does not take into account is_active | David Lawrence | 1 | -3/+10 | |
2014-06-30 | Bug 1028027 - cloning a bug pre-fills mentors with "---" instead of an empty ↵ | David Lawrence | 1 | -0/+6 | |
value | |||||
2014-06-05 | Bug 1019747: New user story field in Tracking product is getting copied from ↵ | David Lawrence | 1 | -0/+3 | |
Description, not User Story when cloning | |||||
2014-03-20 | Bug 986124 - backport upstream bug 513212 to bmo/4.2 to add the ability to ↵ | David Lawrence | 1 | -0/+1 | |
add see_also values in enter_bug.cgi and Bug.create | |||||
2013-08-08 | Bug 902681: Add the "Ignore all bugmail for this bug" field to the bug ↵ | Byron Jones | 1 | -0/+1 | |
creation form as a hidden field | |||||
2013-05-09 | Bug 869077 - Component isn't preselected from the query_string when cloning ↵ | Dave Lawrence | 1 | -1/+2 | |
a bug | |||||
2013-03-07 | Bug 848626: Versions listed on bug creation are in random order | Byron Jones | 1 | -3/+0 | |
2012-06-18 | Bug 764424 - Cloning a bug does not preserve the whiteboard contents | Dave Lawrence | 1 | -13/+14 | |
r=glob | |||||
2011-12-21 | merged with bmo/4.0 | Dave Lawrence | 1 | -0/+3 | |
2011-11-30 | Bug 706443 - The New Bug form ignores the defaultplatform and defaultopsys ↵ | Dave Lawrence | 1 | -3/+4 | |
parameters | |||||
2011-11-28 | Bug 704308 - CSRF vulnerability in post_bug.cgi allows possible unauthorized ↵ | Dave Lawrence | 1 | -1/+1 | |
bug creation | |||||
2011-10-05 | more porting work | David Lawrence | 1 | -193/+23 | |
2011-02-18 | Bug 635243: The guided form is broken, the version field is incorrectly ↵ | Frédéric Buclin | 1 | -2/+2 | |
populated r=dkl a=LpSolit | |||||
2010-10-21 | Bug 598014: Document how to mark the initial comment as private when using ↵ | Frédéric Buclin | 1 | -5/+5 | |
Bug.create() r/a=mkanat | |||||
2010-10-13 | Bug 603314 - Unprivileged users cannot create bugs any more. | Marc Schumann | 1 | -0/+3 | |
Adding a code comment post-checkin; see bug for details. | |||||
2010-10-11 | Bug 603314 - Unprivileged users cannot create bugs any more. | Marc Schumann | 1 | -1/+1 | |
r/a=LpSolit | |||||
2010-08-31 | Bug 77193 - Add the ability to retire (disable) old versions, components and ↵ | Dave Lawrence | 1 | -2/+2 | |
milestones r/a=mkanat | |||||
2010-07-07 | Bug 519835: Remove Bugzilla::Product::check_product() in favor of ↵ | Frédéric Buclin | 1 | -6/+1 | |
Bugzilla::Product->check() r=mkanat a=LpSolit | |||||
2010-07-05 | Bug 514618: Allow restricting the visibility and values of fields by | Kent Rogers | 1 | -1/+2 | |
classification. r=mkanat, r=timello, a=mkanat | |||||
2010-05-14 | Bug 565790: Unprivileged users cannot create bugs anymore | Frédéric Buclin | 1 | -3/+2 | |
r/a=mkanat | |||||
2010-05-13 | Bug 555850: Make fields.html help on enter_bug happen when the user hovers | Max Kanat-Alexander | 1 | -12/+14 | |
over the fields r=timello, a=mkanat | |||||
2010-04-22 | Bug 560009: Use firstidx from List::MoreUtils instead of lsearch | Max Kanat-Alexander | 1 | -4/+7 | |
r=timello, a=mkanat | |||||
2010-03-14 | Bug 349356: Correctly detect PPC as PocketPC (not only PowerPC) | timeless | 1 | -29/+39 | |
r/a=LpSolit | |||||
2010-02-23 | Bug 526184: Allow groups to be specified when creating bugs using email_in.pl | Max Kanat-Alexander | 1 | -59/+7 | |
or the WebService Bug.create method. r=LpSolit, a=LpSolit | |||||
2010-02-17 | Bug 538211: Make value-controlled and visibility-controlled fields behave | Max Kanat-Alexander | 1 | -1/+8 | |
correctly on enter_bug.cgi when the user uses a bookmarkable template to pre-fill values in the controller. r=LpSolit, a=LpSolit | |||||
2009-12-18 | Bug 162060: Remove the relationship between "votestoconfirm" and whether or ↵ | mkanat%bugzilla.org | 1 | -2/+4 | |
not the UNCONFIRMED status is available, by adding a checkbox to enable the UNCONFIRMED status in editproducts.cgi. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-12-13 | Bug 310532: Bookmarkable new bug templates do not include estimated hours or ↵ | lpsolit%gmail.com | 1 | -0/+3 | |
alias fields - Patch by Mark Banner <bugzilla@standard8.plus.com> r/a=LpSolit | |||||
2009-11-24 | Bug 430014: Re-write the code hooks system so that it uses modules instead ↵ | mkanat%bugzilla.org | 1 | -1/+1 | |
of individual .pl files Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2009-11-16 | Bug 475234: OS sniffing doesn't detect Windows 7 - Patch by Siddharth ↵ | lpsolit%gmail.com | 1 | -0/+1 | |
Agarwal [:sid0] <sid.bugzilla@gmail.com> r=timeless a=LpSolit | |||||
2009-11-10 | Bug 472217: Create a Bugzilla::Comment object and eliminate GetComments | mkanat%bugzilla.org | 1 | -6/+5 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-08-11 | Bug 509045: Make "use_keywords" a global template variable instead of having ↵ | mkanat%bugzilla.org | 1 | -2/+0 | |
to pass it to templates all the time Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-04-06 | Bug 471522: OS sniffing doesn't properly detect OS X 10.5 (and others) - ↵ | lpsolit%gmail.com | 1 | -1/+11 | |
Patch by timeless <timeless@bemail.org>, updated by Matt Selsky <selsky@columbia.edu> r=timeless a=LpSolit | |||||
2009-02-08 | Bug 371995: Allow the Product field to restrict visibility of custom fields | mkanat%bugzilla.org | 1 | -0/+4 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | |||||
2009-01-29 | Bug 471523: Cloning a bug copies the newest visible comment for Newest to ↵ | lpsolit%gmail.com | 1 | -4/+7 | |
Oldest comment order - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2009-01-02 | Bug 422465: Cloning a bug should cc the original reporter if the cloner ↵ | lpsolit%gmail.com | 1 | -1/+6 | |
isn't the reporter - Patch by Nitish Bezzala <nbezzala@yahoo.com> r/a=mkanat | |||||
2009-01-02 | Bug 452907: Clone should also preserve "Blocks" and "Depends on" fields - ↵ | lpsolit%gmail.com | 1 | -2/+2 | |
Patch by Nitish Bezzala <nbezzala@yahoo.com> r/a=mkanat | |||||
2008-12-29 | Bug 468617: OS sniffing doesn't detect OS X 10.5 - Patch by Matt Selsky ↵ | lpsolit%gmail.com | 1 | -0/+1 | |
<selsky@columbia.edu> r=timeless a=LpSolit | |||||
2008-09-18 | Bug 452734: Remove the keyword chooser, because it's a usability regression | mkanat%bugzilla.org | 1 | -1/+0 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | |||||
2008-09-06 | Bug 450197: Multi-select fields are ignored when cloning a bug | mkanat%bugzilla.org | 1 | -25/+19 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2008-08-30 | Bug 452793: On bug creation, the first confirmed bug status should be ↵ | lpsolit%gmail.com | 1 | -3/+7 | |
selected by default for users with canconfirm privs, even if UNCONFIRMED is the bug status with the lowest sortkey - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit | |||||
2008-06-30 | Bug 440612 â Use Bugzilla::Bug->check everywhere instead of ValidateBugID | mkanat%bugzilla.org | 1 | -2/+2 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2008-02-25 | Bug 415652: Implement Bugzilla->active_custom_fields - Patch by ↵ | lpsolit%gmail.com | 1 | -2/+1 | |
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2007-11-12 | Part 4 of bug 182083: add Help for non-admin pages - Patch by me, r=Colin | lpsolit%gmail.com | 1 | -0/+3 | |
2007-10-19 | Bug 399954: Make Bugzilla able to hold its dependencies in a local directory | mkanat%bugzilla.org | 1 | -1/+1 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2007-06-14 | Bug 344964: enter_bug.cgi should look at the custom status workflow to get ↵ | lpsolit%gmail.com | 1 | -21/+17 | |
the valid initial bug statuses - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=justdave | |||||
2007-05-15 | Bug 80169: JavaScript-enhanced keyword editing - Patch by Teemu Mannermaa ↵ | lpsolit%gmail.com | 1 | -0/+1 | |
<wicked@etlicon.fi> r=justdave a=LpSolit | |||||
2007-04-06 | Bug 366798: Refactor enter_bug OS sniffing - Patch by timeless ↵ | lpsolit%gmail.com | 1 | -34/+53 | |
<timeless@bemail.org> r=wicked a=LpSolit | |||||
2007-01-14 | Bug 366529 sniff vista | timeless%mozdev.org | 1 | -0/+1 | |
r=lpsolit a=lpsolit |