Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Schema Files
-
Labels:None
Description
There is a property "package" for the schema.yml file.
http://www.doctrine-project.org/documentation/manual/1_0/en/yaml-schema-files#features-examples:packages
But this should be used only for plugin symfony.
It will be good to have the same feature for classic model (not plugin), to be available to organize the model inside of the model folder.
This feature is critical for huge project. Indeed having 200 files at the root of the folder model/doctrine is very difficult to maintain.
Activity
Jonathan H. Wage
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 1.3.0 [ 10042 ] |
Mickael HOAREAU
made changes -
| Attachment | DC-287.patch [ 10259 ] |
Jonathan H. Wage
made changes -
| Fix Version/s | 1.2.2 [ 10047 ] | |
| Fix Version/s | 1.3.0 [ 10042 ] |
Jonathan H. Wage
made changes -
| Fix Version/s | 1.2.3 [ 10051 ] | |
| Fix Version/s | 1.2.2 [ 10047 ] |
Jonathan H. Wage
made changes -
| Fix Version/s | 1.2.3 [ 10051 ] |
This list may be incomplete, as errors occurred whilst retrieving source from linked applications:
- Request to http://www.doctrine-project.org/fisheye/ failed: Error in remote call to 'FishEye 0 (http://www.doctrine-project.org/fisheye/)' (http://www.doctrine-project.org/fisheye) [AbstractRestCommand{path='/rest-service-fe/search-v1/crossRepositoryQuery', params={query=DC-287, expand=changesets[-21:-1].revisions[0:29],reviews}, methodType=GET}] : Received status code 503 (Service Temporarily Unavailable)
Here a possible patch for doctrine 1.2, it is working for the basic cases.
It probably needs to be improved.