aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/app_settings/role_actions.xml
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/app_settings/role_actions.xml')
-rw-r--r--linden/indra/newview/app_settings/role_actions.xml314
1 files changed, 314 insertions, 0 deletions
diff --git a/linden/indra/newview/app_settings/role_actions.xml b/linden/indra/newview/app_settings/role_actions.xml
new file mode 100644
index 0000000..02e484e
--- /dev/null
+++ b/linden/indra/newview/app_settings/role_actions.xml
@@ -0,0 +1,314 @@
1<?xml version="1.0" encoding="US-ASCII" standalone="yes"?>
2
3<role_actions>
4 <action_set
5 name="Membership"
6 description="These Abilities include powers to add and remove group Members, and allow new Members to join without an invitation."
7 >
8
9 <action
10 name="member invite"
11 description="Invite People to this Group"
12 longdescription="Invite People to this Group using the 'Invite New Person...' button in the Members &amp; Roles tab > Members sub-tab."
13 value="1"
14 />
15 <action
16 name="member eject"
17 description="Eject Members from this Group"
18 longdescription="Eject Members from this Group using the 'Eject From Group' button in the Members &amp; Roles tab > Members sub-tab. An Owner can eject anyone except another Owner. If you're not an Owner, a Member can be ejected from a group if, and only if, they're only in the Everyone Role, and NO other Roles. To remove Members from Roles, you need to have the 'Remove Members from Roles' Ability."
19 value="2"
20 />
21 <action
22 name="member options"
23 description="Toggle 'Open Enrollment' and change 'Signup Fee'"
24 longdescription="Toggle 'Open Enrollment' to let new Members join without an invitation, and change 'Signup Fee' in the Group Preferences section of the General tab."
25 value="3"
26 />
27 </action_set>
28
29 <action_set
30 name="Roles"
31 description="These Abilities include powers to add, remove, and change group Roles, add and remove Members in Roles, and assign Abilities to Roles."
32 >
33 <action
34 name="role create"
35 description="Create new Roles"
36 longdescription="Create new Roles in the Members &amp; Roles tab > Roles sub-tab."
37 value="4"
38 />
39 <action
40 name="role delete"
41 description="Delete Roles"
42 longdescription="Delete Roles in the Members &amp; Roles tab > Roles sub-tab."
43 value="5"
44 />
45 <action
46 name="role properties"
47 description="Change Role names, titles, and descriptions"
48 longdescription="Change Role names, titles, and descriptions at the bottom of the the Members &amp; Roles tab > Roles sub-tab after selecting a Role."
49 value="6"
50 />
51 <action name="role assign member limited" description="Assign Members to Assigner's Roles" longdescription="Assign Members to Roles in the Assigned Roles section of the Members &amp; Roles tab &gt; Members sub-tab. A member with this power can only add members to a role the assigner is already in." value="7"/>
52 <action name="role assign member" description="Assign Members to Any Role" longdescription="Assign Members to Any Role in the Assigned Roles section of the Members &amp; Roles tab &gt; Members sub-tab. *WARNING* Any Member in a Role with this Ability can assign themselves--and any other non-Owner Member--to Roles that have more powers than they currently have, potentially elevating themselves to near-Owner power. Be sure you know what you're doing before assigning this Ability." value="8"/>
53 <action
54 name="role remove member"
55 description="Remove Members from Roles"
56 longdescription="Remove Members from Roles in the Assigned Roles section of the Members &amp; Roles tab > Members sub-tab. Owners can't be removed."
57 value="9"
58 />
59 <action name="role change actions" description="Assign and Remove Abilities in Roles" longdescription="Assign and Remove Abilities in Roles in the Allowed Abilities section of the Members &amp; Roles tab &gt; Roles sub-tab. *WARNING* Any Member in a Role with this Ability can assign themselves--and any other non-Owner Member--all Abilities, potentially elevating themselves to near-Owner power. Be sure you know what you're doing before assigning this Ability." value="10"/>
60 </action_set>
61
62 <action_set
63 name="Group Identity"
64 description="These Abilities include powers to modify this group's identity, such as changing public visibility, charter, and insignia."
65 >
66 <action
67 name="group change identity"
68 description="Change Charter, Insignia, 'Publish on the Web', and which members are publicly visible in Group Information."
69 longdescription="Change Charter, Insignia, 'Publish on the Web', and which members are publicly visible in Group Information. This is done in the General tab."
70 value="11"
71 />
72 </action_set>
73
74 <action_set
75 name="Parcel Management"
76 description="These Abilities include powers to deed, modify, and sell land in this group's land holdings. To get to the About Land window, right-click the ground and select 'About Land...', or click the parcel info in the menu bar."
77 >
78
79 <action
80 name="land deed"
81 description="Deed land and buy land for group"
82 longdescription="Deed land and buy land for group. This is done in About Land > General tab."
83 value="12"
84 />
85 <action name="land release" description="Abandon land to Governor Linden" longdescription="Abandon land to Governor Linden. *WARNING* Any Member in a Role with this Ability can abandon group-owned land in About Land &gt; General tab, reverting it to Linden ownership without a sale! Be sure you know what you're doing before assigning this Ability." value="13"/>
86 <action name="land set sale info" description="Set land for sale info" longdescription="Set land for sale info. *WARNING* Any Member in a Role with this Ability can sell group-owned land in About Land &gt; General tab as they wish! Be sure you know what you're doing before assigning this Ability." value="14"/>
87 <action
88 name="land divide join"
89 description="Subdivide and join parcels"
90 longdescription="Subdivide and join parcels. This is done by right-clicking the ground, 'Edit Terrain', and dragging your mouse on the land to make a selection. To subdivide, select what you want to split and click 'Subdivide...'. To join, select two or more contiguous parcels and click 'Join...'. "
91 value="15"
92 />
93 </action_set>
94
95 <action_set
96 name="Parcel Identity"
97 description="These Abilities include powers to change the parcel name and publish settings, Find directory visibility, and landing point &amp; TP routing options."
98 >
99
100 <action
101 name="land find places"
102 description="Toggle 'Show in Find Places' and set category"
103 longdescription="Toggle 'Show in Find Places' and setting a parcel's category in About Land > Options tab."
104 value="17"
105 />
106 <action
107 name="land change identity"
108 description="Change parcel name, description, and 'Publish on the Web' settings"
109 longdescription="Change parcel name, description, and 'Publish on the Web' settings. This is done in About Land > Options tab."
110 value="18"
111 />
112 <action
113 name="land set landing point"
114 description="Set landing point and set teleport routing"
115 longdescription="On a group-owned parcel, Members in a Role with this Ability can set a landing point to specify where incoming teleports arrive, and also set teleport routing for further control. This is done in About Land > Options tab."
116 value="19"
117 />
118 </action_set>
119
120 <action_set
121 name="Parcel Settings"
122 description="These Abilities include powers which affect parcel options, such as 'Create Objects', 'Edit Terrain', and music &amp; media settings."
123 >
124
125 <action
126 name="land change media"
127 description="Change music &amp; media settings"
128 longdescription="Change streaming music and movie settings in About Land > Media tab."
129 value="20"
130 />
131 <action name="land edit" description="Toggle 'Edit Terrain'" longdescription="Toggle 'Edit Terrain'. *WARNING* About Land &gt; Options tab &gt; Edit Terrain allows anyone to terraform your land's shape, and place and move Linden plants. Be sure you know what you're doing before assigning this Ability. Editing terrain is toggled in About Land &gt; Options tab." value="21"/>
132 <action
133 name="land options"
134 description="Toggle various About Land > Options settings"
135 longdescription="Toggle 'Safe (no damage)', 'Fly', and allow other Residents to: 'Create Objects', 'Edit Terrain', 'Create Landmarks', and 'Run Scripts' on group-owned land in About Land > Options tab."
136 value="22"
137 />
138 </action_set>
139
140 <action_set
141 name="Parcel Powers"
142 description="These Abilities include powers which allow Members to bypass restrictions on group-owned parcels."
143 >
144
145 <action
146 name="land allow edit land"
147 description="Always allow 'Edit Terrain'"
148 longdescription="Members in a Role with this Ability can edit terrain on a group-owned parcel, even if it's turned off in About Land > Options tab."
149 value="23"
150 />
151 <action
152 name="land allow fly"
153 description="Always allow 'Fly'"
154 longdescription="Members in a Role with this Ability can fly on a group-owned parcel, even if it's turned off in About Land > Options tab."
155 value="24"
156 />
157 <action
158 name="land allow create"
159 description="Always allow 'Create Objects'"
160 longdescription="Members in a Role with this Ability can create objects on a group-owned parcel, even if it's turned off in About Land > Options tab."
161 value="25"
162 />
163 <action
164 name="land allow landmark"
165 description="Always allow 'Create Landmark'"
166 longdescription="Members in a Role with this Ability can landmark a group-owned parcel, even if it's turned off in About Land > Options tab."
167 value="26"
168 />
169 <action
170 name="land allow set home"
171 description="Allow 'Set Home to Here' on group land"
172 longdescription="Members in a Role with this Ability can use World menu > Set Home to Here on a group parcel (either land set or deeded to this group)."
173 value="28"
174 />
175 </action_set>
176
177 <action_set
178 name="Parcel Access"
179 description="These Abilities include powers to allow or restrict access to group-owned parcels, including freezing and ejecting Residents."
180 >
181
182 <action
183 name="land manage allowed"
184 description="Manage parcel Access lists"
185 longdescription="Manage parcel Access lists in About Land > Access tab."
186 value="29"
187 />
188 <action
189 name="land manage banned"
190 description="Manage parcel Ban lists"
191 longdescription="Manage parcel Ban lists in About Land > Ban tab."
192 value="30"
193 />
194 <action
195 name="land manage passes"
196 description="Change parcel 'Sell passes...' settings"
197 longdescription="Change parcel 'Sell passes...' settings in About Land > Access tab."
198 value="31"
199 />
200 <action
201 name="land admin"
202 description="Eject and freeze Residents on parcels"
203 longdescription="Members in a Role with this Ability can handle an unwelcome Resident on a group-owned parcel by right-clicking them, More >, and selecting 'Eject...' or 'Freeze...'."
204 value="32"
205 />
206 </action_set>
207
208 <action_set
209 name="Parcel Content"
210 description="These Abilities include powers to allow members to return objects and place and move Linden plants. This is useful for Members to clean up litter and do landscaping, but it should also be used with care, because there's no undo for returning objects."
211 >
212
213 <action
214 name="land return group owned"
215 description="Return objects owned by group"
216 longdescription="Return objects on group-owned parcels that are owned by the group in About Land > Objects tab."
217 value="48"
218 />
219 <action
220 name="land return group set"
221 description="Return objects set to group"
222 longdescription="Return objects on group-owned parcels that are set to the group in About Land > Objects tab."
223 value="33"
224 />
225 <action
226 name="land return non group"
227 description="Return non-group objects"
228 longdescription="Return objects on group-owned parcels that are non-group in About Land > Objects tab."
229 value="34"
230 />
231 <action
232 name="land gardening"
233 description="Landscaping using Linden plants"
234 longdescription="Landscaping ability to place and move Linden trees, plants, and grasses. These items can be found in your inventory's Library > Objects folder or they can be created via the Build button."
235 value="35"
236 />
237 </action_set>
238
239 <action_set
240 name="Object Management"
241 description="These Abilities include powers to deed, modify, and sell group-owned objects. These changes are done in the Edit Tools > General Tab. Right-click an object and Edit to see its settings. "
242 >
243
244 <action
245 name="object deed"
246 description="Deed objects to group"
247 longdescription="Deed objects to group in the Edit Tools > General Tab."
248 value="36"
249 />
250 <action
251 name="object manipulate"
252 description="Manipulate (move, copy, modify) group-owned objects"
253 longdescription="Manipulate (move, copy, modify) group-owned objects in the Edit Tools > General Tab."
254 value="38"
255 />
256 <action
257 name="object set sale"
258 description="Set group-owned objects for sale"
259 longdescription="Set group-owned objects for sale in the Edit Tools > General tab."
260 value="39"
261 />
262 </action_set>
263
264 <action_set
265 name="Accounting"
266 description="These Abilities include powers which require Members to pay group liabilities and receive group dividends, and restrict access to group account history."
267 >
268
269 <action
270 name="accounting accountable"
271 description="Pay group liabilities and receive group dividends"
272 longdescription="Members in a Role with this Ability will automatically pay group liabilities and receive group dividends. This means they will receive a portion of group-owned land sales which are distributed daily, as well as contribute towards things like parcel listing fees. "
273 value="40"
274 />
275 </action_set>
276
277 <action_set
278 name="Notices"
279 description="These Abilities include powers to allow Members to send, receive, and view group Notices."
280 >
281
282 <action
283 name="notices send"
284 description="Send Notices"
285 longdescription="Members in a Role with this Ability can send Notices in Group Information > Notices tab."
286 value="42"
287 />
288 <action
289 name="notices receive"
290 description="Receive Notices and view past Notices"
291 longdescription="Members in a Role with this Ability can receive Notices and view past Notices in Group Information > Notices tab."
292 value="43"
293 />
294 </action_set>
295
296 <action_set
297 name="Proposals"
298 description="These Abilities include powers to allow Members to set up Proposals, vote on Proposals, and view voting history."
299 >
300
301 <action
302 name="proposal start"
303 description="Create Proposals"
304 longdescription="Members in a Role with this Ability can create proposals to be voted on in Group Information > Proposals tab."
305 value="44"
306 />
307 <action
308 name="proposal vote"
309 description="Vote on Proposals"
310 longdescription="Members in a Role with this Ability can vote on proposals in Group Information > Proposals tab."
311 value="45"
312 />
313 </action_set>
314</role_actions>