-
Notifications
You must be signed in to change notification settings - Fork 253
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
Devel #869
Merged
Merged
Devel #869
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function names with the magic method to speed up logging. Updated log function attributes handling to mitigate risk of incorrect vsprintf usage (issue #495). modified: app/code/community/Nexcessnet/Turpentine/Helper/Debug.php
Add OS X .DS_Store and nbproject to gitignore
…c-page Feature/admin clear specific page
Added customer_group access option to cache based on customer group
Fix messages returning a empty <ul />
…ixes. Added check for vcl sub.
request pass, 0 hits)
[#832] bugfix, reg.url does not contain hostname (leads to permanent request pass, 0 hits)
Replace Nexcessnet_Turpentine_Model_Dummy_Request with Magento model
escape | character
#499 removed app/code/local/Mage/Core/Model/Session.php in place of a rewrite, but didn't remove the reference to this file from modman. This is currently breaking composer installs in some cases.
Removing ref to nonexistent file from modman
Allow to override initial cookie domain for multi-store setups
refs Fix from Deivison Arthur for formKey issues and switch between fixes
Also replaced all tabs by spaces.
Fixed bug in commit 9b0c601: one closing brace too much.
See https://github.com/nexcess/magento-turpentine/blob/devel/CHANGELOG.md vs https://github.com/nexcess/magento-turpentine/blob/master/CHANGELOG.md for a complete set of changes. |
miguelbalparda
added a commit
that referenced
this pull request
Jul 28, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
A lot of good stuff!