aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/inventory/NotecardsLibrary/NotecardsLibraryItems.xml
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-07-23 02:05:51 +0100
committerJustin Clark-Casey (justincc)2011-07-23 02:05:51 +0100
commitfcaa4f601231a6feb7fd5ea40e35fba6220c6235 (patch)
tree003517e08cd61bccc1263ab992d09c576aa25ab4 /bin/inventory/NotecardsLibrary/NotecardsLibraryItems.xml
parentDon't load current/next/everyone/base permissions from the library item xml f... (diff)
downloadopensim-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/NotecardsLibrary/NotecardsLibraryItems.xml')
-rw-r--r--bin/inventory/NotecardsLibrary/NotecardsLibraryItems.xml14
1 files changed, 12 insertions, 2 deletions
diff --git a/bin/inventory/NotecardsLibrary/NotecardsLibraryItems.xml b/bin/inventory/NotecardsLibrary/NotecardsLibraryItems.xml
index e232bcc..713c365 100644
--- a/bin/inventory/NotecardsLibrary/NotecardsLibraryItems.xml
+++ b/bin/inventory/NotecardsLibrary/NotecardsLibraryItems.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,8 +24,11 @@
20 <Key Name="name" Value="Welcome" /> 24 <Key Name="name" Value="Welcome" />
21 <Key Name="assetType" Value="7" /> 25 <Key Name="assetType" Value="7" />
22 <Key Name="inventoryType" Value="7" /> 26 <Key Name="inventoryType" Value="7" />
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
25 <Section Name="Example notecard"> 32 <Section Name="Example notecard">
26 <Key Name="inventoryID" Value="a170ffc0-b9c7-11dc-95ff-0800200c9a66" /> 33 <Key Name="inventoryID" Value="a170ffc0-b9c7-11dc-95ff-0800200c9a66" />
27 <Key Name="assetID" Value="8d1ada50-b9c7-11dc-95ff-0800200c9a66" /> 34 <Key Name="assetID" Value="8d1ada50-b9c7-11dc-95ff-0800200c9a66" />
@@ -30,6 +37,9 @@
30 <Key Name="name" Value="Example notecard" /> 37 <Key Name="name" Value="Example notecard" />
31 <Key Name="assetType" Value="7" /> 38 <Key Name="assetType" Value="7" />
32 <Key Name="inventoryType" Value="7" /> 39 <Key Name="inventoryType" Value="7" />
40 <Key Name="currentPermissions" Value="2147483647" />
41 <Key Name="nextPermissions" Value="2147483647" />
42 <Key Name="everyonePermissions" Value="2147483647" />
43 <Key Name="basePermissions" Value="2147483647" />
33 </Section> 44 </Section>
34
35</Nini> 45</Nini>