-
Notifications
You must be signed in to change notification settings - Fork 40
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
Enabled Reviewer Credits Plugin for OJS 3.4 and added Reviewer Finder… #281
Conversation
Hi @asmecher , I couldn't understand what is the issue with the CI. Can you help me out please? Thanks. |
@ReviewerCredits, this appears to be a glitch in the Travis CI system, not related to your PR. I'll see if it goes away in a few hours. |
@ReviewerCredits, rather than trying to maintain a single codebase that's compatible with several releases of OJS, I'd suggest creating branches for each line of releases that match the ones we have in our repos ( This isn't a requirement for merging into the plugin gallery as-is, but in addition to cleaning up your code a lot it'll also make it a lot easier to code-review :) While it might seem like more work to maintain several branches, trust me, it's a lot easier this way in the end! (We've done this with all of our plugins.) |
Hi again @asmecher , Thanks for your comments. So we will take your suggestion and create 2 separate branches for OJS 3.3 and OJS 3.4. So it is easier to maintain. While we re-work it we would appreciate it if you have any other comments/reviews on the code already. So we can handle them simultaneously. Thanks. Emre. |
Dear @asmecher the code is changed and updated to reflect your suggestion. Hope it is good to merge like this. Thanks. |
Hi again @asmecher , did you have time to check this PR out? Feel free to let us know if we should fix anything. Thanks. |
@ReviewerCredits, sorry for the wait! Here are some recommendations:
|
And corrected the recommendations.
@asmecher Thank you very much for your recommendations. We've just completed them. It should be ready to merge. |
Thanks, @ReviewerCredits, I've merged this! |
Enabled Reviewer Credits Plugin for OJS 3.4 and added Reviewer Finder Feature. Fixed some bugs and added error messages.