]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Adding 'move' button to web UI, closes #1579
authorMarcus Wanner <marcus@wanners.net>
Thu, 10 Nov 2011 08:00:11 +0000 (03:00 -0500)
committerBrian Warner <warner@lothar.com>
Wed, 9 May 2012 20:07:13 +0000 (13:07 -0700)
commitb29d0920d380c06692c8939d848b09c86023990d
tree3528d6204f033fb1cd4fe0f9baab90888f70614a
parent8aa690b64eb9a892bd0a491c015baeefe0c1124b
Adding 'move' button to web UI, closes #1579

This adds "move file" capability to the web UI's directory display. The
support and test framework is heavily based on the similar "rename file"
feature. Unit tests and documentation are included. Multiple in-progress
versions of this patch may be found in ticket 1579. This version
includes arbitrary URI target support and is compatible with the change
from tahoe_css to tahoe.css.
docs/frontends/webapi.rst
src/allmydata/test/test_web.py
src/allmydata/uri.py
src/allmydata/web/directory.py
src/allmydata/web/directory.xhtml
src/allmydata/web/move-form.xhtml [new file with mode: 0644]