Sent email to maintainer → with the request.
vladimiraus → created an issue.
Two new merge requests and no comments?
Can you elaborate @pemson18?
We do not need to use use function...
for global functions.
Was that suggested by AI?
Should be fixed in 📌 Enable GitLab CI and cleanup build pipelines Active .
Most of the changes are in 📌 Enable GitLab CI and cleanup build pipelines Active .
Closing as outdated. Drupal version no longer supported.
Closing as outdated. Drupal version no longer supported.
Closing as outdated. Drupal version no longer supported.
Closing as outdated. Drupal version no longer supported.
Based on previous comment it needs work.
Drupal 6 is no longer supported.
Drupal 6 is no longer supported.
Drupal 7 is no longer supported.
Drupal 7 is no longer supported.
gargsuchi → credited vladimiraus → .
gargsuchi → credited vladimiraus → .
Committed and released.
vladimiraus → created an issue.
Drupal 7 is outta here 👋
Drupal 7 is outta here 👋
Drupal 7 is outta here 👋
Doneski
Replaced core with core_version_requirement.
Send email to maintainer.
vladimiraus → created an issue.
Drupal 7 is deprecated
Thank you. Committed.
vladimiraus → made their first commit to this issue’s fork.
Thank you @chri5tia.
Can you add MR and remove commented lines if they are nor required?
@ggh this is not Drupal 12 issue.
You need to read your errors.
Yeah, I'm still happy to help.
Back from my Drupal holidays
So many vultures...
Another +1. Crashed after the update. Patched fixed the crash.
#47 works well
Thanks @jurgenhaas and @jsacksick.
Updated for 3.0.x
vladimiraus → changed the visibility of the branch 3077612-missing-handling-of to hidden.
vladimiraus → made their first commit to this issue’s fork.
vladimiraus → made their first commit to this issue’s fork.
jjchinquist → credited vladimiraus → .
jjchinquist → credited vladimiraus → .
5.3.5 was released as patch: https://github.com/twbs/bootstrap/releases/tag/v5.3.5
vladimiraus → created an issue.
Thanks, everyone. Committed. 🥂
vladimiraus → made their first commit to this issue’s fork.
fubarhouse → credited vladimiraus → .
fubarhouse → credited vladimiraus → .
fubarhouse → credited vladimiraus → .
fubarhouse → credited vladimiraus → .
fubarhouse → credited vladimiraus → .
fubarhouse → credited vladimiraus → .
fubarhouse → credited vladimiraus → .
fubarhouse → credited vladimiraus → .
fubarhouse → credited vladimiraus → .
fubarhouse → credited vladimiraus → .
fubarhouse → credited vladimiraus → .
vladimiraus → created an issue.
I got similar error when trying to "Replicate" the submission.
Symfony\Component\Routing\Exception\MissingMandatoryParametersException: Some mandatory parameters are missing ("webform") to generate a URL for route "entity.webform_submission.canonical". in Drupal\Core\Routing\UrlGenerator->doGenerate() (line 180 of core/lib/Drupal/Core/Routing/UrlGenerator.php).
Error is happening on tab of the submission
bit not in the the submission list
jjchinquist → credited vladimiraus → .
Thanks @kul.pratap.
Seems like you brought many other changes. Please, only commit changes related to the issue, not 1000 files.
vladimiraus → created an issue.
jct321 → credited vladimiraus → .
jct321 → credited vladimiraus → .
Thanks @nginex. Production data is too complex to export.
Let me setup clear instance and try to replicate it.
From what I investigated, entities that are referenced in text fields are being exported as well (both taxonomies and nodes).
Nope, getting
The website encountered an unexpected error. Try again later.
Error: Xdebug has detected a possible infinite loop, and aborted your script with a stack depth of '512' frames in Drupal\Core\TypedData\DataDefinition->getDataType() (line 54 of core/lib/Drupal/Core/TypedData/DataDefinition.php).
After further investigation I found versions 1.4.7+ are unusable for complex websites with a lot of references.
The issues discovered:
- Even if taxonomy terms are UNselected in config, the module still exports taxonomies
- Taxonomies go into infinite loop, because of
$this->exporter->doExportToArray($entity->get('parent')->entity)
inDrupal\single_content_sync\Plugin\SingleContentSyncBaseFieldsProcessor\TaxonomyTerm::exportBaseValues()
- Instead of single content it is now exports all the content linked with no mechanism to stop it so it can result in hundreds of nodes instead of one.
Digging further, the module collects same entity multiple times so looks like it is cyclic until it runs out of memory or times out.
array:2 [▼
0 => "taxonomy_term"
1 => "1336"
]
array:2 [▼
0 => "taxonomy_term"
1 => "439"
]
array:2 [▼
0 => "taxonomy_term"
1 => "1336"
]
array:2 [▼
0 => "taxonomy_term"
1 => "439"
]
array:2 [▼
0 => "taxonomy_term"
1 => "1336"
]
array:2 [▼
0 => "taxonomy_term"
1 => "439"
]
array:2 [▼
0 => "taxonomy_term"
1 => "1336"
]
array:2 [▼
0 => "taxonomy_term"
1 => "439"
]
vladimiraus → created an issue.
Pushed to 5.0.x
needs review and testing.
All done. Thanks everyone. 🍻
vladimiraus → made their first commit to this issue’s fork.
Thanks for reporting @paulmartin84.
Committing now.
vladimiraus → changed the visibility of the branch 3428424-automated-drupal-11 to hidden.
Seems fixed.
phpstan is green.
Ready for review.
vladimiraus → changed the visibility of the branch 2.x to hidden.
Documentation reviewed. One path issue found and fixed.
gargsuchi → credited vladimiraus → .
gargsuchi → credited vladimiraus → .
Created MR#45 that works with the latest version.
It does work for me, however if the button if not added to CKEditor, it kills the whole page still.
vladimiraus → changed the visibility of the branch ckeditor5-alt to hidden.
vladimiraus → changed the visibility of the branch 3274028-ckeditor-5-compatibility to hidden.