Bug triage/2009-02-02
< Bug triage
Jump to navigation
Jump to search
Revision as of 22:32, 1 February 2009 by Harleen Gretzky (talk | contribs) (Moved SVC-3182 and VWR-8374 to resolved section)
Next meeting: 2009-02-02 at 12:00 PM SLT 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-11780 - Votes: 19 - Texture Memory cannot be set lower than 128Mb - arminasx saiman
- SVC-3435 - Votes: 16 - Start outfit (a.k.a. default Avatar) isn't always full-perm for new residents. - Boroondas Gupte
- VWR-5708 - Votes: 13 - Incorrect handling of /proc/cpuinfo in libvivoxsdk.so. - Xaden Kjeller
- VWR-11697 - Votes: 14 - Jumping Halts Strafing Movement - Myoukitsune Kirkorian
- VWR-9558 - Votes: 12 - difficulties with teleporting for a few days now ...unable to complete your teleport request in a timely fashion - luna fratica
Patches
- VWR-11844 - Votes: 0 - MiniMap - Conversion to XUI, and code clean-up - Aimee Trescothick
Misc Pool
- VWR-11621 - Votes: 1 - Users last name is omitted from normal display over head - Drew Dwi
- VWR-11759 - Votes: 0 - SVN-108641 Linux stopped playing streams - Iskar Ariantho
- VWR-11467 - Votes: 3 - nvidia texture rendering bug is in RC 122.5 not resolved! - Chicco Runo
- MISC-2269 - Votes: 0 - Videos appear on black prims when VLC media player is in the background - Wibble Poplin
- VWR-11486 - Votes: 0 - Need to restart SL when connecting and disconnecting headset (USB) - Ethari Hallstrom
- VWR-10981 - Votes: 0 - SLI stopped working with new NVIDIA drivers - lauras boucher
- VWR-4315 - Votes: 2 - When I try to click on one of my HUD objects, meant to respond, it doesn't, and if I give a command to a tool/gadget, meant to recognize it, it dosn't - Steven Wilberg
- VWR-9204 - Votes: 1 - Clicking the mute button from a dialog when receiving a landmark or a notecard (spam) will crash the viewer if there are pending notifications behind the dialog - Tasty Tiramisu
- VWR-7035 - Votes: 0 - Closing dialogue causes uploading message to disappear - Haravikk Mistral
- VWR-7039 - Votes: 0 - ""Take Off"" items in folder loses their attach position - eren padar
- VWR-11696 - Votes: 0 - Objects disappear at different viewing angles with .png textures but not .jpg - Sentire Bravin
- VWR-8214 - Votes: 0 - Removing last friend does not clear friends list until relog - sydney pinion
- SVC-2184 - Votes: 0 - Searc result ""None Found"" - Melany Lunasea
- SVC-3199 - Votes: 2 - llSetLinkTexture(LINK_THIS, foo, bar) permssions handling broken for given objects - Edward Vellhi
- WEB-641 - Votes: 0 - nonsensical output in voicemap API - SignpostMarv Martin
- VWR-3075 - Votes: 0 - Maximized Window Does Not Save New Window Position If New Location Has Viewer Window Maximized - Fox Diller
- VWR-6193 - Votes: 1 - Beacon turns 'invisible' at larger distances - Daedalus Young
- SVC-2069 - Votes: 0 - Bumpy Flight - WarKirby Magojiro
- VWR-10693 - Votes: 2 - Media auto plays with auto play turned off - Sugarcult Dagger
- VWR-3063 - Votes: 0 - Crash during tp - Luxarnia Dagger
- WEB-810 - Votes: 0 - search.secondlife.com uses meta tag redirection instead of RedirectMatch (or similar) .htaccess rule. - SignpostMarv Martin
- VWR-3044 - Votes: 0 - 1.18.4 (3): Zooming out 5-6x with CTL-8 causes all graphics to stretch, making in-world look like hyperspace. Zooming out one more time makes the screen go black - Kaden Harbour
- SVC-3602 - Votes: 0 - Unlinking does not reset camera position and animation controlled by child prim - Gellan Glenelg
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
- SVC-3182 - Votes: 0 - Payment received by one vendor ended up in another avatar's transaction history - Timeless Prototype
- moved to SEC-190 --Harleen Gretzky 05:32, 2 February 2009 (UTC)
- VWR-8374 - Votes: 0 - bandwidth indicator does not fit - wulfric chevalier
- already resolved as NMI should not have shown --Harleen Gretzky 05:32, 2 February 2009 (UTC)
Transcript
Transcript is/will be at Bug triage/2009-02-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:
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