Bug triage/2010-04-05
Jump to navigation
Jump to search
Next meeting: 2010-04-06 at 12:00 NOON PDT at Hippotropolis Meeting area.. See Bug triage for details.
Fast Track Import
(Move bugs here that have solid repros, or valid patches that you have reviewed)
Hot by Vote
- VWR-17194 - Votes: 130 - llSetTouchText() without Effect - Lionheart Milena
- VWR-17195 - Votes: 70 - Allow the "My Outfits","Current Outfit",and "Favorites" folders to be deleted. - Matoazma Kazyanenko
- VWR-17355 - Votes: 24 - Ability to reduce size of windows - Menolly Riederer
- VWR-17191 - Votes: 24 - Back button doesn't work on inventory properties - Jess Riederer
- VWR-17123 - Votes: 22 - Graphics in Fullscreen mode are corrupted. - Tianna Violet
- VWR-17145 - Votes: 22 - The amount of TP's on classified ads is missing. - Kendra Ling
- VWR-17901 - Votes: 22 - "Save a log of Local chat on my computer" gets unticked on regular LL viewer after using 2.0 viewer AND also changes the Custom Path back to Default location - sera lok
- VWR-17537 - Votes: 20 - Viewer 2.0 Beta consistenly takes up over 100% CPU usage, degrading performance - Antonius Misfit
- VWR-17180 - Votes: 19 - Landmarks in Places/Sidebar reverts to sorting by date - TriloByte Zanzibar
- VWR-16968 - Votes: 18 - No way to adjust screen space occupied by primary chat, no way to adjust chat duration (time) of linger - chromal brodsky
- VWR-17563 - Votes: 18 - Chat logs not saved to specified folder - Silas Somersley
- VWR-17581 - Votes: 18 - Secondlife 2.0 (Viewer 2.0) Menu "Styles" broken for products / interface / usability. llDialog - Kay Yamabushi
- VWR-17703 - Votes: 18 - Notecard floater missing Keep/Discard Buttons (vwr 2.0) - Fenix Eldritch
- VWR-17450 - Votes: 18 - Aspect Ratio of Profile Pictures between v1.2 and v2.0 is different - Nerk Noonan
- VWR-17604 - Votes: 18 - Prim Interaction Icons all show as 'Touch' rather than actual interaction - Kenn Nilsson
- VWR-18461 - Votes: 18 - Images in landmarks/search/classifieds displaying using many different aspect ratios - TriloByte Zanzibar
- VWR-17029 - Votes: 17 - Can't change next person permissions from inventory - migizi north
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/2010-04-06/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:
Setting up
- Go to Bug_Triage/YYYY-MM-DD where YYYY is the four digit year code, MM is the two digit month code, and DD is the day code
- Write and save {{subst:Triage Template}} as the only content of your new page. This will copy the complete markup from Template:Triage Template as a starting point for your agenda.
- Fill in the relevant time, date, and location info for the upcoming meeting. The easiest way to do this is to copy the entire block of information from an earlier meeting of the same type (RC, regular, etc...) and modify the date and time as needed.
Populating the issue listings section(s)
- Look at the results of one of these queries
- General triage: "Viewer 2 Bug Triage" (sorted by LL ID, Created, Last Triaged):
- UI triage:
- https://jira.secondlife.com/secure/IssueNavigator.jspa?mode=hide&requestId=10470 (The selected filter with id '10470' does not exist.)
- (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
<perl>
- !/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 "* $key - Votes: $votes - $title - $reporter\n";
}
</perl>
- Pick a reasonable cutoff point, and copy the output into the appropriate section of your newly created page.
- if you do not have access to a perl interpreter. There is a ported version of the script on PHP, located here: http://jirafiller.technokittydevelopment.com/ made by roberto salubrius