Brent Christensen

Results 36 issues of Brent Christensen

First off, thank you so much for an amazing suite of date and time picker components you have built. This PR provides a fix for a super minor bug I...

prepping for EDTR merge to master

This PR adds a mechanism for adding awesome looking admin notices prompting users to activate required plugins. This will allow us to remove some of the third party libraries we...

type:feature-request ๐Ÿ™
category:admin-page-ui-&-ux
category:3rd-party-integrations
priority:normal
status:review

in `EventEspresso\core\libraries\rest_api\controllers\model\Write::removeRelation()` specifically: ```php $join_model_obj_after_removal = $relation->get_join_model()->get_one( [ [ $model->primary_key_name() => $model_obj->ID(), $relation->get_other_model()->primary_key_name() => $other_obj->ID(), ], ] ); if ($join_model_obj instanceof EE_Base_Class) { $response['join'][ strtolower($relation->get_join_model()->get_this_model_name()) ] = $this->returnModelObjAsJsonResponse( $join_model_obj, $request...

type:bug ๐Ÿž
category:models-and-data-infrastructure
priority:normal
status:feedback-needed

There's still some escaping issues in EE core that need to be fixed. Some of these may require the source code to be refactored in order to achieve this. For...

type:task ๐Ÿงน
priority:high
status:next
category:decaf

From the WordPress Plugin Review Team: > Offloading images, js, css, and other scripts to your servers or any remote service (like Google, MaxCDN, jQuery.com etc) is disallowed. When you...

category:assets
type:task ๐Ÿงน
priority:high
status:next
category:decaf

The third party libraries in the `core/third_party_libs/` directory need to have one of the following actions applied to them: ##### ACTION OPTIONS - `A` moved to global assets folder `core/templates/global_assets`...

category:3rd-party-integrations
type:task ๐Ÿงน
priority:high
status:next
category:decaf

The following third party libs potentially need to be removed from decaf after having a download prompt added and all usage moved behind a feature flag. - Jaybizzle - PUE...

type:build-process ๐Ÿ”จ
category:3rd-party-integrations
priority:high
status:next
category:decaf

Online tests for both master and dev branch are failing with the following error: ``` There was 1 failure: 1) CachingLoaderTest::testResetCache Failed asserting that actual size 3 matches expected size...

category:unit-tests

Tony informed me of a situation where additional fees applied to a transaction that exceed the final price for the primary registrant's registration, can result in the inability to make...

type:enhancement ๐ŸŽ‰
category:spco-&-registration
status:on-hold