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

Update AMS MathSciNet.js target (#1451) #1452

Merged
merged 4 commits into from Oct 21, 2017

Conversation

Projects
None yet
3 participants
@gjankowiak
Contributor

gjankowiak commented Oct 20, 2017

changed initial subdomain from www. to mathscinet.. Also updated test cases.
Fixes #1451.

Update AMS MathSciNet.js target (#1451)
changed initial subdomain from www. to mathscinet.. Also updated test cases.
Fixes #1451.
@adam3smith

This comment has been minimized.

Show comment
Hide comment
@adam3smith

adam3smith Oct 20, 2017

Collaborator

Thanks, this looks great. It also looks like the page now defaults to https, so we should update that (it's already covered in the target, but needs updating on line 100 and in the tests)

Collaborator

adam3smith commented Oct 20, 2017

Thanks, this looks great. It also looks like the page now defaults to https, so we should update that (it's already covered in the target, but needs updating on line 100 and in the tests)

@gjankowiak

This comment has been minimized.

Show comment
Hide comment
@gjankowiak

gjankowiak Oct 20, 2017

Contributor

I can take care of that, but not for the test going through libezproxy2.syr.edu, I don't have credentials and the certificate there doesn't match the subdomains. Shall I leave it out?

Contributor

gjankowiak commented Oct 20, 2017

I can take care of that, but not for the test going through libezproxy2.syr.edu, I don't have credentials and the certificate there doesn't match the subdomains. Shall I leave it out?

@adam3smith

This comment has been minimized.

Show comment
Hide comment
@adam3smith

adam3smith Oct 20, 2017

Collaborator

That's a mistake on my part, actually. It should never have gone into the test. Just delete that bit from the test while you're at it please.

Collaborator

adam3smith commented Oct 20, 2017

That's a mistake on my part, actually. It should never have gone into the test. Just delete that bit from the test while you're at it please.

@gjankowiak

This comment has been minimized.

Show comment
Hide comment
@gjankowiak

gjankowiak Oct 20, 2017

Contributor

Ok, will do. I will leave the HTTP/HTTPS alternative in the target, it shouldn't hurt.

Contributor

gjankowiak commented Oct 20, 2017

Ok, will do. I will leave the HTTP/HTTPS alternative in the target, it shouldn't hurt.

"items": "multiple"
},
{
"type": "web",
"url": "http://www.ams.org.libezproxy2.syr.edu/mathscinet-getitem?mr=2767535",

This comment has been minimized.

@zuphilip

zuphilip Oct 21, 2017

Collaborator

I wouldn't delete this test completely but rather change the url to a non-proxified url, i.e. https://mathscinet.ams.org/mathscinet-getitem?mr=2767535 . Otherwise this looks good.

@zuphilip

zuphilip Oct 21, 2017

Collaborator

I wouldn't delete this test completely but rather change the url to a non-proxified url, i.e. https://mathscinet.ams.org/mathscinet-getitem?mr=2767535 . Otherwise this looks good.

@adam3smith adam3smith merged commit 3e9d86c into zotero:master Oct 21, 2017

1 check passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details
@adam3smith

This comment has been minimized.

Show comment
Hide comment
@adam3smith

adam3smith Oct 21, 2017

Collaborator

Thank you!

Collaborator

adam3smith commented Oct 21, 2017

Thank you!

@gjankowiak gjankowiak deleted the gjankowiak:patch-1 branch Oct 23, 2017

@gjankowiak

This comment has been minimized.

Show comment
Hide comment
@gjankowiak

gjankowiak Oct 23, 2017

Contributor

Thank you for fixing this quickly!

Contributor

gjankowiak commented Oct 23, 2017

Thank you for fixing this quickly!

psisquared2 added a commit to psisquared2/translators that referenced this pull request Feb 8, 2018

Update AMS MathSciNet.js target (#1451) (#1452)
changed initial subdomain from www. to mathscinet.. Also updated test cases.
Fixes #1451.

* [AMS MathSciNet.js] switch to HTTPS + test cleanup

zuphilip added a commit to zuphilip/translators that referenced this pull request Mar 28, 2018

Update AMS MathSciNet.js target (#1451) (#1452)
changed initial subdomain from www. to mathscinet.. Also updated test cases.
Fixes #1451.

* [AMS MathSciNet.js] switch to HTTPS + test cleanup

zuphilip added a commit to zuphilip/translators that referenced this pull request Mar 28, 2018

Update AMS MathSciNet.js target (#1451) (#1452)
changed initial subdomain from www. to mathscinet.. Also updated test cases.
Fixes #1451.

* [AMS MathSciNet.js] switch to HTTPS + test cleanup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment