Ben Croker

Results 13 issues of Ben Croker

TypeScript would bring lots of DX benefits to the htmx source code. Besides the obvious strict type checking, we would be able to write code using the latest and greatest...

enhancement

### Description While migrating entries that had related assets stored in an Amazon S3 bucket, the plugin was erroring each time it tried to download a filename that had non-ascii...

bug

Large queue jobs should be batched using a new config setting. Batchable jobs were only introduced in Craft 4.4, so this will have to happen in Blitz 5. Related: https://github.com/putyourlightson/craft-blitz/issues/535

enhancement

This PR changes the return values of failure and success responses to use Craft’s `asModelFailure` and `asModelSuccess` controller methods. This helps standardise response structures and brings them in-line with how...

Solves https://github.com/jalendport/craft-stripecheckout/issues/26

This omits the DBA (PhpMyAdmin) container, because there are plenty of better database management tools around.

With the redesigned UI in Craft 3.4, the Searchit plugin is broken. Specifically, the `_elements/indexcontainer` template has been renamed to `_elements/toolbar`, likely along with some other changes. Renaming the template...

Front-end action URL requests are treated differently than control panel action URL requests. [Snaptcha](https://putyourlightson.com/plugins/snaptcha), for example, blocks all POST requests to the front-end that do not contain a validation field...

This PR fixes some broken links in the docs and reference.

This PR addresses spacing issues that regularly results in rogue trailing lines. It is based on the work of [@devolute](https://mastodon.social/@devolute): https://mastodon.social/@devolute/112615852011105973 1. Sets the CKEditor branding to `outside`. 2. Equalises...