aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* refactor: move SOP.IsAttachment and AttachmentPoint up into SOG to avoid poin...Justin Clark-Casey (justincc)2011-08-271-4/+2
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2011-08-182-2/+2
* In the asset service, check that an asset exists before attempting to store it.Justin Clark-Casey (justincc)2011-08-171-2/+7
* Remove un-needed ATTACH command in migration script.BlueWall2011-08-151-3/+1
* minor: a little bit of log message correction/commenting outJustin Clark-Casey (justincc)2011-08-111-1/+1
* rename TestHelper => TestHelpers for consistencyJustin Clark-Casey (justincc)2011-08-064-44/+44
* refactor: Pull up Assembly of the SQLite classes as a protected property, so ...Marck2011-07-166-11/+32
* Switched order of SQL statements in Friends migration -- resulted in the wron...Diva Canto2011-06-111-1/+1
* For MySQL, migrate region tables to the MyISAM storage engine rather than InnoDBJustin Clark-Casey (justincc)2011-06-101-0/+16
* This is the better solution: make the combined key be only on the first 36 ch...Diva Canto2011-06-011-1/+2
* It looks like there's a better solution for that problem.Diva Canto2011-06-011-2/+1
* Changed Friends table to have 165-sized varchars on PrincipalID and FriendID....Diva Canto2011-06-011-1/+2
* Updates to MSSQL to most recent compatibility, also included Windlight suppor...Chris Hart2011-06-0110-48/+828
* Fix dumb sql mistake in MSSQLGenericTableHandler.Delete()Justin Clark-Casey (justincc)2011-05-311-1/+1
* fix bug where generic sqlite table delete wasn't working.Justin Clark-Casey (justincc)2011-05-271-1/+1
* More on HG Friends. Added Delete(string, string) across the board. Added secu...Diva Canto2011-05-225-5/+30
* Fixed permissions bug related to friends in PermissionsModule. Added FriendsD...Diva Canto2011-05-215-2/+24
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2011-05-217-24/+125
|\
| * Allow item links to be deleted even when other deletes and purges are disabled.Justin Clark-Casey (justincc)2011-05-197-24/+125
* | HG Friends working to some extent: friendships offered and accepted correctly...Diva Canto2011-05-193-3/+9
|/
* Accidentally committed too earlyJustin Clark-Casey (justincc)2011-05-187-125/+24
* Allow item links to be deleted even when other deletes and purges are disabled.Justin Clark-Casey (justincc)2011-05-177-24/+125
* Mantis #5470 -- add forgotten MSSQL's GridUserStore. Thank you MrMonkEDiva Canto2011-05-071-0/+19
* remove further mono compiler warningsJustin Clark-Casey (justincc)2011-05-065-6/+6
* minor: remove mono compiler warningsJustin Clark-Casey (justincc)2011-05-062-4/+2
* Thank you MrMonkE for a patch that seems to bring the MSSQL data layer up to ...Diva Canto2011-04-2811-32/+199
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2011-04-121-3/+3
* Include code to return more information about the NullReferenceException seen inJustin Clark-Casey (justincc)2011-04-111-2/+13
* Remove the SQLite legacy adaptor. This is no longer needed now that the main...Justin Clark-Casey (justincc)2011-04-0757-6164/+0
* * Bugfix - Compile NullEstateData implement public List<int> IEstateDataStore...Teravus Ovares (Dan Olivares)2011-04-041-0/+10
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimMic Bowman2011-04-044-1/+80
|\
| * Make the "All Estates" option work from the client (this makes chosen changes...Justin Clark-Casey (justincc)2011-04-054-1/+80
* | Updates NullStorage plugin.Mic Bowman2011-04-042-0/+140
|/
* remove some mono compiler warningsJustin Clark-Casey (justincc)2011-03-316-10/+8
* On initial region registration, if the user chooses the option to make the re...Justin Clark-Casey (justincc)2011-03-214-0/+122
* Fix a bug in T015_LargeSceneObjects() where the large scene object was stored...Justin Clark-Casey (justincc)2011-03-141-2/+3
* when retrieving a sog in database tests, don't bother adding the scene since ...Justin Clark-Casey (justincc)2011-03-141-14/+1
* Add method doc to T015_LargeSceneObjects() and slightly clean up formatting.Justin Clark-Casey (justincc)2011-03-141-3/+6
* Add current method output to all persistence level tests so that we can track...Justin Clark-Casey (justincc)2011-03-144-11/+99
* minor: remove mono compiler warningJustin Clark-Casey (justincc)2011-03-121-1/+1
* Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately.Justin Clark-Casey (justincc)2011-03-096-57/+2
* Simplify TestLoadIarV0_1AbsentUsers() to use common IAR test setup. Make sta...Justin Clark-Casey (justincc)2011-03-091-14/+51
* Pull up Assembly of the MySQL classes as a protected property, so that it can...Diva Canto2011-03-086-11/+39
* GetRegion(s)ByName with SQLite behaves like it does with other databases.Marck2011-02-221-10/+38
* In SQLiteSimulationData.RemoveLandObject(), don't manually remove the row fro...Justin Clark-Casey (justincc)2011-02-111-6/+0
* Also fix MySQLXInventoryDataMelanie2011-01-181-1/+1
* Prevent activation and deactivation of gestures from clobbering the slamMelanie2011-01-181-1/+1
* Fixed some inconsistency with trailing /. Made debug messages consistent. Cha...Diva Canto2010-12-052-2/+9
* Another attempt at fixing failing test for creator info.Marck2010-11-261-2/+2
* Attempt at fixing failing test.Diva Canto2010-11-231-2/+4