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

Upgrade Colorbox #28

Closed
wants to merge 5 commits into from
Closed

Conversation

ciddennis
Copy link
Contributor

Upgrade to 1.5.13 Color box in order to fix simplecov-ruby/simplecov#270.

Upgrade to 1.5.13 Color box in order to fix simplecov-ruby/simplecov#270.
@scarver2
Copy link

All my manual tests confirm this fixed the issue in Safari. I also tested Chrome, Firefox, and Opera.

@bf4
Copy link
Collaborator

bf4 commented Aug 22, 2014

@ciddennis It looks like you have more than one commit of material in the one commit.

  1. cleaning up the gitignore
  2. updating the vendored jquery plugin
  3. modifying application.js in ways I can't tell via the github ui.

Would you mind splitting your changes into multiple topical commits and force pushing to your master branch (this will automatically update the PR)

@ciddennis
Copy link
Contributor Author

I will clean up the .gitignore. I use ruby mine and just had it add its config directory to the file which deleted the comments in the file. I will change it back to just have the .idea directory.

As for the application.js that was generated via the rake assets:compile in order to get the new version of the plugin merged in as I thought that was required, am I wrong in thinking this?

Thanks

@bf4
Copy link
Collaborator

bf4 commented Aug 22, 2014

@ciddennis Sounds like you did that right (I was just commenting as a consumer of the PR and didn't know why it was changed, as I didn't look at the code). Would be good to say that in the commit.

@@ -22,5 +22,4 @@ coverage
rdoc
pkg
.sass-cache

## PROJECT::SPECIFIC
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is not really removed, Check out the raw file, just a bad diff output in GitHub.

Copy link
Collaborator

Choose a reason for hiding this comment

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

git reset d543f0a4187d00c16c904f && git commit -a --amend -v && git push -f origin master

@gurix
Copy link

gurix commented Sep 1, 2014

👍

@michaelherold
Copy link

@ciddennis Just so you know, you can ignore .idea in your ~/.gitignore file, so you don't have to add this to projects that you work on. I added that to my personal ~/.gitignore and it made my life much easier.

@senorprogrammer senorprogrammer mentioned this pull request Oct 23, 2014
@bf4
Copy link
Collaborator

bf4 commented Nov 9, 2014

Closed by 1ba6e43

@bf4 bf4 closed this Nov 9, 2014
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

Successfully merging this pull request may close these issues.

Safari rendering issues
5 participants