Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-05-26 | Bug 271913: Don't force the user to comment when adding Hours Worked | Kent Rogers | 1 | -6/+2 | |
r=mkanat, a=mkanat | |||||
2010-05-25 | Bug 567780: When closing a bug as a duplicate, the error "There is no field ↵ | David Lawrence | 1 | -1/+2 | |
'dup_id'" is displayed r=timello,a=LpSolit | |||||
2010-05-24 | Bug 556901: Move the code for setting status, resolution, and dup_id | Max Kanat-Alexander | 1 | -0/+29 | |
from process_bug.cgi into Bugzilla::Bug::set_all | |||||
2010-05-24 | Bug 556407: Move the code for setting product and checking strict_isolation | Max Kanat-Alexander | 1 | -7/+26 | |
from process_bug.cgi into Bugzilla::Bug::set_all | |||||
2010-05-23 | Bug 556403: Move adding/removing of CCs from process_bug.cgi into | Max Kanat-Alexander | 1 | -12/+17 | |
Bugzilla::Bug::set_all | |||||
2010-05-23 | Bug 556397: Move the setting of single-bug fields from process_bug.cgi | Max Kanat-Alexander | 1 | -1/+9 | |
into Bugzilla::Bug::set_all r=dkl, a=mkanat | |||||
2010-05-19 | Bug 494395: Implement the ability to mark custom fields as mandatory when | Tiago Mello | 1 | -0/+36 | |
creating/changing bugs r=mkanat, a=mkanat | |||||
2010-05-17 | Bug 556373: Move the adding/removing of groups from process_bug.cgi to | Max Kanat-Alexander | 1 | -1/+11 | |
Bugzilla::Bug::set_all r=dkl, a=mkanat | |||||
2010-05-17 | Bug 556167: Move the setting of dependson/blocked from process_bug.cgi | Max Kanat-Alexander | 1 | -0/+30 | |
into Bugzilla::Bug::set_all r=dkl, a=mkanat | |||||
2010-05-17 | Bug 428452: Move code to set/modify keywords from process_bug.cgi into | Max Kanat-Alexander | 1 | -1/+5 | |
Bugzilla::Bug::set_all r=dkl, a=mkanat | |||||
2010-05-17 | Bug 556154: process_bug.cgi: move the stuff in the loop after $b->set_all | Max Kanat-Alexander | 1 | -0/+20 | |
into Bugzilla::Bug::set_all r=dkl, a=mkanat | |||||
2010-05-14 | Bug 559398 - "Old incomplete data warning showing on activity view due to ↵ | Reed Loden | 1 | -1/+4 | |
custom field value of '?'" [r=LpSolit a=LpSolit] | |||||
2010-05-14 | Backing out bug 271913: comments are no longer displayed, see also bug 565794 | Frédéric Buclin | 1 | -2/+6 | |
2010-05-13 | Bug 565314: Cannot edit FIXED bugs when a blocker is open, when ↵ | Frédéric Buclin | 1 | -1/+3 | |
"noresolveonopenblockers" is on r/a=mkanat | |||||
2010-05-13 | Bug 271913: Do not force the user to comment when adding Hours Worked | Kent Rogers | 1 | -6/+2 | |
r=mkanat, a=mkanat | |||||
2010-05-13 | Bug 556123: process_bug.cgi: move the setting of comments and work_time | Max Kanat-Alexander | 1 | -0/+21 | |
into Bugzilla::Bug::set_all r=dkl, a=mkanat | |||||
2010-05-07 | Bug 395451 - "Bugzilla::BugMail needs to use Bug objects internally instead ↵ | Reed Loden | 1 | -1/+8 | |
of direct SQL" [r=mkanat a=mkanat] | |||||
2010-04-22 | Bug 560009: Use firstidx from List::MoreUtils instead of lsearch | Max Kanat-Alexander | 1 | -2/+5 | |
r=timello, a=mkanat | |||||
2010-04-09 | Bug 558318: "Invalid Parameter for keywords" error thrown when creating a ↵ | Frédéric Buclin | 1 | -5/+1 | |
new bug r=timello a=LpSolit | |||||
2010-04-08 | Bug 69621: Remove the keyword cache (which is not updated on keyword ↵ | Frédéric Buclin | 1 | -2/+0 | |
rename/delete) r/a=mkanat | |||||
2010-04-06 | Bug 532350 - "Can't add Debian bug URLs to a bug using "See Also"" | Reed Loden | 1 | -0/+21 | |
[r=LpSolit r=mkanat a=mkanat] | |||||
2010-04-02 | Bug 556736: Make the bug_end_of_update hook also send $old_bug to the hook | Max Kanat-Alexander | 1 | -4/+3 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-03-30 | Follow-up to bug 533121 -- make regex for matching "code.google.com" ↵ | Reed Loden | 1 | -1/+1 | |
case-insensitive [r=mkanat over IRC] | |||||
2010-03-30 | Bug 533121 - "Support Google Code for see_also urls" | Reed Loden | 1 | -0/+22 | |
[r=LpSolit a=mkanat] | |||||
2010-03-23 | Bug 544332 - New bug_check_can_change_field hook for Bugzilla/Bug.pm | David Lawrence | 1 | -14/+28 | |
r/a=mkanat | |||||
2010-03-16 | Bug 526189: Refactor the way that groups are checked for being validly | Max Kanat-Alexander | 1 | -10/+11 | |
settable in a particular product, to eliminate the possibility of ever setting an inactive or invalid group on a product. r=LpSolit, a=LpSolit | |||||
2010-03-14 | Bug 552168: Speed up comment display by pre-loading all Bugzilla::User | Max Kanat-Alexander | 1 | -0/+1 | |
objects for the comment authors, for the whole list, all at once. r=LpSolit, a=LpSolit | |||||
2010-02-23 | Bug 526184: Allow groups to be specified when creating bugs using email_in.pl | Max Kanat-Alexander | 1 | -39/+28 | |
or the WebService Bug.create method. r=LpSolit, a=LpSolit | |||||
2010-02-17 | Bug 329637: Add a Calendar widget to the Deadline field | Max Kanat-Alexander | 1 | -2/+1 | |
r=ghendricks, a=mkanat | |||||
2010-02-16 | Bug 372979: Make voting into an extension | Max Kanat-Alexander | 1 | -157/+1 | |
r=mkanat, a=mkanat, a=LpSolit | |||||
2010-02-11 | Bug 545524: New Hook: object_validators | Max Kanat-Alexander | 1 | -4/+1 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-02-10 | Bug 310450 - Bugzilla should send an email when a comment becomes private ↵ | Dave Lawrence | 1 | -9/+26 | |
or un-private r=mkanat, a=mkanat | |||||
2010-02-08 | Bug 251556: Allow "Bug ID" fields to have one-way mutual relationships (like ↵ | Jesse Clark | 1 | -1/+46 | |
blocks/dependson) r=mkanat, a=mkanat | |||||
2010-02-01 | Bug 532493: [SECURITY] Restricting a bug to a group while moving it to ↵ | Frédéric Buclin | 1 | -27/+0 | |
another product has no effect if the group is not used by both products Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2009-12-18 | Bug 162060: Remove the relationship between "votestoconfirm" and whether or ↵ | mkanat%bugzilla.org | 1 | -6/+16 | |
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-15 | Bug 525420: Cache Bugzilla::Bug::VALIDATORS so that the same hash is ↵ | mkanat%bugzilla.org | 1 | -1/+5 | |
returned every time within a single page call Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=dkl, a=mkanat | |||||
2009-12-13 | Bug 369489: Remove the milestoneurl feature and link "Target Milestone" to ↵ | mkanat%bugzilla.org | 1 | -10/+0 | |
the fields.html page Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-12-12 | Bug 512606: Make statuses currently available for the user to change this ↵ | mkanat%bugzilla.org | 1 | -23/+57 | |
bug to be controlled by Bugzilla::Bug, not the template Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-12-10 | Bug 526158: Make email_in.pl use Bugzilla::Bug->create to create bugs ↵ | mkanat%bugzilla.org | 1 | -1/+55 | |
instead of requiring post_bug.cgi Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-12-04 | Bug 452919: Allow the "created an attachment" message in comments to be ↵ | mkanat%bugzilla.org | 1 | -31/+1 | |
localized Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-11-24 | Bug 430014: Re-write the code hooks system so that it uses modules instead ↵ | mkanat%bugzilla.org | 1 | -5/+5 | |
of individual .pl files Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2009-11-18 | Bug 524034: New hook: bug-end_of_create_validators | mkanat%bugzilla.org | 1 | -0/+3 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | |||||
2009-11-18 | Bug 526189: Silently ignore any attempts to add an inactive group to a bug, ↵ | mkanat%bugzilla.org | 1 | -0/+2 | |
which fixes the fact that mandatory groups were being added to bugs when changing products, even if they were inactive (not used for bugs). Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-11-10 | Bug 526165: Make it impossible to set creation_ts via Bugzilla::Bug->create | mkanat%bugzilla.org | 1 | -3/+3 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | |||||
2009-11-10 | Bug 505039: Use $user->is_timetracker instead of ↵ | lpsolit%gmail.com | 1 | -10/+5 | |
$user->in_group(Bugzilla->params->{'timetrackinggroup'}) - Patch by XqueZme <xquezme@gmail.com> r/a=LpSolit | |||||
2009-11-10 | Bug 505038: Use $user->is_insider instead of ↵ | lpsolit%gmail.com | 1 | -2/+1 | |
$user->in_group(Bugzilla->params->{'insidergroup'}) - Patch by XqueZme <xquezme@gmail.com> r/a=LpSolit | |||||
2009-11-10 | Bug 472217: Create a Bugzilla::Comment object and eliminate GetComments | mkanat%bugzilla.org | 1 | -78/+37 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-11-01 | Bug 524891: Make leading whitespace not be trimmed from comments on display. | mkanat%bugzilla.org | 1 | -0/+1 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | |||||
2009-10-26 | Bug 493242: UTF-8 characters in custom field names are mangled in ↵ | lpsolit%gmail.com | 1 | -13/+2 | |
show_activity.cgi - Patch by Vitaly Fedrushkov <vitaly.fedrushkov@gmail.com> r/a=LpSolit | |||||
2009-10-24 | Bug 522620: Make Bugzilla::Bug->create case-insensitive for version and ↵ | mkanat%bugzilla.org | 1 | -5/+8 | |
target_milestone values Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat |