Changes between Initial Version and Version 1 of Ticket #2227


Ignore:
Timestamp:
2014-04-21T06:09:17Z (10 years ago)
Author:
zooko
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2227 – Description

    initial v1  
    1 According to [trunk/docs/frontends/webapi.rst?rev=0ef593947755a8b81edc73d033219724268faf80#writing-uploading-a-file], you have to specify either {{{format=MDMF}}} or {{{format=SDMF}}} when creating a mutable file. However the user of an API might not know or care what is the difference between those two, and might also want to automatically start using a newer format if that newer format becomes the default, without changing the client code. This ticket is to add {{{format=mutable}}} which uses the default mutable format.
     1According to [source:trunk/docs/frontends/webapi.rst?rev=0ef593947755a8b81edc73d033219724268faf80#writing-uploading-a-file webapi.rst], you have to specify either {{{format=MDMF}}} or {{{format=SDMF}}} when creating a mutable file. However the user of an API might not know or care what is the difference between those two, and might also want to automatically start using a newer format if that newer format becomes the default, without changing the client code. This ticket is to add {{{format=mutable}}} which uses the default mutable format.