Roman S. Borschel
760ea34a0c
[DDC-497][DDC-500][DDC-342] Fixed. Persister polishing and refactoring. More to come for that, but after beta1.
2010-04-26 13:02:30 +02:00
Roman S. Borschel
4b71afe7c2
Improving metadata caching performance by only serializing what is absolutely necessary.
2010-04-18 22:47:03 +02:00
Roman S. Borschel
cb616956c6
Merge commit 'upstream/master'
2010-04-10 00:12:30 +02:00
Roman S. Borschel
7cc56c45d3
[DDC-193] Fixed.
2010-04-10 00:00:36 +02:00
Guilherme Blanco
e4d8efa394
[2.0] Couple of fixes to new Console implementation
2010-04-09 00:53:29 -03:00
Guilherme Blanco
45de5c6932
[2.0] Removed old CLI support.
2010-04-08 00:30:11 -03:00
jwage
c1522d104a
[2.0] Adding blank README files
2010-04-06 03:04:02 +00:00
guilhermeblanco
848142d1d8
[2.0] Fixed wrong documentation
2010-04-02 19:32:54 +00:00
romanb
c4a9ce1cd3
[2.0][DDC-483] Fixed.
2010-03-31 17:19:32 +00:00
guilhermeblanco
511bf2248e
[2.0] Fixed and added some missing/wrong docblocks. Renamed Assigned to AssignedGenerator as scheduled to be renamed.
2010-03-30 21:14:17 +00:00
guilhermeblanco
517bb66468
[2.0] Implemented single cache lookup in AnnotationReader
2010-03-30 20:25:51 +00:00
romanb
62e7146d2d
[2.0][DDC-423] Fixed.
2010-03-29 13:50:57 +00:00
romanb
354ede1e04
[2.0][DDC-354][DDC-425] Fixed. Encapsulated SQL logging better in the DBAL. Added binding types to DBAL mapping types as well as using these binding types in the persisters. Query and NativeQuery now support PDO binding types as well as DBAL mapping types when binding parameters.
2010-03-29 13:20:41 +00:00
jwage
c6f0699dbf
[2.0] Removing deprecated GlobalClassLoader and IsolatedClassLoader and updating tests
2010-03-24 16:22:49 +00:00
guilhermeblanco
b2167985ad
[2.0][DDC-274] Fixing Coding Standards for CLI tool.
2010-03-24 02:37:45 +00:00
guilhermeblanco
cce97067dd
[2.0][DDC-404] Fixed issue that was failing to debug Proxies and DateTime objects
2010-03-20 18:53:58 +00:00
guilhermeblanco
7f7569d983
[2.0] Fixed issue with Cache drivers that in some situations they were not storing the entries. Also fixed bug with queryCacheTTL that was not being considered in a Query.
2010-03-19 18:09:03 +00:00
guilhermeblanco
d24be0b69b
[2.0] Fixed issue with Memcache driver that was failing to store cache entries indefinately
2010-03-19 16:01:55 +00:00
jwage
089b5dd88a
[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
2010-03-19 04:19:15 +00:00
guilhermeblanco
49076b7bd4
[2.0] Fixed issue with CLI ANSI Printer that was displaying incorrect background and font formatting in some situations.
2010-03-19 03:10:11 +00:00
jwage
c6678a0f4a
[2.0] Renaming orm:generate-entity-stubs to orm:generate-entities to be consistent and fixed a few bugs
2010-03-18 22:35:16 +00:00
jwage
c41a08a6be
[2.0][DDC-359] Adding some tests for CliController and fixing bug with empty option value .i.e "--option="
2010-03-18 21:48:04 +00:00
jwage
49c73d5682
[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
2010-03-18 21:38:42 +00:00
guilhermeblanco
af65410ada
[2.0][DDC-435] Fixed wrong type hint in CliController. Thanks Hannes for report and patch
2010-03-18 14:51:43 +00:00
jwage
6950bcaa5e
[2.0] Extracting Doctrine 1 schema conversion from orm:convert-mapping task to a orm:convert-d1-schema task
2010-03-17 22:33:25 +00:00
guilhermeblanco
0cc9e0da8e
[2.0][DDC-426] Fixed issue with CliController that never notifies if run() executed successfully or not.
2010-03-17 02:49:49 +00:00
jwage
19df601c25
[2.0] Fixing strict standards notice when you execute a task that does not exist
2010-03-16 19:35:41 +00:00
romanb
90103bc604
[2.0] Removed DoctrineException.
2010-03-16 13:04:18 +00:00
romanb
a53c2fbd6c
[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.
2010-03-15 17:19:00 +00:00
romanb
ed94a34f6e
[2.0] Removed requirement to extend the Annotation base class, allowing any PHP class with an appropriate constructor to be used as an annotation.
2010-03-15 14:14:35 +00:00
guilhermeblanco
2482773b03
[2.0][DDC-402] Fixed issue with MemcacheCache througing E_WARNINGs if no cache entry is found.
2010-03-12 03:38:03 +00:00
guilhermeblanco
af63f2cb6d
[2.0] Fixed reporting issue with TaskNamespace and some small cosmetic changes
2010-03-08 21:03:04 +00:00
romanb
cda9c1babd
[2.0] Missing files from last commit.
2010-03-05 16:36:48 +00:00
romanb
df6ca602fb
[2.0][DDC-92] Fixed. Patch provided by Christian Heinrich. [DDC-274] Started some method renaming. [DDC-142] Fixed (join column names and discriminator column names dont support quoting) [DDC-258] Fixed.
2010-03-05 16:35:00 +00:00
jwage
7c81b0b003
[2.0] Adding support for entity aliases in the query language
2010-02-26 18:11:53 +00:00
romanb
a1a8093888
[2.0] First draft for onFlush event.
2010-02-24 19:19:04 +00:00
romanb
7badced187
[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.
2010-02-24 14:33:12 +00:00
guilhermeblanco
b274a69ec2
[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.
2010-02-24 02:54:24 +00:00
guilhermeblanco
30712c6cb5
[2.0] Applied convention over configuration using default cache implementation if none is defined in AnnotationReader.
2010-02-21 15:55:29 +00:00
romanb
639718e95c
[2.0][DDC-335][DDC-347][DDC-317] Fixed. Also prepared DQL for CASE/COALESCE/NULLIF support.
2010-02-19 21:28:17 +00:00
beberlei
aea43e90df
[2.0] DDC-297 - Fixed XCache object serialization problem.
2010-02-09 20:02:43 +00:00
romanb
4adc289596
[2.0][DDC-284] Fixed. API polish and some convention over configuration simplifications for join columns and join tables.
2010-02-09 17:13:49 +00:00
hobodave
1ad982a4fe
[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
2010-01-29 01:38:37 +00:00
beberlei
03132fedfd
[2.0] Fixed Docblock comment of CliController::__construct
2010-01-23 15:07:24 +00:00
romanb
4bec3e2c49
[2.0][DDC-263] Fixed. Patch provided by Christian Heinrich.
2010-01-22 15:10:13 +00:00
guilhermeblanco
4d88f40c81
[2.0] Added unit tests for CLI Configuration. Fixed hasAttrbibute() issue of undefined property.
2010-01-18 02:02:15 +00:00
guilhermeblanco
03d69eea77
[2.0] Added some tests for CLI
2010-01-09 21:25:51 +00:00
guilhermeblanco
d2b59d7a72
[2.0][DDC-223] Enhanced CLI re-importing the Global Arguments functionality
2010-01-06 17:55:55 +00:00
guilhermeblanco
3ec23c7272
[2.0][DDC-223] Enhanced CLI re-importing the Global Arguments functionality
2010-01-06 17:35:37 +00:00
guilhermeblanco
bd6ed7cc76
[2.0] Fixing more glitches found with CLI refactoring
2009-12-22 16:17:35 +00:00