antonio.nunez β created an issue.
A new service has been created to count languages on the web so as not to show operations grouped by language.
Now, on websites with a single language, the description in language-grouped operations will be updated to indicate that the operation is unavailable.
Optimized data handling and split the logic for displaying recommendation messages.
A new report has been created that detects duplicate files in the file_managed table and suggests actions to take. Now, the report lists the following information for each set of duplicate files:
- File URI: The location of the file on the Drupal system.
- File name: Extracted from the URI.
- Main FID: The file identifier that is in active use.
- Unused FIDs: Identifiers of duplicate files without reference in file_usage.
- Recommendation: A suggestion based on the status of the duplicate files.
Scenarios
- If there is a main file in use and unused duplicates: It is recommended to keep the main file and delete the unused duplicates.
- If all duplicate files are unused: It is recommended to remove all duplicates as none are being used.
- If all duplicate files have active usage: A manual review is required.
Descriptions and descriptive titles have been added to all current operations that need them.
It would be ideal to assign unique names and detailed descriptions to all operations, both current and future. This will improve the clarity of the links, making them more descriptive and easier to navigate, as well as avoiding duplication of text or the presence of titles without additional information.
A new structure for accessing reports has been implemented to improve the URLs and make them more descriptive.
Initial display: Only the available groups will be displayed along with their description when entering the report section.
Navigation within a group: When selecting a group, the URL will be dynamically updated to reflect the accessed group. In addition, the page will automatically load the different operations associated with that group.
Access to specific operations: When accessing an operation within a group, its identifier will be added to the URL, maintaining the hierarchical structure in which the group is defined first and then the corresponding operation.
The implemented solution adequately solves the reported problem. The code is well structured and meets the functionality requirements. Both columns work as expected and are displayed correctly in the view grouped by type and language.
Fixed most of the conding standards except two phpstan bugs. Need to be revised
antonio.nunez β made their first commit to this issueβs fork.
Everything seems to be working properly, it's a good result.
antonio.nunez β changed the visibility of the branch 3478216-detect-image-styles to active.
antonio.nunez β changed the visibility of the branch 3478216-detect-image-styles to hidden.
The way nodes are counted has been optimized, and the query has been modified to avoid errors from non-existing fields or tables.
antonio.nunez β made their first commit to this issueβs fork.
All comments have been resolved and a new column has been created in the report so that the user can go directly to the webform.
antonio.nunez β made their first commit to this issueβs fork.
Created the Image Styles Report which will show a table indicating the entity, its type, the name of the field and the image format related to each of the styles used.
It also shows all the image styles enabled from CKEditor and in which type of formatter they are found.
For this insight to work, the maximum threshold at which the database tables appear to be suspicious or poorly optimised will be configured. In case it is exceeded, the insight will be shown with a link associated to the corresponding report where the tables that exceed this threshold will be painted in red.
For the operation of these insights, maximum revision thresholds will be configured for both nodes and paragraphs. If these are exceeded, the insights will be shown with a link associated to the corresponding table where the nodes or paragraphs that exceed this threshold will be painted in red.
antonio.nunez β changed the visibility of the branch 3490632-report-about-webforms to active.
antonio.nunez β changed the visibility of the branch 3490632-report-about-webforms to hidden.
A new tab has been added that will show the display modes that can be used on images from text editors using CKEditor.
A service of the module itself has been used to obtain the architecture of the entities, process and extract the image styles used in the corresponding fields.
antonio.nunez β made their first commit to this issueβs fork.
The report on webforms has been created and grouped to show the name, ID, status, number of fields and handlers used.
Reviewed. Everything works as expected
The css library of the rows is the only thing that has not been created since this task is linked to this other one. Both issues complement each other: Add revision report to insights β¨ Add revision report to insights Active
antonio.nunez β made their first commit to this issueβs fork.
The forms have been organized so that they can all be accessed from the same place. In addition, data is now collected and displayed in a more optimized way in table format.
The issue has been checked and everything seems to be working properly.
The issue has been checked and everything seems to be working properly.
antonio.nunez β made their first commit to this issueβs fork.
Ready for review
A form has been created to set the maximum allowed revisions for paragraphs and nodes, accessible via a menu link. Additionally, an insight has been implemented to display a warning message and related content when these limits are exceeded.
antonio.nunez β made their first commit to this issueβs fork.
Fixed coding and syntax errors, improved dependency injection, and aligned with Drupal coding standards.
Two new reports have been created for nodes and paragraphs with many revisions.
The improvements mentioned above have been reviewed, and everything is functioning as expected.