Opened at 2013-02-02T21:17:04Z
Last modified at 2014-03-05T02:52:42Z
#1913 new enhancement
unlink many children from a directory at once — at Version 1
Reported by: | zooko | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | code-dirnodes | Version: | 1.9.2 |
Keywords: | usability tahoe-unlink | Cc: | |
Launchpad Bug: |
Description (last modified by daira)
I have a directory with many children, and would like to remove them all. Currently I have to remove them one at a time, which is inconvenient, especially through the WUI. To close this ticket, add a method to dirnode.py named something like delete_multiple_children along with tests in test_dirnode.py. (Probably just copy class allmydata.test.test_dirnode.Deleter to create your new class MultiDeleter.)
Then add controls to the WUI and the cli to unlink multiple children at once.
Note: See
TracTickets for help on using
tickets.