eschnou / storytlr

Storytlr is an opensource lifestreaming and microblogging platform written in PHP. Note: The default branch (master) is the development branch, if you need a stable version, see the release-XX branches, tags, or downloads.
http://storytlr.org
Other
216 stars 57 forks source link

GitHub uses automatic redirect to HTTPS #33

Closed Kdecherf closed 13 years ago

Kdecherf commented 13 years ago

Storytlr fails when importing Github because they activated automatic redirect to HTTPS version.

How to fix: Change 'http://' to 'https://' in protected/application/plugins/github/models/GithubModel.php

jmhobbs commented 13 years ago

Changed it in plugin source: https://github.com/jmhobbs/storytlr-plugin-github

And in my branch: https://github.com/jmhobbs/storytlr

@eschnou - My branch was out of date, but it should merge clean now if you want to pull that in.

eschnou commented 13 years ago

@john Thank you for the fix, it is now in storytlr/develop. I had however to cherry pick instead of merging, I think it is because your master branch is the one with your own stuff and the develop is the 'clean' storytlr one. Anyway, should not be a major issue for you to update your dev branch now. Cheers !

jmhobbs commented 13 years ago

Yeah, sorry. I'd totally forgotten how we were working on Storytlr. I'll sync my dev and make sure to work from there.