Shopblocks

Results 9 issues of Shopblocks

Allow the dropdown list of options to be displayed before the user starts typing values

Looking through the documentation I cannot see a way to split the read and writes for the redis driver. A cluster of redis machines can have one master (which is...

Im trying to an insert with the mysql function NOW() for a timestamp, but i get incorrect datetime value 'NOW()' which makes me think that it is sending it through...

bug

For us, the ability to have multiple checkboxes in a line would be very useful. This would be used as a 'signoff' feature, such that the developer can say when...

The ability to define default route caching would be a useful feature for performance reasons.

enhancement
performance
net

Since dependency injection can be done via $_classes, this is helpful in methods for doing static::_instance('ClassName') to get an instance of the class you want, so that tests can override...

rfc
architecture

Performing a count on a RecordSet is very memory intensive. Performing a count on 20,000 rows using ``` php

enhancement
data

When trying to connect to a user that doesn't exist, there is an exception thrown, but also a warning is thrown. This warning cannot be suppressed or hidden on our...

Is it possible to get the content from a j2 template file?