Account created on 24 August 2012, almost 12 years ago
#

Merge Requests

Recent comments

πŸ‡·πŸ‡΄Romania cristiroma

Added Drush command:

./vendor/bin/drush powertagging:extract-concepts pp_server 940c5505-28f7-447b-8302-3bcfaefdb0ac categorize=0  "Sample extraction text"
./vendor/bin/drush powertagging:extract-concepts pp_server 940c5505-28f7-447b-8302-3bcfaefdb0ac ""  lcc-ph-act-1999-8749.html
πŸ‡·πŸ‡΄Romania cristiroma

MR #9 attempts to attach the excerpt to individual entities, however it does not properly work as the field value (excerpt) is cached and subsequent searches on another keywords would return the same (outdated) excerpt.

πŸ‡·πŸ‡΄Romania cristiroma

One idea is to use a newer composer (use composer self-update). I am currently using version 2.6.3

πŸ‡·πŸ‡΄Romania cristiroma

I have tried to include the modules in another project (without any of the modules) and I could not replicate the problem. I am not sure if there's a project specific issue and not related to the modules themselves:

mint:~/Work/project$ composer require drupal/semantic_connector:^2.0@beta
Info from https://repo.packagist.org: #StandWithUkraine
./composer.json has been updated
Running composer update drupal/semantic_connector
Gathering patches for root package.
> DrupalProject\composer\ScriptHandler::checkComposerVersion
Loading composer repositories with package information
Updating dependencies
Lock file operations: 2 installs, 0 updates, 0 removals
  - Locking drupal/semantic_connector (2.0.0-beta2)
  - Locking easyrdf/easyrdf (1.1.1)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 2 installs, 0 updates, 0 removals
  - Downloading drupal/semantic_connector (2.0.0-beta2)
Gathering patches for root package.
Gathering patches for dependencies. This might take a minute.
  - Installing easyrdf/easyrdf (1.1.1): Extracting archive
  - Installing drupal/semantic_connector (2.0.0-beta2): Extracting archive
1 package suggestions were added by new dependencies, use `composer suggest` to see details.
Generating autoload files
77 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
Scaffolding files for drupal-composer/drupal-project:
  - Skip [web-root]/sites/development.services.yml: disabled
  - Append to [web-root]/sites/example.settings.local.php from scripts/composer/example.settings.local.php.extra
> DrupalProject\composer\ScriptHandler::createRequiredFiles
> cp -R web/libraries/wordcount/wordcount web/libraries/


mint:~/Work/project$ composer require drupal/powertagging:^2.0@beta
Info from https://repo.packagist.org: #StandWithUkraine
./composer.json has been updated
Running composer update drupal/powertagging
Gathering patches for root package.
> DrupalProject\composer\ScriptHandler::checkComposerVersion
Loading composer repositories with package information
Updating dependencies
Lock file operations: 7 installs, 0 updates, 0 removals
  - Locking drupal/jquery_ui_button (2.0.0)
  - Locking drupal/jquery_ui_checkboxradio (2.0.0)
  - Locking drupal/jquery_ui_controlgroup (2.0.0)
  - Locking drupal/jquery_ui_dialog (2.0.0)
  - Locking drupal/jquery_ui_draggable (2.0.0)
  - Locking drupal/jquery_ui_resizable (2.0.0)
  - Locking drupal/powertagging (2.0.0-beta2)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 7 installs, 0 updates, 0 removals
  - Downloading drupal/jquery_ui_controlgroup (2.0.0)
  - Downloading drupal/jquery_ui_checkboxradio (2.0.0)
  - Downloading drupal/jquery_ui_button (2.0.0)
  - Downloading drupal/jquery_ui_resizable (2.0.0)
  - Downloading drupal/jquery_ui_dialog (2.0.0)
  - Downloading drupal/powertagging (2.0.0-beta2)
Gathering patches for root package.
Gathering patches for dependencies. This might take a minute.
  - Installing drupal/jquery_ui_controlgroup (2.0.0): Extracting archive
  - Installing drupal/jquery_ui_checkboxradio (2.0.0): Extracting archive
  - Installing drupal/jquery_ui_button (2.0.0): Extracting archive
  - Installing drupal/jquery_ui_draggable (2.0.0): Extracting archive
  - Installing drupal/jquery_ui_resizable (2.0.0): Extracting archive
  - Installing drupal/jquery_ui_dialog (2.0.0): Extracting archive
  - Installing drupal/powertagging (2.0.0-beta2): Extracting archive
Generating autoload files
77 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
> DrupalProject\composer\ScriptHandler::createRequiredFiles
> cp -R web/libraries/wordcount/wordcount web/libraries/


mint:~/Work/project$ composer require drupal/pp_taxonomy_manager:^2.0@beta
./composer.json has been updated
Running composer update drupal/pp_taxonomy_manager
Gathering patches for root package.
> DrupalProject\composer\ScriptHandler::checkComposerVersion
Loading composer repositories with package information
Updating dependencies
Lock file operations: 1 install, 0 updates, 0 removals
  - Locking drupal/pp_taxonomy_manager (2.0.0-beta1)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 1 install, 0 updates, 0 removals
  - Downloading drupal/pp_taxonomy_manager (2.0.0-beta1)
Gathering patches for root package.
Gathering patches for dependencies. This might take a minute.
  - Installing drupal/pp_taxonomy_manager (2.0.0-beta1): Extracting archive
Generating autoload files
77 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
> DrupalProject\composer\ScriptHandler::createRequiredFiles
> cp -R web/libraries/wordcount/wordcount web/libraries/

πŸ‡·πŸ‡΄Romania cristiroma

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

πŸ‡·πŸ‡΄Romania cristiroma

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

πŸ‡·πŸ‡΄Romania cristiroma

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

πŸ‡·πŸ‡΄Romania cristiroma

Fixed starting with release 2.0.0-beta1.

πŸ‡·πŸ‡΄Romania cristiroma

The modules currently do not implement this feature. All terms (including black listed) are synchronized into Drupal. This issue is missing also from 10+ modules.

πŸ‡·πŸ‡΄Romania cristiroma

Fixed starting with release 2.0.0-beta1.

πŸ‡·πŸ‡΄Romania cristiroma

Fixed starting with release 2.0.0-beta1.

πŸ‡·πŸ‡΄Romania cristiroma

Fixed starting with release 2.0.0-beta1.

πŸ‡·πŸ‡΄Romania cristiroma

Fixed starting with release 2.0.0-beta1.

πŸ‡·πŸ‡΄Romania cristiroma

Fixed starting with release 2.0.0-beta1.

πŸ‡·πŸ‡΄Romania cristiroma

Fixed starting with release 2.0.0-beta1.

πŸ‡·πŸ‡΄Romania cristiroma

Fixed starting with release 2.0.0-beta1.

πŸ‡·πŸ‡΄Romania cristiroma

Fixed starting with release 2.0.0-beta1.

Production build 0.69.0 2024