aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveUtils.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* allow inventory path specified in "load iar" to start with a / (e.g. ↵Justin Clark-Casey (justincc)2010-08-271-1/+9
| | | | /Objects is now valid where it wasn't before)
* Fix obvious bug in XInventoryService.GetFolderItems() which was preventing ↵Justin Clark-Casey (justincc)2010-07-141-1/+8
| | | | the iar module from being able to save single item iars
* in IAR utils, return all folders that match a particular path rather than ↵Justin Clark-Casey (justincc)2010-06-181-15/+20
| | | | just the first one
* Formatting cleanup.Jeff Ames2009-11-231-4/+4
|
* refactor out iar escapingJustin Clark-Casey (justincc)2009-11-091-0/+23
|
* Implement human / escaping for inventory folders as well as itemsJustin Clark-Casey (justincc)2009-11-091-1/+5
|
* refactor path delimiter in iar utilsJustin Clark-Casey (justincc)2009-11-091-5/+7
|
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2009-11-091-1/+1
|
* refactor: make human iar escape char a constant rather than a magic charJustin Clark-Casey (justincc)2009-11-091-3/+5
|
* * for iars, allow item names/folders including "/" to be escaped using "\/"Justin Clark-Casey (justincc)2009-11-091-1/+82
| | | | | * also, "\" has to be escaped as "\\" * add item name unit test for escaped characters
* Formatting cleanup.Jeff Ames2009-10-011-2/+2
|
* Formatting cleanup.Jeff Ames2009-10-011-6/+6
|
* extend load iar test to loading into a deeply nested directoryJustin Clark-Casey (justincc)2009-09-081-3/+1
| | | | correct bug associated with this
* Add convenience functions to InventoryArchiveUtils for locating folders by ↵Justin Clark-Casey (justincc)2009-09-061-0/+66
| | | | | | assuming we're starting from the root Change test methods to use convenience functions
* Convert iar write request to use inventory service requests rather than cacheJustin Clark-Casey (justincc)2009-09-061-0/+146