Account created on 24 July 2009, over 15 years ago
#

Merge Requests

Recent comments

πŸ‡ΊπŸ‡ΈUnited States rbrandon

Update of the patch to remove comment changes.

πŸ‡ΊπŸ‡ΈUnited States rbrandon

Patch to check the layout_builder_iframe_modal config before disabling the ajax submit handler in the form.

πŸ‡ΊπŸ‡ΈUnited States rbrandon

Similar to XB we have had to backport this to workaround some dependency issues and it is working well. We have several libraries that all depend on shared libraries. We were running into cases where the libraries were included in different aggregates and the dependencies were included in the minimal representative subset for both and ending up on the page twice.

Since the optimized aggregate urls don't track explicitly what other dependencies have been loaded like with ajax it would have required a lot of tinkering with weights and making duplicate libraries like with XB to get what the dependency sorting gives us out of the box.

πŸ‡ΊπŸ‡ΈUnited States rbrandon

Looks great, merged, thanks @scottatdrake

πŸ‡ΊπŸ‡ΈUnited States rbrandon

I updated merge request for 4.0.x branch with tests and addressed @kristen-pol comments.

πŸ‡ΊπŸ‡ΈUnited States rbrandon

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

πŸ‡ΊπŸ‡ΈUnited States rbrandon

Think this is a good solution and looks good.

πŸ‡ΊπŸ‡ΈUnited States rbrandon

Commited.

πŸ‡ΊπŸ‡ΈUnited States rbrandon

group_purl now has an active release confirmed to work with this module, closing this now that the two play nicely together.

πŸ‡ΊπŸ‡ΈUnited States rbrandon

This does not have enough info to troubleshoot.

πŸ‡ΊπŸ‡ΈUnited States rbrandon

Is this not how that Method is designed? It is called prefix, so I expect it to match any path prefixed with the modifier instead of matching the path exactly. I could also see where you would want to look at just a section of the path so that /foo/bar would just match on "foo".

πŸ‡ΊπŸ‡ΈUnited States rbrandon

finne this is no longer an issue in the current 8.x branch, the ContextHelper no longer passes the EntityTypeManager in construct, when I update the getStorage method to use dependency injection correctly I will use the interface.

πŸ‡ΊπŸ‡ΈUnited States rbrandon

rik-dev the current active branch is good for D9 and D10 so marking this fixed, please reopen if you have issues. seanb thanks for your work.

πŸ‡ΊπŸ‡ΈUnited States rbrandon

Marif4pk the current active branch is good for D9 and D10 so marking this fixed, please reopen if you have issues. seanb thanks for your work.

πŸ‡ΊπŸ‡ΈUnited States rbrandon

Thanks, Mike and Alberto, I appreciate your support.

Webflo, I will get the D10 version up here ASAP.

πŸ‡ΊπŸ‡ΈUnited States rbrandon

Thanks avpaderno, I did not contact them all so that would be helpful.

πŸ‡ΊπŸ‡ΈUnited States rbrandon

Link to main project, maybe it would help if project moderators are able to reach out also to yhahn and jmiccolis since it has been two weeks.

Link to project for ease: https://www.drupal.org/project/purl β†’

πŸ‡ΊπŸ‡ΈUnited States rbrandon

Still no reply from Contact from:

yhahn or jmiccolis, are you guys still active here?

πŸ‡ΊπŸ‡ΈUnited States rbrandon

We are currently running on D10 with our updated version. I will post that branch when approved or if it lingers more than a week further will find a way to get it to you if that works for your timeline. right now there are several patches applied off of an updated freelock branch so would be cleaner if I can get things consolidated.

πŸ‡ΊπŸ‡ΈUnited States rbrandon

Only some small changes are required to stop using deprecated classes.

πŸ‡ΊπŸ‡ΈUnited States rbrandon

rbrandon β†’ created an issue.

πŸ‡ΊπŸ‡ΈUnited States rbrandon

Greg,

Looks like this does not update the module to make use of the API key but instead lets the PubmedClient make use if a API key if called from another module. Looks like we needed to use an API key in order to get around a rate limit when this class was called importing a list of PMID's. Agree that adding this setting to the module to use by default might be a good idea.

Updated 2.x patch attached.

πŸ‡ΊπŸ‡ΈUnited States rbrandon

@aardWolf we are still based of 2.x branch with the patch, and did find that we had a couple bugs fixed by using the most recent tag in seboettg/citeproc-php also we are contributing some small changes there.

One thing to make sure of that is a bug in the 2.x branch of bibcite is that the "given" name in the author data sent to citeproc needs to be trimmed of any whitespace so that it will not cause double abbreviations ie "N. ." instead of "N." when abbreviating "Name"

πŸ‡ΊπŸ‡ΈUnited States rbrandon

This commit fixed a number of issue for us, but also created one when a redirect occurs when on a entity page. We need to carry through the master routematch if we are using it so that it holds the parameters for the entity page otherwise we will get NULL values in return. The attached patch fixes just that issue although I would like to completely rewrite this function.

πŸ‡ΊπŸ‡ΈUnited States rbrandon

Same issue, @minkahb did you find the issue before I dig through the code?

πŸ‡ΊπŸ‡ΈUnited States rbrandon

@aardwolf great, we have had some issues lately with the seboettg library and would love some more eyes on this since the errors from academicpuma are also adding up and we need to get to PHP 8 ASAP.

πŸ‡ΊπŸ‡ΈUnited States rbrandon

We have been using the patch from #29 and it seems to have been working well.

Production build 0.71.5 2024