Bug triage/2008-01-02
From Second Life Wiki
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
Patches
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:
- Copy the markup from Template:Triage Template as a starting point for your agenda. One wiki trick you can employ is to save "{{subst:Triage Template}}" as the complete markup of a new page. Doing this is the equivalent of copying and pasting the full markup of the template in.
- Look at the results of one of these queries
- General triage: "Bugs, sorted by LL ID"):
- UI triage:
- (Note: there's no hard and fast rule that says these are the only valid queries. If you feel there's a better query one particular week, use that.)
- Save a copy of the XML version of the query
- Run this perl script on the xml file
#!/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.

