aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/AssetInventoryServer/Plugins/BrowseFrontendPlugin.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-08-20Remove the AssetInventory server from core. It has fallen behind bothMelanie1-173/+0
upstream and the reference implementation to the point where it is no longer usable. It has no known users, and sinnce it doesn't work anymore, it is safe to assume that no one has used it in a long time.
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-0/+1
2009-03-09Implemented FetchAssetMetadataSet in DB backends.Mike Mazur1-100/+85
This method fetches metadata for a subset of the entries in the assets database. This functionality is used in the ForEach calls in the asset storage providers in AssetInventoryServer. With this implemented, frontends such as the BrowseFrontend should now work. - MySQL: implemented, sanity tested - SQLite: implemented, sanity tested - MSSQL: implemented, not tested - NHibernate: not implemented
2009-02-25* minor: Remove most mono compiler warningsJustin Clarke Casey1-2/+2
2009-02-16- replace existing license header in each source file inMike Mazur1-23/+21
AssetInventoryServer with the standard OpenSim license header - add note about Cable Beach to CONTRIBUTORS.txt - clean up AssetInventoryServer.ini.example
2009-02-16- add restrictions and error handling to plugin loading inMike Mazur1-1/+1
AssetInventoryServer - assign shorter names to each AssetInventory plugin - modify AssetInventoryServer.ini.example file so it works out of the box
2009-02-16Standardize logging messages.Mike Mazur1-2/+2
2009-02-16- removed OpenSim.Grid.AssetInventoryServer.Metadata class in favor ofMike Mazur1-99/+98
OpenSim.Framework.AssetMetadata and related updates in AssetInventory server - removed dependency on MySql.Data.MySqlClient - commented out the bulk of OpenSimInventoryStorage due to missing MySql.Data dependency - refactor asset creation in OpenSimAssetFrontend - commented out ForEach implementation, which also depended on MySql.Data, until it's supported by OpenSim backends - commented out some handlers in BrowseFrontend and ReferenceFrontend as they relied on either ForEach or the removed Metadata class
2009-02-16- clean up using references as well as References in prebuild.xmlMike Mazur1-2/+1
- comment out a bunch of stuff in OpenSimInventoryFrontendPlugin.cs to get rid of warnings
2009-02-16- change AssetInventoryServer config from XML to INIMike Mazur1-2/+5
- convert AssetInventoryServer logging to OpenSim's log4net - updated AssetInventoryServer.ini.example file
2009-02-16AssetInventoryServer now compiles while using the standard OpenSimMike Mazur1-50/+87
console and HttpServer. It doesn't work though.
2009-02-16Move BrowseFrontend and ReferenceFrontend toMike Mazur1-6/+32
OpenSim/Grid/AssetInventoryServer/Plugins.
2009-02-16Converted to Linux newlines.Mike Mazur1-125/+125
2009-02-16Rename NewAssetServer AssetInventoryServer and fully qualify withMike Mazur1-4/+4
OpenSim.Grid.AssetInventoryServer.
2009-02-16AddingMike Mazur1-0/+125
- NewAssetServer code - NewAssetServer addin manifest - example AssetServer.ini file