Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-09-12 | move the actual [Test] methods for databases to OpenSim.Data.Tests | Sean Dague | 3 | -167/+9 | |
classes. This did mean loosing 1 unit test that was actually testing an sqlite function directly instead of the interface. | |||||
2008-09-12 | be more clever and move the bulk of the db tests for inventory into | Sean Dague | 1 | -140/+3 | |
OpenSim.Data.Tests, then subclass with custom init bits for sqlite. As I've only been testing the plugin interfaces anyway, this should make it very easy to write only a little bit of code to use these tests for other databases. It will also give us the framework for definining the datastore behavior and making sure that all the databases do the same thing. | |||||
2008-09-11 | more inventory folder tests | Sean Dague | 1 | -10/+55 | |
2008-09-11 | add some folder create and list tests | Sean Dague | 1 | -1/+40 | |
2008-09-11 | added simple add / exists folder check | Sean Dague | 1 | -0/+41 | |
2008-09-11 | add a few more SQLite Asset tests. | Sean Dague | 1 | -3/+31 | |
2008-09-10 | added very basic stubs for User and Inventory db creates and empty | Sean Dague | 2 | -0/+146 | |
calls to make sure they worked | |||||
2008-09-10 | fix typo in name of test db | Sean Dague | 1 | -1/+1 | |
2008-09-10 | add basic sniff tests for SQLite Asset store. Initializes a db, | Sean Dague | 1 | -0/+91 | |
stores an asset, fetches that asset, make sure it has the name we gave it. All simple stuff, but should catch the more egregious breaks. | |||||
2008-09-10 | add a simple update attribute test for SOG & SQLite | Sean Dague | 1 | -2/+22 | |
2008-09-10 | added in a few more tests | Sean Dague | 1 | -6/+40 | |
2008-09-10 | the explicit log4net configure attempt was maybe breaking bamboo, get | Sean Dague | 1 | -4/+0 | |
rid of that. | |||||
2008-09-10 | added the first couple of sqlite tests. we'll see how bamboo | Sean Dague | 2 | -2/+53 | |
handles them. | |||||
2008-09-10 | add shell for SQLite testing. No tests yet. | Sean Dague | 1 | -0/+49 | |
add another nant target for test-xml to get the verbose version | |||||
2008-09-10 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -2/+2 | |
Fix unreachable code due to typo in llDetectedGroup. | |||||
2008-09-09 | * Fixes Sqlite crash bug when saving a prim. | Teravus Ovares | 1 | -1/+6 | |
2008-09-09 | possible fix for EARTH SHATTERING KABOOM! when trying to save a prim | Sean Dague | 1 | -1/+1 | |
2008-09-09 | fix an automatically stripped out UUID from SQLiteManager | Sean Dague | 2 | -7/+7 | |
fix some spacing in SQLiteRegionData | |||||
2008-09-09 | hopefully fix embedded inventory for sqlite | Sean Dague | 1 | -3/+3 | |
2008-09-09 | Update svn properties, formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-09-08 | Implement proper persistence of the following prim properties: | Melanie Thielker | 2 | -0/+17 | |
Floating text, Rotation, Texture animation, Particle System This will make "Eye Candy" scripts work without modification in XEngine. The use of the CHANGED_REGION_RESTART hack is no longer needed. Implemented in MySQL only, hovertext also in SQLite. | |||||
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 7 | -163/+163 | |
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke. | |||||
2008-08-28 | Fix for Bug #2065: New check out crashes on sqlite migration | Sean Dague | 1 | -0/+1 | |
I apparently missed one drop tables statement that was actually needed when I did the cleaning to make this work for old sqlite versions. | |||||
2008-08-27 | cleaning out cruft from pre-Migration days | Sean Dague | 1 | -103/+1 | |
2008-08-27 | getting rid of pre-Migration cruft | Sean Dague | 1 | -111/+0 | |
2008-08-27 | we are now past change 6000, so getting rid of pre-Migration cruft | Sean Dague | 1 | -222/+0 | |
2008-08-27 | we are now past change 6000, so getting rid of the pre-Migration | Sean Dague | 1 | -81/+0 | |
upgrade cruft | |||||
2008-08-27 | get rid of the "drop if exists" lines in this old migration, as those | Sean Dague | 1 | -6/+0 | |
tables shouldn't exist yet, and the exists keyword is relatively new in sqlite. This has been breaking a lot of people on Suse Enterprise Linux, for instance. | |||||
2008-08-27 | Mantis#2052. Thank you kindly, Avdleeuw for a patch that: | Charles Krinke | 1 | -1/+1 | |
After having built revision 5992, OpenSim would start while issuing some errors regards updates to user profiles (Master Avatar, and other manually added avatars). Issue 2027 dealt with the MySQL part. This issue deals with the SQLite part. | |||||
2008-08-19 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-08-19 | Attachment persistence (Mantis #1711) | Melanie Thielker | 1 | -33/+4 | |
Change user server to handle attachment assets record properly. Ensure that attachments are not re-rezzed on region crossing. Persistence will NOT WORK with earliser UGAI!! Change region server to match. | |||||
2008-08-18 | Avatar Attachment persistence!! Patch #9168 (Mantis #1171) | Melanie Thielker | 1 | -0/+5 | |
Plumbs in attachment persistence and adds the tables. Currently MySQL only, no user functionality yet. | |||||
2008-08-18 | Formatting cleanup. | Jeff Ames | 5 | -85/+85 | |
2008-08-15 | Plumb in the partner and the account title fields for profile info. | Melanie Thielker | 2 | -0/+12 | |
2008-08-14 | Adds UserFlags and GodLevel to the user data store and plumbs then in. | Melanie Thielker | 2 | -0/+12 | |
This will have no effect unless both the UGAI and the region are this revision or later | |||||
2008-08-14 | Add the UserStore migrations to the TP fixes patch | Melanie Thielker | 1 | -0/+5 | |
2008-08-14 | Mantis #1946 | Melanie Thielker | 1 | -0/+7 | |
Thank you, HomerHorwitz, for a patch that corrects and improves TP to landmark and home position handling. | |||||
2008-08-10 | Mantis#1903. Thank you kindly, CMickeyb for a patch that: | Charles Krinke | 1 | -4/+93 | |
patch attached replaces the tree walk algorithm used to build the folder hierarchy with a single database query. That is, we replace 1 database query per folder with 1 query for the root folder's properties and 1 query to retrieve the entire collection of folders for a user. | |||||
2008-08-07 | Minor formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-08-06 | Thanks, zaki, for a patch that embeds plugin manifest files into plugin ↵ | Mike Mazur | 1 | -0/+20 | |
dlls. Fix issue 1876. | |||||
2008-08-01 | Estate series, patch 9 (#9157) | Melanie Thielker | 1 | -0/+6 | |
Adds the new access semantics and the new flag (allow only age verified) Plumbs in the abuse email address from sim to viewer. The other way around, libomv appears to be lacking support for the data field in the packet. Includes a migration, run prebuild! | |||||
2008-08-01 | Add the missing migration files :/ | Melanie Thielker | 1 | -0/+8 | |
2008-08-01 | Patch #8 in the estate series. Introduces the concept of an estate | Melanie Thielker | 1 | -0/+7 | |
owner (alongside the master avatar) and provides storage fo the abuse email address. No user functionality yet. This patch includes a migration. | |||||
2008-07-31 | Apply updated patch from issue 1871. Thanks sempuki. | Mike Mazur | 1 | -2/+2 | |
2008-07-31 | Thanks, sempuki, for a patch that moves all Grid Server's plugins to | Mike Mazur | 2 | -12/+29 | |
PluginLoader. Fix issue 1871. | |||||
2008-07-25 | * Remove dumb bug I put in which meant that an archive save would never ↵ | Justin Clarke Casey | 1 | -1/+1 | |
complete if there were any missing assets | |||||
2008-07-23 | refactor TaskInventoryItem Mask -> Permissions to be consistant with how things | Sean Dague | 1 | -10/+10 | |
are stored in the db. | |||||
2008-07-23 | refactored LandData to use properties, and cleaned up the naming on | Sean Dague | 1 | -69/+69 | |
the properties a bit to be more consistant with other objects (having things like .Name .Description, etc). | |||||
2008-07-23 | Update svn properties. Formatting cleanup. Remove a compiler warning. | Jeff Ames | 2 | -15/+17 | |
2008-07-23 | Thanks, sempuki, for a patch that moves control of Mono.Addins from source ↵ | Mike Mazur | 1 | -5/+0 | |
attributes to external XML files. Fix issues 1682 and 1786. |