francescogregori/node_content_resave

Risalva tutti i nodi

dev-master 2024-05-28 08:00 UTC

This package is auto-updated.

Last update: 2024-09-28 08:40:25 UTC


README

The Node Content Resave module is a custom Drupal module that provides functionality to resave the content of all nodes in the Drupal site.

Installation

  1. Install width composer
composer require francescogregori/node_content_resave:dev-master

Usage

Once the module is enabled, you can access the resave functionality by navigating to the "Content" section in the Drupal administration panel. From there, you will find a new option called "Resave All Nodes". Clicking on this option will trigger the resave process.

Features

  • Resave all nodes: The module allows you to resave the content of all nodes in the Drupal site with a single click.
  • Batch processing: The resave process is performed in batches to prevent performance issues on large sites.
  • Logging: The module logs the resave process, providing information about the number of nodes processed and any errors encountered.

Contributing

Contributions to the Node Content Resave module are welcome! If you encounter any issues or have suggestions for improvements, please submit them to the issue tracker on Drupal.org.

License

This module is licensed under the GNU General Public License. See the LICENSE file for more information.

node_content_resave