Benjamin Eberlei
|
cc4613533b
|
Fix tests after DBAL adjustments
|
2012-07-04 23:58:41 +02:00 |
|
Benjamin Eberlei
|
4bfdcd32f7
|
Merge pull request #384 from FabioBatSilva/DDC1885
[DDC-1885] Fix quotes in many to many persisters
|
2012-07-04 14:43:48 -07:00 |
|
Guilherme Blanco
|
6ba205f561
|
Merge pull request #314 from Ocramius/dcom-metadata-drivers-reuse
Doctrine\Common metadata drivers reuse
|
2012-07-04 13:30:54 -07:00 |
|
Guilherme Blanco
|
6093017bc6
|
Merge pull request #389 from SamsonIT/fix_fetch_relation_by_id_of_association_field_2_3
fixed DDC-1895
|
2012-07-04 13:27:44 -07:00 |
|
Bart van den Burg
|
64904c77c1
|
fixed DDC-1895
|
2012-07-04 22:11:50 +02:00 |
|
Fabio B. Silva
|
632d13ba0c
|
fix extra lazy count
|
2012-07-04 17:11:43 -03:00 |
|
Fabio B. Silva
|
fe11831bd7
|
test remove item and clear collection
|
2012-07-04 17:11:43 -03:00 |
|
Fabio B. Silva
|
63580dfe26
|
Fix CS
|
2012-07-04 17:11:43 -03:00 |
|
Fabio B. Silva
|
076663fe3a
|
fix DDC-1885 in persisters
|
2012-07-04 17:11:42 -03:00 |
|
Benjamin Eberlei
|
1023af6a1f
|
[DDC-1861] Fix UnitOfWork#doMerge()
|
2012-07-04 21:55:59 +02:00 |
|
Benjamin Eberlei
|
da331cd277
|
Merge pull request #376 from lstrojny/de-deprecate-transaction-methods
De-deprecate transaction handling methods
|
2012-07-04 12:42:55 -07:00 |
|
Benjamin Eberlei
|
30e86f442f
|
[DDC-1907] Fix template variable placeholder
|
2012-07-04 21:30:25 +02:00 |
|
Benjamin Eberlei
|
5cdb0ae8be
|
[DDC-1907] Add generation of remove method for collections
|
2012-07-04 21:04:47 +02:00 |
|
Marco Pivetta
|
379e69865e
|
Reusing chained driver now available in common, fixing cs/code smells and removing duplicate docs.
|
2012-07-04 20:59:22 +02:00 |
|
Marco Pivetta
|
97d7cae012
|
Stoffing and including changes of doctrine/common#138
|
2012-07-04 20:59:22 +02:00 |
|
Marco Pivetta
|
f6381d7b76
|
Updating ClassMetadataFactory to comply with new abstract CMF interface as of doctrine/common#150
|
2012-07-04 20:59:21 +02:00 |
|
Marco Pivetta
|
94714db132
|
Fixing code sniff issues before continuing refactoring of
|
2012-07-04 20:59:21 +02:00 |
|
Marco Pivetta
|
e522391ee9
|
Reusing Doctrine\Common's AbstractClassMetadataFactory
|
2012-07-04 20:59:21 +02:00 |
|
Marco Pivetta
|
943cff673a
|
Fixing test expecting a ORM\Mapping exception
Those exceptions are now in the Common\Persistence\Mapping namespace
|
2012-07-04 20:59:21 +02:00 |
|
Marco Pivetta
|
63fbf7c2e5
|
Fixing broken tests because of wrong method signature and reference to the old Driver interface
|
2012-07-04 20:59:21 +02:00 |
|
Marco Pivetta
|
737b74e5d5
|
Rebasing on master
|
2012-07-04 20:59:21 +02:00 |
|
Marco Pivetta
|
01b1b0b5fb
|
Removing code from the simplified drivers, use SymfonyFileLocator instead
|
2012-07-04 20:59:21 +02:00 |
|
Marco Pivetta
|
5c05a4356a
|
Adding notes about upgrading to 2.3 (metadata drivers changes)
|
2012-07-04 20:59:21 +02:00 |
|
Marco Pivetta
|
245718c9eb
|
Removing AbstractFileDriver, using Doctrine\Common\Persistence\Mapping\Driver\FileDriver instead
|
2012-07-04 20:59:21 +02:00 |
|
Marco Pivetta
|
e9e36dcf32
|
Removing Doctrine\ORM\Mapping\Driver\Driver interface
Interface has been moved to Doctrine\Common\Persistence\Mapping\Driver\MappingDriver
|
2012-07-04 20:59:21 +02:00 |
|
Marco Pivetta
|
905acf9176
|
Removing Doctrine\ORM\Mapping\Driver\Driver interface
Interface has been moved to Doctrine\Common\Persistence\Mapping\Driver\MappingDriver
|
2012-07-04 20:59:21 +02:00 |
|
Marco Pivetta
|
5b97357402
|
Removing unused imports
|
2012-07-04 20:59:21 +02:00 |
|
Marco Pivetta
|
abd3ddc1b1
|
Removing code duplication, reusing Doctrine\Common\Persistenc\Mapping\Driver\AnnotationDriver
|
2012-07-04 20:59:20 +02:00 |
|
Marco Pivetta
|
ccace8cb8b
|
Moving exception throwing for invalid file mappings to Doctrine\Common\Persistence\Mapping\Driver\FileDriver
|
2012-07-04 20:59:20 +02:00 |
|
Marco Pivetta
|
03fb734de8
|
Removing API that should be moved to common
|
2012-07-04 20:59:20 +02:00 |
|
Marco Pivetta
|
82cfda3dec
|
Fixing reflection exceptions caused by changes in the AbstractFileDriver interface
|
2012-07-04 20:59:20 +02:00 |
|
Marco Pivetta
|
bb998d1738
|
Emulating feature that has to be moved to Doctrine\Common
|
2012-07-04 20:59:20 +02:00 |
|
Marco Pivetta
|
e9f23d51e0
|
Removing unused code
|
2012-07-04 20:59:20 +02:00 |
|
Marco Pivetta
|
34bb0c4943
|
Reducing code duplication
SimplifiedXmlDriver and SimplifiedYamlDriver are still not valid after this commit
|
2012-07-04 20:59:20 +02:00 |
|
Marco Pivetta
|
e6a2bae5d7
|
Updating mapping driver interface to comply with Doctrine\Common\Persistence\Mapping\Driver\MappingDriver
|
2012-07-04 20:59:20 +02:00 |
|
Guilherme Blanco
|
f20a95fdc0
|
Merge pull request #388 from fixe/patch-3
Added an empty line feed preceding the return statement
|
2012-07-03 06:44:51 -07:00 |
|
Tiago Ribeiro
|
bda7310b46
|
Added an empty line feed preceding the return statement
|
2012-07-03 12:57:14 +02:00 |
|
Guilherme Blanco
|
dd60cb6645
|
Merge pull request #387 from shieldo/fix_helptext
fixed typo in command help text
|
2012-07-02 10:15:35 -07:00 |
|
Douglas Greenshields
|
53e735ffdd
|
fixed typo in command help text
|
2012-07-02 18:01:57 +01:00 |
|
Guilherme Blanco
|
cc29f85862
|
Resynced DBAL.
|
2012-06-24 23:53:05 -04:00 |
|
Guilherme Blanco
|
cb72219b11
|
Merge pull request #372 from FabioBatSilva/DDC-1845
[DDC-1845] QuoteStrategy
|
2012-06-24 20:36:54 -07:00 |
|
Guilherme Blanco
|
3dd3ecaff8
|
Updated dependency libraries with latest versions of related tools.
|
2012-06-24 23:29:14 -04:00 |
|
Fabio B. Silva
|
ca4862aabc
|
Fix CS
|
2012-06-23 14:19:47 -03:00 |
|
Benjamin Eberlei
|
9aabdba753
|
Merge pull request #380 from FabioBatSilva/svn-markers
remove svn markers
|
2012-06-19 11:45:42 -07:00 |
|
Fabio B. Silva
|
d3d97e7ef8
|
remove svn markers
|
2012-06-19 15:27:41 -03:00 |
|
Fabio B. Silva
|
e25987df3a
|
remove svn markers from AST
|
2012-06-19 15:17:08 -03:00 |
|
Guilherme Blanco
|
921f5c7680
|
Fixed license.
|
2012-06-19 11:04:00 -03:00 |
|
Guilherme Blanco
|
2703a2b27c
|
Fixed issue with merge.
|
2012-06-18 15:23:12 -04:00 |
|
Fabio B. Silva
|
7800a7ef3f
|
wrong indentation
|
2012-06-18 15:31:20 -03:00 |
|
Fabio B. Silva
|
65efda425f
|
Fix CS
|
2012-06-18 15:24:52 -03:00 |
|