Bug triage/2008-01-02

From Second Life Wiki

Jump to: navigation, search

QA Portal > Bug triage > Bug triage/2008-01-02


  • Next meeting: 2008-01-02 at Wednesday, 3pm PST at Bridie Linden's house.

Contents

Discuss

Steve Linden and Jimmy Linden will be making an appearance today to discuss these age verification issues with us:

  • VWR-3787[c] Meta-Issue: Age Verification Control Design Flaws
    • VWR-3789[c] - It is still possible for an non-age verified account to view, interact with, purchase content in a restricted parcel
    • VWR-3786[c] - Age verification can't protect content that is more than 50 M above terrain
    • VWR-3788[c] - Allow restricting of group enrollment to age verified accounts
      • Imported - Assigned to Bridie Linden
    • VWR-3671[c] - Age verification unusable if the group level access is used
      • Imported - Assigned to Steve Linden

Import?

(Bugs reported in 1.18.6.3 Release Candidate — consider for import?, sorted by votes)

Hot by Vote

High Voted Bugs

Patches

Patches

Misc Pool

Misc Pool

Pre-meeting activity

Some issues will be resolved in the course of building this agenda. Rather than deleting them from the proposed agenda, move the issue and associated discussion into the appropriate section below.

Imported

Resolved

Transcript

Transcript is/will be at Bug triage/2008-012-02/Transcript

Creating An Agenda

Community members generally collaborate on the agenda for bug triage meetings. Here's how you can quickly fill in an otherwise blank agenda:

 
#!/usr/bin/env perl
use XML::Simple;
 
my $bugs = XMLin($ARGV[0]);
 
foreach my $item (@{$bugs->{channel}->{item}}) {
  $title = $item->{title};
  $title =~ s/^\[[^\]]*\] //;
  $key = $item->{key}->{content};
  $votes = $item->{votes};
  $reporter = $item->{reporter}->{username};
  print "* {{jira|$key}} - Votes: $votes - $title - {{User|$reporter}}\n";
}
 
 
 
  • Pick a reasonable cutoff point, and copy the output into the appropriate section of your newly created page.
Personal tools