Austin Morris
|
d48546d2dd
|
fix instantiation of embedded object in ReflectionEmbeddedProperty
|
2014-12-08 01:06:11 +01:00 |
|
Guilherme Blanco
|
9900d35367
|
Merge pull request #1214 from Fedik/fix-xml-export-options
XML export driver: fix the options export
|
2014-12-07 10:52:45 -05:00 |
|
Fedik
|
c1eff7045a
|
XML export driver: fix export options
|
2014-12-07 13:05:19 +02:00 |
|
Guilherme Blanco
|
0059e01936
|
Merge pull request #1208 from Ocramius/hotfix/DDC-3427-class-metadata-factory-should-accept-entitymanagerinterface-instances
DDC-3427 - class metadata factory should accept `EntityManagerInterface` instances
|
2014-12-05 12:22:23 -05:00 |
|
Marco Pivetta
|
590d971f83
|
Merge pull request #1211 from Ocramius/hotfix/DDC-3434-paginator-ignores-hidden-fields-in-order-by-query
DDC-3434 - paginator ignores `HIDDEN` fields in `ORDER BY` query
|
2014-12-05 18:02:39 +01:00 |
|
Marco Pivetta
|
ac67a10d4c
|
DDC-3434 - adding note on why restoring 'HIDDEN' selected fields is relevant
|
2014-12-05 18:02:12 +01:00 |
|
Marco Pivetta
|
6169175a89
|
DDC-3434 - HIDDEN modifier marked fields in ORDER BY clause are always preserved when creating a paginator subquery
|
2014-12-05 17:11:57 +01:00 |
|
Marco Pivetta
|
6e8057b6ea
|
DDC-3434 - adding test case for HIDDEN modifier fields in ORDER BY sequences: should be preserved in any case
|
2014-12-05 17:10:39 +01:00 |
|
Marco Pivetta
|
0c9a898ccd
|
DDC-3434 - removed unneeded escaping sequences
|
2014-12-05 17:09:59 +01:00 |
|
Guilherme Blanco
|
a6cf714f41
|
Merge pull request #1210 from Ocramius/hotfix/DDC-3336-undefined-property-with-paginator-and-scalar-expression-select
DDC-3336 - undefined property with paginator walker and scalar expression in ORDER BY clause
|
2014-12-05 10:42:55 -05:00 |
|
Marco Pivetta
|
e53e8bfe8e
|
DDC-3336 - applied hotfix: only PathExpression instances have a $field property
|
2014-12-05 14:56:47 +01:00 |
|
Marco Pivetta
|
c689ff081d
|
DDC-3336 - adding missing type-hint docblock
|
2014-12-05 14:55:56 +01:00 |
|
Marco Pivetta
|
2bc8811e62
|
DDC-3336 - renamed test method for clarity
|
2014-12-05 14:55:26 +01:00 |
|
Marco Pivetta
|
42e0e6b0b8
|
DDC-3336 - adding failing test case: scalar expressions in the ORDER BY clause crash the LimitSubqueryOutputWalker
|
2014-12-05 14:54:26 +01:00 |
|
Marco Pivetta
|
529a268bbc
|
DDC-3336 - importing platform classes
|
2014-12-05 14:53:42 +01:00 |
|
Steve Müller
|
38650b748d
|
Merge pull request #1207 from Ocramius/hotfix/embedded-classes-reflection-new-instance-creation
Embedded classes reflection new instance creation with internal PHP classes
|
2014-12-05 14:24:23 +01:00 |
|
Marco Pivetta
|
e65417f1f6
|
DDC-3427 - Adding setting an EntityManagerInterface instance in the ClassMetadataFactory#setEntityManager()
|
2014-12-05 13:49:42 +01:00 |
|
Marco Pivetta
|
d20e018081
|
DDC-3427 - Adding a test to verify that the ClassMetadataFactory supports setting an EntityManagerInterface instance
|
2014-12-05 13:38:45 +01:00 |
|
Marco Pivetta
|
dcf824688a
|
Verifying that reflection properties that don't contain an embeddable will not crash reading properties, but will return null instead
|
2014-12-05 13:15:15 +01:00 |
|
Marco Pivetta
|
b4a23e97a9
|
ReflectionEmbeddedProperty should be like any ReflectionProperty , and should therefore extend it for type compatibility
|
2014-12-05 13:06:41 +01:00 |
|
Marco Pivetta
|
112fdf46d0
|
Using instantiator to work with internal PHP classes as embeddables
|
2014-12-05 13:00:54 +01:00 |
|
Marco Pivetta
|
a8b0ac82b4
|
Adding a data-provider case for a generic model (non-internal class)
|
2014-12-05 12:57:48 +01:00 |
|
Marco Pivetta
|
ecf028490f
|
Test to verify that Doctrine\ORM\Mapping\ReflectionEmbeddedProperty is able to interact with internal PHP classes
|
2014-12-05 12:56:34 +01:00 |
|
Marco Pivetta
|
7f84bc76a6
|
Namespace correction
|
2014-12-05 12:43:12 +01:00 |
|
Marco Pivetta
|
56cb47c585
|
Adding a test asset to play around with reflection and internal classes
|
2014-12-05 12:41:22 +01:00 |
|
Marco Pivetta
|
fc3f233923
|
Yodaism good for you: is.
|
2014-12-05 11:18:10 +01:00 |
|
Marco Pivetta
|
1d5a0a0a1b
|
Adding docblocks
|
2014-12-05 11:17:43 +01:00 |
|
Marco Pivetta
|
b9506ac64a
|
Merge pull request #1195 from decoursin/patch-1
Correction Events.rs - Entity Listeners Resolver
|
2014-12-04 14:03:09 +01:00 |
|
Marco Pivetta
|
8d4b46d014
|
Merge branch 'hotfix/#1204-metadata-xml-exporter-should-export-sequence-generator-info'
Close #1204
|
2014-12-04 14:00:34 +01:00 |
|
Marco Pivetta
|
c35f1310bc
|
#1204 - using specific XML assertions to build a less-fragile test (asserting on the entire string may cause failures if the XML structure changes)
|
2014-12-04 14:00:05 +01:00 |
|
Marco Pivetta
|
ce308dc476
|
#1204 - refactored sequence-generator metadata exporting into own private method for simplicity
|
2014-12-04 14:00:05 +01:00 |
|
Paulo de Freitas
|
aa1454562c
|
Fix sequence-generator in MetaData exporter for XML Driver.
|
2014-12-04 14:00:05 +01:00 |
|
Marco Pivetta
|
798a8b6d91
|
Merge pull request #1205 from Ocramius/hotfix/#1200-Yaml-parse-does-not-accept-files-in-symfony-2-6-fix
Hotfix - #1200 - Symfony 2.7.x deprecation fixes
|
2014-12-04 13:59:02 +01:00 |
|
Marco Pivetta
|
351707f1f1
|
#1200 - bumping symfony/console dependency to ~2.5 because of the Symfony\Component\Console\Helper\Table not being available in < 2.5
|
2014-12-04 13:42:38 +01:00 |
|
Marco Pivetta
|
9d2c0481ae
|
#1200 - removing console deprecation errors by using the new Symfony\Component\Console\Helper\Table instead of the deprecated TableHelper
|
2014-12-04 13:40:22 +01:00 |
|
Marco Pivetta
|
d3b1bf571b
|
#1200 - removing Yaml::parse() deprecation errors by passing in file contents instead of file paths
|
2014-12-04 13:37:59 +01:00 |
|
Guilherme Blanco
|
30bf192cf4
|
Merge pull request #1201 from marcosdsanchez/master
Update working-with-objects.rst
|
2014-12-01 10:52:56 -05:00 |
|
Marcos Sánchez
|
8e26705693
|
Update working-with-objects.rst
Fix syntax error in constructor.
|
2014-12-01 12:50:11 -03:00 |
|
Marco Pivetta
|
c2ad338707
|
Merge pull request #1198 from Bilge/patch-2
Tables for buttons.
|
2014-11-28 12:23:23 +01:00 |
|
Marco Pivetta
|
18fd892c85
|
Merge pull request #1199 from kormik/patch-1
minor typo
|
2014-11-28 11:14:09 +01:00 |
|
Tomas Kormanak
|
27e671378b
|
minor typo
|
2014-11-28 08:40:00 +00:00 |
|
Bilge
|
13c03b573c
|
Tables for buttons.
|
2014-11-28 05:18:18 +00:00 |
|
Marco Pivetta
|
ee13405a13
|
Merge pull request #1197 from Bilge/patch-1
Minor grammar fix.
|
2014-11-27 19:16:00 +01:00 |
|
Marco Pivetta
|
9eae0d5ce8
|
Merge branch 'hotfix/#1196-inherit-mapped-superclass-indexes'
See DDC-3418
See DDC-3419
Close #1196
|
2014-11-27 19:10:57 +01:00 |
|
Marco Pivetta
|
b3fe0904eb
|
#1196 DDC-3418 DDC-3419 - Minor CS fixes, explicit setExpectedException calls
|
2014-11-27 19:10:45 +01:00 |
|
Marco Pivetta
|
71135972c6
|
#1196 DDC-3418 DDC-3419 - Renamed _factory to cmf
|
2014-11-27 19:08:10 +01:00 |
|
Marco Pivetta
|
291b68634e
|
#1196 DDC-3418 DDC-3419 - Adding missing docblock for test private property
|
2014-11-27 19:07:16 +01:00 |
|
Bilge
|
f9b4df70ff
|
Minor grammar fix.
|
2014-11-27 18:07:10 +00:00 |
|
Marco Pivetta
|
34d2af8a77
|
#1196 DDC-3418 DDC-3419 - assertArrayHasKey() instead of assertTrue(isset(...))
|
2014-11-27 19:06:42 +01:00 |
|
Marco Pivetta
|
084ce7ecc0
|
#1196 DDC-3418 DDC-3419 - reducing test assets annotations spacing for readability
|
2014-11-27 18:57:49 +01:00 |
|