]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
webapi: handle format=, remove mutable-type=
authorBrian Warner <warner@lothar.com>
Thu, 13 Oct 2011 16:29:51 +0000 (09:29 -0700)
committerBrian Warner <warner@lothar.com>
Thu, 13 Oct 2011 16:29:51 +0000 (09:29 -0700)
commitdad354b2753d2ffa115b6060ab836fe424221ee3
treeb28d5ddf2a5c7c60604fe968b8a0d9325f7bb105
parentbd642739cb5b4771e1e1bf73724333db774d0348
webapi: handle format=, remove mutable-type=

* fix CLI commands (put, mkdir) to send format=, not mutable-type=
* fix tests
* test_cli: fix tests that observe t=json output, don't ignore failures in
  'tahoe put'
* fix handling of version= to make it easier to use the default
* interpret ?mutable=true&format=MDMF as MDMF, not SDMF
src/allmydata/client.py
src/allmydata/nodemaker.py
src/allmydata/scripts/tahoe_mkdir.py
src/allmydata/scripts/tahoe_put.py
src/allmydata/test/test_cli.py
src/allmydata/test/test_web.py
src/allmydata/web/common.py
src/allmydata/web/directory.py
src/allmydata/web/filenode.py
src/allmydata/web/root.py
src/allmydata/web/unlinked.py