Dean Sofer
Dean Sofer
The whole damn things a mess and I myself have a hard time figuring out what it's doing. Not to mention most of the logic is lumped together in few...
I really haven't bothered maintaining support for cake1.2 I think I should go through and drop all the unused code from the plugin. If we want to bother re-adding 1.2...
I haven't bothered working on this just because the 6 select inputs clutter up the page. I intend to use jquery calendar picker if at all, because anything else is...
This is both good and bad. Good because you can choose to not update a boolean by leaving the select blank, but bad because you cannot explicitly blank any field....
Refer to https://github.com/sams/BakingPlate/issues/47
Notes from it's development: DATA ARRAY NEEDS TO BE UPDATED!!! /** * Shopping Cart Component * * @author Dean Sofer (ProLoser) * @version 0.2 * @package CakePHP Shopping Cart Plugin...
Right now the supplied template MVC/CRUD is broken and outdated. Luckily the behavior and datasources are slowly moving along to a more reasonable point. If someone decides to build a...
Those guys at @CINEPASS did an awesome job adding what I've found to be a super critical tweak.
@plroebuck I have found that abao just isn't powerful enough for me. It's essentially an obfuscation around mocha that doesn't really give you the ability to perform tests across requests...
I have a long api endpoint: `/browse/items/{browse_type}/filter/{filter_type}/sort/{sort_method}/offset/{offset}/size/{size}:` and I can query it by doing `abao browse.raml /browse` but in my hooks just using `/browse` will not match this endoint, instead...