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

Account created on 31 July 2010, over 14 years ago
#

Merge Requests

Recent comments

πŸ‡¬πŸ‡§United Kingdom mjpa

Had the same issue and had to pin to a specific version in composer.json.

This fixes the issue and https://www.drupal.org/docs/develop/using-composer/add-a-composerjson-file β†’ recommends not having the core requirement.

I assume this won't stop composer bringing in 2.1.0 / 2.1.1 for D9 unless they're removed somehow and re-released?

πŸ‡¬πŸ‡§United Kingdom mjpa

This patch will need work as when applied, the Webform UI stops showing any webforms in the list.

πŸ‡¬πŸ‡§United Kingdom mjpa

Created a MR with a fix, before, the output (for both times) was:

Executing drush content:export node  --entities="11006"

 [notice] Message: Successfully exported the content. You can find the exported file at the
following location:
/var/core/www/scs-export/node-article-6a914ecd-c45c-4dd9-96f7-52db833ae391_14.yml

With the fix applied, the 2nd execution gives the output:

Executing drush content:export node  --entities="11006"

 [notice] Message: Successfully exported the content. You can find the exported file at the
following location:
/var/core/www/scs-export/node-article-6a914ecd-c45c-4dd9-96f7-52db833ae391_14_0.yml

which contains the correct filepath.

πŸ‡¬πŸ‡§United Kingdom mjpa

I've added a commit (I think/hope!) to the issue fork to allow publish state / unpublish state to be in the form without the other. The logic check of both not existing doesn't let 1 of the fields being in the form by itself.

πŸ‡¬πŸ‡§United Kingdom mjpa

The plugin has the "From, Source title" hard coded for some reason. I've attached a patch that:

1. Uses the source text you enter for the figcaption
2. Doesn't wrap it in a cite element or create a cite attribute so you control the exact text
3. Change the dialog to use "Source" as a label, "Source URL" is confusing as it doesn't need to be a URL

πŸ‡¬πŸ‡§United Kingdom mjpa

Patch in #82 doesn't work for us, it removes the ajax_view.js changes present in #80.

#80 applied to 9.5.5 cleanly and works for us.

πŸ‡¬πŸ‡§United Kingdom mjpa

For us, this was caused by the following missing from solrconfig_extra.xml:

<!--
  Elevator
  7.0.0
-->
<requestHandler name="/elevate" class="solr.SearchHandler" startup="lazy">
  <lst name="defaults">
    <str name="echoParams">explicit</str>
    <str name="df">id</str>
  </lst>
  <arr name="last-components">
    <str>elevator</str>
  </arr>
</requestHandler>
Production build 0.71.5 2024