πŸ‡ΊπŸ‡¦ Rivne
Account created on 5 July 2017, over 7 years ago
#

Merge Requests

Recent comments

πŸ‡ΊπŸ‡¦Ukraine Ressinel πŸ‡ΊπŸ‡¦ Rivne

ressinel β†’ created an issue.

πŸ‡ΊπŸ‡¦Ukraine Ressinel πŸ‡ΊπŸ‡¦ Rivne

Hey!

I made this option globally and created MR.
Please, review this and let me know if we need additional changes.

πŸ‡ΊπŸ‡¦Ukraine Ressinel πŸ‡ΊπŸ‡¦ Rivne

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

πŸ‡ΊπŸ‡¦Ukraine Ressinel πŸ‡ΊπŸ‡¦ Rivne

Here is how the table looks after fixes.

πŸ‡ΊπŸ‡¦Ukraine Ressinel πŸ‡ΊπŸ‡¦ Rivne

Re-rolled patch #13 to make it compatible with Drupal 10.

πŸ‡ΊπŸ‡¦Ukraine Ressinel πŸ‡ΊπŸ‡¦ Rivne

Thanks a lot!

πŸ‡ΊπŸ‡¦Ukraine Ressinel πŸ‡ΊπŸ‡¦ Rivne

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

πŸ‡ΊπŸ‡¦Ukraine Ressinel πŸ‡ΊπŸ‡¦ Rivne

Add an example of how to delete multiple state items.

πŸ‡ΊπŸ‡¦Ukraine Ressinel πŸ‡ΊπŸ‡¦ Rivne

Remove the extra word 'out'.

πŸ‡ΊπŸ‡¦Ukraine Ressinel πŸ‡ΊπŸ‡¦ Rivne

Replace table 'node' with 'node_field_data' to make code executable on the latest Drupal versions. The 'node' table has no 'uid' column.

πŸ‡ΊπŸ‡¦Ukraine Ressinel πŸ‡ΊπŸ‡¦ Rivne

Make examples executable for the latest Drupal versions. Change table 'node' with 'node_field_data' since the table 'node' has no 'uid' column.

πŸ‡ΊπŸ‡¦Ukraine Ressinel πŸ‡ΊπŸ‡¦ Rivne

Replace array() with [] in the query fields()

πŸ‡ΊπŸ‡¦Ukraine Ressinel πŸ‡ΊπŸ‡¦ Rivne

The extra article 'the' was deleted.

πŸ‡ΊπŸ‡¦Ukraine Ressinel πŸ‡ΊπŸ‡¦ Rivne

Re-rolled patch for 6.0.x

πŸ‡ΊπŸ‡¦Ukraine Ressinel πŸ‡ΊπŸ‡¦ Rivne

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

πŸ‡ΊπŸ‡¦Ukraine Ressinel πŸ‡ΊπŸ‡¦ Rivne

I created MR for this Drupal 10 compatibility fixes issue.
Additionally, I fixed warning with default theme in test (see attachment).

πŸ‡ΊπŸ‡¦Ukraine Ressinel πŸ‡ΊπŸ‡¦ Rivne

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

πŸ‡ΊπŸ‡¦Ukraine Ressinel πŸ‡ΊπŸ‡¦ Rivne

I created MR with dependency of "graylog2/gelf-php": "^2.0" (https://packagist.org/packages/graylog2/gelf-php#2.0.1) which requires psr/log: ^1|^2|^3.

πŸ‡ΊπŸ‡¦Ukraine Ressinel πŸ‡ΊπŸ‡¦ Rivne

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

πŸ‡ΊπŸ‡¦Ukraine Ressinel πŸ‡ΊπŸ‡¦ Rivne

Rerolling patch #23 to allow to see toolbar actions when a user has administer taxonomy permission.

πŸ‡ΊπŸ‡¦Ukraine Ressinel πŸ‡ΊπŸ‡¦ Rivne

I tested changes from MR and it works properly.
Attached patch for a handy and secure applying.

πŸ‡ΊπŸ‡¦Ukraine Ressinel πŸ‡ΊπŸ‡¦ Rivne

Rerolling patch #22 to fix the error:

Path: /taxonomy_manager/term/1111/edit?destination=/admin/structure/taxonomy_manager/voc/geography. Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException: Could not find '{taxonomy_vocabulary}' request argument, therefore cannot check create access. in Drupal\Core\Routing\AccessAwareRouter->checkAccess() (line 115 of /var/www/html/backend/web/core/lib/Drupal/Core/Routing/AccessAwareRouter.php).

πŸ‡ΊπŸ‡¦Ukraine Ressinel πŸ‡ΊπŸ‡¦ Rivne

Patch with MR's last improvements for version 2.0.9

πŸ‡ΊπŸ‡¦Ukraine Ressinel πŸ‡ΊπŸ‡¦ Rivne

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

πŸ‡ΊπŸ‡¦Ukraine Ressinel πŸ‡ΊπŸ‡¦ Rivne

Updated patch to be able to apply to the latest 2.0.9 version.

πŸ‡ΊπŸ‡¦Ukraine Ressinel πŸ‡ΊπŸ‡¦ Rivne

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

πŸ‡ΊπŸ‡¦Ukraine Ressinel πŸ‡ΊπŸ‡¦ Rivne

Rerolled #12 for 2.0.x-dev

πŸ‡ΊπŸ‡¦Ukraine Ressinel πŸ‡ΊπŸ‡¦ Rivne

I faced exactly the same issue when using the view draggable functionality.

I attached the patch that checks whether the checkbox was added or not.
And adds it only if el.innerHTML doesn't contain a checkbox.

πŸ‡ΊπŸ‡¦Ukraine Ressinel πŸ‡ΊπŸ‡¦ Rivne

I had the same issue.
You can fix it by adding hook_install() to your module .install file with rebuilding the needed scheduler:

/**
 * Implements hook_install().
 */
function example_install() {
  // Make sure the job scheduler is registered.
  /** @var \Drupal\job_scheduler\JobScheduler $scheduler_manager */
  $scheduler_manager = \Drupal::service('job_scheduler.manager');
  $schedulers = example_cron_job_scheduler_info();
  foreach ($schedulers as $id => $scheduler) {
    $scheduler_manager->rebuild($id, $scheduler);
  }
}

πŸ‡ΊπŸ‡¦Ukraine Ressinel πŸ‡ΊπŸ‡¦ Rivne

I have created MR with new subject property for the private_message_thread entity.
There is left rendering the subject wherever needed.

πŸ‡ΊπŸ‡¦Ukraine Ressinel πŸ‡ΊπŸ‡¦ Rivne
πŸ‡ΊπŸ‡¦Ukraine Ressinel πŸ‡ΊπŸ‡¦ Rivne
Production build 0.71.5 2024