Sean Benoit

Results 6 issues of Sean Benoit

Found a bug in AuthHelper related to getCurrentUrl() (the querystring isn't stripped out). It's easy enough to fix, however - If `static::getCurrentUrl()` was used in place of `self::getCurrentUrl()` in `\PHPShopify\AuthHelper::createAuthRequest()`...

![selectivity-too-long](https://cloud.githubusercontent.com/assets/3028462/14431655/98290f6e-ffd4-11e5-8884-ffeca01c8de5.png) When the selected item label is too long and options.removable, a.selectivity-single-selected-item-remove is covered up by span.selectivity-single-selected-item. It seems like a CSS fix - but figured I'd mention it because...

bug

Maybe it's the way I'm doing things, or I don't understand how to use $(el).selectivity('clear')... but I cannot figure out why the JS error "Cannot call method on element without...

enhancement

Add a data attribute to the parent element as a way to style child elements based on mode (styling height differently for single vs multiple). I figured doing it this...

enhancement

Had to rework sqlJoinsAndWhere method to work with alias's properly. Probably a few other changes that I don't recall. ``` php

Make sure all escaping is handled correctly.