Difference between revisions of "Bug triage/2010-04-05"

From Second Life Wiki
Jump to navigation Jump to search
(Fix Date and Location)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<!-- Edit below to add or change issues.  To update the future formatting and text of this page, change [[Template:Triage Template]] instead. -->{{Bug triage}}
<!-- Edit below to add or change issues.  To update the future formatting and text of this page, change [[Template:Triage Template]] instead. -->{{Bug triage}}


<<onlyinclude>
<onlyinclude>
{{Triage Template/schedule
{{Triage Template/schedule
|Date=2010-04-06
|Date=2010-04-06
Line 16: Line 16:
[http://jira.secondlife.com/secure/IssueNavigator.jspa?mode=hide&requestId=11885 High Voted Bugs]
[http://jira.secondlife.com/secure/IssueNavigator.jspa?mode=hide&requestId=11885 High Voted Bugs]


* {{jira|VWR-17194}} - Votes: 130 - llSetTouchText() without Effect - {{User|Lionheart Milena}}


* {{jira|VWR-17195}} - Votes: 70 - Allow the "My Outfits","Current Outfit",and "Favorites" folders to be deleted. - {{User|Matoazma Kazyanenko}}
* {{jira|VWR-17355}} - Votes: 24 - Ability to reduce size of windows - {{User|Menolly Riederer}}
* {{jira|VWR-17588}} - Votes: 24 - Interests tab missing in Viewer 2 profile. (esp Languages field) - {{User|Dael Ra}}
* {{jira|VWR-17191}} - Votes: 24 - Back button doesn't work on inventory properties - {{User|Jess Riederer}}
* {{jira|VWR-17123}} - Votes: 22 - Graphics in Fullscreen mode are corrupted. - {{User|Tianna Violet}}
* {{jira|VWR-17145}} - Votes: 22 - The amount of TP's on classified ads is missing. - {{User|Kendra Ling}}
* {{jira|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 - {{User|sera lok}}
* {{jira|VWR-17537}} - Votes: 20 - Viewer 2.0 Beta consistenly takes up over 100% CPU usage, degrading performance - {{User|Antonius Misfit}}
* {{jira|VWR-17180}} - Votes: 19 - Landmarks in Places/Sidebar reverts to sorting by date - {{User|TriloByte Zanzibar}}
* {{jira|VWR-16968}} - Votes: 18 - No way to adjust screen space occupied by primary chat, no way to adjust chat duration (time) of linger - {{User|chromal brodsky}}
* {{jira|VWR-17563}} - Votes: 18 - Chat logs not saved to specified folder - {{User|Silas Somersley}}
* {{jira|VWR-17581}} - Votes: 18 - Secondlife 2.0 (Viewer 2.0) Menu "Styles" broken for products / interface / usability. llDialog - {{User|Kay Yamabushi}}
* {{jira|VWR-17703}} - Votes: 18 - Notecard floater missing Keep/Discard Buttons (vwr 2.0) - {{User|Fenix Eldritch}}
* {{jira|VWR-17450}} - Votes: 18 - Aspect Ratio of Profile Pictures between v1.2 and v2.0 is different - {{User|Nerk Noonan}}
* {{jira|VWR-17604}} - Votes: 18 - Prim Interaction Icons all show as 'Touch' rather than actual interaction - {{User|Kenn Nilsson}}
* {{jira|VWR-18461}} - Votes: 18 - Images in landmarks/search/classifieds displaying using many different aspect ratios - {{User|TriloByte Zanzibar}}
* {{jira|VWR-17029}} - Votes: 17 - Can't change next person permissions from inventory - {{User|migizi north}}


== Misc Pool ==
== Misc Pool ==

Latest revision as of 15:23, 5 April 2010



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

High Voted Bugs

  • VWR-17588 - Votes: 24 - Interests tab missing in Viewer 2 profile. (esp Languages field) - Dael Ra
  • 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-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-17581 - Votes: 18 - Secondlife 2.0 (Viewer 2.0) Menu "Styles" broken for products / interface / usability. llDialog - Kay Yamabushi
  • 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

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/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)

<perl>

  1. !/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.