Skip to content
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

Showing blank page when private project #3

Open
FrEaKmAn opened this issue Jul 30, 2012 · 6 comments
Open

Showing blank page when private project #3

FrEaKmAn opened this issue Jul 30, 2012 · 6 comments

Comments

@FrEaKmAn
Copy link

Hello

I have a project which is private and requires user login. When I perform export, it works great. But when I try to access export link as not logged in user, I only get blank page. I was thinking I could easily sync Google Calendar with this, but it doesn't work.

Is it normal to get blank page?

@thegcat
Copy link
Owner

thegcat commented Jul 31, 2012

When you copy the link when you are logged in the link should have a key that tells Redmine which user you are, without the key Redmine can't know who you are and won't send any data to the client.

@FrEaKmAn
Copy link
Author

I know and key is included, but it stills shows blank page.

@thegcat
Copy link
Owner

thegcat commented Jul 31, 2012

Mmh, there probably is a problem then. Which version of Redmine do you use?

I don't use Redmine anymore though so I won't fix this myself. If someone submits a patch or wants to take the plugin over, I'd be happy to oblige.

@FrEaKmAn
Copy link
Author

I have Redmine 1.3.0.stable.8191. Yes, I noticed you said that you won't maintain is anymore, too bad.

@thegcat
Copy link
Owner

thegcat commented Jul 31, 2012

Mmh, the current version has received updates for 1.4 and I haven't tested it on 1.3, you might want to try an earlier commit like 6af4595 or even 6be5d9f .

@Mowd
Copy link

Mowd commented May 20, 2014

By editing this file
app/controllers/application_controller.rb

Replace

elsif %w(atom ics).include?(params[:format]) && params[:key] && request.get? && accept_rss_auth?

With

elsif %w(atom ics).include?(params[:format]) && params[:key] && request.get?

should display ics of private project.

I'm not sure what accept_rss_auth? doing, but it should work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants