Download the PHP package qc/qc-info-rights without Composer

On this page you can find all versions of the php package qc/qc-info-rights. 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 qc-info-rights

Info Rights

La version française de la documentation suit le texte anglais

IMPORTANT: In version 2.0.x (making it TYPO3 v12 compatible) we moved out from the Info module to its own: "Access Info". Access to sub-modules that were set using TSconfig is now managed with users and groups tab "Access Rights".

If you need it for TYPO3 v11 you need 1.x version of this extension.

About

This extension add a new items to the Info Module in the BE with those features:

  1. Shows BE rights for the pages (like in the Access Module) but for editors (as read-only)
  2. Show a list of all BE Users (except if it begins with a "" like "_cli\") with a filter and export as CSV(hidden by default)
  3. Show a list of all BE User Groups with a filter and export to CSV (hidden by default),with an option that will return the list of members that are contained in these groups.

Main function is to show the actual BE right to non-admins:

BE users list with filters and CSV export button:

The extension has many options to hide columns or features.

We decide to hide by default the Users BE, and Groups BE element in the info Module menu. See the TSconfig below to activate this two menu items.

Manage access

You should activate the as parent module and then you can select one of the 3 modules

This module is used for the Access infor rights and this module replaces TsConfig and

This module is used to show a list of backend user group info and this module replaces TsConfig and

This module is used to show a list of backend user info and this module replaces TsConfig and

Page TSconfig - default values


[Version française]

Documentation Info Accès

IMPORTANT:

Avec la version 2.0.x (compatibilité à TYPO3 v12), l'extension a maintenant son propre module "Info Accès". La gestion des accès aux sous-modules qui se faisait par TSconfig a été remplacée par la configuration Groupe ou utilisateurs, onglet "Droits d'accès".

Si vous devez utiliser TYPO3 v11, installer la version 1.x de cette extension.

À propos

L'extension ajoute des nouveaux items de menu au module Info en BE avec les fonctionnalités suivantes:

  1. Affichage des droits BE des pages (comme dans le module Access) mais pour les édimestres (lecture seulement)
  2. Affichage des Utilisateurs BE (sauf si le nom débute par "" comme "_cli\) avec filtre et exportation en CSV (masqué par défaut)
  3. Affichage des Groupes BE avec filtre et exportation en CSV (masqué par défaut), avec l'option qui permet d'afficher la liste des membres de groupes sélectionnés.

L'extension offre plusieurs options pour masquer des colonnes ou fonctionnalités.

L'élément de menu Info module Utilisateurs BE et Groupes BE sont masqués par défaut, Voir le TSconfig qui suit pour activer ces éléments.

Gérer l'accès du module

Vous devriez activer le comme module parent et vous pouvez ensuite sélectionner l'un des 3 modules

Ce module est utilisé pour les droits d'accès aux informations et ce module remplace TsConfig et

Ce module est utilisé pour afficher la liste des informations sur les groupes d'utilisateurs backend et ce module remplace TsConfig et

Ce module est utilisé pour afficher la liste des informations sur les utilisateurs backend et ce module remplace TsConfig et

Page TSconfig - valeurs par défaut

Options globales - CSV

Dans le module «Réglages», sous «Configure extensions» se trouvent 2 options relatives à l'exportation CSV.

Les valeurs par défaut sont:

  1. Encadrement des valeurs (basic.quote): " (guillemet)
  2. Délimiteur (basic.delimiter): , (virgule)

All versions of qc-info-rights with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
typo3/cms-core Version ^12.4
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 qc/qc-info-rights contains the following files

Loading the files please wait ....