monolith-software/cms-sandbox

Monolith CMS Sandbox

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:HTML

Type:project

dev-master / 3.4.x-dev 2019-05-23 21:27 UTC

This package is auto-updated.

Last update: 2024-04-24 07:51:50 UTC


README

@TODO

  • Knp\Bundle\MenuBundle\Provider\BuilderAliasProvider:getBuilder - При одинаковом имени класса подхватывает класс из первого попавшегося бандла.
  • Возможность кастомизировать сущность User.
  • Переделать загрузку файлов в МК через \Symfony\Component\HttpFoundation\File\File вместо UploadedFile

Conflicts with Symfony 4

  • "egulias/listeners-debug-command-bundle": "*",
  • "sensio/distribution-bundle": "^5.0.19",
  • "kleegroup/google-recaptcha-bundle": "^1.0",
  • "sensio/generator-bundle": "^3.0",
  • "liuggio/excelbundle": "^2.1",
  • "phpdocumentor/reflection-docblock": "*",

Git submodule hints

Получение последней версии песочницы:

    git pull;git submodule update --init

Обновление подмодулей из удалённых репозиториев:

    git submodule update --remote

Решение проблемы с detached head, переключение всех подмодулей в master:

    git submodule foreach 'git checkout master'

Удаление подмодуля (например src/SmartCore/Bundle/SimpleProfilerBundle):

    git submodule deinit -f src/SmartCore/Bundle/SimpleProfilerBundle
    git rm -f src/SmartCore/Bundle/SimpleProfilerBundle
    rm -rf .git/modules/src/SmartCore/Bundle/SimpleProfilerBundle