Thanks for module. It's great then its support D8.
Similar, іeems
https://www.drupal.org/project/views_addons →
ludwig.json file
{
"require": {
"google/apiclient": {
"version": "^2.0",
"url": "https://github.com/googleapis/google-api-php-client/archive/v2.17.0.zip"
}
}
}
- Warning! The FILES type libraries are not supported by Ludwig automatically.
- Warning! The CLASSMAP type libraries are not supported by Ludwig automatically.
https://www.drupal.org/docs/contributed-modules/ludwig/ludwig-errors-war... →
patch #4 OK Drupal:8.9.20 PHP:7.3
Promo-IL → created an issue.
Promo-IL → created an issue.
#2 OK Drupal:8.9 PHP:8.1
https://www.drupal.org/project/scroll_blocks →
from the bottom
- But a dont see it in any patameters of it settings
- settings: "or leave empty" for required fields)))))))
Promo-IL → created an issue.
#2 OK
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);
Promo-IL → created an issue.
Promo-IL → created an issue.
Promo-IL → created an issue.
Promo-IL → created an issue.
Promo-IL → created an issue.
+1 Drupal:9.5.10 PHP:8.2 #2 OK
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;
}
Promo-IL → created an issue.
Promo-IL → created an issue.
re #3: Thank`s 2.1.x-dev updated 23 Jan 2024 OK
Promo-IL → created an issue.
Promo-IL → created an issue.
Promo-IL → created an issue.
DOMPurify library path - inconsistent capitalization https://www.drupal.org/project/colorbox/issues/3314730 🐛 DOMPurify library path - inconsistent capitalization Needs work
Promo-IL → created an issue.
Promo-IL → created an issue.
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*/
Promo-IL → created an issue.
Promo-IL → created an issue.
Promo-IL → created an issue.
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');
Promo-IL → created an issue.
Promo-IL → created an issue.
+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 ?> → <?php ?>
<script type="text/javascript">console.log('message');</script> → console.log('message')
Promo-IL → created an issue.
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
there patch https://www.drupal.org/project/maillog/issues/3331181 🐛 Empty subject if any non-latin characters used Needs review
#4 OK Drupal:10.1.1 PHP:8.1.20
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>
- used bootstrap 1.9.1 (it's writen in tara.libraries.yml) Request to write in the documentation.
- Request to add use documentation in README.txt
- no documentation about Bootstrap Font Icons on https://drupar.com/custom-shortcodes-set-two
Promo-IL → created an issue.
very bad idea 👎
Promo-IL → created an issue.
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
Promo-IL → created an issue.
Promo-IL → created an issue.
Promo-IL → created an issue.
Promo-IL → created an issue.
patch #2 Drupal: 10.0.9 PHP:8.1.18 OK
Promo-IL → created an issue.
Promo-IL → created an issue.
Promo-IL → created an issue.
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))
Promo-IL → created an issue.
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
Found only www.drupal.org/project/form_mode_field_extra but...
Promo-IL → created an issue.