Account created on 12 March 2013, almost 12 years ago
  • Director, Software Architecture at ImageX 
#

Merge Requests

More

Recent comments

🇨🇦Canada b_sharpe

Added unit test to prove new functionality.

Attaching patch simply for composer.

🇨🇦Canada b_sharpe

b_sharpe made their first commit to this issue’s fork.

🇨🇦Canada b_sharpe

My bad, I credited you in the commit which used to do on here as well but has changed since the gitlab change I guess. Updated :)

🇨🇦Canada b_sharpe

I believe this just needs a Documentation update. The "Parent" here is technically just the output, and should be included when combining views.

🇨🇦Canada b_sharpe

Hard to tell without knowing your setup, but the main problem I can see is you're trying to utilize fields as output, when combining views you MUST use only "Rendered Entity" for the field output

🇨🇦Canada b_sharpe

b_sharpe changed the visibility of the branch 3257811-tmp-path to hidden.

🇨🇦Canada b_sharpe

b_sharpe changed the visibility of the branch 3492997-remove-destination to hidden.

🇨🇦Canada b_sharpe

My guess is you're going to have problems with all sorts of queries if you're trying to join/union between separate DB's.

Drupal technically can work this way, but only if the DB's are on the same server. Most managed hosting these days the DB server is different between DB's which means join/union is not natively supported without FEDERATED storage.

Open to MR's here to solve, but just thought I'd point that out

🇨🇦Canada b_sharpe

MR for review, adding a todo for D11 change. Also added 📌 Fix Tests, Add Preserve Changed Test Active to test this in the future

🇨🇦Canada b_sharpe

It appears the API here has changed in core. Also as of drupal 11, we can use #2329253.

🇨🇦Canada b_sharpe

Code looks good and works, added comment as I'm not sure if this needs a doc update specific for config actions and/or recipes?

🇨🇦Canada b_sharpe

Looks good, test failure was unrelated and passing after rerun 👍

🇨🇦Canada b_sharpe

Nice! Tested and working as designed. RTBC

🇨🇦Canada b_sharpe

Up for discussion, but if I'm wanting to clone an existing config and it doesn't exist, I'd expect an error here rather than just not cloning as this could affect further actions.

🇨🇦Canada b_sharpe

Removed my comment as I think base plugins make sense to be named this way as in `entity_create` and have derivatives be camel case. Everything looks great! RTBC

🇨🇦Canada b_sharpe

Everything looks good, I'm sure the messaging will always be of debate, but this could always turn to a config option at a later date.

🇨🇦Canada b_sharpe

I agree this should have a label, but the implementation here I think would break some existing installations.

🇨🇦Canada b_sharpe

Added closures and core dependencies to libraries. thanks

🇨🇦Canada b_sharpe

Not currently, each user can decide on dispatch based on the notification group, but not per notification.

🇨🇦Canada b_sharpe

b_sharpe made their first commit to this issue’s fork.

🇨🇦Canada b_sharpe

Fixes the variable not being passed when use cookies is turned off.

🇨🇦Canada b_sharpe

Leaving closed as this is obviously a 4.x thing as mentioned, but the following patch fixes the issues mentioned in #21 as I was having that exact problem of two streams initialized in a single request resulting in incorrect config.

🇨🇦Canada b_sharpe

Thanks for the reminder, I had already created a tag but forgot to add the release. Done :)

🇨🇦Canada b_sharpe

I was referring to the "New installation methods" section, it seemed somewhat relevant as core builds using webpack. My understanding of an upgrade of CKE in drupal is:

  1. Update core/package.json
  2. cd core
  3. yarn install
  4. yarn build
  5. yarn build:ckeditor5-types

What OS / Browser were you testing with? Here is the same thing (Simplytest default install) showing the issue on 15 with Chrome:

iOS 15 Screen grab

🇨🇦Canada b_sharpe

Though in my tests the performance impact is negligible, this makes sense and has no impact on functionality. RTBC

🇨🇦Canada b_sharpe

The MR appears to add the domains (if connect/img-src enabled) and nonce value as expected, but I still am getting blocks on scripts added by GTM.

(Report-Only policy) The page’s settings would block a script (script-src-elem) xxx from being executed because it violates the following directive: “script-src-elem 'self' 'report-sample' http://cdn.jsdelivr.net https://cdnjs.cloudflare.com 'nonce-EjwscYt6M7NBaMfSm3IMrw'”

🇨🇦Canada b_sharpe

Passing NULL to the entityFieldManager->getFieldDefinitions is the root here. It really shouldn't happen unless a payment type has been removed improperly, but regardless this will preven't the fatal and fallback to unavailable.

🇨🇦Canada b_sharpe

@pearls you're using the patch, for composer you need to use the diff: https://git.drupalcode.org/project/rate/-/merge_requests/7.diff

🇨🇦Canada b_sharpe

That is not part of this error. All I did was fix the issue of CKE update in which the modal was changed to viewModal: https://git.drupalcode.org/project/inline_responsive_images/-/merge_requ...

🇨🇦Canada b_sharpe

b_sharpe changed the visibility of the branch 3466926-discourage-use-of to hidden.

🇨🇦Canada b_sharpe

@Prashant.c where are the conflicts? The fork is 1 commit ahead of upstream... Please provide more details.

🇨🇦Canada b_sharpe

@Prashant.c that's because it's not in core, it's in this project (recipes initiative) which will get moved to core. You can see it here: https://git.drupalcode.org/project/distributions_recipes/-/blob/11.x/cor...

🇨🇦Canada b_sharpe

Why only class? This applies to any attribute a plugin is defining. If a plugin defines <div id> you now can no longer add ID's to any source edited divs.

I believe we either need an optout of the constraint as suggested in #53 🐛 [10.2 regression] CKEditor 5 breaks when "Source"/Source editing button is added and "Manually editable HTML tags" are specified Needs review or we need to re-evaluate why this constraint is needed in the first place.

🇨🇦Canada b_sharpe

Thanks, very helpful to debug, new patch should work for those cases.

🇨🇦Canada b_sharpe

b_sharpe changed the visibility of the branch 3302833-improve-pluginnotfound-exception to hidden.

🇨🇦Canada b_sharpe

b_sharpe changed the visibility of the branch 3302833-imporve-exception-3 to hidden.

🇨🇦Canada b_sharpe

b_sharpe made their first commit to this issue’s fork.

🇨🇦Canada b_sharpe

@DamienMcKenna can you see 🐛 Required contexts without a value: taxonomy_term Active , since this commit there are floods in logs of this, but there's really no rational behind why we're logging this when the conditions are still allowed

🇨🇦Canada b_sharpe

Can confirm the same issue, flooded logs with context that is ignored anyhow. Going to post on 🐛 Add logger in applyContexts Fixed so possibly flagged to original committers

🇨🇦Canada b_sharpe

I am still having this issue on 10.3.2 with Admin Toolbar.

  • Fresh 10.3.2
  • Login and check page - get MISS, then HIT
  • Install Admin Toolbar and give permission to user
  • UNCACHEABLE
🇨🇦Canada b_sharpe

Some of these fixes were relating to the inherited docs, not sure what the full process is there, but it's now passing.

Production build 0.71.5 2024