Difference between revisions of "User:Opensource Obscure/JIRA"

From Second Life Wiki
Jump to navigation Jump to search
m (reorg)
m (rrreorg)
Line 9: Line 9:
===MY REPORTS===
===MY REPORTS===
* https://jira.secondlife.com/browse/VWR-25321  Make user aware of the "CTRL + Up/Down Arrow" feature (which scrolls back message history)
* https://jira.secondlife.com/browse/VWR-25321  Make user aware of the "CTRL + Up/Down Arrow" feature (which scrolls back message history)
** https://lists.secondlife.com/pipermail/opensource-dev/2011-March/006420.html
* https://jira.secondlife.com/browse/VWR-25363  Expose "Duplicate Object" feature in Viewer 2 (regression from 1.x)
* https://jira.secondlife.com/browse/VWR-25363  Expose "Duplicate Object" feature in Viewer 2 (regression from 1.x)
* https://jira.secondlife.com/browse/VWR-25420  Clicking "Stretch Both Sides" label doesn't enable/disable checkbox
* https://jira.secondlife.com/browse/VWR-25420  Clicking "Stretch Both Sides" label doesn't enable/disable checkbox
Line 124: Line 125:
* https://jira.secondlife.com/browse/MISC-1137 Meta Issue: Usability
* https://jira.secondlife.com/browse/MISC-1137 Meta Issue: Usability
* https://jira.secondlife.com/browse/MISC-963 Meta-Issue: Frequent Bugs with Difficult Repros
* https://jira.secondlife.com/browse/MISC-963 Meta-Issue: Frequent Bugs with Difficult Repros
* https://jira.secondlife.com/browse/WEB-3535 2011 Web profiles bug/ feature request meta-issue




Line 141: Line 143:


=== in attesa di intervento / commento da parte di LL ===
=== in attesa di intervento / commento da parte di LL ===
[https://lists.secondlife.com/pipermail/opensource-dev/2011-April/006839.html opensource-dev - Request for comment on these JIRA reports]
* https://jira.secondlife.com/browse/VWR-25506 Investigate restrictions on storing and exchanging inventory items within prims and notecards - are those results useful? should testing go on?
* https://jira.secondlife.com/browse/VWR-25506 Investigate restrictions on storing and exchanging inventory items within prims and notecards - are those results useful? should testing go on?
* https://jira.secondlife.com/browse/SVC-6898 Switching language in preferences creates new calling cards folders for each language
* https://jira.secondlife.com/browse/SVC-6898 Switching language in preferences creates new calling cards folders for each language
** https://lists.secondlife.com/pipermail/opensource-dev/2011-April/006780.html
* https://jira.secondlife.com/browse/VWR-25566 New error message mentions "need to restart Second Life and log into a new region for the next 30 minutes to an hour" - could we have more details about this new scenario?
* https://jira.secondlife.com/browse/VWR-25566 New error message mentions "need to restart Second Life and log into a new region for the next 30 minutes to an hour" - could we have more details about this new scenario?
* https://jira.secondlife.com/browse/SOCIAL-868 - Save-Publish Snapshots to Facebook, Twitter, KOINUP, Photobucket, Flickr, etc. - this request has been closed, we'd like a comment about the reason
* https://jira.secondlife.com/browse/SOCIAL-868 - Save-Publish Snapshots to Facebook, Twitter, KOINUP, Photobucket, Flickr, etc. - this request has been closed, we'd like a comment about the reason
* https://jira.secondlife.com/browse/SVC-5387 Snapshot to postcard failure
* https://jira.secondlife.com/browse/SVC-5387 Snapshot to postcard failure
** If you can repro, check out your viewer log and see if it's reporting more detail about the failure, specifically an HTTP error code and message.
** If you can repro, check out your viewer log and see if it's reporting more detail about the failure, specifically an HTTP error code and message.

Revision as of 11:32, 29 April 2011

User page - JIRA - Interests - Groups - LSL - Places - Stores - Translations - other pages



This is some JIRA stuff I'm currently focusing on. You're welcome to read this page, and you may even find it useful, but it's mostly a personal scrapbook page.

Current Sprint: Sprint 16 - Due: 13/May (not 6/May like stated here.


MY REPORTS


snapshots


web profiles

Linux misc


inventory


camera/rendering


shortcuts


favorites

  • https://jira.secondlife.com/browse/STORM-842 "Start at" list isn't populated with favorites if user name is typed in fashion "firstname.lastname"
  • Affect:
    • Second Life Release 2.6.3 (227447)
    • Second Life Beta 2.6.5 (227385)
  • Feedback:
    • start with a fresh viewer (no local settings)
    • make some favorites changes
    • report the results
    • keep the viewer log file on each restart
      • if problem is reproducible, attach all log files
    • no need to delete cache
    • less-than-ideal sim ping time (Europe) not a big deal


misc


Havok2010 phsyics

  1. bug island and bug island 2 also have the "mesh-prep" branch
  2. The 10cm gap on all fixed prims and on physical convex prims has been removed
  3. SVC-5880 should be fixed, assuming your vehicles are sensibly built (no concave prims for wheels)


textures loading

Texture frequently shows grey when running script that cycles thru 5 textures with a llSleep(1.3) between each

llSetPrimitiveParams( [ PRIM_TEXTURE, FACE, texture, REPEATS, OFFSETS, RADIANS ]);

or

llSetLinkPrimitiveParamsFast( link, [ PRIM_TEXTURE, FACE, texture, REPEATS, OFFSETS, RADIANS ]);

or

llSetTexture(texture, ALL_SIDES);

on a small sculpted prim.

integer FACE = 0; /// a sculpts only face
vector REPEATS = <1, 1, 0>;
vector OFFSETS = <0, 0, 0>;
float RADIANS = 0;
integer link = 16;

Using "texture name" and storing the five textures in CONTENTS fails the same as using the UUID of the texture. Running the same script as above but on a regular prim (instead of a sculpt) and with a sleep of 10 seconds between each texture change – produces similar failure. (Texture shows as grey or blurred on ocassions but frequently enough).


TEST PLANS


META ISSUES


new features


in attesa di intervento / commento da parte di LL

opensource-dev - Request for comment on these JIRA reports