Changeset 2922


Ignore:
Timestamp:
05/22/13 15:12:45 (11 years ago)
Author:
mwindhouwer
Message:

A mod-ISOcat-access-data/access/dcs_history.acc
M mod-ISOcat-access-data/module.xml
A mod-ISOcat-access-data/dbx/DCS-history.xml
A mod-ISOcat-interface-rest/interface/dcs-history.acc
A mod-ISOcat-interface-rest/representations/atom/DCS-history.xsl
A mod-ISOcat-interface-rest/representations/html/DCS-history.xsl
M mod-ISOcat-interface-rest/etc/XRLLinks.xml
M mod-ISOcat-control-access/etc/GateKeeperPolicy.xml

  • get the history of changes of DCs in a DCS
Location:
cats/ISOcat/trunk
Files:
5 added
3 edited

Legend:

Unmodified
Added
Removed
  • cats/ISOcat/trunk/mod-ISOcat-access-data/module.xml

    r2877 r2922  
    358358        </rewrite>
    359359        <rewrite>
     360            <match>active:ISOcat.access.data.dcs.history(\+.*)</match>
     361            <to>active:sloot.accessor+operand@ffcpl:/access/dcs_history.acc$1</to>
     362        </rewrite>
     363        <rewrite>
    360364            <match>active:ISOcat.access.data.dcs.scope(\+.*)</match>
    361365            <to>active:sloot.accessor+operand@ffcpl:/access/dcs_scope.acc$1</to>
  • cats/ISOcat/trunk/mod-ISOcat-control-access/etc/GateKeeperPolicy.xml

    r2269 r2922  
    6161  </zone>
    6262  <zone>
    63     <match>.*uri@active:ISOcat\.manage\.dcs(?!\.basket|\.dm|\.profile|\.to).*</match>
     63    <match>.*uri@active:ISOcat\.manage\.dcs(?!\.basket|\.dm|\.profile|\.to|\.history).*</match>
    6464    <isValidURI>active:ISOcat.control.access.validate+validate@data:text/plain,dcs+action@data:text/plain,access</isValidURI>
    6565    <loginURI>active:ISOcat.control.access.invalid</loginURI>
  • cats/ISOcat/trunk/mod-ISOcat-interface-rest/etc/XRLLinks.xml

    r2906 r2922  
    201201        </link>
    202202        <link>
     203                <ext>/dcs/history</ext>
     204                <int>active:sloot.accessor+operand@ffcpl:/interface/dcs-history.acc</int>
     205                <args>method,credentials,dcs,Accept</args>
     206        </link>
     207        <link>
     208                <ext>/dcs/history.xml</ext>
     209                <int>active:sloot.accessor+operand@ffcpl:/interface/dcs-history.acc+representation@data:text/plain,xml</int>
     210                <args>method,credentials,dcs,Accept</args>
     211        </link>
     212        <link>
     213                <ext>/dcs/history.html</ext>
     214                <int>active:sloot.accessor+operand@ffcpl:/interface/dcs-history.acc+representation@data:text/plain,html</int>
     215                <args>method,credentials,dcs,Accept</args>
     216        </link>
     217        <link>
     218                <ext>/dcs/history.atom</ext>
     219                <int>active:sloot.accessor+operand@ffcpl:/interface/dcs-history.acc+representation@data:text/plain,atom</int>
     220                <args>method,credentials,dcs,Accept</args>
     221        </link>
     222        <link>
    203223                <ext>/dcs/scope</ext>
    204224                <int>active:sloot.accessor+operand@ffcpl:/interface/dcs-scope.acc</int>
Note: See TracChangeset for help on using the changeset viewer.