Account created on 29 September 2006, over 17 years ago
#

Merge Requests

More

Recent comments

πŸ‡­πŸ‡°Hong Kong yookoala

yookoala β†’ changed the visibility of the branch 11.x to hidden.

πŸ‡­πŸ‡°Hong Kong yookoala

yookoala β†’ changed the visibility of the branch 3342417-permissions to hidden.

πŸ‡­πŸ‡°Hong Kong yookoala

I'd argue approach #1 and #2 are not mutually exclusive. While approach #2 is more of a user experience concern, approach #1 makes the code more resilient and robust either way.

πŸ‡­πŸ‡°Hong Kong yookoala

The fix has implemented to both 10.4.x and 11.x branch. Please review.

πŸ‡­πŸ‡°Hong Kong yookoala

The implementation is done. Please help to review.

πŸ‡­πŸ‡°Hong Kong yookoala

yookoala β†’ changed the visibility of the branch 3310075-toolbar-js-errors to hidden.

πŸ‡­πŸ‡°Hong Kong yookoala

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

πŸ‡­πŸ‡°Hong Kong yookoala

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

πŸ‡­πŸ‡°Hong Kong yookoala

Is there anything we can speed up the release for D10? Is there anything blocking?

πŸ‡­πŸ‡°Hong Kong yookoala

Sorry about the "composer require failure" tests, but they are failed because incorrect PHP version (<8.1.0) paring with D10.

πŸ‡­πŸ‡°Hong Kong yookoala

Drupal 9 has been deprecated. Please release this as soon as possible.

πŸ‡­πŸ‡°Hong Kong yookoala

Please remove the dependency.

drupal/better_exposed_filters 6.0.2 requires drupal/jquery_ui_slider ^1.1, that is not compatible with Drupal 10. This dependency is now blocking my site upgrade. If the dependency is not necessary in the first place, it is only sensible to remove it.

πŸ‡­πŸ‡°Hong Kong yookoala

@apaderno: Is there any update to this yet? Please advice how we should proceed next.

πŸ‡­πŸ‡°Hong Kong yookoala

With the co-maintain permission, I don't seem to have ability to merge MR from other users. I'd prefer to be able to do that with maintainer permission, if that's what required.

πŸ‡­πŸ‡°Hong Kong yookoala

Might I add the title was changed 2 months ago in the project's issue tracker (as shown here). It was not changed when the issue is was moved.

πŸ‡­πŸ‡°Hong Kong yookoala

I've sent private message and opened issue more than 2 weeks ago now. I've received no reply from the project owner.

Please let me know how I might proceed to maintain or take ownership of the project

Project link:
https://www.drupal.org/project/filter_twig β†’

Thanks.

πŸ‡­πŸ‡°Hong Kong yookoala

Implemented the change I mentioned. Please check if this is good enough for production. Thanks.

If things go right, I should be able to create a new sub theme by running this in bash with drush:

drush php:eval "
$m = new \Drupal\bootstrap5\SubthemeManager(\Drupal::getContainer()->get('file_system'), \Drupal::getContainer()->get('messenger'));
echo $m->createSubtheme('mysubtheme', 'My Bootstrap 5 Subtheme', 'themes/custom');
"
πŸ‡­πŸ‡°Hong Kong yookoala

I have freshly installed views_show_more on Drupal 10.1.3. And I've setup a very simple view to use the Views Show More pager. When I clicked the "Show More" link, the browser refreshed into another page. This is not supposed to happen.

I've disabled Javascript caching. Then I've added a single console.log on top of Drupal.AjaxCommands.prototype.viewsShowMore. I don't think that console log is ever run after I clicked the "Show More" link in pager.

Production build 0.69.0 2024