Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 1 | -27/+27 |
| | | | | | | | * 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. | ||||
* | getting rid of pre-Migration cruft | Sean Dague | 2008-08-27 | 1 | -111/+0 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 1 | -26/+26 |
| | |||||
* | Mantis#1903. Thank you kindly, CMickeyb for a patch that: | Charles Krinke | 2008-08-10 | 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. | ||||
* | Thanks, sempuki, for a patch that moves all Grid Server's plugins to | Mike Mazur | 2008-07-31 | 1 | -12/+21 |
| | | | | | | PluginLoader. Fix issue 1871. | ||||
* | last round of warning squashing. calling it a day now. | Dr Scofield | 2008-06-27 | 1 | -10/+10 |
| | |||||
* | Apply patch from bug #1605 -- Documentation for Data/SQLite. Thanks ↵ | Jeff Ames | 2008-06-26 | 1 | -11/+93 |
| | | | | kerunix_Flan! | ||||
* | check in working migration code fore SQLite. This | Sean Dague | 2008-06-11 | 1 | -55/+65 |
| | | | | | | | | is now using migrations instead of the old model to create tables. Tested for existing old tables, and for creating new ones. | ||||
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 1 | -17/+17 |
| | |||||
* | More formatting cleanup. | Jeff Ames | 2008-05-14 | 1 | -1/+2 |
| | |||||
* | * In ur code. Making it static. | Adam Frisby | 2008-05-01 | 1 | -7/+7 |
| | | | | | * Converted a bunch of functions to static functions. | ||||
* | * Align new fields upgrade sql to have the same 'not null' and default ↵ | Justin Clarke Casey | 2008-05-01 | 1 | -2/+2 |
| | | | | | | | | settings as when an inventoryitems table is newly created * Normalize logging titles in database code, though this doesn't yet cover invoking code | ||||
* | * Deal with a situation where the new fields in the inventory store are null ↵ | Justin Clarke Casey | 2008-04-30 | 1 | -6/+18 |
| | | | | | | | | on sqlite * This is due to a preparatory change I made yesterday | ||||
* | * Trivial sqlite inventory db log message change so I can pick out the ↵ | Justin Clarke Casey | 2008-04-30 | 1 | -7/+7 |
| | | | | messages more easily | ||||
* | * Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. ↵ | Teravus Ovares | 2008-04-30 | 1 | -1/+31 |
| | | | | | | | Thanks A_Biondi and Melanie! * This builds but might not work. JustinCC will examine.. it may work out of the box. | ||||
* | * Preparatory work for autoupgrade of sqlite inventory tables in preparation ↵ | Justin Clarke Casey | 2008-04-29 | 1 | -2/+36 |
| | | | | for patches in mantis #923 | ||||
* | allow for Inventory database source to be specified in main | Sean Dague | 2008-04-23 | 1 | -10/+6 |
| | | | | | | | | configs. This works with sqlite and nhibernate backends, and stays with default seperate ini files for mysql and mssql until someone writes those. | ||||
* | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 2008-04-21 | 1 | -2/+2 |
| | | | | (this took a while to run). | ||||
* | further refactor and rename of InventoryFolderBase properties | Sean Dague | 2008-04-08 | 1 | -2/+2 |
| | | | | | | to reflect what they really are. | ||||
* | more refactoring, this time on InventoryFolderBase | Sean Dague | 2008-04-07 | 1 | -21/+21 |
| | | | | | | | | * wrap attributes in properties * clean up names a little bit * clean up name styles | ||||
* | Refactor InventoryItemBase to do the following: | Sean Dague | 2008-04-07 | 1 | -31/+31 |
| | | | | | | | | * wrap fields as Properties * rename some fields/properties to more sensible names * set style to PropName to match more standard C# approach | ||||
* | add some error messages for abuse of our IInventoryData interface | Sean Dague | 2008-04-07 | 1 | -6/+18 |
| | | | | | | (i.e. using add to update, or update to add). | ||||
* | fix ups to include OpenSim.Framework explicit includes (they | Sean Dague | 2008-04-02 | 1 | -0/+1 |
| | | | | | | | were implicitly included before). Everything builds again. Now off to testing. | ||||
* | attempt to fix up all refernces to new directory structure | Sean Dague | 2008-04-02 | 1 | -1/+1 |
| | |||||
* | whole lot more moving | Sean Dague | 2008-04-02 | 1 | -0/+664 |