- 19 Mar, 2010 1 commit
-
-
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
-
- 18 Mar, 2010 2 commits
-
-
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] 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
-
- 17 Mar, 2010 1 commit
-
-
jwage authored
[2.0] Extracting Doctrine 1 schema conversion from orm:convert-mapping task to a orm:convert-d1-schema task
-
- 16 Mar, 2010 2 commits
- 11 Mar, 2010 1 commit
-
-
jwage authored
-
- 08 Mar, 2010 1 commit
-
-
guilhermeblanco authored
-
- 26 Feb, 2010 1 commit
-
-
jwage authored
[2.0] Fixing ClassMetadataExporterTask to use existing configured annotation driver for given path instead of re-creating it
-
- 24 Feb, 2010 1 commit
-
-
guilhermeblanco authored
[2.0][DDC-364] Added Doctrine\Common\Version which provides the current version of Doctrine. Also added CLI tasks for Common and DBAL, since they may vary in the future.
-
- 20 Feb, 2010 2 commits
-
-
guilhermeblanco authored
-
guilhermeblanco authored
[2.0][DDC-316][DDC-346] Implemented support to first result and max results aswell as different hydration mode support in orm:run-dql task
-
- 10 Feb, 2010 1 commit
-
-
guilhermeblanco authored
-
- 02 Feb, 2010 1 commit
-
-
beberlei authored
-
- 30 Jan, 2010 1 commit
-
-
guilhermeblanco authored
-
- 28 Jan, 2010 1 commit
-
-
guilhermeblanco authored
-
- 26 Dec, 2009 1 commit
-
-
guilhermeblanco authored
-
- 22 Dec, 2009 3 commits
-
-
guilhermeblanco authored
-
guilhermeblanco authored
-
guilhermeblanco authored
-
- 21 Dec, 2009 2 commits
-
-
guilhermeblanco authored
[2.0] Incorporated CLI refactorings. Added support to namespaces and unlimited depth namespaces. Dropped globalArguments for now, since they interfer in DAG implementation.
-
romanb authored
-
- 15 Dec, 2009 1 commit
-
-
romanb authored
[2.0][DDC-122][DDC-97][DDC-98][DDC-147] Refactored metadata mapping drivers by removing the useless PRELOAD mode. Introduced ClassMetadataFactory#getAllMetadata. Classloader simplifications. Old classloaders deprecated. New Doctrine\Common\ClassLoader is almost the same as the previous IsolatedClassLoader.
-
- 06 Dec, 2009 1 commit
-
-
beberlei authored
-
- 17 Nov, 2009 2 commits
-
-
guilhermeblanco authored
-
guilhermeblanco authored
-
- 05 Nov, 2009 1 commit
-
-
beberlei authored
[2.0] DDC-114 - Extend SchemaTool Drop functionality to optionally drop the complete database. Additionally a filter against all existing table is applied to avoid errors due to dropping non-existant tables. Updated Schema-Tool CLI command with optional calls --drop=database --drop=metadata but kept original --drop which defaults to "metadata". Updated documentation.
-
- 01 Nov, 2009 1 commit
-
-
romanb authored
-
- 30 Oct, 2009 1 commit
-
-
guilhermeblanco authored
-
- 22 Oct, 2009 1 commit
-
-
jwage authored
[2.0][DDC-48][DDC-47] Refactored cache drivers to allow more control over deleting, added namespacing to cache drivers and implemented clear-cache task
-
- 17 Oct, 2009 1 commit
-
-
guilhermeblanco authored
-
- 14 Oct, 2009 1 commit
-
-
romanb authored
[2.0] DBAL cleanups (DDC-46). Proxy class improvements (DDC-19, DDC-39). Started new UPGRADE_TO document for upgrade instructions between advancing Doctrine 2 versions.
-
- 08 Oct, 2009 1 commit
-
-
jwage authored
-
- 07 Oct, 2009 5 commits
- 06 Oct, 2009 1 commit
-
-
jwage authored
[2.0] Added functionality to convert a Doctrine 1 schema to Doctrine 2 to help users with upgrading. Lots of other small bug fixes and changes.
-
- 05 Oct, 2009 1 commit
-
-
jwage authored
-