πŸ‡¬πŸ‡§United Kingdom @matason

Account created on 21 September 2006, over 18 years ago
#

Recent comments

πŸ‡¬πŸ‡§United Kingdom matason

Hi, thanks for the patch, which I tried today.

It applies cleanly to Drupal (I would love to say which version but /admin/reports/status is timing out for me) but I see that it adds the message to the bottom of the form, instead of the top?

https://www.w3.org/WAI/WCAG22/Techniques/html/H90#example-2-using-an-ast... states...

It is important that the asterisk meaning is defined at the start of the form.

I just wondered if this was a deliberate decision or whether it's worth me creating a patch to put the message at the top of the form?

Best,

Chris

πŸ‡¬πŸ‡§United Kingdom matason

Thanks, @quietone

πŸ‡¬πŸ‡§United Kingdom matason
πŸ‡¬πŸ‡§United Kingdom matason

Thanks for the patch... tested and working for me.

Best,

Chris

πŸ‡¬πŸ‡§United Kingdom matason

Thanks for sorting that out, xurizaemon!

Best,

Chris

πŸ‡¬πŸ‡§United Kingdom matason

Thanks Rohan!

Thanks for doing that, I've made a small comment on the merge request.

Best,

Chris

πŸ‡¬πŸ‡§United Kingdom matason

Apologies, I have reported this to the wrong project, I'll move it.

πŸ‡¬πŸ‡§United Kingdom matason

Hi, I was just trying to update the merge request, I've probably done something wrong - https://git.drupalcode.org/issue/menu_breadcrumb-3392139/-/pipelines/310...

Sorry.

πŸ‡¬πŸ‡§United Kingdom matason

matason β†’ made their first commit to this issue’s fork.

πŸ‡¬πŸ‡§United Kingdom matason

Hi folks,

I've had a look at the patch and it's pretty much the direction I was going in, I'd start work on it locally before checking the issue queue...

Having reached the same point, I started to think about it bit more... regarding SqlContentEntityStorage, I think it could be a good idea to separate out the read operations from the write options.

I'm thinking SqlContentEntityStorage could become a facade with two underlying objects, a reader and a writer. That way, instead of introducing more execution paths to the code in the class "if we're reading, use a replica, if we're writing, use default", we can just pass the database.replica to the reader, safe in the knowledge that it'll get default if no replica's are configured and pass default through to the writer.

Before I go off and attempt to carve this out, I just thought I'd share the idea to see if sounds sensible to anyone else?

πŸ‡¬πŸ‡§United Kingdom matason

Remove the "in the future" nature of the SQLite requirements for Drupal 10.

Production build 0.71.5 2024