Tom King

Results 27 issues of Tom King

Add closing template tag (otherwise it will throw an error if the developer cuts and pastes)

This is in a `1.4.x` app, but I think it might apply to `2.x` as I don't think the caching was touched. Let's say you have this controller: ``` component...

bug
$50 Bounty

`useIndex` is supported on `findAll()` which `deleteAll()` uses under the hood; but we don't allow for passing through that argument. I can't think of a reason why we wouldn't?

At the moment, if you want to clear a cached action, you need to reference an internal wheels function `$clearCachableActions()`. Might be useful to have this available officially via `clearCachableActions()`...

enhancement

One of the things I've always liked about things like drupal (and to a lesser extent, wordpress) is the ability to define settings "per site" - i.e match the incoming...

enhancement

Er, probably about time. Should be easy-ish to add to the docker test suite, so shouldn't be completely painful to test against.

See google groups thread Essentially, we're doing an IP check for maintenance mode anyway, so we could apply similar logic for the GUI. We could also apply it for the...

enhancement

TEXT is a default "lots of text" data type that can store up to 65,535 characters - fine for most things, except when storing things like large json strings or...

This would be useful for things like bootstrap 4 which requires the active class to be set on the parent element, i.e the `` in this example ``` Previous 1...

enhancement
good first issue