diff options
author | Justin Clark-Casey (justincc) | 2011-07-23 02:05:51 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-07-23 02:05:51 +0100 |
commit | fcaa4f601231a6feb7fd5ea40e35fba6220c6235 (patch) | |
tree | 003517e08cd61bccc1263ab992d09c576aa25ab4 /bin/inventory/BodyPartsLibrary | |
parent | Don't load current/next/everyone/base permissions from the library item xml f... (diff) | |
download | opensim-SC_OLD-fcaa4f601231a6feb7fd5ea40e35fba6220c6235.zip opensim-SC_OLD-fcaa4f601231a6feb7fd5ea40e35fba6220c6235.tar.gz opensim-SC_OLD-fcaa4f601231a6feb7fd5ea40e35fba6220c6235.tar.bz2 opensim-SC_OLD-fcaa4f601231a6feb7fd5ea40e35fba6220c6235.tar.xz |
Revert "Don't load current/next/everyone/base permissions from the library item xml files - always use PermissionMask.All instead (which was the existing default)."
There actually are uses for this. I will correct the perms instead since some entries appear to be wrong.
This reverts commit 667b54f5a2a04fa5a2859397868d270eab3913f1.
Diffstat (limited to 'bin/inventory/BodyPartsLibrary')
-rw-r--r-- | bin/inventory/BodyPartsLibrary/BodyPartsLibraryItems.xml | 33 |
1 files changed, 32 insertions, 1 deletions
diff --git a/bin/inventory/BodyPartsLibrary/BodyPartsLibraryItems.xml b/bin/inventory/BodyPartsLibrary/BodyPartsLibraryItems.xml index d9adf1c..aa8d9d9 100644 --- a/bin/inventory/BodyPartsLibrary/BodyPartsLibraryItems.xml +++ b/bin/inventory/BodyPartsLibrary/BodyPartsLibraryItems.xml | |||
@@ -9,6 +9,10 @@ | |||
9 | <Key Name="name" Value="Example Library Item" /> | 9 | <Key Name="name" Value="Example Library Item" /> |
10 | <Key Name="assetType" Value="7" /> | 10 | <Key Name="assetType" Value="7" /> |
11 | <Key Name="inventoryType" Value="7" /> | 11 | <Key Name="inventoryType" Value="7" /> |
12 | <Key Name="currentPermissions" Value="2147483647" /> | ||
13 | <Key Name="nextPermissions" Value="2147483647" /> | ||
14 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
15 | <Key Name="basePermissions" Value="2147483647" /> | ||
12 | </Section> | 16 | </Section> |
13 | --> | 17 | --> |
14 | <!-- | 18 | <!-- |
@@ -20,6 +24,10 @@ | |||
20 | <Key Name="name" Value="Hair" /> | 24 | <Key Name="name" Value="Hair" /> |
21 | <Key Name="assetType" Value="13" /> | 25 | <Key Name="assetType" Value="13" /> |
22 | <Key Name="inventoryType" Value="18" /> | 26 | <Key Name="inventoryType" Value="18" /> |
27 | <Key Name="currentPermissions" Value="2147483647" /> | ||
28 | <Key Name="nextPermissions" Value="2147483647" /> | ||
29 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
30 | <Key Name="basePermissions" Value="2147483647" /> | ||
23 | </Section> | 31 | </Section> |
24 | 32 | ||
25 | <Section Name="Skin"> | 33 | <Section Name="Skin"> |
@@ -30,6 +38,10 @@ | |||
30 | <Key Name="name" Value="Skin" /> | 38 | <Key Name="name" Value="Skin" /> |
31 | <Key Name="assetType" Value="13" /> | 39 | <Key Name="assetType" Value="13" /> |
32 | <Key Name="inventoryType" Value="18" /> | 40 | <Key Name="inventoryType" Value="18" /> |
41 | <Key Name="currentPermissions" Value="2147483647" /> | ||
42 | <Key Name="nextPermissions" Value="2147483647" /> | ||
43 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
44 | <Key Name="basePermissions" Value="2147483647" /> | ||
33 | </Section> | 45 | </Section> |
34 | --> | 46 | --> |
35 | <!-- | 47 | <!-- |
@@ -41,6 +53,10 @@ | |||
41 | <Key Name="name" Value="Jim Skin" /> | 53 | <Key Name="name" Value="Jim Skin" /> |
42 | <Key Name="assetType" Value="13" /> | 54 | <Key Name="assetType" Value="13" /> |
43 | <Key Name="inventoryType" Value="13" /> | 55 | <Key Name="inventoryType" Value="13" /> |
56 | <Key Name="currentPermissions" Value="2147483647" /> | ||
57 | <Key Name="nextPermissions" Value="2147483647" /> | ||
58 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
59 | <Key Name="basePermissions" Value="2147483647" /> | ||
44 | </Section> | 60 | </Section> |
45 | 61 | ||
46 | <Section Name="Little Goblin Skin"> | 62 | <Section Name="Little Goblin Skin"> |
@@ -51,6 +67,10 @@ | |||
51 | <Key Name="name" Value="Little Goblin Skin" /> | 67 | <Key Name="name" Value="Little Goblin Skin" /> |
52 | <Key Name="assetType" Value="13" /> | 68 | <Key Name="assetType" Value="13" /> |
53 | <Key Name="inventoryType" Value="13" /> | 69 | <Key Name="inventoryType" Value="13" /> |
70 | <Key Name="currentPermissions" Value="2147483647" /> | ||
71 | <Key Name="nextPermissions" Value="2147483647" /> | ||
72 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
73 | <Key Name="basePermissions" Value="2147483647" /> | ||
54 | </Section> | 74 | </Section> |
55 | --> | 75 | --> |
56 | <!-- | 76 | <!-- |
@@ -62,6 +82,10 @@ | |||
62 | <Key Name="name" Value="Shape" /> | 82 | <Key Name="name" Value="Shape" /> |
63 | <Key Name="assetType" Value="13" /> | 83 | <Key Name="assetType" Value="13" /> |
64 | <Key Name="inventoryType" Value="18" /> | 84 | <Key Name="inventoryType" Value="18" /> |
85 | <Key Name="currentPermissions" Value="2147483647" /> | ||
86 | <Key Name="nextPermissions" Value="2147483647" /> | ||
87 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
88 | <Key Name="basePermissions" Value="2147483647" /> | ||
65 | </Section> | 89 | </Section> |
66 | --> | 90 | --> |
67 | <!-- | 91 | <!-- |
@@ -73,6 +97,10 @@ | |||
73 | <Key Name="name" Value="Jim Shape" /> | 97 | <Key Name="name" Value="Jim Shape" /> |
74 | <Key Name="assetType" Value="13" /> | 98 | <Key Name="assetType" Value="13" /> |
75 | <Key Name="inventoryType" Value="13" /> | 99 | <Key Name="inventoryType" Value="13" /> |
100 | <Key Name="currentPermissions" Value="2147483647" /> | ||
101 | <Key Name="nextPermissions" Value="2147483647" /> | ||
102 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
103 | <Key Name="basePermissions" Value="2147483647" /> | ||
76 | </Section> | 104 | </Section> |
77 | 105 | ||
78 | <Section Name="Little Goblin Shape"> | 106 | <Section Name="Little Goblin Shape"> |
@@ -83,7 +111,10 @@ | |||
83 | <Key Name="name" Value="Little Goblin Shape" /> | 111 | <Key Name="name" Value="Little Goblin Shape" /> |
84 | <Key Name="assetType" Value="13" /> | 112 | <Key Name="assetType" Value="13" /> |
85 | <Key Name="inventoryType" Value="13" /> | 113 | <Key Name="inventoryType" Value="13" /> |
114 | <Key Name="currentPermissions" Value="2147483647" /> | ||
115 | <Key Name="nextPermissions" Value="2147483647" /> | ||
116 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
117 | <Key Name="basePermissions" Value="2147483647" /> | ||
86 | </Section> | 118 | </Section> |
87 | --> | 119 | --> |
88 | |||
89 | </Nini> | 120 | </Nini> |