Created on 20 July 2024, 10 months ago

A Drupal 10 version of this module would be really useful!

✨ Feature request
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡¬πŸ‡§United Kingdom matt b

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @matt b
  • First commit to issue fork.
  • πŸ‡ΊπŸ‡ΈUnited States scott_earnest

    Greetings! I started something new here:
    https://git.drupalcode.org/issue/text_formats_report-3462768/-/tree/3462...

    Simple for now but generates a report. I did NOT base off the original module. This does not have all the features of the original module but perhaps is a starting point going forward in the D10/11 space. I started a 1.x branch in this fork, but only the issue branch has the controller.

    Thanks for all your help and contributions @manuel-garcia! Please let me know your thoughts at your convenience.

  • πŸ‡ΊπŸ‡ΈUnited States scott_earnest

    Instructions to use this branch/fork:

    In your project's composer.json "repositories" section, specify the fork as the package for "drupal/text_formats_report", after the "normal" drupal.org section:

        "repositories": [
            {
                "type": "composer",
                "url": "https://packages.drupal.org/8"
            },
            {
                "type": "package",
                "package": {
                    "name": "drupal/text_formats_report",
                    "description": "Provides overview of usage on text formats",
                    "version": "1.x-dev",
                    "type": "drupal-module",
                    "source": {
                        "url": "https://git.drupalcode.org/issue/text_formats_report-3462768.git",
                        "type": "git",
                        "reference": "3462768-drupal-10"
                    },
                    "requires": {
                        "drupal/core": "^10 || ^11"
                    }
                }
            }
        ],
    

    Install the package with composer:
    composer require 'drupal/text_formats_report:1.x-dev@dev'

    Then (hopefully) see a report similar to this image at the following route:
    /admin/reports/text-formats

Production build 0.71.5 2024