Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@aschempp
Copy link
Member

@aschempp aschempp commented Dec 1, 2017

This PR activates ORM in a Contao Managed Edition.

Currently blocked by contao/core-bundle#685 and follow-up PR for persistent remember me token, as we must have at least one entity in the application or Doctrine Schema (and therefore the install tool) will fail if ORM is enabled without entity.

/cc @leofeyer @bytehead

@aschempp aschempp added this to the 4.5.0 milestone Dec 1, 2017
@leofeyer leofeyer removed this from the 4.5.0 milestone Dec 12, 2017
@leofeyer leofeyer changed the base branch from develop to master December 15, 2017 14:27
leofeyer and others added 3 commits December 15, 2017 15:30
Description
-----------

Removes storing the dev access key in the `install-web-dir` command, where it actually never should have been. In the previous implementation the access key was stored multiple times (in manager config and in `.env` file). It also meant that removing the key through the command would re-add it the next time the command is run without arguments (because the manager config still exists). This is now all fixes by simply updating the `.env` file through the API.

Commits
-------

949083a Remove access key handling from install-web-dir command
486ffdf Added command to set and remove the dev access key
febf86a Use dependency injection for api commands
0c14075 Revert an unrelated change.
ae381e4 Use addArgument() instead of setDefinition().
e5ce2ce Revert "Revert an unrelated change."
14c921b Use set and remove commands for access key in Contao API
27ac0e7 Added a command to get the access-key
2f136b7 Re-added the PluginLoader argument
fc1b599 Fix the coding style and revert unrelated changes (security.yml).
@leofeyer leofeyer changed the title Activate ORM by default [WIP] Activate ORM by default Jan 4, 2018
@leofeyer leofeyer closed this Feb 21, 2018
@aschempp aschempp deleted the feature/orm branch August 14, 2018 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants