]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Change the arbitrary URI support from implied to explicit
authorMarcus Wanner <marcus@wanners.net>
Sat, 19 Nov 2011 01:42:10 +0000 (20:42 -0500)
committerBrian Warner <warner@lothar.com>
Wed, 9 May 2012 20:07:14 +0000 (13:07 -0700)
commite58a01270b6b754f1c76b4640f9813049ce1c783
tree746d7387f962c2f5c40972434dc28ae41d1c5577
parentb29d0920d380c06692c8939d848b09c86023990d
Change the arbitrary URI support from implied to explicit

The move webapi function now takes a target_type argument which lets it
know whether the target is a subdirectory name or URI. This is an
improvement over the old system in which the move handler tried to guess
whether the target was a name or a URI. Also fixed a little docs
copypaste problem and tweaked some line wrapping.
docs/frontends/webapi.rst
src/allmydata/test/test_web.py
src/allmydata/uri.py
src/allmydata/web/directory.py
src/allmydata/web/move-form.xhtml