OpenSimMirror/OpenSim/Framework/Serialization/External
Justin Clark-Casey (justincc) 7ea832d47c Fix regression introduced in a0d178b2 (Sat Aug 25 02:00:17 2012) where folders with asset type of 'Folder' and 'Unknown' were accidentally treated as system folders.
This prevented more than one additional ordinary folder from being created in the base "My Inventory" user folder.
Added regression test for this case.
Switched tests to use XInventoryService with mostly implemented TestXInventoryDataPlugin rather than InventoryService
Disabled TestLoadIarV0_1SameNameCreator() since this has not been working for a very long time (ever since XInventoryService) started being used
since it doesnt' preserve creator data in the same way as InventoryService did and so effectively lost the OSPAs.
However, nobody noticed/complained about this issue and OSPAs have been superseded by HG like creator information via the --home save oar/iar switch.
2012-08-29 02:01:43 +01:00
..
ExternalRepresentationUtils.cs On object deserialization, go back to logging errors at DEBUG level rather than ERROR. Restore extra log message if shape processing fails. 2012-02-13 20:43:26 +00:00
LandDataSerializer.cs Fix old regression that stopped saving parcel owner data in OARs. 2012-08-03 23:49:34 +01:00
OspResolver.cs Fix regression introduced in a0d178b2 (Sat Aug 25 02:00:17 2012) where folders with asset type of 'Folder' and 'Unknown' were accidentally treated as system folders. 2012-08-29 02:01:43 +01:00
RegionSettingsSerializer.cs Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than constructing fresh copies. 2012-07-11 22:54:22 +01:00
UserInventoryItemSerializer.cs Remove some mono compiler warnings 2012-06-30 01:25:39 +01:00
UserProfileSerializer.cs Change LandDataSerializer deserialization so that in the future it won't care about extra elements or element order. 2012-02-03 22:21:54 +00:00