jitesh_1 → changed the visibility of the branch 3285946-automated-drupal-10 to active.
jitesh_1 → changed the visibility of the branch 3285946-automated-drupal-10 to hidden.
Hello @i-trokhanenko,
Sure it would be great to have some help. First of all please get involved in the project with good patches and useful comments on issue queues.
Hello @tanguy_mervant,
You already have the confirmed user role
Thanks.
The user account has been confirmed.
The user already has the confirmed role.
Hello @cdog0812,
Hello @Shreeshanthi-Achar,
The user account can be re-activated or Unblocked by administrator user.
Hello @apaderno,
I checked my mail and I see only the first paragraphs were visible, so I changed the status to "postponed." Next time I checked the issue description and can't repeat this mistake again.
Welcome to the Drupal community!
The typical path to confirming users usually involves reviewing content. Without content to review, I am postponing this request.
If your posts show some knowledge about Drupal or you participate in the contribution process Drupal.org you will get the role. Visit https://www.drupal.org/node/1887616 → for more information.
Here is a list of resources to help you on the journey, thanks!
Issue Queue Etiquette
Contributor tasks
Adding tags to issues and using tags
Hello, @vishalkadam
This account has been blocked, therefore @gisle or any other site moderators. Please review this account.
Thanks gisle I read this issue tag guidelines.
Hello @cinnox,
I reviewed your post and given you the confirmed user role.
The user account's role has been confirmed.
Hello @socmanager,
You don't need that "confirmed" user role when maintaining your Drupal website.
Request for 'confirmed' user role
Hello @gisle,
typing mistake #2 Druoal.orgDrupal.org
The user account's role has already been confirmed.
jitesh_1 → made their first commit to this issue’s fork.
Hello @ReINFaTe,
Working Fine merge it and create the stable branch as we spent a lot of time on discussing this issue.
Hello @aswins2108,
I confirmed the account.
Hello @ReINFaTe,
Use $transaction->rollBack()
for error handling.
any updates on this? @apaderno
Hello, and a warm welcome to the Drupal community!
You can contribute to drupal.org without having the role.
The 'confirmed' role is for users that contribute to this website. In this case, you've not contributed any content except this post, so there is no content to review. Postponing for now, after you have posted some content on Drupal.org.
You can add a comment to this issue to request a new review in order to get 'confirmed' or you will get that automatically.
Please visit the Become a confirmed user → page for information.
Here is a list of resources that will assist you in making helpful contributions:
Hello @Eggsalad,
I confirmed your user role and site moderator will publish your issue.
Here is a list of resources to help you on your journey, thanks!
Issue Queue Etiquette →
Contributor tasks →
Adding tags to issues and using tags →
Thanks!
Hello @Eggsalad,
I confirmed your user role and site moderator will publish your issue.
Here is a list of resources to help you on your journey, thanks!
Issue Queue Etiquette →
Contributor tasks →
Adding tags to issues and using tags →
Thanks!
Hello @vishal.kadam,
I confirmed that account.
Hello @Yaroslav Drapoy,
I reviewed your content and given you the confirmed user role.
Here is a list of resources to help you on your journey, thanks!
Issue Queue Etiquette →
Contributor tasks →
Adding tags to issues and using tags →
Thanks!
Hello @jeffersonpatron,
I given you the confirmed user role and site moderator will publish your issue.
Here is a list of resources to help you on your journey, thanks!
Issue Queue Etiquette →
Contributor tasks →
Adding tags to issues and using tags →
Thanks!
Hello @tdorleac,
I reviewed your content and given you the confirmed user role
Hello @apaderno,
I had earlier seen that this account was blocked, but it was suddenly unblocked.
Hello @LoranRendelTemporary,
Your account can only be unblocked by administrators user.
Hello @onlyoffice,
Remove the develop branch
Hello @ashish.poddar,
I received your content and give you the confirmed user role
Hello @ashish.poddar,
Make a other issue for confirmed user role.
Hello @Does your dog bite,
I confirmed your account and site moderator will publish your issue
Thanks.
Hello @vishal.kadam,
Reviewer cannot declare the review branch.
Hello @cmlara,
"120 Lines/5 Functions"
In the documentation, I couldn't find this requirement.
https://www.drupal.org/docs/develop/managing-a-drupalorg-theme-module-or-distribution-project/security-coverage →
. If Git admin permits us to review, then we'll move on.
Hello @AbdeI,
This project is too small for us and it doesn't contain enough PHP code to really assess your skills as a developer.
Have you made any other contributions that we could instead review?
Hello @ReINFaTe,
I alter the field type as you required.
Hello @ReINFaTe,
https://git.drupalcode.org/project/profile/-/blob/8.x-1.x/profile.install Here is a link where you may view this module for this example.
I am closing this request, since there isn't any activity to review.
Please reopen this issue once you posted content related to Drupal, created an issue for a project hosted on drupal.org, provided a patch in an issue, or created a project on drupal.org, for example.
I am closing this request, since there isn't any activity to review.
Please reopen this issue once you posted content related to Drupal, created an issue for a project hosted on drupal.org, provided a patch in an issue, or created a project on drupal.org, for example.
Hello @ReINFaTe,
I'm merging it because it looks good to me.
Thanks.
jitesh_1 → made their first commit to this issue’s fork.
Hello @Jay Jangid,
After applying mr the module is not working.
Hello @corneboele,
I can't see blocked accounts, so the site moderators will help you.
The user already has the confirmed role.
Hello @ewaycorp,
I'm review your content and give you the confirmed role.
Thanks for contributing.
Hello @aldev,
I'm giving you the confirmed role and dite moderator will publish your issue.
Hello @martelus,
Remember to change the status to Needs review when the project is ready for review.
Hello @pgrandeg
butler_ai/src/Form/ButlerOpenAiConnectionSettings.php
$form['openai_url'] = [
'#type' => 'textfield',
'#title' => $this->t('OpenAI URL'),
'#description' => $this->t('OpenAI API endpoint.'),
'#maxlength' => 255,
'#size' => 100,
'#default_value' => $config->get('openai_url'),
];
$form['openai_token'] = [
'#type' => 'textfield',
'#title' => $this->t('OpenAI Token'),
'#description' => $this->t('OpenAI API personal token string.'),
'#maxlength' => 255,
'#size' => 100,
'#default_value' => $config->get('openai_token'),
];
$form['butler_ckeditor'] = [
'#type' => 'fieldset',
'#title' => $this->t('CKEditor Contextual Autocomplete'),
];
$form['butler_ckeditor']['ckeditor_engine'] = [
'#type' => 'select',
'#title' => $this->t('OpenAI CKEditor Engine'),
'#description' => $this->t('OpenAI favourite engine to be used in API calls. This engine may impact on your API costs, see more information in openai.com.'),
'#options' => $this->getEnginesList(),
'#default_value' => $config->get('ckeditor_engine'),
];
$form['butler_ckeditor']['ckeditor_tokens'] = [
'#type' => 'textfield',
'#title' => $this->t('Tokens'),
'#description' => $this->t('OpenAI CKEditor tokens per call.'),
'#maxlength' => 255,
'#size' => 100,
'#default_value' => $config->get('ckeditor_tokens'),
];
$form['butler_ckeditor']['ckeditor_type'] = [
'#type' => 'textfield',
'#title' => $this->t('Type'),
'#description' => $this->t("OpenAI CKEditor call type. Don't change if you are not sure what you are doing."),
'#maxlength' => 255,
'#size' => 100,
'#default_value' => $config->get('ckeditor_type'),
];
As a side note, we do not use capital case for all the words in a form element title or description.
Hi @lpeidro,
This module works for me. I review this module manually and did not find any error.
Thanks.
Hello @pgrandeg
The LICENSE file isn't necessary, since every project hosted on drupal.org is licensed under the same license used by Drupal core. That file is also automatically added from the packaging script.
Thank you for applying! Reviewers will review the project files, describing what needs to be changed.
Please read Review process for security advisory coverage: What to expect → for more details and Security advisory coverage application checklist → to understand what reviewers look for. Tips for ensuring a smooth review → gives some hints for a smother review.
To reviewers: Please read How to review security advisory coverage applications → , What to cover in an application review → , and Drupal.org security advisory coverage application workflow → .
While this application is open, only the user who opened the application can make commits to the project used for the application.
Reviewers only describe what needs to be changed; they don't provide patches to fix what reported in a review.