]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit - src/allmydata/webish.py
rollback the feature of making "ambient upload authority" configurable
authorZooko O'Whielacronx <zooko@zooko.com>
Wed, 21 Jan 2009 03:47:35 +0000 (20:47 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Wed, 21 Jan 2009 03:47:35 +0000 (20:47 -0700)
commit7d91dc5efe0b37e939c6c9c5dbd39300ca17162c
tree5d4d9f1c6ed546c079b6fac09acb3a41fdb6d9e2
parent0dbc0f119418e3e53f651973a0119467c27e5b98
rollback the feature of making "ambient upload authority" configurable

This reverses some, but not all, of the changes that were committed in the following set of patches.

rolling back:

Sun Jan 18 09:54:30 MST 2009  toby.murray
  * add 'web.ambient_upload_authority' as a paramater to tahoe.cfg

    M ./src/allmydata/client.py -1 +3
    M ./src/allmydata/test/common.py -7 +9
    A ./src/allmydata/test/test_ambient_upload_authority.py
    M ./src/allmydata/web/root.py +12
    M ./src/allmydata/webish.py -1 +4
Sun Jan 18 09:56:08 MST 2009  zooko@zooko.com
  * trivial: whitespace
  I ran emacs's "M-x whitespace-cleanup" on the files that Toby's recent patch had touched that had trailing whitespace on some lines.

    M ./src/allmydata/test/test_ambient_upload_authority.py -9 +8
    M ./src/allmydata/web/root.py -2 +1
    M ./src/allmydata/webish.py -2 +1
Mon Jan 19 14:16:19 MST 2009  zooko@zooko.com
  * trivial: remove unused import noticed by pyflakes

    M ./src/allmydata/test/test_ambient_upload_authority.py -1
Mon Jan 19 21:38:35 MST 2009  toby.murray
  * doc: describe web.ambient_upload_authority

    M ./docs/configuration.txt +14
    M ./docs/frontends/webapi.txt +11
Mon Jan 19 21:38:57 MST 2009  zooko@zooko.com
  * doc: add Toby Murray to the CREDITS

    M ./CREDITS +4
docs/configuration.txt
docs/frontends/webapi.txt
src/allmydata/client.py
src/allmydata/test/test_ambient_upload_authority.py [deleted file]
src/allmydata/web/root.py
src/allmydata/webish.py