-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1033 from OPUS4/4.7.2
Release OPUS 4.8
- Loading branch information
Showing
1,359 changed files
with
29,685 additions
and
27,252 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,3 +44,5 @@ opus4-solr-jetty.conf | |
out | ||
*.iml | ||
nbproject | ||
/tests/.phpunit.result.cache | ||
/testresult-term.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ | |
; !!! WARNING: DO NOT EDIT THIS FILE !!! | ||
; | ||
|
||
|
||
; This file is part of OPUS. The software OPUS has been originally developed | ||
; at the University of Stuttgart with funding from the German Research Net, | ||
; the Federal Department of Higher Education and Research and the Ministry | ||
|
@@ -28,13 +27,7 @@ | |
; along with OPUS; if not, write to the Free Software Foundation, Inc., 51 | ||
; Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||
; | ||
; @category Application | ||
; @author Ralf Claussnitzer <[email protected]> | ||
; @author Thoralf Klein <[email protected]> | ||
; @author Jens Schwidder <[email protected]> | ||
; @author Michael Lang <[email protected]> | ||
; @author Maximilian Salomon <[email protected]> | ||
; @copyright Copyright (c) 2008-2020, OPUS 4 development team | ||
; @copyright Copyright (c) 2008, OPUS 4 development team | ||
; @license http://www.gnu.org/licenses/gpl.html General Public License | ||
|
||
; Database adapter configuration using standard Zend_db option names. | ||
|
@@ -77,9 +70,15 @@ name = 'OPUS 4' | |
logoLink = home | ||
security = 1 | ||
workspacePath = APPLICATION_PATH "/workspace" | ||
version = 4.7.1.2 | ||
version = 4.8 | ||
update.latestVersionCheckUrl = "https://api.github.com/repos/opus4/application/releases/latest" | ||
|
||
; Determines the implementation of the OPUS 4 data model | ||
modelFactory = 'Opus\ModelFactory' | ||
model.fieldDescriptorClass = "Opus\Db\Model\DbFieldDescriptor" | ||
documentFinderClass = 'Opus\DocumentFinder\DefaultDocumentFinder' | ||
documentXmlCacheClass = 'Opus\Model\Xml\Cache' | ||
|
||
; base URL of your OPUS instance (used for generating absolute URLs, e.g. in email messages) | ||
url = | ||
|
||
|
@@ -134,6 +133,7 @@ form.first.enable_upload = 1 | |
form.first.show_rights_checkbox = 1 | ||
|
||
; SECURITY SETTINGS | ||
securityStorageClass = 'Opus\Security\RealmStorage' | ||
securityPolicy.files.defaultAccessRole = 'guest' | ||
|
||
; SEARCH ENGINE SETTINGS | ||
|
@@ -184,9 +184,6 @@ search.indexFiles = true | |
; Possible fields are: PublishedDate, PublishedYear, CompletedDate and CompletedYear (all four can be used together) | ||
search.index.field.year.order = 'PublishedDate,PublishedYear' | ||
|
||
documentFinderClass = 'Opus\DocumentFinder\DefaultDocumentFinder' | ||
documentXmlCacheClass = 'Opus\Model\Xml\Cache' | ||
|
||
;DOCTYPE VALIDATION SCHEMA FILE | ||
; TODO determine path dynamically (does this belong into the framework) | ||
documentTypes.xmlSchema = APPLICATION_PATH "/vendor/opus4-repo/framework/library/Opus/Document/documenttype.xsd" | ||
|
@@ -203,6 +200,10 @@ mail.opus.smtp = localhost | |
mail.opus.port = 25 | ||
mail.opus.address = ; email address of administrator | ||
mail.opus.name = ; Name of administrator | ||
mail.opus.auth = ; | ||
mail.opus.username = ; | ||
main.opus.password = ; | ||
main.opus.ssl = ; | ||
|
||
;NOTIFICATION SETTINGS | ||
notification.document.submitted.enabled = 0 | ||
|
@@ -401,7 +402,7 @@ orcid.baseUrl = https://orcid.org/ | |
orcid.linkAuthor.frontdoor = 1 | ||
|
||
; GND Settings | ||
gnd.baseUrl = http://d-nb.info/gnd/ | ||
gnd.baseUrl = https://d-nb.info/gnd/ | ||
gnd.linkAuthor.frontdoor = 1 | ||
|
||
; Google Scholar Settings | ||
|
@@ -462,12 +463,12 @@ filetypes.html.mimeType = 'text/html' | |
; Add identifier.validation.[IDENTIFIER_TYPE] and then define the validation class and set message keys. | ||
|
||
; Uncomment the following to prevent saving of invalid ISBN. | ||
; identifier.validation.isbn.class = 'Opus\Validate\Isbn' | ||
; identifier.validation.isbn.class = 'Opus\Common\Validate\Isbn' | ||
; identifier.validation.isbn.messageTemplates.form = 'validation_error_form' | ||
; identifier.validation.isbn.messageTemplates.checkdigit = 'validation_error_checkdigit' | ||
|
||
; Uncomment the following to prevent saving of invalid ISSN. | ||
; identifier.validation.issn.class = 'Opus\Validate\Issn' | ||
; identifier.validation.issn.class = 'Opus\Common\Validate\Issn' | ||
; identifier.validation.issn.messageTemplates.form = 'validation_error_form' | ||
; identifier.validation.issn.messageTemplates.checkdigit = 'validation_error_checkdigit' | ||
|
||
|
@@ -569,6 +570,19 @@ setup.translation.modules.allowed = default,publish,help | |
; PDF COVER SETTINGS | ||
; if set to `1` PDF cover pages may be added in front of downloaded PDF files | ||
pdf.covers.generate = 0 | ||
; path to the covers directory that stores PDF cover templates | ||
pdf.covers.path = APPLICATION_PATH "/application/configs/covers" | ||
; path relative to the covers directory pointing to a default cover template | ||
pdf.covers.default = '' | ||
|
||
; Crossref parameters for retrieving metadata based on a DOI for populating a publish form | ||
crossref.url = 'https://api.crossref.org/v1/works/' | ||
crossref.mailTo = '' | ||
|
||
; path to the licences directory that stores licence logos | ||
licences.logos.path = APPLICATION_PATH "/public/img/licences" | ||
|
||
; Staging, Testing and Development configurations ===================================================================== | ||
|
||
[staging : production] | ||
phpSettings.display_startup_errors = 1 | ||
|
Oops, something went wrong.