Scott Dawson

Results 3 issues of Scott Dawson

I have a function which roughly looks like this: ``` Input::replace(array('name' => 'Test Product', 'options' => array(array('title' => 'Default'), array('title' => 'Colour')))); $product = new Product; $product->save(); ``` I am...

I know the URL validation was removed in 69a7605 but it would simpler to implement if it's kept but the validation is not done via a regex.

This PR fixes the `disabled_for` config option not working correctly for lists. ``` log.info("TEST: %s %s %s %s", "list:%s".format(list_), "list:{}".format(list_), list_, cfg.filters.shows.disabled_for) ``` Returns ``` 2022-04-22 12:03:27,368 - INFO -...