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

Fixed the X-Frame bug #10317

Closed
wants to merge 7 commits into from
Closed

Conversation

blueelvis
Copy link
Contributor

@blueelvis blueelvis commented Jul 15, 2016

This is regarding this pull request.
#10284

For some unknown reason, Github is not updating that PR with the commits so had to create a new pull request :(
If anyone has any idea what went wrong, please do let me know :)

@mattab
Copy link
Member

mattab commented Jul 18, 2016

For some unknown reason, Github is not updating that PR with the commits so had to create a new pull request :( If anyone has any idea what went wrong

Maybe you didn't push your changes to Github / remote, and only pushed your changes to your local git repo?

// Adapters recommended by Piwik. Needs to be in uppercase for string checking using in_array()
'PDO\MYSQL'
);
if(in_array($adapterName,$recommendedAdapters)) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can simply do return in_array(...);

@mattab
Copy link
Member

mattab commented Jul 18, 2016

Thanks for the PR, left a few comments.

@mattab mattab modified the milestones: 2.16.x (LTS), 2.16.3 Jul 19, 2016
@blueelvis blueelvis changed the title Fixed the X-Frame bug & Added Recommended Adapters Fixed the X-Frame bug Jul 26, 2016
@blueelvis
Copy link
Contributor Author

@mattab - Separated the code. Pushed the changes. Please check :)

@tsteur
Copy link
Member

tsteur commented Jul 28, 2016

@mattab the changes were made, can we merge this one?

}
if ($option == 'allow') {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mattab mattab added Pull Request WIP Indicates the current pull request is still work in progress and not ready yet for a review. Needs Review PRs that need a code review labels Aug 16, 2016
@mattab mattab modified the milestones: 2.16.x (LTS), 2.16.3, 3.0.0 Aug 23, 2016
@tsteur tsteur changed the base branch from master to 2.x-dev September 1, 2016 06:38
@mattab
Copy link
Member

mattab commented Sep 23, 2016

Hi @blueelvis
Thank you for this proposed pull request.

Because it was last updated more than one month ago, it is our policy to close pull requests opened for a long time without updates. If you would like to continue work on the pull request, please simply ping us to have it re-opened (after you have pushed a new commit).

We hope you understand this and we look forward to seeing an update from you on this pull request or another one!

Thanks.

@mattab mattab closed this Sep 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review PRs that need a code review Pull Request WIP Indicates the current pull request is still work in progress and not ready yet for a review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants