Account created on 15 April 2019, over 5 years ago
#

Recent comments

ludwig.json file

{
    "require": {
        "google/apiclient": {
            "version": "^2.0",
            "url": "https://github.com/googleapis/google-api-php-client/archive/v2.17.0.zip"
        }
    }
}

But https://imgur.com/VUBK3IF

  1. Warning! The FILES type libraries are not supported by Ludwig automatically.
  2. Warning! The CLASSMAP type libraries are not supported by Ludwig automatically.

https://www.drupal.org/docs/contributed-modules/ludwig/ludwig-errors-war...

https://www.drupal.org/project/scroll_blocks

from the bottom
  1. But a dont see it in any patameters of it settings
  2. settings: "or leave empty" for required fields)))))))

Console:

Uncaught TypeError: can't access property "closeMessage", Drupal.january is undefined
/themes/january_theme/js/messages.js?v=10.2.4:30
/themes/january_theme/js/messages.js?v=10.2.4:31
messages.js:30:3

I am not very good in JS, so my decision)) \january_theme\js\messages.js

  Drupal.behaviors.messages = {
    attach: function attach(context) {
      once('messages', '[data-drupal-selector="messages"]', context).forEach(closeMessage);
    }
  };
  //Drupal.january.closeMessage = closeMessage; /*line.30*/
})(Drupal, once);

admin_menu.inc function admin_menu_tree_dynamic(array $expand_map) {

    else {
/*WTpatch: Notice: Undefined offset: 29 in admin_menu_tree_dynamic() (line 125 of /var/.../sites/all/modules/admin_menu/admin_menu.inc).*/
      //$parent_path = $result[$link['plid']]['path'];
      //$parent_path = $result[$link['plid']]['path'] ?? false; //$result[$link['plid']]['path'];
      if( isset($result[$link['plid']]['path']) ) $parent_path = $result[$link['plid']]['path']; else continue;
/*<<<*/
    }

    $tree_dynamic[$parent_path][] = $link;
  }

re #3: Thank`s 2.1.x-dev updated 23 Jan 2024 OK

DOMPurify library path - inconsistent capitalization https://www.drupal.org/project/colorbox/issues/3314730 🐛 DOMPurify library path - inconsistent capitalization Needs work

Now you can use (php):

if( \Drupal::routeMatch()->getRouteName() == 'entity.node.canonical' ){ /*CONDITON if node page*/
	return $result = 
		str_replace($matches[1], $matches[1] . 'PlusText', $matches[0]); /*you custom code here*/
} else return $result = $matches[0]; /*no changes*/

adsense.module

function adsense_page_attachments(array &$attachments) {
  /*WT+:Disable Auto-ads for roles with access 'Hide AdSense'*/ if( \Drupal::currentUser()->hasPermission('hide adsense') ) RETURN;
  $config = \Drupal::config('adsense.settings');

+1 Drupal:10.1.1 PHP:8.1.21
Yes brackets <> rewrites on html-entityes or strip If in text format on any filter.

<?php ?> → &lt;?php ?&gt;
<script type="text/javascript">console.log('message');</script> → console.log('message')

It is not possible to save a form with an empty field description (/admin/config/people/captcha). On load it's Again with the meaning (by default)
8.x-1.12, 2.0.3 Drupal:9.5.10 PHP:8.0

This patch fix Notice: iconv_mime_decode() but does not solve the problem with non-latin subject

Sorry, code render icons and <i> and before. And see <link rel="stylesheet" media="all" href="/themes/tara/css/bootstrap-icons.css?rxmwkj">

(<i class="bi bi-alarm"></i>)(<i class="bi bi-award"></i>)(<i class="bi bi-award-fill"></i>)
<style type="text/css">#here:before { content:'\F154'; font-family: 'bootstrap-icons'; }</style>
<div id="here" class="here">text</div>
  1. used bootstrap 1.9.1 (it's writen in tara.libraries.yml) Request to write in the documentation.
  2. Request to add use documentation in README.txt
  3. no documentation about Bootstrap Font Icons on https://drupar.com/custom-shortcodes-set-two

This error appears after installing the module when there is no settings recording in the database (table=config dblog_filter.settings).
So $entities_load = $config->get('log_values'); //null

This is the second time I've encountered this bug.
Interestingly, the changes were saved on the test site, but not on the production site (in both cases).
He deleted the field and created again. And he watched after each change in the field when the bug will appear.
He has not appeared)) While everything is saved))

3333606-3.patch is OK for me Drupal: 10.0.9
https://www.drupal.org/project/seven/issues/3304752 🐛 Icons are missing Fixed 3304752-2.patch is bad

3304752-2.patch (here) not work. there is OK https://www.drupal.org/project/seven/issues/3333606 🐛 CSS Files Contain Incorrect URL Paths Closed: duplicate

Production build 0.71.5 2024