]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
add a 'rename' button to the webish dir view
authorrobk-org <robk-org@allmydata.com>
Thu, 12 Jul 2007 23:53:54 +0000 (16:53 -0700)
committerrobk-org <robk-org@allmydata.com>
Thu, 12 Jul 2007 23:53:54 +0000 (16:53 -0700)
commitd65d02fa580e656df0ceb43ab2c772910f2b0284
treee8539f77fab0327b805a899de87d4330682d5664
parent15c30551765756171058313ce8a956cfdcc1fe64
add a 'rename' button to the webish dir view

alongside the 'del' button is now presented a 'rename' button, which takes
the user to a new page, the 't=rename-form' page, which asks ther user for
the new name of the child and ultimately submits a POST request to the dir
for 't=rename' to perform the actual rename i.e. an attach followed by a
delete of children.
docs/webapi.txt
src/allmydata/web/directory.xhtml
src/allmydata/web/rename-form.xhtml [new file with mode: 0644]
src/allmydata/webish.py