Sander Hagenaars

Results 15 issues of Sander Hagenaars

This module looks awesome as hell. It just seems weird that when you copy a lang file to a new language, it ends up in that selected module, and therefore...

It seems quite normal on webshops to have name fields on both Shipping and Billing addresses. Right now in Silvershop on the standard OrderForm, Billing Address does not have FirstName...

Hello, I just noticed if I've created a modeladmin and enter a wrong modelClass in the URL, a fatal error occurs. It happens on line 156 in `ModelAdmin::init()` While I...

complexity/low
impact/low
affects/v4
type/bug
type/UX

It seems the various hooks in classes such as RESTfulAPI_DefaultQueryHandler get called twice. If I define onAfterDeserialize() on a DataExtension, this method gets called twice in RESTfulAPI_DefaultQueryHandler::updateModel(), by this code:...

Hi I noticed in one of the examples you linked to https://developers.google.com/analytics/devguides/collection/gajs/eventTrackerGuide?csw=1 . When visiting this link you will notice a big warning message from Google, saying it is legacy...

Hello Running this module on a PHP5.6 project, will give an error concerning certificates. The issue and the fix for it is decribed here: https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting#php-56-certificate-verification-failure I fixed it by adding...

Hey When trying to run SilverGraph/png, it throws "Couldn't execute dot command, ensure graphviz is installed and 'dot' postpended to your graphviz path. See README.md. Shell error: sh: dot: command...

Various critical and non critical fixes for ss4.1

It seems when using a ``` DropdownField ``` in a ```BetterButtonNestedForm ``` the required JS and CSS for the chzn plugin is not included in the generated iframe. This is...

Hello Im using `BetterButtonNestedForm` which works perfectly. The only problem is it does not update the information shown in the CMS after submitting the form. When you use a normal...