Bug triage/2007-10-31

From Second Life Wiki

Jump to: navigation, search

QA Portal > Bug triage > Bug triage/2007-10-31


See Bug triage for schedule details.

Contents

1.18.4 RC Bugs

  • VWR-2925[c] - 0 votes - Mac voice input selection ignored in OS X Leopard, keeps switching back to "default" - Davey Callisto
    • IMPORTED, doesn't seem RC-specific
  • VWR-2920[c] - 0 votes - Sculptie LOD causes object to be deformed into a flattened sphere close while correct far - Jayden Beresford
    • IMPORTED
  • VWR-2886[c] - 0 votes - Communicate window > Friends tab > Checkbox + text misaligned (and lowercase initials of World Map) - Daedalus Young
    • IMPORTED for Rx
  • VWR-2879[c] - 1 votes - Crash on TP completion - Gigs Taggart
    • Already IMPORTED, needs more info from Gigs
  • VWR-2878[c] - 3 votes - Lag meter can go partially off screen - jason swain
    • IMPORTED
  • VWR-2875[c] - 0 votes - Vehicle camera behaving strangely in 1.18.4 - Argent Stonecutter
    • FIXED INTERNALLY
  • VWR-2872[c] - 0 votes - Clicking on an event link on the map popups a search with the wrong event information - marceledward edman
    • Already IMPORTED
  • VWR-2868[c] - 0 votes - Classified Update Button Does Not Render - Mercia Mcmahon
    • Easy to repro, IMPORTED
  • VWR-2863[c] - 0 votes - Estate switched to PG and unable to switch back using v.1.18.4 (mac). If try to change back to mature using this client, will not accept. - vaguegirl Petty
    • Asked reporter for more info, IMPORTED

From previous week's triage

1.18.4 Bugs also seen in 1.18.3

Server-side bug related to 1.18.4 RC distribution

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/2007-10-31/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