🇯🇵Japan @liuyuanchao

Account created on 2 August 2022, about 3 years ago
#

Recent comments

🇯🇵Japan liuyuanchao

Solve the conflicts.

🇯🇵Japan liuyuanchao

liuyuanchao made their first commit to this issue’s fork.

🇯🇵Japan liuyuanchao

Run pipelines by updating fork and some phpstan errors appeared.
I will try to fix it.

🇯🇵Japan liuyuanchao

liuyuanchao made their first commit to this issue’s fork.

🇯🇵Japan liuyuanchao

liuyuanchao made their first commit to this issue’s fork.

🇯🇵Japan liuyuanchao

Duplicate stylelint settings and I remove it.

🇯🇵Japan liuyuanchao

liuyuanchao made their first commit to this issue’s fork.

🇯🇵Japan liuyuanchao

Hi, @jrb
> I think you must have the certData specified directly in your authsources.php file

Yes, you are right.
Thanks for your fixing.

But I'm sorry for slow response, because we are focus on samlauth migration.
And we had migrated manually to samlauth.

Thanks for you great project.

🇯🇵Japan liuyuanchao

Fixed that the phpstan and phpunit run green.
Please review.

🇯🇵Japan liuyuanchao

liuyuanchao made their first commit to this issue’s fork.

🇯🇵Japan liuyuanchao

This MR only adds comments and the pipelines have passed successfully, I approve the changes.

pipelines: https://git.drupalcode.org/issue/gin-3536107/-/pipelines/548146

🇯🇵Japan liuyuanchao

liuyuanchao made their first commit to this issue’s fork.

🇯🇵Japan liuyuanchao

Create a MR to the latest 4.0.x branch.

🇯🇵Japan liuyuanchao

liuyuanchao made their first commit to this issue’s fork.

🇯🇵Japan liuyuanchao

Loved src/Form/CallbackDeleteForm.php.
And fix some other warnings, and only cspell warnings left.
Please review.

🇯🇵Japan liuyuanchao

I tried to fix phpunit errors.
And pipelines worked fine, please review.

🇯🇵Japan liuyuanchao

liuyuanchao made their first commit to this issue’s fork.

🇯🇵Japan liuyuanchao

Add test on previous major version.
Please review.

🇯🇵Japan liuyuanchao

liuyuanchao changed the visibility of the branch 3507096-setup-gitlba-ci to hidden.

🇯🇵Japan liuyuanchao

The pipelines failed because the repository is out of date .
I update the repo from upstream and create a new MR.
The phpunit worked no error.

> We also need to test on the previous major given Drupal 10 is still supported, so the gitlab CI template needs to be updated.

Try to add the feature.

🇯🇵Japan liuyuanchao

liuyuanchao changed the visibility of the branch 3507096-set-up-gitlab to hidden.

🇯🇵Japan liuyuanchao

liuyuanchao made their first commit to this issue’s fork.

🇯🇵Japan liuyuanchao

Defer only work in js file by script tags and not works in link tag.
So I just add it in js.

https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/scr...

🇯🇵Japan liuyuanchao

liuyuanchao made their first commit to this issue’s fork.

🇯🇵Japan liuyuanchao

Hi @jannakha

I'm sorry that I forgot tp create MR.

And I created MR, the pipeline works without errors and warnings.
Please review.

🇯🇵Japan liuyuanchao

Fix in 3537990-fix-ci-issues branch, please review.

🇯🇵Japan liuyuanchao

liuyuanchao made their first commit to this issue’s fork.

🇯🇵Japan liuyuanchao

I fix the issue in branch 3537989-fix-php-8.4.
Please review.

🇯🇵Japan liuyuanchao

Hi @roderik

Thank you for the detailed explanation.

At the same time you create the user, you should insert a record in the authmap table: uid = Drupal userid, authname = [ that unique ID ], provider = 'samlauth'.

We prepare to create a custom drush command to do this.
And I am very agreed with you that this should be documented.
Thank you.

🇯🇵Japan liuyuanchao

Hi @ jfurnas

Thank you for your advise.

I tried as what you said that access /user/login will redirect to the /saml/login route.

But I do not want to block the /user/login because I also use the drupal log in in some cases.

I update the issue description to be more detailed in what I want.

🇯🇵Japan liuyuanchao

The composer job failed just because the email is not right format.
I fix it and the job could run.

Should we fix the warnings in this issue or make other issues?

🇯🇵Japan liuyuanchao

liuyuanchao made their first commit to this issue’s fork.

🇯🇵Japan liuyuanchao

Fix all the warnings. Please review.

🇯🇵Japan liuyuanchao

liuyuanchao made their first commit to this issue’s fork.

🇯🇵Japan liuyuanchao

We are facing the same problem.

We use the r4032login module redirect to /saml/login, and redirect to /saml/login in fact.
But when using simplesamlphp module, it redirect to /{langcode}/saml_login when set as /saml_login.

It works fine when delete

default_url_options:
      path_processing: FALSE   

in samlauth.routing.yml as @roderik said.

Look forward to fix it.

🇯🇵Japan liuyuanchao

Update the template to the latest

🇯🇵Japan liuyuanchao

liuyuanchao made their first commit to this issue’s fork.

🇯🇵Japan liuyuanchao

Try to fix the error when use drupal10.5.
https://git.drupalcode.org/issue/ckeditor_tooltips-3531739/-/compare/1.0...

I am not familiar with the ckeditor5 plugins,
please review if it's OK.

🇯🇵Japan liuyuanchao

liuyuanchao made their first commit to this issue’s fork.

🇯🇵Japan liuyuanchao

Fix the pipelines error. Please review.

🇯🇵Japan liuyuanchao

liuyuanchao made their first commit to this issue’s fork.

🇯🇵Japan liuyuanchao

Thank you for testing.
And I fixed the phpcs errors.

🇯🇵Japan liuyuanchao

Thank you for your quick response.
Fixed so that arrows do not shrink. How about this?

🇯🇵Japan liuyuanchao

The issue is fixed in the latest version.
Print the right datetime in UTC.

🇯🇵Japan liuyuanchao

liuyuanchao made their first commit to this issue’s fork.

🇯🇵Japan liuyuanchao

Hi @avpaderno

Fix the background repeat when in some cases.
Please review.

🇯🇵Japan liuyuanchao

@ruby232

I add a default .gitlab-ci.yml file in branch 1.0.x.
Could you make a MR to check if it could work.

🇯🇵Japan liuyuanchao

Error occurs when someone use the old version of views_data_export.
Should we add a restriction in composer.json?

🇯🇵Japan liuyuanchao

Add a fix in 1.0.x branch, please check.

🇯🇵Japan liuyuanchao

Isn't it better to add a .gitlab-ci.yml file to enable the ci job.

🇯🇵Japan liuyuanchao

> D9 is no longer supported by this module, so all we need to do is make the parameters required:

You are right, I change the parameters not nullable, the phpunit passed.
And by the way, fix phpcs and phpstan warnings.
Please review.

🇯🇵Japan liuyuanchao

liuyuanchao made their first commit to this issue’s fork.

🇯🇵Japan liuyuanchao

Hi @divya.sejekan, Thank you for your testing.

It seems like you didn't set the display format to plain.
The default display format is not problem.

🇯🇵Japan liuyuanchao

Fix it in 3530242-fix-the-issues branch. Please check.

🇯🇵Japan liuyuanchao

liuyuanchao made their first commit to this issue’s fork.

🇯🇵Japan liuyuanchao

liuyuanchao changed the visibility of the branch 3528487-city-wont-display to active.

🇯🇵Japan liuyuanchao

I change the twig file to display the city in the case that `locality.code` not exists.

🇯🇵Japan liuyuanchao

liuyuanchao changed the visibility of the branch 3528487-city-wont-display to hidden.

🇯🇵Japan liuyuanchao

I test the MR, and it worked for me.

> AuthDecorator::lookupAccount() is doing a check for blocked accounts that it doesn't need to. I left it there but as far as I can tell it could be removed.

Maybe the check is for the error message.

🇯🇵Japan liuyuanchao

Fix in 3193939-the-content-language branch.

🇯🇵Japan liuyuanchao

Isn't it better to set the version of symfony/intl same with symfony/expression-language?

🇯🇵Japan liuyuanchao

I add the test code in 3115474-draft-available-text branch, but I can not make a MR.
Could anyone help to MR the code?

🇯🇵Japan liuyuanchao

Add a new MR for 4.x branch and add the functional test code.

Production build 0.71.5 2024