Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor cleanup. | Jeff Ames | 2008-05-16 | 1 | -4/+2 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 1 | -15/+15 |
| | |||||
* | fix for a change in inventory that meant I was returning a lot | Sean Dague | 2008-05-14 | 1 | -29/+16 |
| | | | | | | of empty inventory folders | ||||
* | More formatting cleanup. Minor refactoring. | Jeff Ames | 2008-05-14 | 1 | -41/+91 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2008-05-14 | 1 | -23/+23 |
| | |||||
* | * Fixed some compiler warnings | Adam Frisby | 2008-05-07 | 1 | -1/+1 |
| | | | | | * Fixed prebuild.xml to remove DB4o references (more compiler warnings) | ||||
* | do a max of 3 splits when first processing the nhibernate connect | Sean Dague | 2008-04-24 | 1 | -1/+1 |
| | | | | | | | strings so the ; in the db connect strings pass to the native drivers correctly | ||||
* | auto table creation for nhibernate backends | Sean Dague | 2008-04-24 | 1 | -0/+29 |
| | |||||
* | allow for Inventory database source to be specified in main | Sean Dague | 2008-04-23 | 1 | -13/+13 |
| | | | | | | | | 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 | -10/+8 |
| | | | | (this took a while to run). | ||||
* | NHibernate Inventory support. Lightly tested, but seems to work | Sean Dague | 2008-04-09 | 1 | -11/+11 |
| | | | | | | | | | well enough on my test environment. Will need to add some exception catching down the road. On to User Store. | ||||
* | more futzing around here. None of this works yet because | Sean Dague | 2008-04-09 | 1 | -7/+8 |
| | | | | | | bloody LLUUID isn't serializable, which is really annoying. | ||||
* | changing around types a bit to make stuff more readable for | Sean Dague | 2008-04-09 | 1 | -31/+33 |
| | | | | | | me. | ||||
* | NHibernate Inventory getting close, except for some of the | Sean Dague | 2008-04-09 | 1 | -1/+1 |
| | | | | | | complex folder queries. | ||||
* | further refactor and rename of InventoryFolderBase properties | Sean Dague | 2008-04-08 | 1 | -4/+4 |
| | | | | | | to reflect what they really are. | ||||
* | more refactoring, this time on InventoryFolderBase | Sean Dague | 2008-04-07 | 1 | -5/+5 |
| | | | | | | | | * 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 | -4/+4 |
| | | | | | | | | * wrap fields as Properties * rename some fields/properties to more sensible names * set style to PropName to match more standard C# approach | ||||
* | added swag #1 on Inventory NHibernate implementation. There | Sean Dague | 2008-04-07 | 1 | -0/+383 |
is no hbm.xml mapping yet, so this isn't going to do anything, plus I'm sure I didn't get the list interfaces right. However it now compiles, so worth getting into the tree. |