History | Log In     View a printable version of the current page.  
  • All submissions to this site are governed by Second Life Project Contribution Agreement. By submitting patches and other information using this site, you acknowledge that you've read, understood, and agreed to those terms.
Issue Details (XML | Word | Printable)

Key: VWR-597
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Sardonyx Linden
Reporter: Tateru Nino
Votes: 8
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
1. Second Life Viewer - VWR

Abuse report tool should autofill abuser name when reporting an object

Created: 30/Apr/07 06:05 PM   Updated: 27/Jun/07 09:54 AM
Component/s: User Interface
Affects Version/s: None
Fix Version/s: 1.17.1

File Attachments: 1. Text File abuse_report_autofill.patch (2 kb)


Linden Lab Issue ID: SL-44934
Patch attached: Patch attached


 Description  « Hide
When abuse-reporting an object, the abuse report tool takes the object information and owner information, however it requires the object-owner's name to be filled in a second time, presenting an additional step to completion.

The abuser name should be prefilled in the abuse-report floater as the object owner is acquired. This is neither a very large nor a very urgent item.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Jacek Antonelli - 30/Apr/07 08:25 PM
Attached a patch to add this feature. Extra bonus feature: also auto-fills in the abuser name and UUID when you select an avatar with the object selector tool, so you can just click on griefers in-world instead of looking up their name!

Behavior details:
- When an OBJECT is selected with the object selector tool, the owner's name and UUID are filled in for the abuser information. (This also applies when using the pie menu on an object and selecting More.. > More... > Report Abuse...)
- When an AVATAR is selected with the object selector tool, the avatar's name and UUID are filled in for the abuser information.
- (This doesn't change the behavior of the "Name:" and "Owner:" fields that are located a little bit under the selector button. Only the "Abuser name:" field and the hidden mAbuserID variable are affected.)

In the course of implementation, I added an additional argument to LLFloaterReporter::setPickedObjectProperties(). This allows LLSelectMgr::processObjectPropertiesFamily() to pass along the UUID of the object's owner. Grep doesn't show the set...Properties() function being used anywhere besides that one spot in the viewer code, but someone should double-check that it isn't used elsewhere (and maybe the server code, too -- but I really doubt it's in there).

Jacek Antonelli - 01/May/07 05:41 PM
Marking patch attached.

Simon Nolan - 14/May/07 08:07 AM
Woah. This kicks booty. I don't AR very often, but when I do, having to give the agent when it was already there sure was annoying. Sometimes fixing the niggling things is as important as attacking the big things.

Dzonatas Sol - 11/Jun/07 11:58 AM
I'd like to make sure that the AR tools does not become a way to easily exploit UUIDs; otherwise, nice patch!

Aimee Congrejo - 11/Jun/07 12:46 PM
Added link to SVC-267.

Sardonyx Linden - 11/Jun/07 03:12 PM
Thanks for the patch. Applied!