Bug triage/2008-02-04
< Bug triage
Jump to navigation
Jump to search
Revision as of 08:29, 4 February 2008 by Harleen Gretzky (talk | contribs)
Next meeting: 2008-02-04 at 12pm PST and Hippotropolis Meeting area🖈. See Bug triage for details.
Fast Track Import
- SVC-1394 - Votes: 4 - New server rollouts (1/31) break llSetObjectDesc() / llGetObjectDesc() - Doran Zemlja
- OP refuses to resolve until a Linden chimes in
- MISC-907 - Votes: 0 - Major Bork Bork Bork after the restarts today 31 jan 2008 in object name, description - Chaz Longstaff
- SVC-1415 - Votes: 8 - 2/1/08 rolling restart breaks llSensor() - Huns Valen
- SVC-1437 - Votes: 11 - "Show in search" doesn't persist in server 1.19 (but works on Havok-4 regions) - Shanti Sands
- SVC-54 - Votes: 33 - llTargetOmega doesn't update unless object is interacted with by an AV - Heather Goodliffe
- Broke again on 1.19 servers
(Move bugs here that have solid repros, or valid patches that you have reviewed)
Hot by Vote
- VWR-1286 - Votes: 22 - alt-zooming on hollow face mishandled - Lex Neva
- SVC-255 - Votes: 14 - Solid, invisible ghost prims - WarKirby Magojiro
- SVC-1428 - Votes: 16 - Malformed llInstantMessage() gets sent to email, stuck in queue, and spammed to email at every login - Masakazu Kojima
Patches
- VWR-1286 - Votes: 22 - alt-zooming on hollow face mishandled - Lex Neva
- VWR-4444 - Votes: 0 - Windows cmake configuration fails to find DirectX SDK from DXSDK_DIR env variable - Feep Larsson
Misc Pool
- SVC-234 - Votes: 0 - Erroneous autoreturn behaviour can cause content loss - amanda levitsky
- SVC-226 - Votes: 0 - X-SecondLife-Region should be escaped properly - alpha zaius
- SVC-214 - Votes: 0 - The Angular Motor doesn't reset it's start and decay timescales when the velocity is reset - Ralph Doctorow
- SVC-156 - Votes: 0 - Groups Listing Last Login In Reverse Chronological Order - Dirk Talamasca
- MISC-741 - Votes: 0 - Linden Lib Kart 1.0 fails on bridges - Fremont Cunningham
- WEB-411 - Votes: 0 - Google Analytics causes poor and unresponsive web performance - Buckaroo Mu
- WEB-409 - Votes: 0 - Unable to use my paypal method with my verified paypal which works on all website - jo melnik
- WEB-394 - Votes: 0 - Slurl.com is useless with javascript disabled - SignpostMarv Martin
- WEB-374 - Votes: 0 - Land Auction Search To Restrictive - Munchy Yost
- WEB-367 - Votes: 0 - Support ticket date problem - Michelle2 Zenovka
- WEB-365 - Votes: 0 - Seems to be a spelling error in a .css on https://secure-web0.secondlife.com/_styles/MAIN.css - WarKirby Magojiro
- WEB-363 - Votes: 0 - error in billing failure email creates broken link - SignpostMarv Martin
- WEB-357 - Votes: 0 - http://secondlife.com/community/templates.php is outdated resp. could be improved - Shiva Aabye
- WEB-349 - Votes: 0 - Several notes on age verification system that may be of use debugging - Shadow Garden
- WEB-330 - Votes: 0 - Second Life FAQ: ""Is Second Life an MMORPG"" has incorrect response. - SignpostMarv Martin
- WEB-318 - Votes: 3 - Lindex Issues - Trinity Dechou
- WEB-303 - Votes: 2 - SLurl: http://slurl.com/secondlife/Oakland%20University/171/81/28/ The interactive map is missing - Kena Xeno
- WEB-300 - Votes: 0 - Passwords with special characters fail to login - Steve Patel
- WEB-293 - Votes: 0 - Land Use Fees ignoring My Land (square meters owned) - Mercia Mcmahon
- WEB-290 - Votes: 0 - Created a new account with credit card on the website. The SL client can't see it. - Fanfan Lilliehook
- WEB-282 - Votes: 0 - Inttermitent XML erors prevents viewing Website Classifieds in most browsers on most platforms - Mercia Mcmahon
- WEB-273 - Votes: 1 - Can't create teen grid new account on Firefox or IE -- no confirmation email - shava suntzu
- WEB-269 - Votes: 0 - Premium Residents economic graph heading is wrong - Metal Wombat
- WEB-267 - Votes: 0 - Email from Support points to bad URL - Sindy Tsure
- WEB-266 - Votes: 0 - Support ticket automated replies requesting that the ticket be closed have invalid html in the link to the ticket - Lexx Greatrex
- VWR-2859 - Votes: 1 - Big-prim editor (solution to mega-prim problem) - Andrew Linden is not watching topic to continue discussion, please advise - Haravikk Mistral
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-02-04/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