Nathaniel Hammond

Results 34 issues of Nathaniel Hammond

I had an issue with some plugins as in their respective repos they were stored in a sub directory. Take [Pixel & Tonic's Contact Form](https://github.com/pixelandtonic/ContactForm) as an example. The actual...

### Description Currently, condition rules based on `BaseNumberConditionRule` only allow one value making it difficult to create a range. This PR adds the "Between…" option allowing you to specify a...

### Description PR adds the `inputOptions()` method to allow the control over the options passed to `Cp::textHtml()` method. As an example, shown in this PR, the number condition rule can...

### What happened? ### Description When create queries that use syntax along the lines of `['not', 'a', 'b', 'c']` the `Db` helper method `parseParam()` refines this to the following SQL...

bug
craft4

I have added the ability to add date field criteria to exports. It is definitely rough and ready but it works as expect and is at least a starting point

I have noticed a little oddity when editing and saving an export. I came across this when adding the ability to add date criteria to exports (which I will submit...

### Description Avoid double joining the `elements_sites` table. ### Related issues #3401

### What happened? ### Description When trying to add a line item on the order edit page it could be useful for developers to hook into the retrieval of the...

💡 enhancement
📝 order edit
commerce4

### Description Uses the new user edit screen support to add Commerce data in the control panel https://github.com/craftcms/cms/pull/14789