dev#177484 : handle param identityProvider in OAI response
If identityProvider param is passed in OAI server url, set the dc:identifier with a new url (/record/redirect-to-resource) in metadata dev#177484 : Create route redirect-to-resource The route take a provider id, a record id and redirect to the provider if the user is not authenticated dev#177484 : redirect to resource (viewer or external uri) dev#177484 : fix a unit test with base url dev#177484 : fix redirect-to-resource url in OAI response dev#177484 : fix doc type in fixture dev#177484 : RT Fix
parent
56272589
Branches
Tags
Showing
- FEATURES/177484 10 additions, 0 deletionsFEATURES/177484
- VERSIONS_DEV/177484 1 addition, 0 deletionsVERSIONS_DEV/177484
- application/modules/opac/controllers/OaiController.php 1 addition, 0 deletionsapplication/modules/opac/controllers/OaiController.php
- application/modules/opac/controllers/RecordController.php 36 additions, 0 deletionsapplication/modules/opac/controllers/RecordController.php
- library/Class/Notice.php 1 addition, 0 deletionslibrary/Class/Notice.php
- library/Class/Notice/DublinCoreVisitor.php 18 additions, 1 deletionlibrary/Class/Notice/DublinCoreVisitor.php
- library/Class/Notice/JsonVisitor.php 4 additions, 1 deletionlibrary/Class/Notice/JsonVisitor.php
- library/Class/WebService/OAI.php 1 addition, 0 deletionslibrary/Class/WebService/OAI.php
- library/Class/WebService/OAI/Request/ListIdentifiers.php 9 additions, 1 deletionlibrary/Class/WebService/OAI/Request/ListIdentifiers.php
- library/Trait/NoticeVisitor.php 2 additions, 1 deletionlibrary/Trait/NoticeVisitor.php
- tests/application/modules/opac/controllers/OAIControllerListRecordsTest.php 126 additions, 0 deletions...modules/opac/controllers/OAIControllerListRecordsTest.php
- tests/application/modules/opac/controllers/RecordControllerTest.php 176 additions, 0 deletions...ication/modules/opac/controllers/RecordControllerTest.php
Please register or sign in to comment