Changes between Version 8 and Version 9 of CustomFormatting


Ignore:
Timestamp:
Apr 30, 2012, 12:26:02 PM (12 years ago)
Author:
jesseeichar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CustomFormatting

    v8 v9  
    4545  * Format will have two services mapped to it (html and xml), with respective content types
    4646  * Format services will be accessible by all users
    47  * !RegisterXsl - Service for uploading an xsl file or zip file, it will require admin access
    48  * !DownloadXsl - Service for downloading the zip file containing the XSL and associated resources, it will require admin access
    49  * !RemoveXsl - Service for deleting an xsl file and related resources, it will require admin access
     47 * services.metadata.format.Register - Service for uploading an xsl file or zip file, it will require admin access
     48 * services.metadata.format.Download - Service for downloading the zip file containing the XSL and associated resources, it will require admin access
     49 * services.metadata.format.Remove - Service for deleting an xsl file and related resources, it will require admin access
    5050
    5151There will be an Administration User interface for managing the Format bundles files.  Using the Administration user interface the  administrator (and only administrator) can upload either a single xsl file which is the formatter/transformer, or a zip file that contains a file called view.xsl and other resources required by the view.xsl.