Bug triage/2009-06-18
Jump to navigation
Jump to search
Next meeting: 2009-06-18 at 2:30 AM SLT at Louise's Office in Cirano. See Bug triage for details.
1.23 RC/PN by vote
- VWR-13966 - 2 votes - black user interface in 1.23 - Grizzy Griswold
- Needs More Information
- VWR-13989 - 1 votes - Lighting > Only 2 lights visible when "Basic Shaders" are active. - Argent Stonecutter
- Duplicate
- VWR-13339 - 0 votes - Setting Graphic Hardware Options before Logging in results in Corrupted dialogs - Darien Caldwell
- Imported
- VWR-13414 - 0 votes - RC viewer 1.23 - Default camera view switches to "head only" when standing - jeaniesing trilling
- Needs More Information
- VWR-13431 - 0 votes - 1.23 RC Group Invitation Resident Chooser is less keyboard-friendly, slows use - Sanpierre Juran
- Imported
- VWR-13628 - 0 votes - PRIM_POINT_LIGHT behaving strangly when shone on to mega prims - EddyFragment Robonaught
- Imported
- VWR-13847 - 0 votes - Voice IM volume resets to midpoint when you enter spacial voice range of the other person. - Delerium Hannibal
- Needs More Information
- VWR-13768 - 0 votes - if you get more than one teleport request you get teleported to the last request even if you select any of the others - marios wise
- Imported
- VWR-13865 - 0 votes - Cursor doesnt return to proper location in Code Editing when scrolling with arrow keys, Fake Tabs - Chr(9) - SimRentals Skytower
- Changed to New Feature
- VWR-13925 - 0 votes - Dialog boxes have the colors backwards (yellow/gray) when setting land for sale. - Scott Maroon
- Imported
- VWR-13429 - 0 votes - Map Location Fields - Z/height field needs to show four digits - Charlene Trudeau
- Fixed
- VWR-13554 - 0 votes - Orange gas cloud in top right of display - wont go away - chrism Mollor
- Needs More Information
- VWR-13930 - 0 votes - When opening boxed items, the popup preferences for moving 'no copy' items appears to be reset randomly - Micah Giha
- Imported
- VWR-13621 - 0 votes - Antialiasing controls are non-functional. - Tanooki Darkes
- Duplicate
- VWR-13049 - 0 votes - Infinite loop switching from windowed to full screen mode - Mimika Oh
- VWR-14002 - 0 votes - Major slowdown with fasttimer capture - Techwolf Lupindo
- VWR-13018 - 0 votes - Nvidia GeForce G 105M unrecognized by SL viewer - aaron23 decuir
- VWR-13055 - 0 votes - Viewer always crashes if you teleport then hide it - Mimika Oh
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.
Covered in Wednesday triage
Imported
Resolved
Transcript
Transcript is/will be at Bug triage/2009-06-18/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