Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mantis#1661. Thank you kindly, CMickeyb for a patch that: | Charles Krinke | 2008-07-03 | 1 | -0/+24 |
| | | | | | | | patch attached to check for timeouts on mysql connections *before* operations occur that are likely to timeout. if timeout occurs or the connections is down, it is reconnected before the operation fails. | ||||
* | Apply patch from bug #1601 -- more documentation for Data/MySQL. Thanks ↵ | Jeff Ames | 2008-06-26 | 1 | -17/+40 |
| | | | | kerunix_Flan! | ||||
* | Add patch from bug #1596 - adds Doxygen documentation in OpenSim.Data.MySQL ↵ | Jeff Ames | 2008-06-26 | 1 | -2/+29 |
| | | | | files. Thanks kerunix_Flan! | ||||
* | Update svn properties, clean up formatting, refactor out duplicate ↵ | Jeff Ames | 2008-06-13 | 1 | -1/+1 |
| | | | | hard-coded port numbers. | ||||
* | Fix mysql migrations. This is tested with an existing up to date schema, | Sean Dague | 2008-06-12 | 1 | -1/+1 |
| | | | | | | | | | and no schema. It should also work with a non up to date schema as well. Btw, meetings in which I can get code done are the right kind of meetings. | ||||
* | this, in theory, adds migration support to mysql for all | Sean Dague | 2008-06-12 | 1 | -4/+30 |
| | | | | | | | | data sources besides the grid store. It is only lightly tested so the less adventurous should wait a couple of checkins before upgrading. | ||||
* | Update svn properties. Formatting cleanup. | Jeff Ames | 2008-05-30 | 1 | -1/+1 |
| | |||||
* | actually user the database_connect string for mysql. | Sean Dague | 2008-05-28 | 1 | -20/+19 |
| | | | | | | | This means you can run all the OpenSim grid services without needing a mysql_connection.ini | ||||
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 1 | -12/+12 |
| | |||||
* | De-tabify source. | Jeff Ames | 2008-05-06 | 1 | -1/+1 |
| | |||||
* | * Refactor: Remove the unused userID parameter that was being passed into ↵ | Justin Clarke Casey | 2008-05-01 | 1 | -56/+7 |
| | | | | | | | | almost every inventory method * This allows lots of redundant inventory methods with only slightly different names to be eliminated. | ||||
* | * In ur code. Making it static. | Adam Frisby | 2008-05-01 | 1 | -2/+2 |
| | | | | | * Converted a bunch of functions to static functions. | ||||
* | * Add more class cast exceptions to mysql read inventory item to cover all ↵ | Justin Clarke Casey | 2008-05-01 | 1 | -3/+26 |
| | | | | | | | | new fields - not just those I think are initially failing. * This is more likely to allow existing mysql databases to work temporarily, if the previous revision doesn't work | ||||
* | * Insert temporary cast exception catching code to deal with mantis 1099 - ↵ | Justin Clarke Casey | 2008-05-01 | 1 | -3/+29 |
| | | | | mysql inventoryitems table problem | ||||
* | * Add a scratch implementation of the new inventory fields to the mssql ↵ | Justin Clarke Casey | 2008-04-30 | 1 | -4/+8 |
| | | | | | | | | | database adapter * I don't use mssql so this may not work, corrections (in the form of patches) are welcome. * Unlike mysql, mssql requires manual updating of existing tables here (which should mean just adding the new fields manually) | ||||
* | * Actually enable the inventory upgrade sql if appropriate | Justin Clarke Casey | 2008-04-30 | 1 | -6/+7 |
| | |||||
* | * Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. ↵ | Teravus Ovares | 2008-04-30 | 1 | -4/+17 |
| | | | | | | | Thanks A_Biondi and Melanie! * This builds but might not work. JustinCC will examine.. it may work out of the box. | ||||
* | allow for Inventory database source to be specified in main | Sean Dague | 2008-04-23 | 1 | -0/+6 |
| | | | | | | | | configs. This works with sqlite and nhibernate backends, and stays with default seperate ini files for mysql and mssql until someone writes those. | ||||
* | * Implement proper emptying of trashcan on standalone | Justin Clarke Casey | 2008-04-23 | 1 | -1/+1 |
| | | | | | | | * On standalone, folders (and their items) should now be persistently deleted on trash emptying, as well as immediate child items * An implementation for grid mode will follow. | ||||
* | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 2008-04-21 | 1 | -3/+4 |
| | | | | (this took a while to run). | ||||
* | * Insert some missing database locks for inventory and user data on mysql | Justin Clarke Casey | 2008-04-18 | 1 | -2/+11 |
| | |||||
* | 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 | -17/+17 |
| | | | | | | | | * 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 | -26/+26 |
| | | | | | | | | * wrap fields as Properties * rename some fields/properties to more sensible names * set style to PropName to match more standard C# approach | ||||
* | 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/+648 |