بدون توضیح

Olivier Massot bca9d71e3b add frames base uri to the env manager 4 سال پیش
doc bf2b3ff253 finalisation de la doc 4 سال پیش
docker b5063da1bc add publicationDirectors to typo3 4 سال پیش
ot_admin 13e3609f22 create and implements the OpentalentEnvService 4 سال پیش
ot_connect 7bab557635 fix a bug that prevents be user to login because of bad cookie setting 4 سال پیش
ot_core bca9d71e3b add frames base uri to the env manager 4 سال پیش
ot_optimizer 31843911a4 fix undefined request error when website not found 4 سال پیش
ot_stats 5a5bb980cb refactor getCurrentWebsite* methods, and remove now useless classes 4 سال پیش
ot_templating bca9d71e3b add frames base uri to the env manager 4 سال پیش
.gitignore 78218f66bb update .gitignore 4 سال پیش
.gitlab-ci.yml 25b9f2d370 fix CI 4 سال پیش
README.md bca9d71e3b add frames base uri to the env manager 4 سال پیش

README.md

Extension Status
ot_core pipeline status coverage report

Voir la documentation

Opentalent extensions for Typo3

Pré-requis:

  • php 7.4
  • Typo3 v10.4 (en mode composer)

Les extensions

Pour plus d'information sur chaque extension, consultez les readme de chacune d'elles.

Pour les installer

  1. Copier les répertoires des extensions dans le sous-répertoire public/typo3conf/ext/ du répertoire de l'application typo3
  2. Ajouter les lignes suivantes au fichier composer.json de l'application :

    "autoload": {
        "psr-4": {
            "Opentalent\\OtCore\\": "public/typo3conf/ext/ot_core/Classes",
            "Opentalent\\OtConnect\\": "public/typo3conf/ext/ot_connect/Classes",
            "Opentalent\\OtTemplating\\": "public/typo3conf/ext/ot_templating/Classes",
            "Opentalent\\OtStats\\": "public/typo3conf/ext/ot_stats/Classes",
            "Opentalent\\OtAdmin\\": "public/typo3conf/ext/ot_admin/Classes",
            "Opentalent\\OtOptimizer\\": "public/typo3conf/ext/ot_optimizer/Classes"
        }
    }
    
  3. Faire un 'dump autoload':

    composer dumpautoload