- 19 Mar, 2010 2 commits
-
-
jwage authored
[2.0] Refactoring code for reading multiple sources of mapping information from ClassMetadataExporter to a new ClassMetadataReader tool so it can be used to read mapping information easily from multiple different sources. This is used for generating repositories, converting mapping information, generating entity stubs, etc. Generally though, it is useful to be able to read the information for some mapping files into an array of ClassMetadataInfo instances without it being bound to the ORM and the metadata referenced by the EntityManager ClassMetadataFactory
-
guilhermeblanco authored
[2.0] Fixed issue with CLI ANSI Printer that was displaying incorrect background and font formatting in some situations.
-
- 18 Mar, 2010 12 commits
-
-
beberlei authored
[2.0] DDC-318 - Fixed idempotency issues with AnnotationDriver::getAllClassNames() even across multiple instances using the same metadata paths.
-
beberlei authored
[2.0] DDC-283 - Add two events in SchemaTool that allow to hook into the generated Schema representation, possibly modifying or reacting to it in userland or extensions code.
-
jwage authored
[2.0] Renaming orm:generate-entity-stubs to orm:generate-entities to be consistent and fixed a few bugs
-
jwage authored
[2.0][DDC-359] Adding some tests for CliController and fixing bug with empty option value .i.e "--option="
-
jwage authored
[2.0] Refactoring AnnotationExporter code to a EntityGenerator tool which is used now in orm:convert-mapping to generate annotated entities and also used in orm:generate-entity-stubs for generating entity classes and properties/method stubs from mapping information
-
jwage authored
-
guilhermeblanco authored
-
romanb authored
-
romanb authored
-
romanb authored
-
romanb authored
-
beberlei authored
-
- 17 Mar, 2010 7 commits
-
-
jwage authored
[2.0] Extracting Doctrine 1 schema conversion from orm:convert-mapping task to a orm:convert-d1-schema task
-
jwage authored
-
jwage authored
-
jwage authored
-
jwage authored
-
jwage authored
-
guilhermeblanco authored
[2.0][DDC-426] Fixed issue with CliController that never notifies if run() executed successfully or not.
-
- 16 Mar, 2010 10 commits
-
-
jwage authored
-
jwage authored
-
guilhermeblanco authored
-
jwage authored
-
jwage authored
-
guilhermeblanco authored
[2.0] Fixed issue with DQL that was not considering input parameter 10. Also added support to retrieve the generated AST.
-
guilhermeblanco authored
-
guilhermeblanco authored
-
guilhermeblanco authored
[2.0] Fixed custom functions support that was failing to be processed. Also fixed syntax error of Function support.
-
romanb authored
-
- 15 Mar, 2010 6 commits
-
-
beberlei authored
[2.0] DDC-412 - Fixed YAML Driver not allowing multiple lifecycle callbacks per event. Backwards-incompatible change
-
beberlei authored
[2.0] DDC-412 - Fixed YAML Driver not allowing multiple lifecycle callbacks per event. Backwards-incompatible change
-
beberlei authored
[2.0] DDC-412 - Fixed YAML Driver not allowing multiple lifecycle callbacks per event. Backwards-incompatible change
-
guilhermeblanco authored
-
romanb authored
[2.0] Code cleanups. Preparations for DDC-193. Fixed DDC-399, type configuration remains global for now but the irritating instance methods on the Configuration have been removed. Use Type::addType et al. Added TODOs for naming standards.
-
romanb authored
[2.0] Removed requirement to extend the Annotation base class, allowing any PHP class with an appropriate constructor to be used as an annotation.
-
- 14 Mar, 2010 3 commits