- 18 Mar, 2010 4 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][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
-
guilhermeblanco authored
-
- 17 Mar, 2010 2 commits
-
-
jwage authored
[2.0] Extracting Doctrine 1 schema conversion from orm:convert-mapping task to a orm:convert-d1-schema task
-
guilhermeblanco authored
[2.0][DDC-426] Fixed issue with CliController that never notifies if run() executed successfully or not.
-
- 16 Mar, 2010 2 commits
- 15 Mar, 2010 2 commits
-
-
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.
-
- 12 Mar, 2010 1 commit
-
-
guilhermeblanco authored
-
- 08 Mar, 2010 1 commit
-
-
guilhermeblanco authored
-
- 05 Mar, 2010 2 commits
- 26 Feb, 2010 1 commit
-
-
jwage authored
-
- 24 Feb, 2010 3 commits
-
-
romanb authored
-
romanb authored
[2.0][DDC-366] Fixed. Fully qualified names were borked in the lexer as well. Tests didnt catch it because of unfortunate namespace constellations. Fixed now.
-
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.
-
- 21 Feb, 2010 1 commit
-
-
guilhermeblanco authored
[2.0] Applied convention over configuration using default cache implementation if none is defined in AnnotationReader.
-
- 19 Feb, 2010 1 commit
-
-
romanb authored
-
- 09 Feb, 2010 2 commits
- 29 Jan, 2010 1 commit
-
-
hobodave authored
[2.0][DC-460] Refactored cache bulk deletion methods to use driver specific features to retrieve list of keys. Also, refactored tests so that all methods are tested for all drivers. Removed: - Doctrine\Common\Cache\AbstractCache::count() - Doctrine\Common\Cache\AbstractCache::deleteAll() API Changes: - Doctrine\ORM\AbstractQuery::getResultCacheId() now public Bugs fixed: - Doctrine\Common\Cache\AbstractCache::deleteByPrefix() was deleting _every_ key in cache
-
- 23 Jan, 2010 1 commit
-
-
beberlei authored
-
- 22 Jan, 2010 1 commit
-
-
romanb authored
-
- 18 Jan, 2010 1 commit
-
-
guilhermeblanco authored
-
- 09 Jan, 2010 1 commit
-
-
guilhermeblanco authored
-
- 06 Jan, 2010 2 commits
-
-
guilhermeblanco authored
-
guilhermeblanco authored
-
- 22 Dec, 2009 3 commits
-
-
guilhermeblanco authored
-
romanb authored
-
guilhermeblanco authored
[2.0][DDC-183] Fixed issue with Annotations parser failing on identifiers that matches with token types.
-
- 21 Dec, 2009 1 commit
-
-
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.
-
- 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.
-
- 17 Nov, 2009 2 commits
-
-
jwage authored
-
guilhermeblanco authored
-
- 04 Nov, 2009 1 commit
-
-
guilhermeblanco authored
[2.0] More refactorings in Annotations parser and DQL parser. Now they only use constants instead of string processment
-
- 03 Nov, 2009 1 commit
-
-
romanb authored
-
- 30 Oct, 2009 2 commits
-
-
beberlei authored
[2.0] DDC-78 - Added support for context specific information in Annotation Parser Syntax Error Exceptions.
-
beberlei authored
[2.0] Added test that shows AnnotationParser only parses string literals with double quotes, wheras single quotes throw an Syntax Error. Removed debug output on failure for a proper syntax error exception.
-