source: cats/ISOcat/trunk/mod-ISOcat-access-data/access/recommenders.acc @ 4036

Last change on this file since 4036 was 4036, checked in by mwindhouwer, 11 years ago

M mod-ISOcat-access-system/config/set.acc
M mod-ISOcat-access-system/config/shibboleth.acc
M mod-ISOcat-access-system/etc/ISOcatConfig.xml
M mod-ISOcat-manage-system/module.xml
M mod-ISOcat-manage-system/plugin/configure.xsl
M mod-ISOcat-control-access/control/credentials.js

  • now the Shibboleth HTTP header fallbackchain is configurable instead of hardcoded

M mod-ISOcat-interface-gi/index.acc

  • upgraded to GI 3.9.2 nightly build 1199
  • added IE 9 compatibility directive

M mod-ISOcat-manage-dm/module.xml
A + mod-ISOcat-access-data/access/recommenders.acc
M mod-ISOcat-access-data/module.xml
A mod-ISOcat-access-data/dbx/recommenders.xml
M mod-ISOcat-interface-rest/etc/XRLLinks.xml

  • working on recommenders

M mod-ISOcat-site/site/index_files/relpubs.html
M mod-ISOcat-site/site/index_files/news.html
M mod-ISOcat-site/pub/isocat.pub

  • keep track of revision info and pubs

M mod-ISOcat-site/site/2013-SR/meeting/index.html

  • updated agenda
File size: 547 bytes
Line 
1<accessor debug="true">
2        <name>ISOcat.access.data.recommenders</name>
3        <descr>Get the list of recommenders.</descr>
4        <idoc>
5                <instr>
6                        <type>isocat.sloot.dbx</type>
7                        <operator>ffcpl:/dbx/recommenders.xml</operator>
8                        <debug>var:accessor-debug</debug>
9                        <target>this:response</target>
10                </instr>
11        </idoc>
12        <exception>
13                <debug/>
14                <trace>ffcpl:/trace/dm.recommenders.exception.xml</trace>
15                <throw/>
16        </exception>
17        <response>
18                <debug>ffcpl:/trace/dm.recommenders.response.xml</debug>
19                <mime>application/xml</mime>
20        </response>
21</accessor>
22
Note: See TracBrowser for help on using the repository browser.