Download the PHP package hmmh/gridelements-doctor without Composer

On this page you can find all versions of the php package hmmh/gridelements-doctor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package gridelements-doctor

Gridelements doctor

This is a repair tool to check and fix all Gridelements items in a TYPO3 installation.

Scenario

A TYPO3 upgrade from version 6.2 to 7.6 LTS or 8.7 LTS will also require a Gridelements upgrade from version 3.4.0 (max. version for TYPO3 6.2) to 7.0.0 (min. version for TYPO3 7.6 LTS) or 8.0.0 (min. version for TYPO3 8.7 LTS). After a successful migration, the Gridelements infrastructure in the frontend will have no effect until you change or save the content elements in the backend.

Problem

The new update hook of Gridelements should be fix invalid maintenance in the backend. But that makes sense only for new TYPO3 installations and a fresh or blank content archive. During an upgrade with a large content archive over several years, a comprehensive migration should have take place before! If you do not do that, you have messed up very quickly, often inconspicuous, many content elements that are difficult or impossible to restore.

However, such a migration (or misbehavior-fix-tool) will not be provided by Gridelements.

So we want to introduce that missing feature with this doctor tool.

Special thanks (goes) to Jo Hasenau

Solution

The doctor checks the principles of the new localization of TYPO3 (see l18n_parent) for Gridelements behavior:

Following scenarios will be also fixed with this doctor:

All children of a connected container are not connected

Scenario 1

The solution: The container will be stored unconnected.

All children of an unconnected container are connected

Scenario 2

The solution: The container will be stored connected (with the help of his children).

The children of a container are mixed (connected or free mode)

Scenario 3

The solution: The container will be stored unconnected and all children will be also stored unconnected.

Following rules are checked and fixed:

Following rules are also checked, but are not fixable:

The reference index (sys_refindex) will be rebuild - because it is a faster updater than the official update task.

Important notice

Beware of the different behavior of the new localization modes of TYPO3 from Version 7.6 LTS and the restriction rules of Gridelements from Version 7. This may require a new editorial training that should follow this principle more and describes how content needs to be localized. Some tricks (or misbehavior) that you could still apply as editor before will no longer work.

Installation

Development:

Production:

Preparation

Copy the .env.template file to .env and adjust the credentials for your database connection.

Application

Development:

Production (depends on PATH environment):

Wishlist

1 - TYPO3 console support

Implement "gridelements doctor" to an TYPO3 console task and provide it as a TYPO3 extension:

Application

2 - TYPO3 backend support

Implement "gridelements Doctor" to TYPO3 backend with scheduler task and examination room.


All versions of gridelements-doctor with dependencies

PHP Build Version
Package Version
Requires php Version ^7.1
ext-pdo Version *
ext-mbstring Version *
doctrine/dbal Version ^2.9
helhum/dotenv-connector Version ~2.1.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package hmmh/gridelements-doctor contains the following files

Loading the files please wait ....