Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. simplify but improve response to GET "path/to/resource/fcr:versions" to just list
    1. each version canonical URI (which should be in the label)
    2. each version creation date (currently not displayed)
  2. eliminate viewing old versions (GET "path/to/resource/fcr:versions/version-label")*
  3. retain deleting old versions (DELETE "path/to/resource/fcr:versions/version-label")
  4. retain restoring old versions (PATCH "path/to/resource/fcr:versions/version-label")
  5. disallow label reuse (return a conflict)
    1. document behavior of labels for deleted versions (can be reused?)

 

*If we wanted to retain some semblance of views of historic versions the following limitations may need to apply:

...