-
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 #1062
Merged
Merged
Devel #1062
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
Forgot to update changelog when this was merged in.
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Scrutinizer Auto-Fixes
Invalidating cms pages with url enging with slash. Like: http://domain.com/about-us/
Invalidating cms pages with url enging with slash
Add the form key to wishlist submit to prevent 403 errors.
to resolve Issue #938
It did not work in case an extension used in config.xml: <models> <mygroupname> <class>MyPackage_MyExtension_Model</class> <mygroupname> </models> Because then the class guessed by getModelName($product) is: `myextension/product` while it should be `mygroupname/product`. I made the function check if the guess is a valid model. If not: the right value is quite hard to look up, so I decided to return `MyPackage_MyExtension_Model_Product` in this example.
Prime Checkout and Light Checkout Compatibility
When enabled: Always serve the same version of a static file. Ignore domain, cookies and browser version. Saves memory and lowers cache misses. Thanks to @toonvd for the idea of this improvement. Improved some use of booleans in Varnish version 2.1 config
Custom included VCL is now included at the bottom of the generated VCL
…_static_files "Use Simple Hash" option for static files
Improved helper function getModelName()
Turpentine sets the fake cookie 'frontend=crawler-session' when a crawler is detected. This causes lock problems with Cm_RedisSession, because all crawler hits are requesting the same session lock. Cm_RedisSession provides the define CM_REDISSESSION_LOCKING_ENABLED to overrule if locking should be enabled. I added an 'controller_front_init_before' event listener to set this define if the fake session cookie exists.
…k_cm_redissession Fix for crawler lock problem with CM_RedisSession
Added ESI policy for cookie notice block
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Scrutinizer Auto-Fixes
miguelbalparda
added a commit
that referenced
this pull request
Jan 14, 2016
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.
No description provided.