Jon Clausen

Results 10 issues of Jon Clausen

- Adds an index to `cb_contentVersion` ( isActive, content ) to speed up when search includes the content - Disallows other searches for content when one is already in progress...

- Resolves CONTENTBOX-1406 - Fixes an issue where the info table pill for the publish status was not updated when an item was sent back to draft - Clears out...

This PR is targeted to master as an urgent patch, due to the argument changes for `commandbox-migrations` v4.

Resolves CONTENTBOX-1296. Video Attached to demonstrate UI functionality. https://user-images.githubusercontent.com/5255645/195915356-7b15acbd-2a35-4a8a-9edb-5610110aa40d.mov

This patch addresses Issue #50 and authentication against Mongo 3.0+ databases. It also implements an optional key in the config auth structure for an authenticationDB key in the hosts array...

Adds tests for ACF2023 and `coldbox@be`

`doesntHave` currently creates a `WHERE NOT EXISTS` sub-select on a to-one relationship that looks like this: ``` SELECT * FROM [myTable] WHERE NOT EXISTS (SELECT 1 FROM [myOtherTable] WHERE ([myOtherTable].[id]...

difficulty: medium
contributions: up for grabs
type: bug

Due to the overload of the `get` method in `CBORMCompatEntity`, the pass through on the `with( 'myRelationship' )` when using an in-entity will always fail with the exception: `The value...

difficulty: complex
contributions: claimed
type: bug

Quick's behavior is to throw a hard error when attempting to access a relational property on an unloaded entity. It is often common to perform post-fill checks on properties to...

considering

Because virtual attributes at detached from the properties of the component, there is no way to specify a default when declaring one, other than a setter after declaring the virtual...

contributions: up for grabs
difficulty: starter
type: breaking change
type: improvement