Нет описания

Olivier Massot 76ee45a733 add the meta tag 'noindex' when domain match the issue condition 4 лет назад
doc daafabad75 update doc 4 лет назад
docker b5063da1bc add publicationDirectors to typo3 4 лет назад
ot_admin 909ac02ccd https://assistance.opentalent.fr/browse/V8-2044 4 лет назад
ot_connect b55dfa59d5 temporary fix for https://assistance.opentalent.fr/browse/REQ-3207 4 лет назад
ot_core 76ee45a733 add the meta tag 'noindex' when domain match the issue condition 4 лет назад
ot_optimizer c2d59fd74b fix bug where redirects were not handled when ot_website does not exist 4 лет назад
ot_stats 5a5bb980cb refactor getCurrentWebsite* methods, and remove now useless classes 4 лет назад
ot_templating 76ee45a733 add the meta tag 'noindex' when domain match the issue condition 4 лет назад
.gitignore 78218f66bb update .gitignore 4 лет назад
.gitlab-ci.yml 25b9f2d370 fix CI 4 лет назад
README.md 73a80a9a8f add doc 4 лет назад
composer.json.txt f5eaf739b5 complete composer.json 4 лет назад

README.md

Extension Status
ot_core pipeline status coverage report

Opentalent extensions for Typo3

Pour plus d'informations: consulter la documentation

Pré-requis:

  • php 7.4
  • Typo3 v9.5 (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