Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 1 | -23/+23 |
| | |||||
* | * Simplify CreateFolder() by folding previous special root case into ↵ | Justin Clarke Casey | 2008-05-04 | 1 | -17/+17 |
| | | | | FindFolder() | ||||
* | * Refactor RemoveItem() | Justin Clarke Casey | 2008-05-03 | 1 | -0/+1 |
| | |||||
* | * Refactor: Renaming item and folder tree search methods to have Find*() ↵ | Justin Clarke Casey | 2008-05-03 | 1 | -11/+10 |
| | | | | prefixes | ||||
* | * Assorted spring cleanings. | Adam Frisby | 2008-05-01 | 1 | -1/+1 |
| | |||||
* | * Refactor: Rename InventoryFolderImpl.HasSubFolder() to GetDescendentFolder() | Justin Clarke Casey | 2008-04-30 | 1 | -4/+4 |
| | |||||
* | * Resolve mantis 1068, 1095 | Justin Clarke Casey | 2008-04-30 | 1 | -0/+7 |
| | | | | | | | * The resolution takes the form of not crashing the session if the folder the user is attempting to add already exists (e.g. there is one already with the same UUID). * Printing out warnings instead | ||||
* | * Completely inconsequential inventory odds and ends (actual impact - only ↵ | Justin Clarke Casey | 2008-04-30 | 1 | -0/+7 |
| | | | | one log message changed) | ||||
* | * First draft implementation of copying prim inventory items back to agent ↵ | Justin Clarke Casey | 2008-04-26 | 1 | -1/+1 |
| | | | | | | | | | | inventory * Now, if you own an item in a prim, you should be able to successfully drag it back into your inventory * Temporarily, users which are not owners of the item cannot copy it, even if 'everyone can copy' is set * This is pending fixes/implementation of upstream permission implementation | ||||
* | * Implement proper emptying of trashcan on standalone | Justin Clarke Casey | 2008-04-23 | 1 | -5/+3 |
| | | | | | | | * 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. | ||||
* | * Add DeleteAllContents() method to InventoryFolderImpl - not yet used but ↵ | Justin Clarke Casey | 2008-04-22 | 1 | -39/+109 |
| | | | | | | | | will be soon * Add locking to InventoryFolderImpl class - need more though. | ||||
* | 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 | -12/+12 |
| | | | | | | | | * wrap attributes in properties * clean up names a little bit * clean up name styles | ||||
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -27/+27 |
| | |||||
* | * Optimized usings | lbsa71 | 2007-12-27 | 1 | -2/+2 |
| | | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF | ||||
* | Grid Inventory feature upgrade: renaming folders should now be correct, ↵ | Brian McBee | 2007-12-15 | 1 | -0/+10 |
| | | | | | | | | subfolders work, moving folders works. Tested only in MYSQL, but may work in MSSQL and sqlite. Probably not working in standalone mode. | ||||
* | saved OpenSim source code from the giant rampaging unterminated copyright ↵ | Jeff Ames | 2007-12-10 | 1 | -1/+1 |
| | | | | notice of doom | ||||
* | Some refactoring , mainly on Inventory code. | MW | 2007-12-02 | 1 | -0/+146 |