-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pkp/plagiarism#52 Plugin update with new iThenticate API integration #64
pkp/plagiarism#52 Plugin update with new iThenticate API integration #64
Conversation
@asmecher Please take a look at this PR . I have added the EULA confirmation at the final stage submission review section as below There is some small tweak lefts but good enough to take first look . Also the compatibility testing with |
@@ -3,8 +3,8 @@ | |||
/** | |||
* @file plugins/generic/plagiarism/PlagiarismSubmissionSubmitListener.php |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking at the diff
, this file appears to have DOS line endings; please convert over to UNIX-style.
Thanks, @touhidurabir, I looked over a diff between the 3.3.x and proposed 3.4.x implementations and it looks clean. I didn't test it, though -- let's walk through that when you're ready. |
…tHandler hook call
…tHandler hook call for OPS
@asmecher all updated and tested for OMP and OPS, seems working fine . should ready for a final look or better, if we can have a test instance for 3.4.0 to test it . |
👍 I've asked in Mattermost -- thanks, @touhidurabir! |
…g of eula required and validation passes
…ne ithenticate check at submission time
for #52
This PR make the plugin compatible with
OJS/OMP/OPS
stable-3.4.0-6
.