Sem descrição

Olivier Massot f0524a4609 minor graphical fix há 4 anos atrás
docker 78d8ccdf9c finalize websites refactoring and reintegrate ot_router into ot_core há 4 anos atrás
ot_admin 19c504d395 add the social top bar há 4 anos atrás
ot_connect 31946516ba disable ot_stats and ot_connect middlewares default constructors há 4 anos atrás
ot_core c2d59fd74b fix bug where redirects were not handled when ot_website does not exist há 4 anos atrás
ot_optimizer c2d59fd74b fix bug where redirects were not handled when ot_website does not exist há 4 anos atrás
ot_stats 5a5bb980cb refactor getCurrentWebsite* methods, and remove now useless classes há 4 anos atrás
ot_templating f0524a4609 minor graphical fix há 4 anos atrás
.gitignore 78218f66bb update .gitignore há 4 anos atrás
.gitlab-ci.yml 25b9f2d370 fix CI há 4 anos atrás
README.md f1a446fd16 complete unit_tests for ot_core há 4 anos atrás
composer.json.txt f5eaf739b5 complete composer.json há 4 anos atrás

README.md

Extension Status
ot_core pipeline status coverage report

Opentalent extensions for Typo3

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