Richard Brown

Results 7 issues of Richard Brown

$this->newCategory returns an array (‘entity_id’, ‘path’, ‘level’) not just the entity_id

Is it intentional that the v4 vcl template hardcodes the [default utm parameters](https://github.com/nexcess/magento-turpentine/blob/master/app/code/community/Nexcessnet/Turpentine/misc/version-4.vcl#L213) that are the default ignore_get_params? It means that varnish is checking to remove them twice?

old-invalid

Hi, I'm trying to understand the behaviour with vcl_fix enabled/disabled. In the[ admin tooltip](https://github.com/nexcess/magento-turpentine/blob/master/app/code/community/Nexcessnet/Turpentine/etc/system.xml#L67) it says: > When Enable is selected, a VCL fix will be used to prevent formKey...

old-invalid

Hello, I've noticed what I think are a couple of issues with customer group pricing, here's a pull request that fixes them. I think there have been some inconsistencies with...

Sorry, I can't see anywhere mentioning whether this is compatible with 8.1, but after upgrading form 2.4.3, running bin/magento returns ``` bin/magento setup:upgrade PHP Fatal error: During inheritance of Iterator:...

This has the compatibility fixes I commented on, sets a default category_path_seperator "/", and reverses the parameters for explodeEscaped because having the first parameter optional is deprecated.