mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-510: Refactor Metadata Configuration #634
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Apr 10, 2010).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user @beberlei:
It seems that we have to support much duplicated code to detect paths and such things just because we default to an unconfigured Annotation Driver.
We could get rid of lots of code in Doctrine\ORM\Tools\ and get rid of the problem having to specify mapping paths on the CLi or in the configuration (cli-config.php) like its discussed in DDC-502.
@doctrinebot commented on GitHub (Apr 10, 2010):
@doctrinebot commented on GitHub (Apr 11, 2010):
Comment created by @beberlei:
The following two commits change this:
Make Mapping Driver a requirement:
6e5b1bbe60Change all Commands to use CMF:
700060cfb2@doctrinebot commented on GitHub (Apr 11, 2010):
Comment created by @beberlei:
Syntax would now look like:
@doctrinebot commented on GitHub (Apr 12, 2010):
Comment created by @beberlei:
Implemented
@doctrinebot commented on GitHub (Apr 12, 2010):
Issue was closed with resolution "Fixed"